public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/asdf/, dev-lisp/asdf/files/
@ 2022-04-01 11:12 Ulrich Müller
  0 siblings, 0 replies; only message in thread
From: Ulrich Müller @ 2022-04-01 11:12 UTC (permalink / raw
  To: gentoo-commits

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)


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-04-01 11:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-01 11:12 [gentoo-commits] proj/lisp:master commit in: dev-lisp/asdf/, dev-lisp/asdf/files/ Ulrich Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox