Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/asdf/, dev-lisp/asdf/files/
Date: Fri, 01 Apr 2022 11:12:53
Message-Id: 1648808725.5ba0fd060f50bc36b08d07128481f3f22a874e88.ulm@gentoo
1 commit: 5ba0fd060f50bc36b08d07128481f3f22a874e88
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 1 10:25:25 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 10:25:25 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=5ba0fd06
7
8 dev-lisp/asdf: Remove package
9
10 Newer version in gentoo repository.
11
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 dev-lisp/asdf/asdf-3.3.2-r1.ebuild | 53 --------------------------------
15 dev-lisp/asdf/asdf-3.3.2.ebuild | 52 -------------------------------
16 dev-lisp/asdf/files/gentoo-init.lisp | 12 --------
17 dev-lisp/asdf/files/source-registry.conf | 5 ---
18 4 files changed, 122 deletions(-)
19
20 diff --git a/dev-lisp/asdf/asdf-3.3.2-r1.ebuild b/dev-lisp/asdf/asdf-3.3.2-r1.ebuild
21 deleted file mode 100644
22 index 74e4ab62..00000000
23 --- a/dev-lisp/asdf/asdf-3.3.2-r1.ebuild
24 +++ /dev/null
25 @@ -1,53 +0,0 @@
26 -# Copyright 1999-2018 Gentoo Foundation
27 -# Distributed under the terms of the GNU General Public License v2
28 -
29 -EAPI=6
30 -
31 -inherit eutils prefix common-lisp-3
32 -
33 -DESCRIPTION="ASDF is Another System Definition Facility for Common Lisp"
34 -HOMEPAGE="http://common-lisp.net/project/asdf/"
35 -SRC_URI="http://common-lisp.net/project/${PN}/archives/${P}.tar.gz"
36 -
37 -LICENSE="MIT"
38 -SLOT="0"
39 -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
40 -IUSE="doc test"
41 -
42 -SLOT="0/${PVR}"
43 -
44 -DEPEND="!dev-lisp/cl-${PN}
45 - !<dev-lisp/asdf-2.33-r3
46 - doc? ( virtual/texi2dvi )
47 - test? ( virtual/commonlisp )"
48 -PDEPEND="virtual/commonlisp
49 - ~dev-lisp/uiop-${PV}"
50 -
51 -install_docs() {
52 - (cd doc ; dodoc *.{html,css,ico,png} "${PN}.pdf" ; dodoc -r asdf )
53 - if has_version ">=dev-lisp/sbcl-1.4.0" ; then
54 - (cd doc ; doinfo "${PN}.info" )
55 - fi
56 -}
57 -
58 -src_compile() {
59 - emake
60 - use doc && emake -C doc
61 -}
62 -
63 -src_test() {
64 - common-lisp-export-impl-args "$(common-lisp-find-lisp-impl)"
65 - test/run-tests.sh ${CL_BINARY}
66 -}
67 -
68 -src_install() {
69 - insinto "${CLSOURCEROOT}/${PN}"
70 - doins -r build version.lisp-expr
71 - dodoc README.md TODO
72 - use doc && install_docs
73 - insinto /etc/common-lisp
74 - cd "${T}" || die
75 - cp "${FILESDIR}/gentoo-init.lisp" "${FILESDIR}/source-registry.conf" . || die
76 - eprefixify gentoo-init.lisp source-registry.conf
77 - doins gentoo-init.lisp source-registry.conf
78 -}
79
80 diff --git a/dev-lisp/asdf/asdf-3.3.2.ebuild b/dev-lisp/asdf/asdf-3.3.2.ebuild
81 deleted file mode 100644
82 index 41961826..00000000
83 --- a/dev-lisp/asdf/asdf-3.3.2.ebuild
84 +++ /dev/null
85 @@ -1,52 +0,0 @@
86 -# Copyright 1999-2018 Gentoo Foundation
87 -# Distributed under the terms of the GNU General Public License v2
88 -
89 -EAPI=6
90 -
91 -inherit eutils prefix common-lisp-3
92 -
93 -DESCRIPTION="ASDF is Another System Definition Facility for Common Lisp"
94 -HOMEPAGE="http://common-lisp.net/project/asdf/"
95 -SRC_URI="http://common-lisp.net/project/${PN}/archives/${P}.tar.gz"
96 -
97 -LICENSE="MIT"
98 -SLOT="0"
99 -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
100 -IUSE="doc"
101 -
102 -SLOT="0/${PVR}"
103 -
104 -DEPEND="!dev-lisp/cl-${PN}
105 - !<dev-lisp/asdf-2.33-r3
106 - doc? ( virtual/texi2dvi )"
107 -PDEPEND="virtual/commonlisp
108 - ~dev-lisp/uiop-${PV}"
109 -
110 -install_docs() {
111 - (cd doc ; dodoc *.{html,css,ico,png} "${PN}.pdf" ; dodoc -r asdf )
112 - if has_version ">=dev-lisp/sbcl-1.4.0" ; then
113 - (cd doc ; doinfo "${PN}.info" )
114 - fi
115 -}
116 -
117 -src_compile() {
118 - emake
119 - use doc && emake -C doc
120 -}
121 -
122 -src_test() {
123 - common-lisp-export-impl-args "$(common-lisp-find-lisp-impl)"
124 - test/run-tests.sh ${CL_BINARY}
125 -}
126 -
127 -src_install() {
128 - insinto "${CLSOURCEROOT}/${PN}"
129 - doins -r build version.lisp-expr
130 - dodoc README.md TODO
131 - use doc && install_docs
132 - insinto /etc/common-lisp
133 - cd "${T}" || die
134 - cp "${FILESDIR}/gentoo-init.lisp" "${FILESDIR}/source-registry.conf" . || die
135 - eprefixify gentoo-init.lisp source-registry.conf
136 - doins gentoo-init.lisp source-registry.conf
137 -}
138
139 diff --git a/dev-lisp/asdf/files/gentoo-init.lisp b/dev-lisp/asdf/files/gentoo-init.lisp
140 deleted file mode 100644
141 index e1e424a7..00000000
142 --- a/dev-lisp/asdf/files/gentoo-init.lisp
143 +++ /dev/null
144 @@ -1,12 +0,0 @@
145 -(in-package #:cl-user)
146 -
147 -#-(or cmu ccl ecl sbcl)
148 -(let ((*compile-print* nil)
149 - (*compile-verbose* nil)
150 - #+cmu (ext:*gc-verbose* nil))
151 - (handler-bind ((warning #'muffle-warning))
152 - (load #p"/usr/share/common-lisp/source/asdf/build/asdf.lisp"
153 - :print nil :verbose nil)))
154 -
155 -#+(or cmu ccl ecl sbcl)
156 -(require :asdf)
157
158 diff --git a/dev-lisp/asdf/files/source-registry.conf b/dev-lisp/asdf/files/source-registry.conf
159 deleted file mode 100644
160 index 45e1fdfc..00000000
161 --- a/dev-lisp/asdf/files/source-registry.conf
162 +++ /dev/null
163 @@ -1,5 +0,0 @@
164 -;; -*- Mode: Lisp; -*-
165 -
166 -(:source-registry
167 - (:directory "/usr/share/common-lisp/systems")
168 - :inherit-configuration)