commit: 69661304e311d82b1727b0dddb6e22612584a263 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Fri Jul 7 08:26:24 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Fri Jul 7 08:26:24 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=69661304
dev-lisp/cl-ppcre: Drops old version dev-lisp/cl-ppcre/cl-ppcre-2.0.2.ebuild | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/dev-lisp/cl-ppcre/cl-ppcre-2.0.2.ebuild b/dev-lisp/cl-ppcre/cl-ppcre-2.0.2.ebuild deleted file mode 100644 index e8a3edad..00000000 --- a/dev-lisp/cl-ppcre/cl-ppcre-2.0.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -inherit common-lisp-2 - -DESCRIPTION="CL-PPCRE is a portable regular expression library for Common Lisp." -HOMEPAGE="http://weitz.de/cl-ppcre/ - http://www.cliki.net/cl-ppcre" -SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="dev-lisp/flexi-streams" -PDEPEND="dev-lisp/cl-ppcre-unicode" - -src_unpack() { - unpack ${A} && cd "${S}" - rm -rf cl-ppcre-unicode test/unicode* -} - -src_install() { - common-lisp-install *.lisp ${PN}.asd test/ - common-lisp-symlink-asdf - dodoc CHANGELOG - dohtml doc/index.html -}
