diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-06-13 12:30:29 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-06-13 12:30:29 +0000 |
commit | ca384294c837f935607aafa4e8aefe1c48087471 (patch) | |
tree | 00eb7878e40bf4667f22dae3aad17dc59a13f5fd /dev-lisp | |
parent | Remove Apache1. (diff) | |
download | gentoo-2-ca384294c837f935607aafa4e8aefe1c48087471.tar.gz gentoo-2-ca384294c837f935607aafa4e8aefe1c48087471.tar.bz2 gentoo-2-ca384294c837f935607aafa4e8aefe1c48087471.zip |
Remove Apache1.
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/cl-tbnl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/cl-tbnl/cl-tbnl-0.8.9.ebuild | 39 | ||||
-rw-r--r-- | dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.8.9 | 3 |
3 files changed, 4 insertions, 43 deletions
diff --git a/dev-lisp/cl-tbnl/ChangeLog b/dev-lisp/cl-tbnl/ChangeLog index 18d09c03452e..10adb321ebee 100644 --- a/dev-lisp/cl-tbnl/ChangeLog +++ b/dev-lisp/cl-tbnl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/cl-tbnl # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-tbnl/ChangeLog,v 1.42 2007/05/19 21:02:41 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-tbnl/ChangeLog,v 1.43 2007/06/13 12:30:29 chtekk Exp $ + + 13 Jun 2007; Luca Longinotti <chtekk@gentoo.org> -cl-tbnl-0.8.9.ebuild: + Remove Apache1. 19 May 2007; Peter Weller <welp@gentoo.org> cl-tbnl-0.11.2.ebuild: Keyworded ~amd64 wrt bug 178192 diff --git a/dev-lisp/cl-tbnl/cl-tbnl-0.8.9.ebuild b/dev-lisp/cl-tbnl/cl-tbnl-0.8.9.ebuild deleted file mode 100644 index 6729f954145c..000000000000 --- a/dev-lisp/cl-tbnl/cl-tbnl-0.8.9.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.9.ebuild,v 1.1 2005/12/17 05:52:19 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/files/digest-cl-tbnl-0.8.9 b/dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.8.9 deleted file mode 100644 index cc8af879d123..000000000000 --- a/dev-lisp/cl-tbnl/files/digest-cl-tbnl-0.8.9 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 a9494ecc2889a0c01c7b0365e5b00fcc tbnl_0.8.9.orig.tar.gz 87158 -RMD160 6975f648b2f1ffa48cdec874cba0bec71ba74242 tbnl_0.8.9.orig.tar.gz 87158 -SHA256 f225f263b4b380fe79a19e34145a1956d8a5b169802a233d5f6f8da6cadc2bb1 tbnl_0.8.9.orig.tar.gz 87158 |