From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/uiop/
Date: Fri, 4 Mar 2022 23:58:55 +0000 (UTC) [thread overview]
Message-ID: <1646438295.a3f042b0270cfde32c5f34871f11ce192093be11.sam@gentoo> (raw)
commit: a3f042b0270cfde32c5f34871f11ce192093be11
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 4 04:03:36 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 4 23:58:15 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3f042b0
dev-lisp/uiop: drop 3.1.5, 3.3.1, 3.3.2
Closes: https://bugs.gentoo.org/828735
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-lisp/uiop/Manifest | 3 ---
dev-lisp/uiop/uiop-3.1.5.ebuild | 26 --------------------------
dev-lisp/uiop/uiop-3.3.1.ebuild | 27 ---------------------------
dev-lisp/uiop/uiop-3.3.2.ebuild | 17 -----------------
4 files changed, 73 deletions(-)
diff --git a/dev-lisp/uiop/Manifest b/dev-lisp/uiop/Manifest
index dc7849a2a928..d6eaea01c5a1 100644
--- a/dev-lisp/uiop/Manifest
+++ b/dev-lisp/uiop/Manifest
@@ -1,4 +1 @@
-DIST asdf-3.1.5.tar.gz 400359 BLAKE2B 586a66799a37259694baa673f2849e183fac5fedfe5ff5c92529d47fc0954d40b48bbc095db926b9ea2214b551729c269d0925e4396a52310b72fd5f21842f49 SHA512 937d45eabea0853cd1b2e78e84cf33e7b55065857ffcf49fd87ccd60e21ae09c6dc7ab3649d48b37aeb1beaeeaf6c816e5ce035f0283707105296fb976044516
-DIST asdf-3.3.1.tar.gz 479255 BLAKE2B 5161b79741a52721eaa4da80a61bbe51e924967ecb744a087fdcbd99407abcc42faf39eafe6d30af7dd8af751a80caaf23e93ce42aa5f584123a1e8b528cc613 SHA512 bf5efec4518eb5312ce743c0fbe60c587bebfe26c36c833c163d67bf8631e18eeb293f2185e547f6be10da061a17f024d9f4a3a0808727d7b9b3a7d7a0faf133
-DIST uiop-3.3.2.tar.gz 98207 BLAKE2B a003fabde2ee66244e48caa5ae319fb7ce872dc72cdb8f66c39cfa97a5fc5307de667b48a403432cc3c5cf3d8bfa2e3d330ee91b6251add532ec462d0c4c1d29 SHA512 3af6bfc7d0aa6ee102d3d9cbef3277026d9d7ac4811f6c966b4a9f84ab1e0f128822bddcf8b221288a3c895fc5be377f0ae907e2a08f38e6b09f36e5b4635ecc
DIST uiop-3.3.5.tar.gz 103922 BLAKE2B af730c5241245f7d6f41fff32c734a2e3f8c4a86590e5b2cacea0af1f71fdc8f89849c35cb906623d76046ee1928ad1b913364eea3819b546aa37a4494f1fa2b SHA512 33faf9c1d7e48d1573dd17201cbce312ef42edf64ad98576c25fdc51dcd0421322678e9e31f0558450768c6f742882fea80980d2c393b2d64359198091a939f6
diff --git a/dev-lisp/uiop/uiop-3.1.5.ebuild b/dev-lisp/uiop/uiop-3.1.5.ebuild
deleted file mode 100644
index baf6885d2494..000000000000
--- a/dev-lisp/uiop/uiop-3.1.5.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils
-
-DESCRIPTION="UIOP is a portability layer spun off ASDF3"
-HOMEPAGE="http://common-lisp.net/project/asdf/"
-SRC_URI="http://common-lisp.net/project/asdf/archives/asdf-${PV}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
-IUSE=""
-
-RDEPEND="~dev-lisp/asdf-${PV}"
-
-S="${WORKDIR}/asdf-${PV}/${PN}"
-
-src_install() {
- insinto /usr/share/common-lisp/source/${PN}
- doins -r contrib *.lisp ../version.lisp-expr uiop.asd asdf-driver.asd
- dodir /usr/share/common-lisp/systems
- dosym /usr/share/common-lisp/source/${PN}/uiop.asd /usr/share/common-lisp/systems/uiop.asd
- dosym /usr/share/common-lisp/source/${PN}/asdf-driver.asd /usr/share/common-lisp/systems/asdf-driver.asd
-}
diff --git a/dev-lisp/uiop/uiop-3.3.1.ebuild b/dev-lisp/uiop/uiop-3.3.1.ebuild
deleted file mode 100644
index ab7fd579f317..000000000000
--- a/dev-lisp/uiop/uiop-3.3.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-DESCRIPTION="UIOP is a portability layer spun off ASDF3"
-HOMEPAGE="http://common-lisp.net/project/asdf/"
-SRC_URI="http://common-lisp.net/project/asdf/archives/asdf-${PV}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
-IUSE=""
-
-RDEPEND="~dev-lisp/asdf-${PV}"
-
-S="${WORKDIR}/asdf-${PV}/${PN}"
-
-src_install() {
- insinto "${CLSOURCEROOT}/${PN}"
- doins -r contrib *.lisp ../version.lisp-expr "${PN}.asd" asdf-driver.asd
- dodir "${CLSYSTEMROOT}"
- dosym "${CLSOURCEROOT}/${PN}/${PN}.asd" "${CLSYSTEMROOT}/${PN}.asd"
- dosym "${CLSOURCEROOT}/${PN}/asdf-driver.asd" "${CLSYSTEMROOT}/asdf-driver.asd"
-}
diff --git a/dev-lisp/uiop/uiop-3.3.2.ebuild b/dev-lisp/uiop/uiop-3.3.2.ebuild
deleted file mode 100644
index 7907302505f9..000000000000
--- a/dev-lisp/uiop/uiop-3.3.2.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-DESCRIPTION="UIOP is a portability layer spun off ASDF3"
-HOMEPAGE="http://common-lisp.net/project/asdf/"
-SRC_URI="http://common-lisp.net/project/asdf/archives/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
-IUSE=""
-
-RDEPEND="~dev-lisp/asdf-${PV}"
next reply other threads:[~2022-03-04 23:58 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-04 23:58 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-05-14 21:52 [gentoo-commits] repo/gentoo:master commit in: dev-lisp/uiop/ Jakov Smolić
2022-04-28 15:05 Jakov Smolić
2022-02-28 5:03 Sam James
2022-02-17 11:13 Jakov Smolić
2022-02-17 11:00 Jakov Smolić
2022-01-31 18:50 Sam James
2022-01-27 19:07 Sam James
2022-01-12 20:12 Arthur Zamarin
2022-01-03 1:19 Sam James
2022-01-03 1:19 Sam James
2021-01-06 19:34 Fabian Groffen
2018-05-05 15:39 José María Alonso
2018-05-05 13:42 José María Alonso
2018-03-08 15:21 José María Alonso
2018-03-04 19:19 José María Alonso
2018-03-03 17:56 Sergei Trofimovich
2018-02-19 20:15 Sergei Trofimovich
2018-01-28 16:59 Tobias Klausmann
2017-11-15 18:31 José María Alonso
2017-10-07 15:16 José María Alonso
2017-04-05 8:25 José María Alonso
2017-04-05 8:19 José María Alonso
2017-01-11 9:26 José María Alonso
2016-06-11 16:44 Agostino Sarubbo
2016-03-28 20:42 José María Alonso
2016-03-24 14:59 José María Alonso
2015-10-18 15:53 José María Alonso
2015-08-27 20:11 José María Alonso
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1646438295.a3f042b0270cfde32c5f34871f11ce192093be11.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox