Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/clx/
Date: Sun, 04 Feb 2018 10:25:45
Message-Id: 1517739936.646c705775bef8d00ee04a10c32bbc13cb742378.nimiux@gentoo
1 commit: 646c705775bef8d00ee04a10c32bbc13cb742378
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 4 10:25:36 2018 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 4 10:25:36 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=646c7057
7
8 dev-lisp/clx: Drops old versions
9
10 dev-lisp/clx/clx-0.7.3.ebuild | 33 ---------------------------------
11 dev-lisp/clx/clx-0.7.4.ebuild | 33 ---------------------------------
12 dev-lisp/clx/metadata.xml | 4 ++--
13 3 files changed, 2 insertions(+), 68 deletions(-)
14
15 diff --git a/dev-lisp/clx/clx-0.7.3.ebuild b/dev-lisp/clx/clx-0.7.3.ebuild
16 deleted file mode 100644
17 index a80ef5ac..00000000
18 --- a/dev-lisp/clx/clx-0.7.3.ebuild
19 +++ /dev/null
20 @@ -1,33 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -inherit common-lisp-3 eutils
27 -
28 -DESCRIPTION="CLX is the Common Lisp interface to the X11 protocol primarily for SBCL."
29 -HOMEPAGE="http://www.cliki.net/CLX"
30 -SRC_URI="https://github.com/sharplispers/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
31 -
32 -LICENSE="MIT"
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
35 -IUSE="doc"
36 -
37 -DEPEND="sys-apps/texinfo
38 - doc? ( virtual/texi2dvi )"
39 -RDEPEND="!dev-lisp/cl-${PN}"
40 -
41 -src_compile() {
42 - cd manual || die
43 - makeinfo ${PN}.texinfo -o ${PN}.info || die
44 - use doc && texi2pdf ${PN}.texinfo -o ${PN}.pdf || die
45 -}
46 -
47 -src_install() {
48 - common-lisp-install-sources *.lisp debug demo extensions test
49 - common-lisp-install-asdf
50 - dodoc NEWS CHANGES README*
51 - doinfo manual/${PN}.info
52 - use doc && dodoc manual/${PN}.pdf
53 -}
54
55 diff --git a/dev-lisp/clx/clx-0.7.4.ebuild b/dev-lisp/clx/clx-0.7.4.ebuild
56 deleted file mode 100644
57 index 98c9079f..00000000
58 --- a/dev-lisp/clx/clx-0.7.4.ebuild
59 +++ /dev/null
60 @@ -1,33 +0,0 @@
61 -# Copyright 1999-2017 Gentoo Foundation
62 -# Distributed under the terms of the GNU General Public License v2
63 -
64 -EAPI=6
65 -
66 -inherit common-lisp-3 eutils
67 -
68 -DESCRIPTION="CLX is the Common Lisp interface to the X11 protocol primarily for SBCL."
69 -HOMEPAGE="http://www.cliki.net/CLX"
70 -SRC_URI="https://github.com/sharplispers/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
71 -
72 -LICENSE="MIT"
73 -SLOT="0"
74 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
75 -IUSE="doc"
76 -
77 -DEPEND="sys-apps/texinfo
78 - doc? ( virtual/texi2dvi )"
79 -RDEPEND="!dev-lisp/cl-${PN}"
80 -
81 -src_compile() {
82 - cd manual || die
83 - makeinfo ${PN}.texinfo -o ${PN}.info || die
84 - use doc && texi2pdf ${PN}.texinfo -o ${PN}.pdf || die
85 -}
86 -
87 -src_install() {
88 - common-lisp-install-sources *.lisp debug demo extensions tests
89 - common-lisp-install-asdf
90 - dodoc NEWS CHANGES README*
91 - doinfo manual/${PN}.info
92 - use doc && dodoc manual/${PN}.pdf
93 -}
94
95 diff --git a/dev-lisp/clx/metadata.xml b/dev-lisp/clx/metadata.xml
96 index 47c41000..038e56e9 100644
97 --- a/dev-lisp/clx/metadata.xml
98 +++ b/dev-lisp/clx/metadata.xml
99 @@ -8,12 +8,12 @@
100 <longdescription lang="en">
101 CLX provides an implementation of the X Window System protocol to
102 Lisp graphics library[ies] and applications. It is the Common Lisp
103 - equivalent of Xlib.
104 + equivalent of Xlib.
105 </longdescription>
106 <longdescription lang="es">
107 CLX ofrece una implementación del protocolo del sistema X Window
108 a las librerías y aplicaciones gráficas escritas en Lisp. Es el
109 - equivamente en Common Lisp a Xlib.
110 + equivamente en Common Lisp a Xlib.
111 </longdescription>
112 <use>
113 <flag name="doc">Builds documentation</flag>