summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChema Alonso Josa <nimiux@gentoo.org>2017-10-03 22:48:03 +0200
committerChema Alonso Josa <nimiux@gentoo.org>2017-10-03 22:48:03 +0200
commit50878d707d72f71c5c9eb15e5c860f064bb52055 (patch)
tree01095e0aecc515e077e83bab89980aa19447c23e /dev-lisp
parentsys-apps/gentoo-functions: Drop old (diff)
downloadgentoo-50878d707d72f71c5c9eb15e5c860f064bb52055.tar.gz
gentoo-50878d707d72f71c5c9eb15e5c860f064bb52055.tar.bz2
gentoo-50878d707d72f71c5c9eb15e5c860f064bb52055.zip
dev-lisp/cl-ppcre: Drops old version 1.2.16
Package-Manager: Portage-2.3.8, Repoman-2.3.1
Diffstat (limited to 'dev-lisp')
-rw-r--r--dev-lisp/cl-ppcre/Manifest1
-rw-r--r--dev-lisp/cl-ppcre/cl-ppcre-1.2.16.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/dev-lisp/cl-ppcre/Manifest b/dev-lisp/cl-ppcre/Manifest
index f1163a14c50b..2e1534095069 100644
--- a/dev-lisp/cl-ppcre/Manifest
+++ b/dev-lisp/cl-ppcre/Manifest
@@ -1,2 +1 @@
DIST cl-ppcre-2.0.11.tar.gz 158418 SHA256 ed8571915216788dc4f6cdb44e49b0e0782e203ed547fe2e58cd5b0e5c57edc4 SHA512 c693c568065c0571e5509599018e58951425a857cec3793312af0d22e248e32233f924eafc8ba67fbedad38cb3f4efa11343b785b073eaac53c31871422488b1 WHIRLPOOL 85e0bda97b1bea3da32fbe9a56dd45eb6926fccb7546ee41528a4c6b7b079a94f0d30c59d98cd0288ea26efe6b004b6856cabaaeb3cb93e441cdebc5d588bdf7
-DIST cl-ppcre_1.2.16.orig.tar.gz 168039 SHA256 fc9f0a72d1efb59dd91f79ab449ca6eec16bdf8a4b46903d24a10ee93be96e8f SHA512 b25b0bd526b8e41d6c96c59d5991a21538d10bbb935452de2bc16a461af5e838da54cfccb79183b4693e64b26d083a703189e44b72c1a0b9ef46dfecd32dacfa WHIRLPOOL 56de74b73a2c5aee9d7c7c4ae00d9072fc320e87ca64ec3cf2a590a4dc263e91a07d619cebaabb3c1ffb2cd9fd5eb48d96a3c618782e8adac9c82b20728d36fc
diff --git a/dev-lisp/cl-ppcre/cl-ppcre-1.2.16.ebuild b/dev-lisp/cl-ppcre/cl-ppcre-1.2.16.ebuild
deleted file mode 100644
index 23079e45bdd2..000000000000
--- a/dev-lisp/cl-ppcre/cl-ppcre-1.2.16.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit common-lisp
-
-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="mirror://gentoo/${PN}_${PV}.orig.tar.gz"
-LICENSE="BSD"
-KEYWORDS="amd64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
-IUSE=""
-DEPEND="dev-lisp/common-lisp-controller
- virtual/commonlisp"
-SLOT="0"
-
-CLPACKAGE=cl-ppcre
-
-src_install() {
- common-lisp-install *.lisp *.asd
- common-lisp-system-symlink
- dodoc CHANGELOG README doc/benchmarks.2002-12-22.txt
- dohtml doc/index.html
-}