diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-12-01 03:45:27 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-12-01 03:45:27 +0000 |
commit | b2eba8ff8051e99b0926c8d5d2ba7a72bf431e35 (patch) | |
tree | ea92bcbe116f21f551fb826881b3f2104a57c2ce /dev-lisp | |
parent | Stable on x86, bug #113970. (diff) | |
download | gentoo-2-b2eba8ff8051e99b0926c8d5d2ba7a72bf431e35.tar.gz gentoo-2-b2eba8ff8051e99b0926c8d5d2ba7a72bf431e35.tar.bz2 gentoo-2-b2eba8ff8051e99b0926c8d5d2ba7a72bf431e35.zip |
New upstream version; Removed old ebuilds.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/cl-tbnl/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lisp/cl-tbnl/Manifest | 18 | ||||
-rw-r--r-- | dev-lisp/cl-tbnl/cl-tbnl-0.8.6.ebuild | 39 | ||||
-rw-r--r-- | dev-lisp/cl-tbnl/cl-tbnl-0.8.7.ebuild (renamed from dev-lisp/cl-tbnl/cl-tbnl-0.8.5.ebuild) | 2 | ||||
-rw-r--r-- | dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.8.5 | 1 | ||||
-rw-r--r-- | dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.8.6 | 1 | ||||
-rw-r--r-- | dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.8.7 | 1 |
7 files changed, 11 insertions, 58 deletions
diff --git a/dev-lisp/cl-tbnl/ChangeLog b/dev-lisp/cl-tbnl/ChangeLog index 3faac741d953..2e8e5687a2a7 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-tbnl/ChangeLog,v 1.20 2005/11/21 06:23:28 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-tbnl/ChangeLog,v 1.21 2005/12/01 03:45:27 mkennedy Exp $ + +*cl-tbnl-0.8.7 (01 Dec 2005) + + 01 Dec 2005; Matthew Kennedy <mkennedy@gentoo.org> +cl-tbnl-0.8.7.ebuild: + New upstream version; Removed old ebuilds. *cl-tbnl-0.8.6 (21 Nov 2005) diff --git a/dev-lisp/cl-tbnl/Manifest b/dev-lisp/cl-tbnl/Manifest index f852abfbad12..e9ac82b54ae6 100644 --- a/dev-lisp/cl-tbnl/Manifest +++ b/dev-lisp/cl-tbnl/Manifest @@ -1,16 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 c1645ceaba33d06c1afb934bd0dce8af ChangeLog 3570 -MD5 2210668b120e68270c084144b1725a92 cl-tbnl-0.8.5.ebuild 1012 -MD5 9244619f98a4dc87ffc73f088813bd5e cl-tbnl-0.8.6.ebuild 1012 -MD5 5a4e62c91dc1bfcb263c02699a60e525 files/digest-cl-tbnl-0.8.5 66 -MD5 03889525092b2949aa508ed396f67f6b files/digest-cl-tbnl-0.8.6 66 +MD5 07efd13ef62d8417a4d8daa5aa0e022e ChangeLog 3722 +MD5 9244619f98a4dc87ffc73f088813bd5e cl-tbnl-0.8.7.ebuild 1012 +MD5 e68a684df62d4199e136f123b586678b files/digest-cl-tbnl-0.8.7 66 MD5 a2199253dbe57d398c785af8f7744485 metadata.xml 804 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD4DBQFDgWgyyiNZaEAZA+ARAofpAJ4/0R12+EOUCNbvAQTIDDl/h8Ev4wCYoN5a -o8kiqUiJVeMNcsywgEuaXg== -=5ugl ------END PGP SIGNATURE----- diff --git a/dev-lisp/cl-tbnl/cl-tbnl-0.8.6.ebuild b/dev-lisp/cl-tbnl/cl-tbnl-0.8.6.ebuild deleted file mode 100644 index 3ef60ea95dd8..000000000000 --- a/dev-lisp/cl-tbnl/cl-tbnl-0.8.6.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2005 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.8.6.ebuild,v 1.1 2005/11/21 06:23:28 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="~amd64 ~ppc ~sparc ~x86" -IUSE="standalone" - -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} -# apache2? ( www-apache/mod_lisp2 ) !apache2? ( www-apache/mod_lisp )" - -RDEPEND="${DEPEND} - !standalone? ( 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/cl-tbnl-0.8.5.ebuild b/dev-lisp/cl-tbnl/cl-tbnl-0.8.7.ebuild index d66cda6c3b79..2df70bea215c 100644 --- a/dev-lisp/cl-tbnl/cl-tbnl-0.8.5.ebuild +++ b/dev-lisp/cl-tbnl/cl-tbnl-0.8.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.8.5.ebuild,v 1.1 2005/11/15 02:26:26 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-tbnl/cl-tbnl-0.8.7.ebuild,v 1.1 2005/12/01 03:45:27 mkennedy Exp $ inherit common-lisp diff --git a/dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.8.5 b/dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.8.5 deleted file mode 100644 index e00b5faece9f..000000000000 --- a/dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.8.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 7c9458a1441538e56c2407bad21879a5 tbnl_0.8.5.orig.tar.gz 86739 diff --git a/dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.8.6 b/dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.8.6 deleted file mode 100644 index 3847573c80fd..000000000000 --- a/dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.8.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 b40743385f1d5cfb9168bfc95f30b679 tbnl_0.8.6.orig.tar.gz 86764 diff --git a/dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.8.7 b/dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.8.7 new file mode 100644 index 000000000000..e6bc3344d62b --- /dev/null +++ b/dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.8.7 @@ -0,0 +1 @@ +MD5 130e5ce63b7c93efb6362adf69626389 tbnl_0.8.7.orig.tar.gz 87025 |