summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apache/mod_proxy_html/mod_proxy_html-3.0.0.ebuild')
-rw-r--r--www-apache/mod_proxy_html/mod_proxy_html-3.0.0.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/www-apache/mod_proxy_html/mod_proxy_html-3.0.0.ebuild b/www-apache/mod_proxy_html/mod_proxy_html-3.0.0.ebuild
deleted file mode 100644
index b331c80f3ac2..000000000000
--- a/www-apache/mod_proxy_html/mod_proxy_html-3.0.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_proxy_html/mod_proxy_html-3.0.0.ebuild,v 1.3 2007/11/25 13:30:42 hollow Exp $
-
-inherit apache-module
-
-KEYWORDS="~amd64 x86"
-
-DESCRIPTION="An Apache2 module to rewrite links in html pages behind a reverse proxy."
-HOMEPAGE="http://apache.webthing.com/mod_proxy_html/"
-SRC_URI="mirror://gentoo/${P}.c.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="app-arch/bzip2
- dev-libs/libxml2"
-RDEPEND="${DEPEND}"
-
-APACHE2_MOD_CONF="27_${PN}"
-APACHE2_MOD_DEFINE="PROXY_HTML"
-
-need_apache2
-
-S="${WORKDIR}/${PN}"
-
-src_unpack() {
- mkdir -p "${S}" || die "mkdir S failed"
- bzip2 -dc "${DISTDIR}/${P}.c.bz2" > "${S}/${PN}.c" || die "source unpack failed"
-}
-
-src_compile() {
- APXS2_ARGS="$(xml2-config --cflags) -c ${PN}.c"
- apache-module_src_compile
-}