diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-08-16 17:40:12 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-08-16 17:40:12 +0000 |
commit | 71cd2687798e2ff89f550ac78b91edc69cfa9131 (patch) | |
tree | b1839fe226e3c050427fca8104860d0772ab04f5 /net-www/mod_pcgi2 | |
parent | Fixed dohtml (diff) | |
download | historical-71cd2687798e2ff89f550ac78b91edc69cfa9131.tar.gz historical-71cd2687798e2ff89f550ac78b91edc69cfa9131.tar.bz2 historical-71cd2687798e2ff89f550ac78b91edc69cfa9131.zip |
net-www/pcgi -> www-apps/pcgi
Diffstat (limited to 'net-www/mod_pcgi2')
-rw-r--r-- | net-www/mod_pcgi2/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/mod_pcgi2/mod_pcgi2-2.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-www/mod_pcgi2/ChangeLog b/net-www/mod_pcgi2/ChangeLog index dc572ce2df02..4a6184b2a659 100644 --- a/net-www/mod_pcgi2/ChangeLog +++ b/net-www/mod_pcgi2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/mod_pcgi2 # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_pcgi2/ChangeLog,v 1.8 2004/06/25 15:56:37 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_pcgi2/ChangeLog,v 1.9 2004/08/16 17:40:12 mr_bones_ Exp $ + + 16 Aug 2004; Michael Sterrett <mr_bones_@gentoo.org> mod_pcgi2-2.0.1.ebuild: + net-www/pcgi -> www-apps/pcgi 25 Jun 2004; Aron Griffis <agriffis@gentoo.org> mod_pcgi2-2.0.1.ebuild: QA - fix use invocation diff --git a/net-www/mod_pcgi2/mod_pcgi2-2.0.1.ebuild b/net-www/mod_pcgi2/mod_pcgi2-2.0.1.ebuild index 01b8fb08edd5..89cbd10963e5 100644 --- a/net-www/mod_pcgi2/mod_pcgi2-2.0.1.ebuild +++ b/net-www/mod_pcgi2/mod_pcgi2-2.0.1.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/net-www/mod_pcgi2/mod_pcgi2-2.0.1.ebuild,v 1.9 2004/06/25 15:56:37 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_pcgi2/mod_pcgi2-2.0.1.ebuild,v 1.10 2004/08/16 17:40:12 mr_bones_ Exp $ inherit eutils @@ -49,7 +49,7 @@ IUSE="apache2" DEPEND="${DEPEND} net-www/apache apache2? ( >=net-www/apache-2 ) - net-www/pcgi" + www-apps/pcgi" #RDEPEND="" S=${WORKDIR}/${PN/mod_} |