summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2005-01-09 10:25:57 +0000
committerBenedikt Boehm <hollow@gentoo.org>2005-01-09 10:25:57 +0000
commit80ae4a5b754688ac66e25db5a29c135755ac1366 (patch)
treefef329cc08be629e3d7983401d0508e943d19231 /net-www/mod_loopback/mod_loopback-1.04-r1.ebuild
parentInital submission. Ebuild submitted by Holger Hoffstätte <holger@wizards.de>. (diff)
downloadhistorical-80ae4a5b754688ac66e25db5a29c135755ac1366.tar.gz
historical-80ae4a5b754688ac66e25db5a29c135755ac1366.tar.bz2
historical-80ae4a5b754688ac66e25db5a29c135755ac1366.zip
Apache herd package refresh
Diffstat (limited to 'net-www/mod_loopback/mod_loopback-1.04-r1.ebuild')
-rw-r--r--net-www/mod_loopback/mod_loopback-1.04-r1.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/net-www/mod_loopback/mod_loopback-1.04-r1.ebuild b/net-www/mod_loopback/mod_loopback-1.04-r1.ebuild
new file mode 100644
index 000000000000..9c05f9e68694
--- /dev/null
+++ b/net-www/mod_loopback/mod_loopback-1.04-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_loopback/mod_loopback-1.04-r1.ebuild,v 1.1 2005/01/09 10:25:57 hollow Exp $
+
+inherit apache-module
+
+DESCRIPTION="A web client debugging tool (DSO) for Apache2"
+HOMEPAGE="http://www.snert.com/Software/mod_loopback/index.shtml"
+
+S=${WORKDIR}/${PN}-1.4
+SRC_URI="http://www.snert.com/Software/download/${PN}104.tgz"
+DEPEND="=net-www/apache-1*"
+LICENSE="BSD"
+KEYWORDS="~x86"
+IUSE=""
+SLOT="1"
+
+APACHE1_MOD_CONF="${PVR}/28_mod_loopback"
+APACHE1_MOD_DEFINE="LOOPBACK"
+
+DOCFILES="CHANGES.txt LICENSE.txt"
+
+need_apache1