commit:     813b273e70add1c1479759913dd95b4786f74350
Author:     José María Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 17 22:35:03 2015 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Dec 17 22:35:03 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=813b273e

dev-lisp/cl-ppcre-unicode: add from lisp overlay

Package-Manager: portage-2.2.20.1

 dev-lisp/cl-ppcre-unicode/Manifest                 |  1 +
 .../cl-ppcre-unicode-2.0.11.ebuild                 | 29 ++++++++++++++++++++++
 dev-lisp/cl-ppcre-unicode/metadata.xml             | 16 ++++++++++++
 3 files changed, 46 insertions(+)

diff --git a/dev-lisp/cl-ppcre-unicode/Manifest 
b/dev-lisp/cl-ppcre-unicode/Manifest
new file mode 100644
index 0000000..2e15340
--- /dev/null
+++ b/dev-lisp/cl-ppcre-unicode/Manifest
@@ -0,0 +1 @@
+DIST cl-ppcre-2.0.11.tar.gz 158418 SHA256 
ed8571915216788dc4f6cdb44e49b0e0782e203ed547fe2e58cd5b0e5c57edc4 SHA512 
c693c568065c0571e5509599018e58951425a857cec3793312af0d22e248e32233f924eafc8ba67fbedad38cb3f4efa11343b785b073eaac53c31871422488b1
 WHIRLPOOL 
85e0bda97b1bea3da32fbe9a56dd45eb6926fccb7546ee41528a4c6b7b079a94f0d30c59d98cd0288ea26efe6b004b6856cabaaeb3cb93e441cdebc5d588bdf7

diff --git a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.11.ebuild 
b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.11.ebuild
new file mode 100644
index 0000000..9cb11ed
--- /dev/null
+++ b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.11.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit common-lisp-3
+
+MY_P="v${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="https://github.com/edicl/cl-ppcre/archive/${MY_P}.tar.gz -> 
cl-ppcre-${PV}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="=dev-lisp/cl-ppcre-${PV}*
+               dev-lisp/cl-unicode"
+
+S="${WORKDIR}/cl-ppcre-${PV}"
+
+src_install() {
+       common-lisp-install-sources ${PN}/ test/unicode*
+       common-lisp-install-asdf ${PN}
+}

diff --git a/dev-lisp/cl-ppcre-unicode/metadata.xml 
b/dev-lisp/cl-ppcre-unicode/metadata.xml
new file mode 100644
index 0000000..a1563ab
--- /dev/null
+++ b/dev-lisp/cl-ppcre-unicode/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+<herd>common-lisp</herd>
+       <longdescription>
+               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.
+       </longdescription>
+</pkgmetadata>

Reply via email to