diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-08-04 17:41:36 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-08-04 17:41:36 +0000 |
commit | b651cb2bbeb623d004622a190892e4335ef11fa7 (patch) | |
tree | d03e4d9fb967f42d4eb4a4a2ae04a834701f4673 /dev-lisp | |
parent | dev-lisp/tbnl:standalone (diff) | |
download | historical-b651cb2bbeb623d004622a190892e4335ef11fa7.tar.gz historical-b651cb2bbeb623d004622a190892e4335ef11fa7.tar.bz2 historical-b651cb2bbeb623d004622a190892e4335ef11fa7.zip |
.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/cl-tbnl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/cl-tbnl/Manifest | 14 | ||||
-rw-r--r-- | dev-lisp/cl-tbnl/cl-tbnl-0.5.5.ebuild | 6 |
3 files changed, 9 insertions, 16 deletions
diff --git a/dev-lisp/cl-tbnl/ChangeLog b/dev-lisp/cl-tbnl/ChangeLog index f550341ce961..47b93a7f1c9c 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-tbnl/ChangeLog,v 1.10 2005/05/24 18:48:36 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-tbnl/ChangeLog,v 1.11 2005/08/04 17:41:36 mkennedy Exp $ + + 04 Aug 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-tbnl-0.5.5.ebuild: + Add standalone USE flag. 24 May 2005; <mkennedy@gentoo.org> cl-tbnl-0.5.5.ebuild: Keywording ~sparc diff --git a/dev-lisp/cl-tbnl/Manifest b/dev-lisp/cl-tbnl/Manifest index 72a00e4b2393..2acc011870dc 100644 --- a/dev-lisp/cl-tbnl/Manifest +++ b/dev-lisp/cl-tbnl/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 a68e32a39ad524c6783cc7e3164777fd cl-tbnl-0.5.5.ebuild 954 -MD5 fc988dc2f2720ddb244dd54869afaa7a ChangeLog 1979 +MD5 1be6e7b0d70e74a912e46d5827c91529 ChangeLog 2082 +MD5 3ff22947fb46e59d9ef03afec33ca574 cl-tbnl-0.5.5.ebuild 980 MD5 a2199253dbe57d398c785af8f7744485 metadata.xml 804 MD5 770ff213761e5b28c044713bba701d2a files/digest-cl-tbnl-0.5.5 66 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFC1uWsBXaUFmZvwyMRAoqYAJ9rMG7UZewJgaTCMc79gwOCsunz0gCcDXUU -RnvAp0uQ/VgB6SU5TwcpKXA= -=oE5s ------END PGP SIGNATURE----- diff --git a/dev-lisp/cl-tbnl/cl-tbnl-0.5.5.ebuild b/dev-lisp/cl-tbnl/cl-tbnl-0.5.5.ebuild index aeb39bc00790..3f024e01695f 100644 --- a/dev-lisp/cl-tbnl/cl-tbnl-0.5.5.ebuild +++ b/dev-lisp/cl-tbnl/cl-tbnl-0.5.5.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.5.5.ebuild,v 1.3 2005/07/14 22:22:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-tbnl/cl-tbnl-0.5.5.ebuild,v 1.4 2005/08/04 17:41:36 mkennedy Exp $ inherit common-lisp @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/tbnl_${PV}.orig.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc x86" -IUSE="" +IUSE="standalone" DEPEND="dev-lisp/cl-kmrcl dev-lisp/cl-md5 @@ -23,7 +23,7 @@ DEPEND="dev-lisp/cl-kmrcl # apache2? ( www-apache/mod_lisp2 ) !apache2? ( www-apache/mod_lisp )" RDEPEND="${DEPEND} - www-apache/mod_lisp" + !standalone ( www-apache/mod_lisp )" S=${WORKDIR}/tbnl-${PV} |