Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/asdf/
Date: Mon, 03 Jan 2022 01:19:29
Message-Id: 1641172752.8e303ecf9e7b581c247dbe5ab10c12e5f682c385.sam@gentoo
1 commit: 8e303ecf9e7b581c247dbe5ab10c12e5f682c385
2 Author: Nathan Ringo <nathan <AT> remexre <DOT> xyz>
3 AuthorDate: Mon Jan 3 00:50:18 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 3 01:19:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e303ecf
7
8 dev-lisp/asdf: add 3.3.5
9
10 Closes: https://bugs.gentoo.org/830466
11 Signed-off-by: Nathan Ringo <nathan <AT> remexre.xyz>
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-lisp/asdf/Manifest | 1 +
15 dev-lisp/asdf/asdf-3.3.5.ebuild | 52 +++++++++++++++++++++++++++++++++++++++++
16 2 files changed, 53 insertions(+)
17
18 diff --git a/dev-lisp/asdf/Manifest b/dev-lisp/asdf/Manifest
19 index 9c87831a7eb5..4104c6372e46 100644
20 --- a/dev-lisp/asdf/Manifest
21 +++ b/dev-lisp/asdf/Manifest
22 @@ -1,3 +1,4 @@
23 DIST asdf-3.1.5.tar.gz 400359 BLAKE2B 586a66799a37259694baa673f2849e183fac5fedfe5ff5c92529d47fc0954d40b48bbc095db926b9ea2214b551729c269d0925e4396a52310b72fd5f21842f49 SHA512 937d45eabea0853cd1b2e78e84cf33e7b55065857ffcf49fd87ccd60e21ae09c6dc7ab3649d48b37aeb1beaeeaf6c816e5ce035f0283707105296fb976044516
24 DIST asdf-3.3.1.tar.gz 479255 BLAKE2B 5161b79741a52721eaa4da80a61bbe51e924967ecb744a087fdcbd99407abcc42faf39eafe6d30af7dd8af751a80caaf23e93ce42aa5f584123a1e8b528cc613 SHA512 bf5efec4518eb5312ce743c0fbe60c587bebfe26c36c833c163d67bf8631e18eeb293f2185e547f6be10da061a17f024d9f4a3a0808727d7b9b3a7d7a0faf133
25 DIST asdf-3.3.2.tar.gz 482616 BLAKE2B 860728720ccb02debee6a826d8b27bfd8f5fea3daa529ecfc8d2f5564c77340a38582ccbccf4f311c644bdeccd7348004690929185aa70c3dc0f6b4124616df8 SHA512 f8e065383d6e82754c87d309a8b500ad213e09d1375792fd475eb169d9f880d97b26072e608046d61c83512645781cded09dcff22052e214e8e3639f2a978c74
26 +DIST asdf-3.3.5.tar.gz 520233 BLAKE2B 59697b9c6a691c43efe47c0e6d9fed5b8a0f2f2432f10cb58a643857bc3d332b730b180d5d13e87656b9106eab7787359ecd3b854447f5d9c8a871b3a1510448 SHA512 27221bbf798c94e427b8e2c0e8ecb5384102dd5f8f5d2cc18c2e3d44e0aa2f3b79538e0f2cb589442eb493abe00c8a63a04f6c1558979b78cd00165c6b33103b
27
28 diff --git a/dev-lisp/asdf/asdf-3.3.5.ebuild b/dev-lisp/asdf/asdf-3.3.5.ebuild
29 new file mode 100644
30 index 000000000000..508d690b0fbf
31 --- /dev/null
32 +++ b/dev-lisp/asdf/asdf-3.3.5.ebuild
33 @@ -0,0 +1,52 @@
34 +# Copyright 1999-2022 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=6
38 +
39 +inherit prefix common-lisp-3
40 +
41 +DESCRIPTION="ASDF is Another System Definition Facility for Common Lisp"
42 +HOMEPAGE="http://common-lisp.net/project/asdf/"
43 +SRC_URI="http://common-lisp.net/project/${PN}/archives/${P}.tar.gz"
44 +
45 +LICENSE="MIT"
46 +SLOT="0/${PVR}"
47 +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
48 +IUSE="doc test"
49 +RESTRICT="!test? ( test )"
50 +
51 +DEPEND="!dev-lisp/cl-${PN}
52 + !<dev-lisp/asdf-2.33-r3
53 + doc? ( virtual/texi2dvi )
54 + test? ( virtual/commonlisp )"
55 +PDEPEND="virtual/commonlisp
56 + ~dev-lisp/uiop-${PV}"
57 +
58 +install_docs() {
59 + (cd doc ; dodoc *.{html,css,ico,png} "${PN}.pdf" ; dodoc -r asdf )
60 + if has_version ">=dev-lisp/sbcl-1.4.0" ; then
61 + (cd doc ; doinfo "${PN}.info" )
62 + fi
63 +}
64 +
65 +src_compile() {
66 + emake
67 + use doc && emake -C doc
68 +}
69 +
70 +src_test() {
71 + common-lisp-export-impl-args "$(common-lisp-find-lisp-impl)"
72 + test/run-tests.sh ${CL_BINARY}
73 +}
74 +
75 +src_install() {
76 + insinto "${CLSOURCEROOT}/${PN}"
77 + doins -r build version.lisp-expr
78 + dodoc README.md TODO
79 + use doc && install_docs
80 + insinto /etc/common-lisp
81 + cd "${T}" || die
82 + cp "${FILESDIR}/gentoo-init.lisp" "${FILESDIR}/source-registry.conf" . || die
83 + eprefixify gentoo-init.lisp source-registry.conf
84 + doins gentoo-init.lisp source-registry.conf
85 +}