commit: 046e9879f29f6796ebe1126c1470eca392195d5a Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Tue Oct 31 19:20:13 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Tue Oct 31 19:20:13 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=046e9879
dev-lisp/parse-number: Drops old version 1.5 dev-lisp/parse-number/parse-number-1.5.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/dev-lisp/parse-number/parse-number-1.5.ebuild b/dev-lisp/parse-number/parse-number-1.5.ebuild deleted file mode 100644 index f754894f..00000000 --- a/dev-lisp/parse-number/parse-number-1.5.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit common-lisp-3 - -DESCRIPTION="Common Lisp library for parsing any number string" -HOMEPAGE="http://www.cliki.net/parse-number" -SRC_URI="https://github.com/sharplispers/parse-number/archive/v${PV}.tar.gz -> ${PF}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="!dev-lisp/cl-${PN}" - -src_install() { - common-lisp-install-sources -t all *.lisp version.sexp - common-lisp-install-asdf -}
