[gentoo-commits] proj/lisp:master commit in: dev-lisp/clx/

2018-03-09 Thread José María Alonso
commit: 87239ef357be3b5c8576d17b161b2f2e422adc0f
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Feb  4 10:25:36 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Fri Mar  9 21:34:21 2018 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=87239ef3

dev-lisp/clx: Drops old versions

 dev-lisp/clx/clx-0.7.3.ebuild | 33 -
 dev-lisp/clx/clx-0.7.4.ebuild | 33 -
 dev-lisp/clx/metadata.xml |  4 ++--
 3 files changed, 2 insertions(+), 68 deletions(-)

diff --git a/dev-lisp/clx/clx-0.7.3.ebuild b/dev-lisp/clx/clx-0.7.3.ebuild
deleted file mode 100644
index a80ef5ac..
--- a/dev-lisp/clx/clx-0.7.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3 eutils
-
-DESCRIPTION="CLX is the Common Lisp interface to the X11 protocol primarily 
for SBCL."
-HOMEPAGE="http://www.cliki.net/CLX;
-SRC_URI="https://github.com/sharplispers/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="doc"
-
-DEPEND="sys-apps/texinfo
-   doc? ( virtual/texi2dvi )"
-RDEPEND="!dev-lisp/cl-${PN}"
-
-src_compile() {
-   cd manual || die
-   makeinfo ${PN}.texinfo -o ${PN}.info || die
-   use doc && texi2pdf ${PN}.texinfo -o ${PN}.pdf || die
-}
-
-src_install() {
-   common-lisp-install-sources *.lisp debug demo extensions test
-   common-lisp-install-asdf
-   dodoc NEWS CHANGES README*
-   doinfo manual/${PN}.info
-   use doc && dodoc manual/${PN}.pdf
-}

diff --git a/dev-lisp/clx/clx-0.7.4.ebuild b/dev-lisp/clx/clx-0.7.4.ebuild
deleted file mode 100644
index 98c9079f..
--- a/dev-lisp/clx/clx-0.7.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3 eutils
-
-DESCRIPTION="CLX is the Common Lisp interface to the X11 protocol primarily 
for SBCL."
-HOMEPAGE="http://www.cliki.net/CLX;
-SRC_URI="https://github.com/sharplispers/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="doc"
-
-DEPEND="sys-apps/texinfo
-   doc? ( virtual/texi2dvi )"
-RDEPEND="!dev-lisp/cl-${PN}"
-
-src_compile() {
-   cd manual || die
-   makeinfo ${PN}.texinfo -o ${PN}.info || die
-   use doc && texi2pdf ${PN}.texinfo -o ${PN}.pdf || die
-}
-
-src_install() {
-   common-lisp-install-sources *.lisp debug demo extensions tests
-   common-lisp-install-asdf
-   dodoc NEWS CHANGES README*
-   doinfo manual/${PN}.info
-   use doc && dodoc manual/${PN}.pdf
-}

diff --git a/dev-lisp/clx/metadata.xml b/dev-lisp/clx/metadata.xml
index 47c41000..038e56e9 100644
--- a/dev-lisp/clx/metadata.xml
+++ b/dev-lisp/clx/metadata.xml
@@ -8,12 +8,12 @@

CLX provides an implementation of the X Window System protocol 
to
Lisp graphics library[ies] and applications. It is the Common 
Lisp
-   equivalent of Xlib. 
+   equivalent of Xlib.


CLX ofrece una implementación del protocolo del sistema X Window
a las librerías y aplicaciones gráficas escritas en Lisp. Es el
-   equivamente en Common Lisp a Xlib. 
+   equivamente en Common Lisp a Xlib.


Builds documentation



[gentoo-commits] proj/lisp:master commit in: dev-lisp/clx/

2018-03-09 Thread José María Alonso
commit: eba42efbf24cf3f9f8f15ea1a83e5c75a965a44c
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Feb  4 10:14:09 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Fri Mar  9 21:34:21 2018 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=eba42efb

dev-lisp/clx: Bumps version to 0.7.5

 dev-lisp/clx/clx-0.7.5.ebuild | 36 
 1 file changed, 36 insertions(+)

diff --git a/dev-lisp/clx/clx-0.7.5.ebuild b/dev-lisp/clx/clx-0.7.5.ebuild
new file mode 100644
index ..8cd18ea3
--- /dev/null
+++ b/dev-lisp/clx/clx-0.7.5.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit common-lisp-3 eutils
+
+DESCRIPTION="CLX is the Common Lisp interface to the X11 protocol primarily 
for SBCL."
+HOMEPAGE="http://www.cliki.net/CLX;
+SRC_URI="https://github.com/sharplispers/clx/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="doc"
+
+DEPEND="sys-apps/texinfo
+   doc? ( virtual/texi2dvi )"
+RDEPEND="!dev-lisp/cl-${PN}"
+
+src_compile() {
+   cd manual || die
+   makeinfo ${PN}.texinfo -o ${PN}.info || die
+   if use doc ; then
+   VARTEXFONTS="${T}"/fonts \
+   texi2pdf ${PN}.texinfo -o ${PN}.pdf || die
+   fi
+}
+
+src_install() {
+   common-lisp-install-sources *.lisp debug demo extensions tests
+   common-lisp-install-asdf
+   dodoc NEWS CHANGES README*
+   doinfo manual/${PN}.info
+   use doc && dodoc manual/${PN}.pdf
+}



[gentoo-commits] proj/lisp:master commit in: dev-lisp/clx/

2018-03-09 Thread José María Alonso
commit: bf117d778af64848d5988e248063fa6841126975
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Feb  4 10:25:36 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Fri Mar  9 17:38:47 2018 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=bf117d77

dev-lisp/clx: Drops old versions

 dev-lisp/clx/clx-0.7.3.ebuild | 33 -
 dev-lisp/clx/clx-0.7.4.ebuild | 33 -
 dev-lisp/clx/metadata.xml |  4 ++--
 3 files changed, 2 insertions(+), 68 deletions(-)

diff --git a/dev-lisp/clx/clx-0.7.3.ebuild b/dev-lisp/clx/clx-0.7.3.ebuild
deleted file mode 100644
index a80ef5ac..
--- a/dev-lisp/clx/clx-0.7.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3 eutils
-
-DESCRIPTION="CLX is the Common Lisp interface to the X11 protocol primarily 
for SBCL."
-HOMEPAGE="http://www.cliki.net/CLX;
-SRC_URI="https://github.com/sharplispers/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="doc"
-
-DEPEND="sys-apps/texinfo
-   doc? ( virtual/texi2dvi )"
-RDEPEND="!dev-lisp/cl-${PN}"
-
-src_compile() {
-   cd manual || die
-   makeinfo ${PN}.texinfo -o ${PN}.info || die
-   use doc && texi2pdf ${PN}.texinfo -o ${PN}.pdf || die
-}
-
-src_install() {
-   common-lisp-install-sources *.lisp debug demo extensions test
-   common-lisp-install-asdf
-   dodoc NEWS CHANGES README*
-   doinfo manual/${PN}.info
-   use doc && dodoc manual/${PN}.pdf
-}

diff --git a/dev-lisp/clx/clx-0.7.4.ebuild b/dev-lisp/clx/clx-0.7.4.ebuild
deleted file mode 100644
index 98c9079f..
--- a/dev-lisp/clx/clx-0.7.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3 eutils
-
-DESCRIPTION="CLX is the Common Lisp interface to the X11 protocol primarily 
for SBCL."
-HOMEPAGE="http://www.cliki.net/CLX;
-SRC_URI="https://github.com/sharplispers/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="doc"
-
-DEPEND="sys-apps/texinfo
-   doc? ( virtual/texi2dvi )"
-RDEPEND="!dev-lisp/cl-${PN}"
-
-src_compile() {
-   cd manual || die
-   makeinfo ${PN}.texinfo -o ${PN}.info || die
-   use doc && texi2pdf ${PN}.texinfo -o ${PN}.pdf || die
-}
-
-src_install() {
-   common-lisp-install-sources *.lisp debug demo extensions tests
-   common-lisp-install-asdf
-   dodoc NEWS CHANGES README*
-   doinfo manual/${PN}.info
-   use doc && dodoc manual/${PN}.pdf
-}

diff --git a/dev-lisp/clx/metadata.xml b/dev-lisp/clx/metadata.xml
index 47c41000..038e56e9 100644
--- a/dev-lisp/clx/metadata.xml
+++ b/dev-lisp/clx/metadata.xml
@@ -8,12 +8,12 @@

CLX provides an implementation of the X Window System protocol 
to
Lisp graphics library[ies] and applications. It is the Common 
Lisp
-   equivalent of Xlib. 
+   equivalent of Xlib.


CLX ofrece una implementación del protocolo del sistema X Window
a las librerías y aplicaciones gráficas escritas en Lisp. Es el
-   equivamente en Common Lisp a Xlib. 
+   equivamente en Common Lisp a Xlib.


Builds documentation



[gentoo-commits] proj/lisp:master commit in: dev-lisp/clx/

2018-03-09 Thread José María Alonso
commit: ee0989c44b5a60e1c7d2d51036730929c5659f09
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Feb  4 10:14:09 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Fri Mar  9 17:38:46 2018 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=ee0989c4

dev-lisp/clx: Bumps version to 0.7.5

 dev-lisp/clx/clx-0.7.5.ebuild | 36 
 1 file changed, 36 insertions(+)

diff --git a/dev-lisp/clx/clx-0.7.5.ebuild b/dev-lisp/clx/clx-0.7.5.ebuild
new file mode 100644
index ..8cd18ea3
--- /dev/null
+++ b/dev-lisp/clx/clx-0.7.5.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit common-lisp-3 eutils
+
+DESCRIPTION="CLX is the Common Lisp interface to the X11 protocol primarily 
for SBCL."
+HOMEPAGE="http://www.cliki.net/CLX;
+SRC_URI="https://github.com/sharplispers/clx/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="doc"
+
+DEPEND="sys-apps/texinfo
+   doc? ( virtual/texi2dvi )"
+RDEPEND="!dev-lisp/cl-${PN}"
+
+src_compile() {
+   cd manual || die
+   makeinfo ${PN}.texinfo -o ${PN}.info || die
+   if use doc ; then
+   VARTEXFONTS="${T}"/fonts \
+   texi2pdf ${PN}.texinfo -o ${PN}.pdf || die
+   fi
+}
+
+src_install() {
+   common-lisp-install-sources *.lisp debug demo extensions tests
+   common-lisp-install-asdf
+   dodoc NEWS CHANGES README*
+   doinfo manual/${PN}.info
+   use doc && dodoc manual/${PN}.pdf
+}



[gentoo-commits] proj/lisp:master commit in: dev-lisp/clx/

2018-02-04 Thread José María Alonso
commit: 646c705775bef8d00ee04a10c32bbc13cb742378
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Feb  4 10:25:36 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Feb  4 10:25:36 2018 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=646c7057

dev-lisp/clx: Drops old versions

 dev-lisp/clx/clx-0.7.3.ebuild | 33 -
 dev-lisp/clx/clx-0.7.4.ebuild | 33 -
 dev-lisp/clx/metadata.xml |  4 ++--
 3 files changed, 2 insertions(+), 68 deletions(-)

diff --git a/dev-lisp/clx/clx-0.7.3.ebuild b/dev-lisp/clx/clx-0.7.3.ebuild
deleted file mode 100644
index a80ef5ac..
--- a/dev-lisp/clx/clx-0.7.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3 eutils
-
-DESCRIPTION="CLX is the Common Lisp interface to the X11 protocol primarily 
for SBCL."
-HOMEPAGE="http://www.cliki.net/CLX;
-SRC_URI="https://github.com/sharplispers/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="doc"
-
-DEPEND="sys-apps/texinfo
-   doc? ( virtual/texi2dvi )"
-RDEPEND="!dev-lisp/cl-${PN}"
-
-src_compile() {
-   cd manual || die
-   makeinfo ${PN}.texinfo -o ${PN}.info || die
-   use doc && texi2pdf ${PN}.texinfo -o ${PN}.pdf || die
-}
-
-src_install() {
-   common-lisp-install-sources *.lisp debug demo extensions test
-   common-lisp-install-asdf
-   dodoc NEWS CHANGES README*
-   doinfo manual/${PN}.info
-   use doc && dodoc manual/${PN}.pdf
-}

diff --git a/dev-lisp/clx/clx-0.7.4.ebuild b/dev-lisp/clx/clx-0.7.4.ebuild
deleted file mode 100644
index 98c9079f..
--- a/dev-lisp/clx/clx-0.7.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3 eutils
-
-DESCRIPTION="CLX is the Common Lisp interface to the X11 protocol primarily 
for SBCL."
-HOMEPAGE="http://www.cliki.net/CLX;
-SRC_URI="https://github.com/sharplispers/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="doc"
-
-DEPEND="sys-apps/texinfo
-   doc? ( virtual/texi2dvi )"
-RDEPEND="!dev-lisp/cl-${PN}"
-
-src_compile() {
-   cd manual || die
-   makeinfo ${PN}.texinfo -o ${PN}.info || die
-   use doc && texi2pdf ${PN}.texinfo -o ${PN}.pdf || die
-}
-
-src_install() {
-   common-lisp-install-sources *.lisp debug demo extensions tests
-   common-lisp-install-asdf
-   dodoc NEWS CHANGES README*
-   doinfo manual/${PN}.info
-   use doc && dodoc manual/${PN}.pdf
-}

diff --git a/dev-lisp/clx/metadata.xml b/dev-lisp/clx/metadata.xml
index 47c41000..038e56e9 100644
--- a/dev-lisp/clx/metadata.xml
+++ b/dev-lisp/clx/metadata.xml
@@ -8,12 +8,12 @@

CLX provides an implementation of the X Window System protocol 
to
Lisp graphics library[ies] and applications. It is the Common 
Lisp
-   equivalent of Xlib. 
+   equivalent of Xlib.


CLX ofrece una implementación del protocolo del sistema X Window
a las librerías y aplicaciones gráficas escritas en Lisp. Es el
-   equivamente en Common Lisp a Xlib. 
+   equivamente en Common Lisp a Xlib.


Builds documentation



[gentoo-commits] proj/lisp:master commit in: dev-lisp/clx/

2018-02-04 Thread José María Alonso
commit: 219aaf5d22ee5cad8f1b492fe5faed7e97c5464e
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Feb  4 10:14:09 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Feb  4 10:14:09 2018 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=219aaf5d

dev-lisp/clx: Bumps version to 0.7.5

 dev-lisp/clx/clx-0.7.5.ebuild | 36 
 1 file changed, 36 insertions(+)

diff --git a/dev-lisp/clx/clx-0.7.5.ebuild b/dev-lisp/clx/clx-0.7.5.ebuild
new file mode 100644
index ..8cd18ea3
--- /dev/null
+++ b/dev-lisp/clx/clx-0.7.5.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit common-lisp-3 eutils
+
+DESCRIPTION="CLX is the Common Lisp interface to the X11 protocol primarily 
for SBCL."
+HOMEPAGE="http://www.cliki.net/CLX;
+SRC_URI="https://github.com/sharplispers/clx/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="doc"
+
+DEPEND="sys-apps/texinfo
+   doc? ( virtual/texi2dvi )"
+RDEPEND="!dev-lisp/cl-${PN}"
+
+src_compile() {
+   cd manual || die
+   makeinfo ${PN}.texinfo -o ${PN}.info || die
+   if use doc ; then
+   VARTEXFONTS="${T}"/fonts \
+   texi2pdf ${PN}.texinfo -o ${PN}.pdf || die
+   fi
+}
+
+src_install() {
+   common-lisp-install-sources *.lisp debug demo extensions tests
+   common-lisp-install-asdf
+   dodoc NEWS CHANGES README*
+   doinfo manual/${PN}.info
+   use doc && dodoc manual/${PN}.pdf
+}



[gentoo-commits] proj/lisp:master commit in: dev-lisp/clx/

2017-08-18 Thread José María Alonso
commit: a5e3b9c557e1fe1cfbddd5b95a3f73a2544af057
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Fri Aug 18 15:04:18 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Fri Aug 18 15:04:18 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=a5e3b9c5

dev-lisp/clx: Bumps version to 0.7.4

 dev-lisp/clx/clx-0.7.4.ebuild | 33 +
 1 file changed, 33 insertions(+)

diff --git a/dev-lisp/clx/clx-0.7.4.ebuild b/dev-lisp/clx/clx-0.7.4.ebuild
new file mode 100644
index ..98c9079f
--- /dev/null
+++ b/dev-lisp/clx/clx-0.7.4.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit common-lisp-3 eutils
+
+DESCRIPTION="CLX is the Common Lisp interface to the X11 protocol primarily 
for SBCL."
+HOMEPAGE="http://www.cliki.net/CLX;
+SRC_URI="https://github.com/sharplispers/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="doc"
+
+DEPEND="sys-apps/texinfo
+   doc? ( virtual/texi2dvi )"
+RDEPEND="!dev-lisp/cl-${PN}"
+
+src_compile() {
+   cd manual || die
+   makeinfo ${PN}.texinfo -o ${PN}.info || die
+   use doc && texi2pdf ${PN}.texinfo -o ${PN}.pdf || die
+}
+
+src_install() {
+   common-lisp-install-sources *.lisp debug demo extensions tests
+   common-lisp-install-asdf
+   dodoc NEWS CHANGES README*
+   doinfo manual/${PN}.info
+   use doc && dodoc manual/${PN}.pdf
+}



[gentoo-commits] proj/lisp:master commit in: dev-lisp/clx/

2017-08-07 Thread José María Alonso
commit: 2b8c6209207da4052a41c360a8e34906de72f0e4
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Mon Aug  7 20:41:55 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Mon Aug  7 20:41:55 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=2b8c6209

dev-lisp/clx: Use https schema in live ebuild

 dev-lisp/clx/clx-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/clx/clx-.ebuild b/dev-lisp/clx/clx-.ebuild
index efbfcfbe..02b1df2b 100644
--- a/dev-lisp/clx/clx-.ebuild
+++ b/dev-lisp/clx/clx-.ebuild
@@ -7,7 +7,7 @@ inherit common-lisp-3 git-r3
 
 DESCRIPTION="A fork of crhodes' fork of danb's fork of CLX, an X11 client for 
Common Lisp"
 HOMEPAGE="https://github.com/sharplispers/clx http://www.cliki.net/CLX;
-EGIT_REPO_URI="git://github.com/sharplispers/clx.git"
+EGIT_REPO_URI="https://github.com/sharplispers/clx;
 
 LICENSE="MIT"
 SLOT="0"



[gentoo-commits] proj/lisp:master commit in: dev-lisp/clx-truetype/

2017-07-07 Thread José María Alonso
commit: e0b7214f4d4cdc93f2dff6e08c5ff75aab956182
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Fri Jul  7 15:39:17 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Fri Jul  7 15:39:17 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=e0b7214f

dev-lisp/clx-truetype: Updates header

 dev-lisp/clx-truetype/clx-truetype-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-lisp/clx-truetype/clx-truetype-.ebuild 
b/dev-lisp/clx-truetype/clx-truetype-.ebuild
index 110b321d..75dcafd9 100644
--- a/dev-lisp/clx-truetype/clx-truetype-.ebuild
+++ b/dev-lisp/clx-truetype/clx-truetype-.ebuild
@@ -1,6 +1,5 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 EAPI=6
 



[gentoo-commits] proj/lisp:master commit in: dev-lisp/clx/

2017-04-28 Thread José María Alonso
commit: b16d60815118de912f1657101e8cd9f6b2e49d6b
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Fri Apr 28 09:22:15 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Fri Apr 28 09:22:15 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=b16d6081

dev-lisp/clx: Installs extensions directory

 dev-lisp/clx/clx-0.7.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/clx/clx-0.7.3.ebuild b/dev-lisp/clx/clx-0.7.3.ebuild
index 6ff79ef3..a80ef5ac 100644
--- a/dev-lisp/clx/clx-0.7.3.ebuild
+++ b/dev-lisp/clx/clx-0.7.3.ebuild
@@ -25,7 +25,7 @@ src_compile() {
 }
 
 src_install() {
-   common-lisp-install-sources *.lisp debug demo test
+   common-lisp-install-sources *.lisp debug demo extensions test
common-lisp-install-asdf
dodoc NEWS CHANGES README*
doinfo manual/${PN}.info



[gentoo-commits] proj/lisp:master commit in: dev-lisp/clx/, dev-lisp/clx/files/

2017-04-27 Thread José María Alonso
commit: f6957960d73309d99115c2c09d20323d251c8aad
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Thu Apr 27 08:39:34 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Thu Apr 27 08:39:34 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=f6957960

dev-lisp/clx: Drops unmaintained release

 dev-lisp/clx/clx-0.7.4-r1.ebuild   |  46 
 dev-lisp/clx/files/gentoo-fix-asd.patch| 303 -
 dev-lisp/clx/files/gentoo-fix-dep-openmcl.patch|  21 --
 .../gentoo-fix-dynamic-extent-sbcl-1.0.45.patch|  13 -
 .../clx/files/gentoo-fix-obsolete-eval-when.patch  |  12 -
 dev-lisp/clx/files/gentoo-fix-unused-vars.patch|  69 -
 6 files changed, 464 deletions(-)

diff --git a/dev-lisp/clx/clx-0.7.4-r1.ebuild b/dev-lisp/clx/clx-0.7.4-r1.ebuild
deleted file mode 100644
index e229aaf0..
--- a/dev-lisp/clx/clx-0.7.4-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3 eutils
-
-DESCRIPTION="CLX is the Common Lisp interface to the X11 protocol primarily 
for SBCL."
-HOMEPAGE="http://www.cliki.net/CLX;
-SRC_URI="http://common-lisp.net/~abridgewater/dist/${PN}/${P}.tgz;
-
-LICENSE="HPND"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="doc"
-
-DEPEND="sys-apps/texinfo
-   doc? ( virtual/texi2dvi )"
-RDEPEND="!dev-lisp/cl-${PN}"
-
-src_prepare() {
-   rm -v {exclcmac,sockcl,defsystem,provide,cmudep}.lisp || die
-   eapply "${FILESDIR}"/gentoo-fix-asd.patch
-   eapply "${FILESDIR}"/gentoo-fix-dep-openmcl.patch
-   eapply "${FILESDIR}"/gentoo-fix-unused-vars.patch
-   eapply "${FILESDIR}"/gentoo-fix-obsolete-eval-when.patch
-   eapply "${FILESDIR}"/gentoo-fix-dynamic-extent-sbcl-1.0.45.patch
-   eapply_user
-}
-
-src_compile() {
-   cd manual || die
-   makeinfo ${PN}.texinfo -o ${PN}.info || die "Cannot compile info docs"
-   if use doc ; then
-   VARTEXFONTS="${T}"/fonts \
-   texi2pdf ${PN}.texinfo -o ${PN}.pdf || die "Cannot 
build PDF docs"
-   fi
-}
-
-src_install() {
-   common-lisp-install-sources *.lisp debug demo test
-   common-lisp-install-asdf
-   dodoc NEWS CHANGES README*
-   doinfo manual/${PN}.info
-   use doc && dodoc manual/${PN}.pdf
-}

diff --git a/dev-lisp/clx/files/gentoo-fix-asd.patch 
b/dev-lisp/clx/files/gentoo-fix-asd.patch
deleted file mode 100644
index 62ad5874..
--- a/dev-lisp/clx/files/gentoo-fix-asd.patch
+++ /dev/null
@@ -1,303 +0,0 @@
-diff -ur clx-0.7.4.orig/clx.asd clx-0.7.4/clx.asd
 clx-0.7.4.orig/clx.asd 2009-11-28 16:43:30.0 +0100
-+++ clx-0.7.4/clx.asd  2009-11-29 22:29:11.0 +0100
-@@ -21,116 +21,80 @@
- ;;; or implied warranty.
- 
- (defpackage :clx-system (:use :cl :asdf))
--(in-package :clx-system)  
-+(in-package :clx-system)
- 
- (pushnew :clx-ansi-common-lisp *features*)
- 
- (defclass clx-source-file (cl-source-file) ())
- (defclass xrender-source-file (clx-source-file) ())
- 
--;;; CL-SOURCE-FILE, not CLX-SOURCE-FILE, so that we're not accused of
--;;; cheating by rebinding *DERIVE-FUNCTION-TYPES* :-)
--(defclass example-source-file (cl-source-file) ())
--
--(defclass legacy-file (static-file) ())
--
--(defsystem CLX
--:depends-on (#+sbcl sb-bsd-sockets)
--:version "0.7.2"
--:serial t
--:default-component-class clx-source-file
-+(defsystem clx
-+  :depends-on (#+sbcl :sb-bsd-sockets)
-+  :version "0.7.4"
-+  :serial t
-+  :default-component-class clx-source-file
-+  :components
-+  ((:file "package")
-+   (:file "depdefs")
-+   (:file "clx")
-+   #-(or openmcl allegro) (:file "dependent")
-+   #+openmcl (:file "dep-openmcl")
-+   #+allegro (:file "dep-allegro")
-+   (:file "macros")
-+   (:file "bufmac")
-+   (:file "buffer")
-+   (:file "display")
-+   (:file "gcontext")
-+   (:file "input")
-+   (:file "requests")
-+   (:file "fonts")
-+   (:file "graphics")
-+   (:file "text")
-+   (:file "attributes")
-+   (:file "translate")
-+   (:file "keysyms")
-+   (:file "manager")
-+   (:file "image")
-+   (:file "resource")
-+   #+allegro
-+   (:file "excldep" :pathname "excldep.lisp")
-+   (:module extensions
-+:pathname #.(make-pathname :directory '(:relative))
- :components
--((:file "package")
-- (:file "depdefs")
-- (:file "clx")
-- #-(or openmcl allegro) (:file "dependent")
-- #+openmcl (:file "dep-openmcl")
-- #+allegro (:file "dep-allegro")
-- (:file "macros")
-- (:file "bufmac")
-- (:file "buffer")
-- (:file "display")
-- (:file "gcontext")
-- (:file "input")
-- (:file "requests")
-- (:file "fonts")
-- (:file "graphics")
-- (:file "text")
-- (:file "attributes")
-- (:file "translate")
-- (:file "keysyms")
-- (:file "manager")
-- (:file "image")
-- (:file "resource")
-- #+allegro

[gentoo-commits] proj/lisp:master commit in: dev-lisp/clx/

2017-04-27 Thread José María Alonso
commit: f5285c391035984d5d88afd1cbefc382202a5f86
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Thu Apr 27 08:37:40 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Thu Apr 27 08:37:40 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=f5285c39

dev-lisp/clx: Adds last release

 dev-lisp/clx/clx-0.7.3.ebuild | 33 +
 1 file changed, 33 insertions(+)

diff --git a/dev-lisp/clx/clx-0.7.3.ebuild b/dev-lisp/clx/clx-0.7.3.ebuild
new file mode 100644
index ..6ff79ef3
--- /dev/null
+++ b/dev-lisp/clx/clx-0.7.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit common-lisp-3 eutils
+
+DESCRIPTION="CLX is the Common Lisp interface to the X11 protocol primarily 
for SBCL."
+HOMEPAGE="http://www.cliki.net/CLX;
+SRC_URI="https://github.com/sharplispers/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="doc"
+
+DEPEND="sys-apps/texinfo
+   doc? ( virtual/texi2dvi )"
+RDEPEND="!dev-lisp/cl-${PN}"
+
+src_compile() {
+   cd manual || die
+   makeinfo ${PN}.texinfo -o ${PN}.info || die
+   use doc && texi2pdf ${PN}.texinfo -o ${PN}.pdf || die
+}
+
+src_install() {
+   common-lisp-install-sources *.lisp debug demo test
+   common-lisp-install-asdf
+   dodoc NEWS CHANGES README*
+   doinfo manual/${PN}.info
+   use doc && dodoc manual/${PN}.pdf
+}



[gentoo-commits] proj/lisp:master commit in: dev-lisp/clx/

2017-04-05 Thread José María Alonso
commit: cabb17b69f63d5cfc33bc5ed1958b0caf39cb520
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Wed Apr  5 15:07:50 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Wed Apr  5 15:07:50 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=cabb17b6

dev-lisp/clx: Updates header and EAPI. Adds metadata

 dev-lisp/clx/clx-0.7.4-r1.ebuild | 16 
 dev-lisp/clx/clx-.ebuild |  3 +--
 dev-lisp/clx/metadata.xml| 24 
 3 files changed, 33 insertions(+), 10 deletions(-)

diff --git a/dev-lisp/clx/clx-0.7.4-r1.ebuild b/dev-lisp/clx/clx-0.7.4-r1.ebuild
index 643c6ae4..e229aaf0 100644
--- a/dev-lisp/clx/clx-0.7.4-r1.ebuild
+++ b/dev-lisp/clx/clx-0.7.4-r1.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI=5
+EAPI=6
 
 inherit common-lisp-3 eutils
 
@@ -21,11 +20,12 @@ RDEPEND="!dev-lisp/cl-${PN}"
 
 src_prepare() {
rm -v {exclcmac,sockcl,defsystem,provide,cmudep}.lisp || die
-   epatch "${FILESDIR}"/gentoo-fix-asd.patch
-   epatch "${FILESDIR}"/gentoo-fix-dep-openmcl.patch
-   epatch "${FILESDIR}"/gentoo-fix-unused-vars.patch
-   epatch "${FILESDIR}"/gentoo-fix-obsolete-eval-when.patch
-   epatch "${FILESDIR}"/gentoo-fix-dynamic-extent-sbcl-1.0.45.patch
+   eapply "${FILESDIR}"/gentoo-fix-asd.patch
+   eapply "${FILESDIR}"/gentoo-fix-dep-openmcl.patch
+   eapply "${FILESDIR}"/gentoo-fix-unused-vars.patch
+   eapply "${FILESDIR}"/gentoo-fix-obsolete-eval-when.patch
+   eapply "${FILESDIR}"/gentoo-fix-dynamic-extent-sbcl-1.0.45.patch
+   eapply_user
 }
 
 src_compile() {

diff --git a/dev-lisp/clx/clx-.ebuild b/dev-lisp/clx/clx-.ebuild
index 5eb764c5..efbfcfbe 100644
--- a/dev-lisp/clx/clx-.ebuild
+++ b/dev-lisp/clx/clx-.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 EAPI=6
 

diff --git a/dev-lisp/clx/metadata.xml b/dev-lisp/clx/metadata.xml
new file mode 100644
index ..47c41000
--- /dev/null
+++ b/dev-lisp/clx/metadata.xml
@@ -0,0 +1,24 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   common-l...@gentoo.org
+   Gentoo Common Lisp Project
+   
+   
+   CLX provides an implementation of the X Window System protocol 
to
+   Lisp graphics library[ies] and applications. It is the Common 
Lisp
+   equivalent of Xlib. 
+   
+   
+   CLX ofrece una implementación del protocolo del sistema X Window
+   a las librerías y aplicaciones gráficas escritas en Lisp. Es el
+   equivamente en Common Lisp a Xlib. 
+   
+   
+   Builds documentation
+   
+   
+   sharplispers/clx
+   
+



[gentoo-commits] proj/lisp:master commit in: dev-lisp/clx-truetype/

2017-02-07 Thread José María Alonso
commit: ef18a04666ff0fc0184e14eb28a4becfc3ea68ec
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Tue Feb  7 12:17:24 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Tue Feb  7 12:17:24 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=ef18a046

dev-lisp/clx-truetype: Adds new live ebuild

 dev-lisp/clx-truetype/clx-truetype-.ebuild | 22 ++
 1 file changed, 22 insertions(+)

diff --git a/dev-lisp/clx-truetype/clx-truetype-.ebuild 
b/dev-lisp/clx-truetype/clx-truetype-.ebuild
new file mode 100644
index 000..110b321
--- /dev/null
+++ b/dev-lisp/clx-truetype/clx-truetype-.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit common-lisp-3 git-r3
+
+DESCRIPTION="Pure Common Lisp TrueType font renderer for CLX"
+HOMEPAGE="https://github.com/filonenko-mikhail/clx-truetype;
+EGIT_REPO_URI="https://github.com/filonenko-mikhail/${PN}.git;
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="dev-lisp/clx
+   dev-lisp/zpb-ttf
+   dev-lisp/cl-vectors
+   dev-lisp/cl-fad
+   dev-lisp/cl-store
+   dev-lisp/trivial-features"



[gentoo-commits] proj/lisp:master commit in: dev-lisp/clx/

2016-12-17 Thread José María Alonso
commit: 31d829ae5cede2d90574bb54c5189195e3665d6c
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sat Dec 17 13:22:43 2016 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sat Dec 17 13:22:43 2016 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=31d829ae

dev-lisp/clx: Updates DESCRIPTION and LICENSE

 dev-lisp/clx/clx-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/clx/clx-.ebuild b/dev-lisp/clx/clx-.ebuild
index 4b11ee4..5eb764c 100644
--- a/dev-lisp/clx/clx-.ebuild
+++ b/dev-lisp/clx/clx-.ebuild
@@ -6,10 +6,10 @@ EAPI=6
 
 inherit common-lisp-3 git-r3
 
-DESCRIPTION="A fork of crhodes' fork of danb's fork of the CLX library, an X11 
client for Common Lisp"
+DESCRIPTION="A fork of crhodes' fork of danb's fork of CLX, an X11 client for 
Common Lisp"
 HOMEPAGE="https://github.com/sharplispers/clx http://www.cliki.net/CLX;
 EGIT_REPO_URI="git://github.com/sharplispers/clx.git"
 
-LICENSE="HPND"
+LICENSE="MIT"
 SLOT="0"
 IUSE=""



[gentoo-commits] proj/lisp:master commit in: dev-lisp/clx/

2016-12-11 Thread José María Alonso
commit: 778dd37319e20e55b3fef4c4a52c810ce747fa7b
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Dec 11 20:44:50 2016 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Dec 11 20:44:50 2016 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=778dd373

dev-lisp/clx: Updates header and bumps EAPI version

 dev-lisp/clx/clx-0.7.4-r1.ebuild | 2 +-
 dev-lisp/clx/clx-.ebuild | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-lisp/clx/clx-0.7.4-r1.ebuild b/dev-lisp/clx/clx-0.7.4-r1.ebuild
index 327379c..643c6ae 100644
--- a/dev-lisp/clx/clx-0.7.4-r1.ebuild
+++ b/dev-lisp/clx/clx-0.7.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 

diff --git a/dev-lisp/clx/clx-.ebuild b/dev-lisp/clx/clx-.ebuild
index 8d89c6b..4b11ee4 100644
--- a/dev-lisp/clx/clx-.ebuild
+++ b/dev-lisp/clx/clx-.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-inherit common-lisp-3 git-2
+inherit common-lisp-3 git-r3
 
 DESCRIPTION="A fork of crhodes' fork of danb's fork of the CLX library, an X11 
client for Common Lisp"
 HOMEPAGE="https://github.com/sharplispers/clx http://www.cliki.net/CLX;



[gentoo-commits] proj/lisp:master commit in: dev-lisp/clx/

2015-12-31 Thread José María Alonso
commit: f00a8985f3fb53f7046e5cef248dc13334e8494e
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Thu Dec 31 10:07:17 2015 +
Commit: José María Alonso  gentoo  org>
CommitDate: Thu Dec 31 10:07:17 2015 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=f00a8985

dev-lisp/clx: fix headers and remove KEYWORDS from live ebuild

 dev-lisp/clx/clx-0.7.4-r1.ebuild | 4 ++--
 dev-lisp/clx/clx-.ebuild | 5 ++---
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/dev-lisp/clx/clx-0.7.4-r1.ebuild b/dev-lisp/clx/clx-0.7.4-r1.ebuild
index 15a716c..327379c 100644
--- a/dev-lisp/clx/clx-0.7.4-r1.ebuild
+++ b/dev-lisp/clx/clx-0.7.4-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 EAPI=5
 

diff --git a/dev-lisp/clx/clx-.ebuild b/dev-lisp/clx/clx-.ebuild
index c42bd9d..8d89c6b 100644
--- a/dev-lisp/clx/clx-.ebuild
+++ b/dev-lisp/clx/clx-.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 EAPI=5
 
@@ -12,5 +12,4 @@ EGIT_REPO_URI="git://github.com/sharplispers/clx.git"
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 IUSE=""



[gentoo-commits] proj/lisp:master commit in: dev-lisp/clx/

2014-12-19 Thread José María Alonso
commit: 893205e1426bf88cdcd7ec6118aaeda9e6690f70
Author: Chema Alonso nimiux AT gentoo DOT org
AuthorDate: Fri Dec 19 20:17:31 2014 +
Commit: José María Alonso nimiux AT gentoo DOT org
CommitDate: Fri Dec 19 20:17:31 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=893205e1

dev-lisp/clx: update license and move to EAPI 5

---
 dev-lisp/clx/clx-0.7.4-r1.ebuild | 9 +
 dev-lisp/clx/clx-.ebuild | 2 +-
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/dev-lisp/clx/clx-0.7.4-r1.ebuild b/dev-lisp/clx/clx-0.7.4-r1.ebuild
index 513a5b7..15a716c 100644
--- a/dev-lisp/clx/clx-0.7.4-r1.ebuild
+++ b/dev-lisp/clx/clx-0.7.4-r1.ebuild
@@ -1,15 +1,16 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=3
+EAPI=5
+
 inherit common-lisp-3 eutils
 
 DESCRIPTION=CLX is the Common Lisp interface to the X11 protocol primarily 
for SBCL.
 HOMEPAGE=http://www.cliki.net/CLX;
 SRC_URI=http://common-lisp.net/~abridgewater/dist/${PN}/${P}.tgz;
 
-LICENSE=as-is
+LICENSE=HPND
 SLOT=0
 KEYWORDS=~amd64 ~ppc ~sparc ~x86
 IUSE=doc
@@ -28,7 +29,7 @@ src_prepare() {
 }
 
 src_compile() {
-   cd manual
+   cd manual || die
makeinfo ${PN}.texinfo -o ${PN}.info || die Cannot compile info docs
if use doc ; then
VARTEXFONTS=${T}/fonts \

diff --git a/dev-lisp/clx/clx-.ebuild b/dev-lisp/clx/clx-.ebuild
index d698632..c42bd9d 100644
--- a/dev-lisp/clx/clx-.ebuild
+++ b/dev-lisp/clx/clx-.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION=A fork of crhodes' fork of danb's fork of the 
CLX library, an X11 c
 HOMEPAGE=https://github.com/sharplispers/clx http://www.cliki.net/CLX;
 EGIT_REPO_URI=git://github.com/sharplispers/clx.git
 
-LICENSE=as-is
+LICENSE=HPND
 SLOT=0
 KEYWORDS=~amd64 ~ppc ~sparc ~x86
 IUSE=



[gentoo-commits] proj/lisp:master commit in: dev-lisp/clx/

2014-04-28 Thread José María Alonso
commit: b393992934b3060f9d197a131c36ea8e94db4388
Author: Chema Alonso nimiux AT gentoo DOT org
AuthorDate: Mon Apr 28 09:39:03 2014 +
Commit: José María Alonso nimiux AT gentoo DOT org
CommitDate: Mon Apr 28 09:39:03 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=b3939929

dev-lisp/clx: new live ebuild

---
 dev-lisp/clx/clx-.ebuild | 16 
 1 file changed, 16 insertions(+)

diff --git a/dev-lisp/clx/clx-.ebuild b/dev-lisp/clx/clx-.ebuild
new file mode 100644
index 000..5d41ab4
--- /dev/null
+++ b/dev-lisp/clx/clx-.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3 git-2
+
+DESCRIPTION=A collection of public domain utilities.
+HOMEPAGE=http://www.cliki.net/CLX;
+EGIT_REPO_URI=git://github.com/sharplispers/clx.git
+
+LICENSE=as-is
+SLOT=0
+KEYWORDS=~amd64 ~ppc ~sparc ~x86
+IUSE=



[gentoo-commits] proj/lisp:master commit in: dev-lisp/clx/

2014-04-28 Thread José María Alonso
commit: 62eb5e6b518ac48d2f9e1cbf506548efa578826c
Author: Chema Alonso nimiux AT gentoo DOT org
AuthorDate: Mon Apr 28 09:41:43 2014 +
Commit: José María Alonso nimiux AT gentoo DOT org
CommitDate: Mon Apr 28 09:41:43 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=62eb5e6b

dev-lisp/clx: fix description and uri

---
 dev-lisp/clx/clx-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/clx/clx-.ebuild b/dev-lisp/clx/clx-.ebuild
index 5d41ab4..d698632 100644
--- a/dev-lisp/clx/clx-.ebuild
+++ b/dev-lisp/clx/clx-.ebuild
@@ -6,8 +6,8 @@ EAPI=5
 
 inherit common-lisp-3 git-2
 
-DESCRIPTION=A collection of public domain utilities.
-HOMEPAGE=http://www.cliki.net/CLX;
+DESCRIPTION=A fork of crhodes' fork of danb's fork of the CLX library, an X11 
client for Common Lisp
+HOMEPAGE=https://github.com/sharplispers/clx http://www.cliki.net/CLX;
 EGIT_REPO_URI=git://github.com/sharplispers/clx.git
 
 LICENSE=as-is