diff options
author | Sven Wegener <swegener@gentoo.org> | 2004-09-05 05:51:23 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2004-09-05 05:51:23 +0000 |
commit | 1864b2cfac8dd40c68d5fc4f60eccc382f1db258 (patch) | |
tree | 1db60c5b4f9d94f2479af9d28686f26ff79d9b8b | |
parent | Fixed the stop() function in shoutcast_trans. Bad Chris.. no cookie.. (diff) | |
download | historical-1864b2cfac8dd40c68d5fc4f60eccc382f1db258.tar.gz historical-1864b2cfac8dd40c68d5fc4f60eccc382f1db258.tar.bz2 historical-1864b2cfac8dd40c68d5fc4f60eccc382f1db258.zip |
Added missing IUSE.
-rw-r--r-- | dev-php/savant/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php/savant/Manifest | 14 | ||||
-rw-r--r-- | dev-php/savant/savant-1.5.2.ebuild | 4 |
3 files changed, 19 insertions, 6 deletions
diff --git a/dev-php/savant/ChangeLog b/dev-php/savant/ChangeLog index ed5bf603fc3e..92116fa8f853 100644 --- a/dev-php/savant/ChangeLog +++ b/dev-php/savant/ChangeLog @@ -1,6 +1,9 @@ -# ChangeLog for dev-php/PEAR-MDB +# ChangeLog for dev-php/savant # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/savant/ChangeLog,v 1.2 2004/07/31 15:19:53 coredumb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/savant/ChangeLog,v 1.3 2004/09/05 05:51:23 swegener Exp $ + + 05 Sep 2004; Sven Wegener <swegener@gentoo.org> savant-1.5.2.ebuild: + Added missing IUSE. *savant-1.5.2 (31 Jul 2004) diff --git a/dev-php/savant/Manifest b/dev-php/savant/Manifest index 6a5a66ef0887..58ae7641836b 100644 --- a/dev-php/savant/Manifest +++ b/dev-php/savant/Manifest @@ -1,4 +1,14 @@ -MD5 c55c95ad7bdda2ef8b358f60f94fa1a8 savant-1.5.2.ebuild 502 -MD5 f2ceca30cd89aa0bf3d7a0f6a27c11b0 ChangeLog 465 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 e9db1dd41b6301454f18e1db00054c5c ChangeLog 557 MD5 34b376f52ca199fffb4e52b83169574a metadata.xml 156 +MD5 d9e7cb1c981268e0dc0c423831d9f915 savant-1.5.2.ebuild 492 MD5 4fe1c119f5abdf7582df7cf24a991055 files/digest-savant-1.5.2 60 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFBOqljI1lqEGTUzyQRArYRAKCdu0jLrTgmc3E8foTvrsT759pYlgCgqwMt ++cK80B2/v5r1G0/zI2zl2Kc= +=BSVR +-----END PGP SIGNATURE----- diff --git a/dev-php/savant/savant-1.5.2.ebuild b/dev-php/savant/savant-1.5.2.ebuild index 8f8ef0aed360..58e6735b336d 100644 --- a/dev-php/savant/savant-1.5.2.ebuild +++ b/dev-php/savant/savant-1.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/savant/savant-1.5.2.ebuild,v 1.1 2004/07/31 15:17:31 coredumb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/savant/savant-1.5.2.ebuild,v 1.2 2004/09/05 05:51:23 swegener Exp $ PHP_PEAR_PKG_NAME="Savant" DESCRIPTION="The simple PHP template alternative to Smarty" @@ -10,6 +10,6 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~x86" DEPEND="virtual/php" -RDEPEND="$DEPEND" +IUSE="" inherit php-pear |