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/usocket/
Date: Wed, 30 Aug 2017 13:33:09
Message-Id: 1504099970.c20479e0ba5feb5c4529a056e3e335fa03170564.nimiux@gentoo
1 commit: c20479e0ba5feb5c4529a056e3e335fa03170564
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 30 13:32:50 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 30 13:32:50 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c20479e0
7
8 dev-lisp/usocket: Drops old versions
9
10 dev-lisp/usocket/usocket-0.5.3.ebuild | 28 ----------------------------
11 dev-lisp/usocket/usocket-0.6.0.1.ebuild | 28 ----------------------------
12 dev-lisp/usocket/usocket-0.6.1.ebuild | 28 ----------------------------
13 3 files changed, 84 deletions(-)
14
15 diff --git a/dev-lisp/usocket/usocket-0.5.3.ebuild b/dev-lisp/usocket/usocket-0.5.3.ebuild
16 deleted file mode 100644
17 index d8611073..00000000
18 --- a/dev-lisp/usocket/usocket-0.5.3.ebuild
19 +++ /dev/null
20 @@ -1,28 +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
27 -
28 -DESCRIPTION="Usocket is a universal socket library for Common Lisp."
29 -HOMEPAGE="http://common-lisp.net/project/usocket/"
30 -SRC_URI="http://common-lisp.net/project/${PN}/releases/${PN}-${PV}.tar.gz"
31 -
32 -LICENSE="MIT"
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
35 -IUSE=""
36 -
37 -RDEPEND="!dev-lisp/cl-${PN}
38 - dev-lisp/split-sequence
39 - dev-lisp/rt"
40 -
41 -CLSYSTEMS="${PN} ${PN}-test"
42 -
43 -src_install() {
44 - common-lisp-install-sources .
45 - common-lisp-install-asdf
46 - dodoc TODO README doc/*.txt
47 - docinto notes && dodoc notes/*.txt
48 -}
49
50 diff --git a/dev-lisp/usocket/usocket-0.6.0.1.ebuild b/dev-lisp/usocket/usocket-0.6.0.1.ebuild
51 deleted file mode 100644
52 index a8304b25..00000000
53 --- a/dev-lisp/usocket/usocket-0.6.0.1.ebuild
54 +++ /dev/null
55 @@ -1,28 +0,0 @@
56 -# Copyright 1999-2017 Gentoo Foundation
57 -# Distributed under the terms of the GNU General Public License v2
58 -
59 -EAPI=6
60 -
61 -inherit common-lisp-3
62 -
63 -DESCRIPTION="Usocket is a universal socket library for Common Lisp."
64 -HOMEPAGE="http://common-lisp.net/project/usocket/"
65 -SRC_URI="http://common-lisp.net/project/${PN}/releases/${P}.tar.gz"
66 -
67 -LICENSE="MIT"
68 -SLOT="0"
69 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
70 -IUSE=""
71 -
72 -RDEPEND="!dev-lisp/cl-${PN}
73 - dev-lisp/split-sequence
74 - dev-lisp/rt"
75 -
76 -CLSYSTEMS="${PN} ${PN}-test"
77 -
78 -src_install() {
79 - common-lisp-install-sources .
80 - common-lisp-install-asdf
81 - dodoc TODO README doc/*.txt
82 - docinto notes && dodoc notes/*.txt
83 -}
84
85 diff --git a/dev-lisp/usocket/usocket-0.6.1.ebuild b/dev-lisp/usocket/usocket-0.6.1.ebuild
86 deleted file mode 100644
87 index a8304b25..00000000
88 --- a/dev-lisp/usocket/usocket-0.6.1.ebuild
89 +++ /dev/null
90 @@ -1,28 +0,0 @@
91 -# Copyright 1999-2017 Gentoo Foundation
92 -# Distributed under the terms of the GNU General Public License v2
93 -
94 -EAPI=6
95 -
96 -inherit common-lisp-3
97 -
98 -DESCRIPTION="Usocket is a universal socket library for Common Lisp."
99 -HOMEPAGE="http://common-lisp.net/project/usocket/"
100 -SRC_URI="http://common-lisp.net/project/${PN}/releases/${P}.tar.gz"
101 -
102 -LICENSE="MIT"
103 -SLOT="0"
104 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
105 -IUSE=""
106 -
107 -RDEPEND="!dev-lisp/cl-${PN}
108 - dev-lisp/split-sequence
109 - dev-lisp/rt"
110 -
111 -CLSYSTEMS="${PN} ${PN}-test"
112 -
113 -src_install() {
114 - common-lisp-install-sources .
115 - common-lisp-install-asdf
116 - dodoc TODO README doc/*.txt
117 - docinto notes && dodoc notes/*.txt
118 -}