diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-04-21 19:19:54 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-04-21 19:19:54 +0000 |
commit | e2a5ab0da06ffababafeb0f8e8a685128056c449 (patch) | |
tree | 2bdff2595333246ef507c577d0c55dd926d473ef /net-www | |
parent | Version bumped. Closes 48421 (diff) | |
download | historical-e2a5ab0da06ffababafeb0f8e8a685128056c449.tar.gz historical-e2a5ab0da06ffababafeb0f8e8a685128056c449.tar.bz2 historical-e2a5ab0da06ffababafeb0f8e8a685128056c449.zip |
adding IUSE
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/phpwebsite/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/phpwebsite/Manifest | 4 | ||||
-rw-r--r-- | net-www/phpwebsite/phpwebsite-0.9.3_p2-r1.ebuild | 3 |
3 files changed, 9 insertions, 4 deletions
diff --git a/net-www/phpwebsite/ChangeLog b/net-www/phpwebsite/ChangeLog index 0691e971cf34..f61575d5a9ef 100644 --- a/net-www/phpwebsite/ChangeLog +++ b/net-www/phpwebsite/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/phpwebsite # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/phpwebsite/ChangeLog,v 1.13 2004/04/19 07:46:00 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/phpwebsite/ChangeLog,v 1.14 2004/04/21 19:19:54 mholzer Exp $ + + 21 Apr 2004; Martin Holzer <mholzer@gentoo.org> + phpwebsite-0.9.3_p2-r1.ebuild: + adding IUSE 19 Apr 2004; Martin Holzer <mholzer@gentoo.org> phpwebsite-0.9.3_p2-r1.ebuild: diff --git a/net-www/phpwebsite/Manifest b/net-www/phpwebsite/Manifest index 91df94d056eb..4d131995734c 100644 --- a/net-www/phpwebsite/Manifest +++ b/net-www/phpwebsite/Manifest @@ -1,6 +1,6 @@ -MD5 d4aa140558621571051ca613eca74098 ChangeLog 2113 +MD5 546e22aee990d1df0ca441686452058b phpwebsite-0.9.3_p2-r1.ebuild 2087 MD5 ecbb5a02001856289bc050635b8d8394 metadata.xml 522 -MD5 55eda34bfe31f355ea200e049d39ab75 phpwebsite-0.9.3_p2-r1.ebuild 2072 +MD5 d244e54fe7ef9f3ada52d6f576c7a959 ChangeLog 2211 MD5 6900db4c93191d45ead777402606db12 files/phpwebsite-0.9.3_p1-supplemental.patch 6186 MD5 a7257ff9063723778a81865e8ff9aba2 files/update.php-0.9.3_p1 7892 MD5 5d0bf869aca158f5d35948955a1aafee files/digest-phpwebsite-0.9.3_p2-r1 136 diff --git a/net-www/phpwebsite/phpwebsite-0.9.3_p2-r1.ebuild b/net-www/phpwebsite/phpwebsite-0.9.3_p2-r1.ebuild index 04b9719d9be5..0b6fe7a30b3f 100644 --- a/net-www/phpwebsite/phpwebsite-0.9.3_p2-r1.ebuild +++ b/net-www/phpwebsite/phpwebsite-0.9.3_p2-r1.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/phpwebsite/phpwebsite-0.9.3_p2-r1.ebuild,v 1.2 2004/04/19 07:46:00 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/phpwebsite/phpwebsite-0.9.3_p2-r1.ebuild,v 1.3 2004/04/21 19:19:54 mholzer Exp $ inherit webapp-apache +IUSE="apache2" MY_PV="${PV/_p/-}" S="${WORKDIR}/${PN}-${MY_PV}-full" DESCRIPTION="phpWebSite provides a complete web site content management system. Web-based administration allows for easy maintenance of interactive, community-driven web sites." |