public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/asdf/, dev-lisp/asdf/files/
Date: Fri,  1 Apr 2022 11:12:46 +0000 (UTC)	[thread overview]
Message-ID: <1648808725.5ba0fd060f50bc36b08d07128481f3f22a874e88.ulm@gentoo> (raw)

commit:     5ba0fd060f50bc36b08d07128481f3f22a874e88
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  1 10:25:25 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Apr  1 10:25:25 2022 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=5ba0fd06

dev-lisp/asdf: Remove package

Newer version in gentoo repository.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 dev-lisp/asdf/asdf-3.3.2-r1.ebuild       | 53 --------------------------------
 dev-lisp/asdf/asdf-3.3.2.ebuild          | 52 -------------------------------
 dev-lisp/asdf/files/gentoo-init.lisp     | 12 --------
 dev-lisp/asdf/files/source-registry.conf |  5 ---
 4 files changed, 122 deletions(-)

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 74e4ab62..00000000
--- a/dev-lisp/asdf/asdf-3.3.2-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils 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"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
-IUSE="doc test"
-
-SLOT="0/${PVR}"
-
-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 41961826..00000000
--- a/dev-lisp/asdf/asdf-3.3.2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils 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"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
-IUSE="doc"
-
-SLOT="0/${PVR}"
-
-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/files/gentoo-init.lisp b/dev-lisp/asdf/files/gentoo-init.lisp
deleted file mode 100644
index e1e424a7..00000000
--- a/dev-lisp/asdf/files/gentoo-init.lisp
+++ /dev/null
@@ -1,12 +0,0 @@
-(in-package #:cl-user)
-
-#-(or cmu ccl ecl sbcl)
-(let ((*compile-print* nil)
-      (*compile-verbose* nil)
-      #+cmu (ext:*gc-verbose* nil))
-  (handler-bind ((warning #'muffle-warning))
-    (load #p"/usr/share/common-lisp/source/asdf/build/asdf.lisp"
-          :print nil :verbose nil)))
-
-#+(or cmu ccl ecl sbcl)
-(require :asdf)

diff --git a/dev-lisp/asdf/files/source-registry.conf b/dev-lisp/asdf/files/source-registry.conf
deleted file mode 100644
index 45e1fdfc..00000000
--- a/dev-lisp/asdf/files/source-registry.conf
+++ /dev/null
@@ -1,5 +0,0 @@
-;; -*- Mode: Lisp; -*-
-
-(:source-registry
- (:directory "/usr/share/common-lisp/systems")
- :inherit-configuration)


                 reply	other threads:[~2022-04-01 11:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1648808725.5ba0fd060f50bc36b08d07128481f3f22a874e88.ulm@gentoo \
    --to=ulm@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