public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/asdf/
Date: Fri,  4 Mar 2022 23:58:55 +0000 (UTC)	[thread overview]
Message-ID: <1646438300.b5384918921b98ee61557894a24d895af6acb57a.sam@gentoo> (raw)

commit:     b5384918921b98ee61557894a24d895af6acb57a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  4 04:03:54 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar  4 23:58:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5384918

dev-lisp/asdf: drop 3.1.5, 3.3.1, 3.3.2, 3.3.2-r1

Closes: https://bugs.gentoo.org/828735
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-lisp/asdf/Manifest             |  3 ---
 dev-lisp/asdf/asdf-3.1.5.ebuild    | 46 ---------------------------------
 dev-lisp/asdf/asdf-3.3.1.ebuild    | 50 ------------------------------------
 dev-lisp/asdf/asdf-3.3.2-r1.ebuild | 52 --------------------------------------
 dev-lisp/asdf/asdf-3.3.2.ebuild    | 50 ------------------------------------
 5 files changed, 201 deletions(-)

diff --git a/dev-lisp/asdf/Manifest b/dev-lisp/asdf/Manifest
index 4104c6372e46..730b60d701ee 100644
--- a/dev-lisp/asdf/Manifest
+++ b/dev-lisp/asdf/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 asdf-3.3.2.tar.gz 482616 BLAKE2B 860728720ccb02debee6a826d8b27bfd8f5fea3daa529ecfc8d2f5564c77340a38582ccbccf4f311c644bdeccd7348004690929185aa70c3dc0f6b4124616df8 SHA512 f8e065383d6e82754c87d309a8b500ad213e09d1375792fd475eb169d9f880d97b26072e608046d61c83512645781cded09dcff22052e214e8e3639f2a978c74
 DIST asdf-3.3.5.tar.gz 520233 BLAKE2B 59697b9c6a691c43efe47c0e6d9fed5b8a0f2f2432f10cb58a643857bc3d332b730b180d5d13e87656b9106eab7787359ecd3b854447f5d9c8a871b3a1510448 SHA512 27221bbf798c94e427b8e2c0e8ecb5384102dd5f8f5d2cc18c2e3d44e0aa2f3b79538e0f2cb589442eb493abe00c8a63a04f6c1558979b78cd00165c6b33103b

diff --git a/dev-lisp/asdf/asdf-3.1.5.ebuild b/dev-lisp/asdf/asdf-3.1.5.ebuild
deleted file mode 100644
index 7f74dd6f516c..000000000000
--- a/dev-lisp/asdf/asdf-3.1.5.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit prefix
-
-DESCRIPTION="ASDF is Another System Definition Facility for Common Lisp"
-HOMEPAGE="http://common-lisp.net/project/asdf/"
-SRC_URI="http://common-lisp.net/project/${PN}/archives/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PVR}"
-KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
-IUSE="doc"
-
-DEPEND="!dev-lisp/cl-${PN}
-		!<dev-lisp/asdf-2.33-r3
-		doc? ( virtual/texi2dvi )"
-RDEPEND=""
-PDEPEND="~dev-lisp/uiop-${PV}"
-
-#S="${WORKDIR}"
-
-src_compile() {
-	make
-	use doc && make doc
-}
-
-src_install() {
-	insinto /usr/share/common-lisp/source/${PN}
-	doins -r build version.lisp-expr
-	dodoc README.md TODO
-
-	if use doc; then
-		docinto html
-		dodoc doc/*.{html,css,ico,png} doc/index.html
-		docompress -x /usr/share/doc/${PF}/html
-	fi
-
-	insinto /etc/common-lisp
-	cd "${T}"
-	cp "${FILESDIR}"/gentoo-init.lisp "${FILESDIR}"/source-registry.conf .
-	eprefixify gentoo-init.lisp source-registry.conf
-	doins gentoo-init.lisp source-registry.conf
-}

diff --git a/dev-lisp/asdf/asdf-3.3.1.ebuild b/dev-lisp/asdf/asdf-3.3.1.ebuild
deleted file mode 100644
index 94d6a7b9a0d3..000000000000
--- a/dev-lisp/asdf/asdf-3.3.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit prefix common-lisp-3
-
-DESCRIPTION="ASDF is Another System Definition Facility for Common Lisp"
-HOMEPAGE="http://common-lisp.net/project/asdf/"
-SRC_URI="http://common-lisp.net/project/${PN}/archives/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PVR}"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
-IUSE="doc"
-
-DEPEND="!dev-lisp/cl-${PN}
-		!<dev-lisp/asdf-2.33-r3
-		doc? ( virtual/texi2dvi )"
-PDEPEND="virtual/commonlisp
-		~dev-lisp/uiop-${PV}"
-
-install_docs() {
-	(cd doc ; dodoc *.{html,css,ico,png} "${PN}.pdf" ; dodoc -r asdf )
-	if has_version ">=dev-lisp/sbcl-1.4.0" ; then
-		(cd doc ; doinfo "${PN}.info" )
-	fi
-}
-
-src_compile() {
-	emake
-	use doc && emake -C doc
-}
-
-src_test() {
-	common-lisp-export-impl-args "$(common-lisp-find-lisp-impl)"
-	test/run-tests.sh ${CL_BINARY}
-}
-
-src_install() {
-	insinto "${CLSOURCEROOT}/${PN}"
-	doins -r build version.lisp-expr
-	dodoc README.md TODO
-	use doc && install_docs
-	insinto /etc/common-lisp
-	cd "${T}" || die
-	cp "${FILESDIR}/gentoo-init.lisp" "${FILESDIR}/source-registry.conf" . || die
-	eprefixify gentoo-init.lisp source-registry.conf
-	doins gentoo-init.lisp source-registry.conf
-}

diff --git a/dev-lisp/asdf/asdf-3.3.2-r1.ebuild b/dev-lisp/asdf/asdf-3.3.2-r1.ebuild
deleted file mode 100644
index cdc7b5348e9f..000000000000
--- a/dev-lisp/asdf/asdf-3.3.2-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit prefix common-lisp-3
-
-DESCRIPTION="ASDF is Another System Definition Facility for Common Lisp"
-HOMEPAGE="http://common-lisp.net/project/asdf/"
-SRC_URI="http://common-lisp.net/project/${PN}/archives/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PVR}"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-DEPEND="!dev-lisp/cl-${PN}
-		!<dev-lisp/asdf-2.33-r3
-		doc? ( virtual/texi2dvi )
-		test? ( virtual/commonlisp )"
-PDEPEND="virtual/commonlisp
-		~dev-lisp/uiop-${PV}"
-
-install_docs() {
-	(cd doc ; dodoc *.{html,css,ico,png} "${PN}.pdf" ; dodoc -r asdf )
-	if has_version ">=dev-lisp/sbcl-1.4.0" ; then
-		(cd doc ; doinfo "${PN}.info" )
-	fi
-}
-
-src_compile() {
-	emake
-	use doc && emake -C doc
-}
-
-src_test() {
-	common-lisp-export-impl-args "$(common-lisp-find-lisp-impl)"
-	test/run-tests.sh ${CL_BINARY}
-}
-
-src_install() {
-	insinto "${CLSOURCEROOT}/${PN}"
-	doins -r build version.lisp-expr
-	dodoc README.md TODO
-	use doc && install_docs
-	insinto /etc/common-lisp
-	cd "${T}" || die
-	cp "${FILESDIR}/gentoo-init.lisp" "${FILESDIR}/source-registry.conf" . || die
-	eprefixify gentoo-init.lisp source-registry.conf
-	doins gentoo-init.lisp source-registry.conf
-}

diff --git a/dev-lisp/asdf/asdf-3.3.2.ebuild b/dev-lisp/asdf/asdf-3.3.2.ebuild
deleted file mode 100644
index a71c652de589..000000000000
--- a/dev-lisp/asdf/asdf-3.3.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit prefix common-lisp-3
-
-DESCRIPTION="ASDF is Another System Definition Facility for Common Lisp"
-HOMEPAGE="http://common-lisp.net/project/asdf/"
-SRC_URI="http://common-lisp.net/project/${PN}/archives/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PVR}"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
-IUSE="doc"
-
-DEPEND="!dev-lisp/cl-${PN}
-		!<dev-lisp/asdf-2.33-r3
-		doc? ( virtual/texi2dvi )"
-PDEPEND="virtual/commonlisp
-		~dev-lisp/uiop-${PV}"
-
-install_docs() {
-	(cd doc ; dodoc *.{html,css,ico,png} "${PN}.pdf" ; dodoc -r asdf )
-	if has_version ">=dev-lisp/sbcl-1.4.0" ; then
-		(cd doc ; doinfo "${PN}.info" )
-	fi
-}
-
-src_compile() {
-	emake
-	use doc && emake -C doc
-}
-
-src_test() {
-	common-lisp-export-impl-args "$(common-lisp-find-lisp-impl)"
-	test/run-tests.sh ${CL_BINARY}
-}
-
-src_install() {
-	insinto "${CLSOURCEROOT}/${PN}"
-	doins -r build version.lisp-expr
-	dodoc README.md TODO
-	use doc && install_docs
-	insinto /etc/common-lisp
-	cd "${T}" || die
-	cp "${FILESDIR}/gentoo-init.lisp" "${FILESDIR}/source-registry.conf" . || die
-	eprefixify gentoo-init.lisp source-registry.conf
-	doins gentoo-init.lisp source-registry.conf
-}


             reply	other threads:[~2022-03-04 23:58 UTC|newest]

Thread overview: 49+ 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 --
2023-07-27  7:37 [gentoo-commits] repo/gentoo:master commit in: dev-lisp/asdf/ Ulrich Müller
2023-07-27  6:01 Sam James
2022-05-14 21:52 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
2019-11-18 16:25 Ulrich Müller
2018-08-04 12:59 Patrick Lauer
2018-08-04 11:37 Patrick Lauer
2018-05-05 15:39 José María Alonso
2018-05-05 13:42 José María Alonso
2018-03-09 15:03 José María Alonso
2018-03-08 15:21 José María Alonso
2018-03-08 15:21 José María Alonso
2018-03-04 22:12 José María Alonso
2018-03-04 15:56 José María Alonso
2018-03-03 20:27 Andreas Hüttel
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-30 19:40 José María Alonso
2017-10-30 15:20 José María Alonso
2017-10-28 14:11 José María Alonso
2017-10-07 15:16 José María Alonso
2017-10-01 21:20 José María Alonso
2017-10-01 18:50 José María Alonso
2017-04-05  8:24 José María Alonso
2017-04-05  8:18 José María Alonso
2017-02-14 23:06 José María Alonso
2017-02-14 23:00 José María Alonso
2017-02-14 22:08 José María Alonso
2017-02-14 22:01 José María Alonso
2017-02-14 22:01 José María Alonso
2017-01-16 10:27 José María Alonso
2017-01-11 22:15 José María Alonso
2017-01-11  9:25 José María Alonso
2016-06-11 16:44 Agostino Sarubbo
2016-03-24 14:59 José María Alonso
2015-10-18 15:51 José María Alonso
2015-08-27 20:08 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=1646438300.b5384918921b98ee61557894a24d895af6acb57a.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