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/uiop/
Date: Mon, 03 Jan 2022 01:19:28
Message-Id: 1641172751.ef65e10daa17a314819a471c07befd4c41806f23.sam@gentoo
1 commit: ef65e10daa17a314819a471c07befd4c41806f23
2 Author: Nathan Ringo <nathan <AT> remexre <DOT> xyz>
3 AuthorDate: Mon Jan 3 00:49:57 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 3 01:19:11 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef65e10d
7
8 dev-lisp/uiop: 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/uiop/Manifest | 1 +
15 dev-lisp/uiop/uiop-3.3.5.ebuild | 17 +++++++++++++++++
16 2 files changed, 18 insertions(+)
17
18 diff --git a/dev-lisp/uiop/Manifest b/dev-lisp/uiop/Manifest
19 index 112e97ce168f..dc7849a2a928 100644
20 --- a/dev-lisp/uiop/Manifest
21 +++ b/dev-lisp/uiop/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 uiop-3.3.2.tar.gz 98207 BLAKE2B a003fabde2ee66244e48caa5ae319fb7ce872dc72cdb8f66c39cfa97a5fc5307de667b48a403432cc3c5cf3d8bfa2e3d330ee91b6251add532ec462d0c4c1d29 SHA512 3af6bfc7d0aa6ee102d3d9cbef3277026d9d7ac4811f6c966b4a9f84ab1e0f128822bddcf8b221288a3c895fc5be377f0ae907e2a08f38e6b09f36e5b4635ecc
26 +DIST uiop-3.3.5.tar.gz 103922 BLAKE2B af730c5241245f7d6f41fff32c734a2e3f8c4a86590e5b2cacea0af1f71fdc8f89849c35cb906623d76046ee1928ad1b913364eea3819b546aa37a4494f1fa2b SHA512 33faf9c1d7e48d1573dd17201cbce312ef42edf64ad98576c25fdc51dcd0421322678e9e31f0558450768c6f742882fea80980d2c393b2d64359198091a939f6
27
28 diff --git a/dev-lisp/uiop/uiop-3.3.5.ebuild b/dev-lisp/uiop/uiop-3.3.5.ebuild
29 new file mode 100644
30 index 000000000000..5a577a0275c1
31 --- /dev/null
32 +++ b/dev-lisp/uiop/uiop-3.3.5.ebuild
33 @@ -0,0 +1,17 @@
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 common-lisp-3
40 +
41 +DESCRIPTION="UIOP is a portability layer spun off ASDF3"
42 +HOMEPAGE="http://common-lisp.net/project/asdf/"
43 +SRC_URI="http://common-lisp.net/project/asdf/archives/${P}.tar.gz"
44 +
45 +LICENSE="MIT"
46 +SLOT="0"
47 +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
48 +IUSE=""
49 +
50 +RDEPEND="~dev-lisp/asdf-${PV}"