summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Ringo <nathan@remexre.xyz>2022-01-03 00:49:57 +0000
committerSam James <sam@gentoo.org>2022-01-03 01:19:11 +0000
commitef65e10daa17a314819a471c07befd4c41806f23 (patch)
tree7dc0c0ae90353d1d0d44a6e2f86337ff46050e94 /dev-lisp/uiop/uiop-3.3.5.ebuild
parentx11-base/xorg-server: Forward port fix for bug #830251 (diff)
downloadgentoo-ef65e10daa17a314819a471c07befd4c41806f23.tar.gz
gentoo-ef65e10daa17a314819a471c07befd4c41806f23.tar.bz2
gentoo-ef65e10daa17a314819a471c07befd4c41806f23.zip
dev-lisp/uiop: add 3.3.5
Closes: https://bugs.gentoo.org/830466 Signed-off-by: Nathan Ringo <nathan@remexre.xyz> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lisp/uiop/uiop-3.3.5.ebuild')
-rw-r--r--dev-lisp/uiop/uiop-3.3.5.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-lisp/uiop/uiop-3.3.5.ebuild b/dev-lisp/uiop/uiop-3.3.5.ebuild
new file mode 100644
index 000000000000..5a577a0275c1
--- /dev/null
+++ b/dev-lisp/uiop/uiop-3.3.5.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit common-lisp-3
+
+DESCRIPTION="UIOP is a portability layer spun off ASDF3"
+HOMEPAGE="http://common-lisp.net/project/asdf/"
+SRC_URI="http://common-lisp.net/project/asdf/archives/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
+IUSE=""
+
+RDEPEND="~dev-lisp/asdf-${PV}"