diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-05-12 12:22:45 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-05-12 12:22:45 +0000 |
commit | 690a6072341389b324c436cd28a3cf6f34be360e (patch) | |
tree | 6ba911ef5b491d5932daa31a8a5401720f2d1f1c /dev-lisp/cl-tbnl | |
parent | Version bump. (diff) | |
download | gentoo-2-690a6072341389b324c436cd28a3cf6f34be360e.tar.gz gentoo-2-690a6072341389b324c436cd28a3cf6f34be360e.tar.bz2 gentoo-2-690a6072341389b324c436cd28a3cf6f34be360e.zip |
Remove apache1 support and dep upon mod_lisp for newer ebuilds.
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-lisp/cl-tbnl')
-rw-r--r-- | dev-lisp/cl-tbnl/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lisp/cl-tbnl/cl-tbnl-0.10.0.ebuild | 8 | ||||
-rw-r--r-- | dev-lisp/cl-tbnl/cl-tbnl-0.10.1.ebuild | 8 | ||||
-rw-r--r-- | dev-lisp/cl-tbnl/cl-tbnl-0.10.3.ebuild | 8 | ||||
-rw-r--r-- | dev-lisp/cl-tbnl/cl-tbnl-0.11.2.ebuild | 8 | ||||
-rw-r--r-- | dev-lisp/cl-tbnl/cl-tbnl-0.11.3.ebuild | 8 |
6 files changed, 26 insertions, 21 deletions
diff --git a/dev-lisp/cl-tbnl/ChangeLog b/dev-lisp/cl-tbnl/ChangeLog index 32ce9df448a9..bbb200e3c3b0 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-tbnl/ChangeLog,v 1.39 2007/02/22 01:32:57 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-tbnl/ChangeLog,v 1.40 2007/05/12 12:22:45 chtekk Exp $ + + 12 May 2007; Luca Longinotti <chtekk@gentoo.org> cl-tbnl-0.10.0.ebuild, + cl-tbnl-0.10.1.ebuild, cl-tbnl-0.10.3.ebuild, cl-tbnl-0.11.2.ebuild, + cl-tbnl-0.11.3.ebuild: + Remove apache1 support and dep upon mod_lisp for newer ebuilds. 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/dev-lisp/cl-tbnl/cl-tbnl-0.10.0.ebuild b/dev-lisp/cl-tbnl/cl-tbnl-0.10.0.ebuild index b329e8ed4849..d1be6bb1b49e 100644 --- a/dev-lisp/cl-tbnl/cl-tbnl-0.10.0.ebuild +++ b/dev-lisp/cl-tbnl/cl-tbnl-0.10.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.10.0.ebuild,v 1.1 2006/08/28 14:12:30 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-tbnl/cl-tbnl-0.10.0.ebuild,v 1.2 2007/05/12 12:22:45 chtekk Exp $ inherit common-lisp @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/tbnl_${PV}.orig.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~x86" -IUSE="standalone apache2" +IUSE="standalone" DEPEND="dev-lisp/cl-kmrcl dev-lisp/cl-md5 @@ -20,7 +20,7 @@ DEPEND="dev-lisp/cl-kmrcl dev-lisp/cl-rfc2388" RDEPEND="${DEPEND} - !standalone? ( apache2? ( >=www-apache/mod_lisp2-1.2 ) !apache2? ( www-apache/mod_lisp ) )" + !standalone? ( >=www-apache/mod_lisp2-1.2 )" S=${WORKDIR}/tbnl-${PV} diff --git a/dev-lisp/cl-tbnl/cl-tbnl-0.10.1.ebuild b/dev-lisp/cl-tbnl/cl-tbnl-0.10.1.ebuild index 85c04be37052..de4401b9cf9d 100644 --- a/dev-lisp/cl-tbnl/cl-tbnl-0.10.1.ebuild +++ b/dev-lisp/cl-tbnl/cl-tbnl-0.10.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.10.1.ebuild,v 1.1 2006/08/31 03:40:50 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-tbnl/cl-tbnl-0.10.1.ebuild,v 1.2 2007/05/12 12:22:45 chtekk Exp $ inherit common-lisp @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/tbnl_${PV}.orig.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~x86" -IUSE="standalone apache2" +IUSE="standalone" DEPEND="dev-lisp/cl-kmrcl dev-lisp/cl-md5 @@ -20,7 +20,7 @@ DEPEND="dev-lisp/cl-kmrcl dev-lisp/cl-rfc2388" RDEPEND="${DEPEND} - !standalone? ( apache2? ( >=www-apache/mod_lisp2-1.2 ) !apache2? ( www-apache/mod_lisp ) )" + !standalone? ( >=www-apache/mod_lisp2-1.2 )" S=${WORKDIR}/tbnl-${PV} diff --git a/dev-lisp/cl-tbnl/cl-tbnl-0.10.3.ebuild b/dev-lisp/cl-tbnl/cl-tbnl-0.10.3.ebuild index 52c5ca44aa02..5a5c323db47d 100644 --- a/dev-lisp/cl-tbnl/cl-tbnl-0.10.3.ebuild +++ b/dev-lisp/cl-tbnl/cl-tbnl-0.10.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.10.3.ebuild,v 1.1 2006/09/06 02:02:40 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-tbnl/cl-tbnl-0.10.3.ebuild,v 1.2 2007/05/12 12:22:45 chtekk Exp $ inherit common-lisp @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/tbnl_${PV}.orig.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~x86" -IUSE="standalone apache2" +IUSE="standalone" DEPEND="dev-lisp/cl-kmrcl dev-lisp/cl-md5 @@ -20,7 +20,7 @@ DEPEND="dev-lisp/cl-kmrcl dev-lisp/cl-rfc2388" RDEPEND="${DEPEND} - !standalone? ( apache2? ( >=www-apache/mod_lisp2-1.2 ) !apache2? ( www-apache/mod_lisp ) )" + !standalone? ( >=www-apache/mod_lisp2-1.2 )" S=${WORKDIR}/tbnl-${PV} diff --git a/dev-lisp/cl-tbnl/cl-tbnl-0.11.2.ebuild b/dev-lisp/cl-tbnl/cl-tbnl-0.11.2.ebuild index e73870f22fd3..4fad35c2e55e 100644 --- a/dev-lisp/cl-tbnl/cl-tbnl-0.11.2.ebuild +++ b/dev-lisp/cl-tbnl/cl-tbnl-0.11.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.11.2.ebuild,v 1.1 2006/09/26 05:17:10 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-tbnl/cl-tbnl-0.11.2.ebuild,v 1.2 2007/05/12 12:22:45 chtekk Exp $ inherit common-lisp @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/tbnl_${PV}.orig.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~x86" -IUSE="standalone apache2" +IUSE="standalone" DEPEND="dev-lisp/cl-kmrcl dev-lisp/cl-md5 @@ -20,7 +20,7 @@ DEPEND="dev-lisp/cl-kmrcl dev-lisp/cl-rfc2388" RDEPEND="${DEPEND} - !standalone? ( apache2? ( >=www-apache/mod_lisp2-1.2 ) !apache2? ( www-apache/mod_lisp ) )" + !standalone? ( >=www-apache/mod_lisp2-1.2 )" S=${WORKDIR}/tbnl-${PV} diff --git a/dev-lisp/cl-tbnl/cl-tbnl-0.11.3.ebuild b/dev-lisp/cl-tbnl/cl-tbnl-0.11.3.ebuild index 8b67a5132b4a..d5d2adcec2fb 100644 --- a/dev-lisp/cl-tbnl/cl-tbnl-0.11.3.ebuild +++ b/dev-lisp/cl-tbnl/cl-tbnl-0.11.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.11.3.ebuild,v 1.1 2006/09/30 15:50:58 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-tbnl/cl-tbnl-0.11.3.ebuild,v 1.2 2007/05/12 12:22:45 chtekk Exp $ inherit common-lisp @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/tbnl_${PV}.orig.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~x86" -IUSE="standalone apache2" +IUSE="standalone" DEPEND="dev-lisp/cl-kmrcl dev-lisp/cl-md5 @@ -20,7 +20,7 @@ DEPEND="dev-lisp/cl-kmrcl dev-lisp/cl-rfc2388" RDEPEND="${DEPEND} - !standalone? ( apache2? ( >=www-apache/mod_lisp2-1.2 ) !apache2? ( www-apache/mod_lisp ) )" + !standalone? ( >=www-apache/mod_lisp2-1.2 )" S=${WORKDIR}/tbnl-${PV} |