diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2006-01-04 04:50:10 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2006-01-04 04:50:10 +0000 |
commit | 74f0a06d41d8e854ab8565bfebf333110caf0a86 (patch) | |
tree | a1c8ed76e72b7f05b39513a456a0264993395375 /dev-lisp | |
parent | clean stray digests (diff) | |
download | historical-74f0a06d41d8e854ab8565bfebf333110caf0a86.tar.gz historical-74f0a06d41d8e854ab8565bfebf333110caf0a86.tar.bz2 historical-74f0a06d41d8e854ab8565bfebf333110caf0a86.zip |
New upstream version.
Package-Manager: portage-2.1_pre2
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/cl-fad/ChangeLog | 9 | ||||
-rw-r--r-- | dev-lisp/cl-fad/Manifest | 12 | ||||
-rw-r--r-- | dev-lisp/cl-fad/cl-fad-0.4.1.ebuild | 24 | ||||
-rw-r--r-- | dev-lisp/cl-fad/files/digest-cl-fad-0.4.1 | 1 | ||||
-rw-r--r-- | dev-lisp/cl-tbnl/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lisp/cl-tbnl/Manifest | 12 | ||||
-rw-r--r-- | dev-lisp/cl-tbnl/cl-tbnl-0.9.4.ebuild | 36 | ||||
-rw-r--r-- | dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.9.4 | 1 |
8 files changed, 79 insertions, 23 deletions
diff --git a/dev-lisp/cl-fad/ChangeLog b/dev-lisp/cl-fad/ChangeLog index 10f21bfe7592..3bfda62ffba7 100644 --- a/dev-lisp/cl-fad/ChangeLog +++ b/dev-lisp/cl-fad/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lisp/cl-fad -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-fad/ChangeLog,v 1.10 2005/12/11 19:54:57 mkennedy Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-fad/ChangeLog,v 1.11 2006/01/04 04:47:31 mkennedy Exp $ + +*cl-fad-0.4.1 (04 Jan 2006) + + 04 Jan 2006; Matthew Kennedy <mkennedy@gentoo.org> +cl-fad-0.4.1.ebuild: + New upstream version. *cl-fad-0.4.0 (11 Dec 2005) diff --git a/dev-lisp/cl-fad/Manifest b/dev-lisp/cl-fad/Manifest index df17934f39f1..0bde918e9297 100644 --- a/dev-lisp/cl-fad/Manifest +++ b/dev-lisp/cl-fad/Manifest @@ -1,14 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 59b65edc23a82199db7c3bf74ff1e6d1 ChangeLog 1660 MD5 f750d5fe9f6be7566646cbefb53f41ff cl-fad-0.4.0.ebuild 698 +MD5 f750d5fe9f6be7566646cbefb53f41ff cl-fad-0.4.1.ebuild 698 MD5 a8f90f71af533db45e927faf915a89de files/digest-cl-fad-0.4.0 67 +MD5 56cb8716877e2a4a03a0bad772841d63 files/digest-cl-fad-0.4.1 67 MD5 406b468caca69a1e7c3670831594f9f2 metadata.xml 496 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDnIQeyiNZaEAZA+ARAvESAJ48Z5QOBiXkQy9Q3gnomwmTAoXZqQCfcKQY -sjki4UbtrlTe8KGnHPAofy0= -=41UG ------END PGP SIGNATURE----- diff --git a/dev-lisp/cl-fad/cl-fad-0.4.1.ebuild b/dev-lisp/cl-fad/cl-fad-0.4.1.ebuild new file mode 100644 index 000000000000..2462a8042979 --- /dev/null +++ b/dev-lisp/cl-fad/cl-fad-0.4.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-fad/cl-fad-0.4.1.ebuild,v 1.1 2006/01/04 04:47:31 mkennedy Exp $ + +inherit common-lisp + +DESCRIPTION='CL-FAD is a thin portability layer atop the Common Lisp standard pathname functions.' +HOMEPAGE="http://weitz.de/cl-fad/" +SRC_URI="mirror://gentoo/${PN}_${PV}.orig.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" +DEPEND="dev-lisp/common-lisp-controller + virtual/commonlisp" + +CLPACKAGE=cl-fad + +src_install() { + common-lisp-install *.{asd,lisp} + common-lisp-system-symlink + dodoc CHANGELOG README + dohtml doc/index.html +} diff --git a/dev-lisp/cl-fad/files/digest-cl-fad-0.4.1 b/dev-lisp/cl-fad/files/digest-cl-fad-0.4.1 new file mode 100644 index 000000000000..1da72e5da62c --- /dev/null +++ b/dev-lisp/cl-fad/files/digest-cl-fad-0.4.1 @@ -0,0 +1 @@ +MD5 a0d3df363116c2669c129b3f51ba9aa9 cl-fad_0.4.1.orig.tar.gz 9953 diff --git a/dev-lisp/cl-tbnl/ChangeLog b/dev-lisp/cl-tbnl/ChangeLog index aac2f2f250d5..7bee78338da2 100644 --- a/dev-lisp/cl-tbnl/ChangeLog +++ b/dev-lisp/cl-tbnl/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lisp/cl-tbnl # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-tbnl/ChangeLog,v 1.26 2006/01/02 06:53:00 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-tbnl/ChangeLog,v 1.27 2006/01/04 04:50:10 mkennedy Exp $ + +*cl-tbnl-0.9.4 (04 Jan 2006) + + 04 Jan 2006; Matthew Kennedy <mkennedy@gentoo.org> +cl-tbnl-0.9.4.ebuild: + New upstream version. *cl-tbnl-0.9.3 (02 Jan 2006) diff --git a/dev-lisp/cl-tbnl/Manifest b/dev-lisp/cl-tbnl/Manifest index f3509292d788..89bd0e15aea0 100644 --- a/dev-lisp/cl-tbnl/Manifest +++ b/dev-lisp/cl-tbnl/Manifest @@ -1,16 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 7b5915ed6a266d325064949788ee0467 ChangeLog 4549 MD5 e4051610958787d2ff87c2ebdcbe773c cl-tbnl-0.8.9.ebuild 1012 MD5 dc448481b49565620c5214d44dd67139 cl-tbnl-0.9.3.ebuild 962 +MD5 dc448481b49565620c5214d44dd67139 cl-tbnl-0.9.4.ebuild 962 MD5 b7377fe929b0307f2d7b4c8cf44965f0 files/digest-cl-tbnl-0.8.9 66 MD5 8eb91cfadf45362db4b3c887a96d4f0f files/digest-cl-tbnl-0.9.3 66 +MD5 4ab7caeab29bdede1f8a48626723a184 files/digest-cl-tbnl-0.9.4 66 MD5 a2199253dbe57d398c785af8f7744485 metadata.xml 804 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDuM3YyiNZaEAZA+ARAtKwAJ9BMXWn54jm5I9LB6blmVAUf4mfeQCfVVRD -7SWyHCfKWiSKs0S3q3yThOk= -=xkJw ------END PGP SIGNATURE----- diff --git a/dev-lisp/cl-tbnl/cl-tbnl-0.9.4.ebuild b/dev-lisp/cl-tbnl/cl-tbnl-0.9.4.ebuild new file mode 100644 index 000000000000..11dde852b4c9 --- /dev/null +++ b/dev-lisp/cl-tbnl/cl-tbnl-0.9.4.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-tbnl/cl-tbnl-0.9.4.ebuild,v 1.1 2006/01/04 04:50:10 mkennedy Exp $ + +inherit common-lisp + +DESCRIPTION="TBNL is a toolkit for building dynamic websites with Common Lisp based on mod_lisp." +HOMEPAGE="http://www.weitz.de/tbnl/" +SRC_URI="mirror://gentoo/tbnl_${PV}.orig.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86" +IUSE="standalone apache2" + +DEPEND="dev-lisp/cl-kmrcl + dev-lisp/cl-md5 + dev-lisp/cl-base64 + dev-lisp/cl-url-rewrite + dev-lisp/cl-ppcre + dev-lisp/cl-rfc2388" + +RDEPEND="${DEPEND} + !standalone? ( apache2? ( >=www-apache/mod_lisp2-1.2 ) !apache2? ( www-apache/mod_lisp ) )" + +S=${WORKDIR}/tbnl-${PV} + +CLPACKAGE=tbnl + +src_install() { + common-lisp-install *.lisp *.asd + common-lisp-system-symlink + insinto $CLSOURCEROOT/$CLPACKAGE/ + doins -r test contrib + dodoc CHANGELOG README + dohtml doc/index.html +} diff --git a/dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.9.4 b/dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.9.4 new file mode 100644 index 000000000000..cb18c1490b05 --- /dev/null +++ b/dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.9.4 @@ -0,0 +1 @@ +MD5 fa8846d205aa69720768b628f1e35dd9 tbnl_0.9.4.orig.tar.gz 93314 |