commit:     0c711fec8687c54e7596ea668e4cf486abbe407f
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  7 08:46:43 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul  7 08:46:43 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=0c711fec

dev-lisp/cl-ppcre-unicode: Drops old version.

 .../cl-ppcre-unicode/cl-ppcre-unicode-2.0.2.ebuild | 28 ----------------------
 1 file changed, 28 deletions(-)

diff --git a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.2.ebuild 
b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.2.ebuild
deleted file mode 100644
index 7d3d7f4d..00000000
--- a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit common-lisp-2
-
-MY_P=cl-ppcre-${PV}
-
-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/${MY_P}.tar.bz2";
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="=dev-lisp/cl-ppcre-${PV}*
-               dev-lisp/cl-unicode"
-
-S="${WORKDIR}"/${MY_P}
-
-src_install() {
-       common-lisp-install ${PN}.asd ${PN}/ test/unicode*
-       common-lisp-symlink-asdf
-       dodoc CHANGELOG
-       dohtml doc/index.html
-}

Reply via email to