From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- dev-lisp/cl-ppcre/Manifest | 3 --- dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild | 30 ----------------------------- dev-lisp/cl-ppcre/metadata.xml | 33 -------------------------------- 3 files changed, 66 deletions(-) delete mode 100644 dev-lisp/cl-ppcre/Manifest delete mode 100644 dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild delete mode 100644 dev-lisp/cl-ppcre/metadata.xml (limited to 'dev-lisp/cl-ppcre') diff --git a/dev-lisp/cl-ppcre/Manifest b/dev-lisp/cl-ppcre/Manifest deleted file mode 100644 index 41258222b4bd..000000000000 --- a/dev-lisp/cl-ppcre/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST cl-ppcre-2.0.11.tar.gz 158418 BLAKE2B d65aa1a565dbe6c9d10e4dafe323ab1332929e46e00ea2e9775ad940ed5ac983520c0e423daa17bf0173420d2269b5af2fd9b52f8d3dbcb0c778e03e61ef052d SHA512 c693c568065c0571e5509599018e58951425a857cec3793312af0d22e248e32233f924eafc8ba67fbedad38cb3f4efa11343b785b073eaac53c31871422488b1 -EBUILD cl-ppcre-2.0.11.ebuild 714 BLAKE2B 6ac97f59ba11da102219ac54c28ef70b8880d0104296506c1f4fb348f508c9029d05dbfdf94a943c98e515dd13c6884f6b836812896f4d673c3bbe30473a99d8 SHA512 989a3f6dbf2468d8bf3dfb8e70a6189acd7fc63cee69bea26a81519d777a96b03d7722a2d9651f7cf82d1933dba1a5a912d0782bb520300dbc78e875caf551cc -MISC metadata.xml 1060 BLAKE2B 0cf37fa128f6a0d3995cee3f201206f60258ec3d9ceb57850880ab12d9b05671ae6061e7970784252bce9f340929dc59f3d48416c55069c8e9380e6bda38436f SHA512 fac4dca2369c4b636209e7406122b2dbb490a2ba35bd0d4e04ec58e6777f09ef5a1a0a4ddecb07beee2aa34a887e819acacac195c1a928ba6c1e06a7af7204b4 diff --git a/dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild b/dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild deleted file mode 100644 index df216d535ff0..000000000000 --- a/dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild +++ /dev/null @@ -1,30 +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="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="https://github.com/edicl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -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-sources *.lisp test/ - common-lisp-install-asdf ${PN} - dodoc CHANGELOG doc/index.html -} diff --git a/dev-lisp/cl-ppcre/metadata.xml b/dev-lisp/cl-ppcre/metadata.xml deleted file mode 100644 index 36bca3f8dbdf..000000000000 --- a/dev-lisp/cl-ppcre/metadata.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - common-lisp@gentoo.org - Gentoo Common Lisp Project - - - CL-PPCRE is a portable regular expression library for Common Lisp - which has the following features: - - * compatible with Perl - * fast (outperforms Perl) - * portable (ANSI Common Lisp) - * thread-safe - * includes convenience features - * well-documented - - - CL-PPCRE es una biblioteca de expressiones regulares portable - para Common Lisp que tiene las siguientes características: - - * Compatible con Perl - * Rápida (más rápida que la versión para Perl) - * Portable (ANSI Common Lisp) - * Segura en la ejecución de hilos (thread-safe) - * Incluye características para hacerla cómoda - * Bien documentada - - - edicl/cl-ppcre - - -- cgit v1.2.3