diff options
author | Chema Alonso Josa <nimiux@gentoo.org> | 2018-03-04 20:19:06 +0100 |
---|---|---|
committer | Chema Alonso Josa <nimiux@gentoo.org> | 2018-03-04 20:19:06 +0100 |
commit | 3ba79511485a56e36ed780cf0516224af40e654d (patch) | |
tree | 4717e1432f06aef82952442fba37927b8e52432b /dev-lisp | |
parent | x11-misc/xscreensaver: stable 5.38 for ia64, bug #649176 (diff) | |
download | gentoo-3ba79511485a56e36ed780cf0516224af40e654d.tar.gz gentoo-3ba79511485a56e36ed780cf0516224af40e654d.tar.bz2 gentoo-3ba79511485a56e36ed780cf0516224af40e654d.zip |
dev-lisp/uiop: Drops old version 3.0.3
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/uiop/Manifest | 1 | ||||
-rw-r--r-- | dev-lisp/uiop/uiop-3.0.3.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-lisp/uiop/Manifest b/dev-lisp/uiop/Manifest index efd6f851884f..a35833fd302d 100644 --- a/dev-lisp/uiop/Manifest +++ b/dev-lisp/uiop/Manifest @@ -1,4 +1,3 @@ -DIST asdf-3.0.3.tar.gz 427575 BLAKE2B e237a60982beff858a6aaf90736a54be0f7fec7d4d26c8bb370cab50e743df291e88372579318501cd199734119cfbdea6cde51ac3b5ca5af9e22e8b2b032052 SHA512 d9d8d466c7b6aa6beb1c22da4fd10499fa784c39ab138bea7ecb8cdccf769766572ebe91c89db2d5c53e493096248f82a224be95c1fcac8b7beebe1b57f34883 DIST asdf-3.1.5.tar.gz 400359 BLAKE2B 586a66799a37259694baa673f2849e183fac5fedfe5ff5c92529d47fc0954d40b48bbc095db926b9ea2214b551729c269d0925e4396a52310b72fd5f21842f49 SHA512 937d45eabea0853cd1b2e78e84cf33e7b55065857ffcf49fd87ccd60e21ae09c6dc7ab3649d48b37aeb1beaeeaf6c816e5ce035f0283707105296fb976044516 DIST asdf-3.1.6.tar.gz 396066 BLAKE2B 4cf18e83eb62448f4eb29a38a44d9cd5a0d5393ecaba4d1eacdc2a41e02989bea632a7ae4f583a4b6a7fcd6f24351a1d65179a6c06f2c22ed9d1bc8cc24c9b0b SHA512 3203bef1ce4c2d28306ca1ee214d3d5fd04b3d2caa61f606d0334f100358bfbd9b03d69c95e83734175639a91e76aeac509e949768fc694817631078671a9bc1 DIST asdf-3.1.7.tgz 402257 BLAKE2B f6bafb3843fef8ca566c89aa64f8987656fcf7cb262cdb97d3f797e296e32c9d9fe7115b4019bf93eea4b891b36d3d81a589be6e5506035c004a0552d81756d7 SHA512 ebe2ddf702f6200bf98408fb262e9929565c9d29bcd874dd2657a6f84e123b0153a78e457fb425d48a05c427f7c090ab5fd0e6201223eb4b296b3b4cd5b57c26 diff --git a/dev-lisp/uiop/uiop-3.0.3.ebuild b/dev-lisp/uiop/uiop-3.0.3.ebuild deleted file mode 100644 index 65ac464f69ee..000000000000 --- a/dev-lisp/uiop/uiop-3.0.3.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils - -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/asdf-${PV}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ppc sparc x86" -IUSE="" - -RDEPEND="~dev-lisp/asdf-${PV}" - -S="${WORKDIR}/${PN}" - -src_install() { - insinto /usr/share/common-lisp/source/${PN} - doins -r contrib *.lisp ../version.lisp-expr uiop.asd asdf-driver.asd - dodir /usr/share/common-lisp/systems - dosym /usr/share/common-lisp/source/${PN}/uiop.asd /usr/share/common-lisp/systems/uiop.asd - dosym /usr/share/common-lisp/source/${PN}/asdf-driver.asd /usr/share/common-lisp/systems/asdf-driver.asd -} |