diff options
author | 2005-02-17 15:45:56 +0000 | |
---|---|---|
committer | 2005-02-17 15:45:56 +0000 | |
commit | 065eff5bf223ea6e34a813b9c084e7943202e071 (patch) | |
tree | 852cbf759cb5f8a5e1b760697300a53c99830c47 /net-www/mod_scgi/mod_scgi-1.2.ebuild | |
parent | added support for apache 1.3 + cleanup (diff) | |
download | gentoo-2-065eff5bf223ea6e34a813b9c084e7943202e071.tar.gz gentoo-2-065eff5bf223ea6e34a813b9c084e7943202e071.tar.bz2 gentoo-2-065eff5bf223ea6e34a813b9c084e7943202e071.zip |
cleanup
(Portage version: 2.0.51.16)
Diffstat (limited to 'net-www/mod_scgi/mod_scgi-1.2.ebuild')
-rw-r--r-- | net-www/mod_scgi/mod_scgi-1.2.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/net-www/mod_scgi/mod_scgi-1.2.ebuild b/net-www/mod_scgi/mod_scgi-1.2.ebuild index 2f31fa896373..7998a8aa8fab 100644 --- a/net-www/mod_scgi/mod_scgi-1.2.ebuild +++ b/net-www/mod_scgi/mod_scgi-1.2.ebuild @@ -1,13 +1,12 @@ # 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.1 2005/01/09 00:20:51 hollow Exp $ +# $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 $ inherit eutils apache-module DESCRIPTION="Apache module for a Replacement for the CGI protocol that is similar to FastCGI" -URI_BASE="http://www.mems-exchange.org/software" -HOMEPAGE="${URI_BASE}/scgi/" -SRC_URI="${URI_BASE}/files/scgi/${P/mod_}.tar.gz" +HOMEPAGE="http://www.mems-exchange.org/software/scgi/" +SRC_URI="http://www.mems-exchange.org/software/files/scgi/${P/mod_}.tar.gz" LICENSE="CNRI" KEYWORDS="~x86 ~ppc" @@ -17,13 +16,11 @@ SLOT="0" S=${WORKDIR}/${P/mod_} APXS1_S="${S}/apache1" -APXS1_ARGS="-c mod_scgi.c" APACHE1_MOD_FILE="${S}/apache1/${PN}.so" APACHE1_MOD_CONF="${PVR}/20_mod_scgi" APACHE1_MOD_DEFINE="SCGI" APXS2_S="${S}/apache2" -APXS2_ARGS="-c mod_scgi.c" APACHE2_MOD_FILE="${S}/apache2/.libs/${PN}.so" APACHE2_MOD_CONF="${PVR}/20_mod_scgi" APACHE2_MOD_DEFINE="SCGI" @@ -31,6 +28,7 @@ APACHE2_MOD_DEFINE="SCGI" need_apache DOCFILES="PKG-INFO LICENSE.txt CHANGES" + if useq apache2; then DOCFILES="${DOCFILES} apache2/README" else |