diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-08-02 05:23:26 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-08-02 05:23:26 +0000 |
commit | 7ff6ab8f05ee50987f14a739a05533c640acc0c7 (patch) | |
tree | 3bc0f1b6899575056504b209f52bb6d705491deb /dev-lisp | |
parent | New version: 0.34.1 (diff) | |
download | gentoo-2-7ff6ab8f05ee50987f14a739a05533c640acc0c7.tar.gz gentoo-2-7ff6ab8f05ee50987f14a739a05533c640acc0c7.tar.bz2 gentoo-2-7ff6ab8f05ee50987f14a739a05533c640acc0c7.zip |
.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/cl-ppcre/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lisp/cl-ppcre/Manifest | 12 | ||||
-rw-r--r-- | dev-lisp/cl-ppcre/cl-ppcre-1.2.11.ebuild | 25 | ||||
-rw-r--r-- | dev-lisp/cl-ppcre/files/digest-cl-ppcre-1.2.11 | 1 |
4 files changed, 35 insertions, 11 deletions
diff --git a/dev-lisp/cl-ppcre/ChangeLog b/dev-lisp/cl-ppcre/ChangeLog index b1cf8c93008a..9239c2960cd5 100644 --- a/dev-lisp/cl-ppcre/ChangeLog +++ b/dev-lisp/cl-ppcre/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-lisp/cl-ppcre # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ppcre/ChangeLog,v 1.41 2005/07/21 07:16:11 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ppcre/ChangeLog,v 1.42 2005/08/02 05:23:26 mkennedy Exp $ + +*cl-ppcre-1.2.11 (02 Aug 2005) + + 02 Aug 2005; Matthew Kennedy <mkennedy@gentoo.org> + +cl-ppcre-1.2.11.ebuild: + New upstream version. *cl-ppcre-1.2.10 (21 Jul 2005) diff --git a/dev-lisp/cl-ppcre/Manifest b/dev-lisp/cl-ppcre/Manifest index b4b8dc1782ee..3152392f9faa 100644 --- a/dev-lisp/cl-ppcre/Manifest +++ b/dev-lisp/cl-ppcre/Manifest @@ -1,14 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 bffc3d20b6196f910473e777f78fe513 ChangeLog 5635 +MD5 ce525a057cc5fcaa819465822d774ce8 cl-ppcre-1.2.11.ebuild 749 MD5 11927dbc9b84347135f9609d09bd08ce metadata.xml 457 MD5 ce525a057cc5fcaa819465822d774ce8 cl-ppcre-1.2.10.ebuild 749 +MD5 ccf4a24f3bb73e5a415cec94555e06ae files/digest-cl-ppcre-1.2.11 72 MD5 1633b67849a6077900a616292cc5fe03 files/digest-cl-ppcre-1.2.10 72 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFC30vUyiNZaEAZA+ARAlDCAJ412Yuqpo5aW/Q9Gl91iCFvp3GEiQCfeFqJ -vnJ0H2xXdqrbRBG8cVVzfH8= -=AURS ------END PGP SIGNATURE----- diff --git a/dev-lisp/cl-ppcre/cl-ppcre-1.2.11.ebuild b/dev-lisp/cl-ppcre/cl-ppcre-1.2.11.ebuild new file mode 100644 index 000000000000..c731a663f587 --- /dev/null +++ b/dev-lisp/cl-ppcre/cl-ppcre-1.2.11.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ppcre/cl-ppcre-1.2.11.ebuild,v 1.1 2005/08/02 05:23:26 mkennedy Exp $ + +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" +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 +} diff --git a/dev-lisp/cl-ppcre/files/digest-cl-ppcre-1.2.11 b/dev-lisp/cl-ppcre/files/digest-cl-ppcre-1.2.11 new file mode 100644 index 000000000000..ed4538d83480 --- /dev/null +++ b/dev-lisp/cl-ppcre/files/digest-cl-ppcre-1.2.11 @@ -0,0 +1 @@ +MD5 d67d3a1bb8bf552411b02d16f0d4c61b cl-ppcre_1.2.11.orig.tar.gz 166306 |