diff options
author | 2008-07-27 10:35:22 +0200 | |
---|---|---|
committer | 2008-07-27 10:35:22 +0200 | |
commit | 1d215f4e492449021aeffa498c129eb0e1942ecd (patch) | |
tree | b276367dd529d7f97833c7b6860ed7ec18fb73bb /dev-lisp/cl-ppcre-unicode | |
parent | Added dev-lisp/cl-unicode-0.1.1 (diff) | |
download | lisp-1d215f4e492449021aeffa498c129eb0e1942ecd.tar.gz lisp-1d215f4e492449021aeffa498c129eb0e1942ecd.tar.bz2 lisp-1d215f4e492449021aeffa498c129eb0e1942ecd.zip |
Added dev-lisp/cl-ppcre-unicode-2.0.0
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>
Diffstat (limited to 'dev-lisp/cl-ppcre-unicode')
-rw-r--r-- | dev-lisp/cl-ppcre-unicode/Manifest | 2 | ||||
-rw-r--r-- | dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.0.ebuild | 28 |
2 files changed, 30 insertions, 0 deletions
diff --git a/dev-lisp/cl-ppcre-unicode/Manifest b/dev-lisp/cl-ppcre-unicode/Manifest new file mode 100644 index 00000000..7a0940da --- /dev/null +++ b/dev-lisp/cl-ppcre-unicode/Manifest @@ -0,0 +1,2 @@ +DIST cl-ppcre-2.0.0.tar.bz2 126876 RMD160 be6019ad8c5442dca31efacb81df1a258fb8cd0b SHA1 33f97c3e38d5debdb7bb817563a7802b614f7b57 SHA256 a5f533f99141ae3dc2741d9e2b24f45181d7600a68adeb128d23eacdedf7412e +EBUILD cl-ppcre-unicode-2.0.0.ebuild 662 RMD160 a520e381521db9f954732ece27b36611cdbcea5c SHA1 ed6f429ced747f4a619f447dc3cfad24dd60f982 SHA256 77ad07a19ac793e1e529831a2f091767fcd5f8c33e73021e514d05cee2e871e4 diff --git a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.0.ebuild b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.0.ebuild new file mode 100644 index 00000000..7d7b0510 --- /dev/null +++ b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +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/ediware/${MY_P}.tar.bz2" + +LICENSE="BSD-2" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +SLOT="0" + +DEPEND="dev-lisp/cl-ppcre + 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 +} |