Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/uiop/
Date: Fri, 04 Mar 2022 23:58:59
Message-Id: 1646438295.a3f042b0270cfde32c5f34871f11ce192093be11.sam@gentoo
1 commit: a3f042b0270cfde32c5f34871f11ce192093be11
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 4 04:03:36 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 4 23:58:15 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3f042b0
7
8 dev-lisp/uiop: drop 3.1.5, 3.3.1, 3.3.2
9
10 Closes: https://bugs.gentoo.org/828735
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-lisp/uiop/Manifest | 3 ---
14 dev-lisp/uiop/uiop-3.1.5.ebuild | 26 --------------------------
15 dev-lisp/uiop/uiop-3.3.1.ebuild | 27 ---------------------------
16 dev-lisp/uiop/uiop-3.3.2.ebuild | 17 -----------------
17 4 files changed, 73 deletions(-)
18
19 diff --git a/dev-lisp/uiop/Manifest b/dev-lisp/uiop/Manifest
20 index dc7849a2a928..d6eaea01c5a1 100644
21 --- a/dev-lisp/uiop/Manifest
22 +++ b/dev-lisp/uiop/Manifest
23 @@ -1,4 +1 @@
24 -DIST asdf-3.1.5.tar.gz 400359 BLAKE2B 586a66799a37259694baa673f2849e183fac5fedfe5ff5c92529d47fc0954d40b48bbc095db926b9ea2214b551729c269d0925e4396a52310b72fd5f21842f49 SHA512 937d45eabea0853cd1b2e78e84cf33e7b55065857ffcf49fd87ccd60e21ae09c6dc7ab3649d48b37aeb1beaeeaf6c816e5ce035f0283707105296fb976044516
25 -DIST asdf-3.3.1.tar.gz 479255 BLAKE2B 5161b79741a52721eaa4da80a61bbe51e924967ecb744a087fdcbd99407abcc42faf39eafe6d30af7dd8af751a80caaf23e93ce42aa5f584123a1e8b528cc613 SHA512 bf5efec4518eb5312ce743c0fbe60c587bebfe26c36c833c163d67bf8631e18eeb293f2185e547f6be10da061a17f024d9f4a3a0808727d7b9b3a7d7a0faf133
26 -DIST uiop-3.3.2.tar.gz 98207 BLAKE2B a003fabde2ee66244e48caa5ae319fb7ce872dc72cdb8f66c39cfa97a5fc5307de667b48a403432cc3c5cf3d8bfa2e3d330ee91b6251add532ec462d0c4c1d29 SHA512 3af6bfc7d0aa6ee102d3d9cbef3277026d9d7ac4811f6c966b4a9f84ab1e0f128822bddcf8b221288a3c895fc5be377f0ae907e2a08f38e6b09f36e5b4635ecc
27 DIST uiop-3.3.5.tar.gz 103922 BLAKE2B af730c5241245f7d6f41fff32c734a2e3f8c4a86590e5b2cacea0af1f71fdc8f89849c35cb906623d76046ee1928ad1b913364eea3819b546aa37a4494f1fa2b SHA512 33faf9c1d7e48d1573dd17201cbce312ef42edf64ad98576c25fdc51dcd0421322678e9e31f0558450768c6f742882fea80980d2c393b2d64359198091a939f6
28
29 diff --git a/dev-lisp/uiop/uiop-3.1.5.ebuild b/dev-lisp/uiop/uiop-3.1.5.ebuild
30 deleted file mode 100644
31 index baf6885d2494..000000000000
32 --- a/dev-lisp/uiop/uiop-3.1.5.ebuild
33 +++ /dev/null
34 @@ -1,26 +0,0 @@
35 -# Copyright 1999-2021 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=5
39 -inherit eutils
40 -
41 -DESCRIPTION="UIOP is a portability layer spun off ASDF3"
42 -HOMEPAGE="http://common-lisp.net/project/asdf/"
43 -SRC_URI="http://common-lisp.net/project/asdf/archives/asdf-${PV}.tar.gz"
44 -
45 -LICENSE="MIT"
46 -SLOT="0"
47 -KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
48 -IUSE=""
49 -
50 -RDEPEND="~dev-lisp/asdf-${PV}"
51 -
52 -S="${WORKDIR}/asdf-${PV}/${PN}"
53 -
54 -src_install() {
55 - insinto /usr/share/common-lisp/source/${PN}
56 - doins -r contrib *.lisp ../version.lisp-expr uiop.asd asdf-driver.asd
57 - dodir /usr/share/common-lisp/systems
58 - dosym /usr/share/common-lisp/source/${PN}/uiop.asd /usr/share/common-lisp/systems/uiop.asd
59 - dosym /usr/share/common-lisp/source/${PN}/asdf-driver.asd /usr/share/common-lisp/systems/asdf-driver.asd
60 -}
61
62 diff --git a/dev-lisp/uiop/uiop-3.3.1.ebuild b/dev-lisp/uiop/uiop-3.3.1.ebuild
63 deleted file mode 100644
64 index ab7fd579f317..000000000000
65 --- a/dev-lisp/uiop/uiop-3.3.1.ebuild
66 +++ /dev/null
67 @@ -1,27 +0,0 @@
68 -# Copyright 1999-2021 Gentoo Authors
69 -# Distributed under the terms of the GNU General Public License v2
70 -
71 -EAPI=6
72 -
73 -inherit common-lisp-3
74 -
75 -DESCRIPTION="UIOP is a portability layer spun off ASDF3"
76 -HOMEPAGE="http://common-lisp.net/project/asdf/"
77 -SRC_URI="http://common-lisp.net/project/asdf/archives/asdf-${PV}.tar.gz"
78 -
79 -LICENSE="MIT"
80 -SLOT="0"
81 -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
82 -IUSE=""
83 -
84 -RDEPEND="~dev-lisp/asdf-${PV}"
85 -
86 -S="${WORKDIR}/asdf-${PV}/${PN}"
87 -
88 -src_install() {
89 - insinto "${CLSOURCEROOT}/${PN}"
90 - doins -r contrib *.lisp ../version.lisp-expr "${PN}.asd" asdf-driver.asd
91 - dodir "${CLSYSTEMROOT}"
92 - dosym "${CLSOURCEROOT}/${PN}/${PN}.asd" "${CLSYSTEMROOT}/${PN}.asd"
93 - dosym "${CLSOURCEROOT}/${PN}/asdf-driver.asd" "${CLSYSTEMROOT}/asdf-driver.asd"
94 -}
95
96 diff --git a/dev-lisp/uiop/uiop-3.3.2.ebuild b/dev-lisp/uiop/uiop-3.3.2.ebuild
97 deleted file mode 100644
98 index 7907302505f9..000000000000
99 --- a/dev-lisp/uiop/uiop-3.3.2.ebuild
100 +++ /dev/null
101 @@ -1,17 +0,0 @@
102 -# Copyright 1999-2021 Gentoo Authors
103 -# Distributed under the terms of the GNU General Public License v2
104 -
105 -EAPI=6
106 -
107 -inherit common-lisp-3
108 -
109 -DESCRIPTION="UIOP is a portability layer spun off ASDF3"
110 -HOMEPAGE="http://common-lisp.net/project/asdf/"
111 -SRC_URI="http://common-lisp.net/project/asdf/archives/${P}.tar.gz"
112 -
113 -LICENSE="MIT"
114 -SLOT="0"
115 -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
116 -IUSE=""
117 -
118 -RDEPEND="~dev-lisp/asdf-${PV}"