diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-07-14 22:52:49 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-07-14 22:52:49 +0000 |
commit | 353c0fe9b4a5fea1b74a30670f829df3173eb6a8 (patch) | |
tree | 4258e20ce25dd3adeba7f349dc6b8ad338ad7e88 /net-www | |
parent | sync IUSE (+ssl +apache2) (diff) | |
download | historical-353c0fe9b4a5fea1b74a30670f829df3173eb6a8.tar.gz historical-353c0fe9b4a5fea1b74a30670f829df3173eb6a8.tar.bz2 historical-353c0fe9b4a5fea1b74a30670f829df3173eb6a8.zip |
sync IUSE (+apache2)
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/mod_scgi/Manifest | 10 | ||||
-rw-r--r-- | net-www/mod_scgi/mod_scgi-1.2.ebuild | 3 |
2 files changed, 12 insertions, 1 deletions
diff --git a/net-www/mod_scgi/Manifest b/net-www/mod_scgi/Manifest index 9ab1686a5f9b..131af3fc90f5 100644 --- a/net-www/mod_scgi/Manifest +++ b/net-www/mod_scgi/Manifest @@ -1,3 +1,6 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 3af536f32ac0d8c79fad0f36b60ad03c mod_scgi-1.2_alpha1-r2.ebuild 3003 MD5 bbca58910d5432389ebc547695ba7beb mod_scgi-1.2_alpha2.ebuild 3006 MD5 e944b7fb2a1ed3eb7d439e2a9888c3f0 mod_scgi-1.2_alpha1-r1.ebuild 2761 @@ -12,3 +15,10 @@ MD5 fe6e3027503038b59f1e9b4ee2cb3baa files/digest-mod_scgi-1.2_alpha1-r1 61 MD5 fe6e3027503038b59f1e9b4ee2cb3baa files/digest-mod_scgi-1.2_alpha1-r2 61 MD5 7092d8881e1387d40515b82e1c4e9afb files/digest-mod_scgi-1.2 59 MD5 c9efe9ec123cff4add21c35d7bbcdeb9 files/1.2/20_mod_scgi.conf 1245 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFC1uzKBXaUFmZvwyMRAgCCAKDaZNZC12vPQ40bTK3wfVa5wfeUYACgxqnP +QVKEE40ny36jC4hMMhQ2h6w= +=Ad9A +-----END PGP SIGNATURE----- diff --git a/net-www/mod_scgi/mod_scgi-1.2.ebuild b/net-www/mod_scgi/mod_scgi-1.2.ebuild index 7998a8aa8fab..820585cb8976 100644 --- a/net-www/mod_scgi/mod_scgi-1.2.ebuild +++ b/net-www/mod_scgi/mod_scgi-1.2.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/net-www/mod_scgi/mod_scgi-1.2.ebuild,v 1.2 2005/02/17 15:45:56 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_scgi/mod_scgi-1.2.ebuild,v 1.3 2005/07/14 22:52:49 agriffis Exp $ inherit eutils apache-module @@ -10,6 +10,7 @@ SRC_URI="http://www.mems-exchange.org/software/files/scgi/${P/mod_}.tar.gz" LICENSE="CNRI" KEYWORDS="~x86 ~ppc" +IUSE="apache2" DEPEND="www-apps/scgi" SLOT="0" |