summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apache/mod_cband/mod_cband-0.9.7.5.ebuild')
-rw-r--r--www-apache/mod_cband/mod_cband-0.9.7.5.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/www-apache/mod_cband/mod_cband-0.9.7.5.ebuild b/www-apache/mod_cband/mod_cband-0.9.7.5.ebuild
deleted file mode 100644
index 357254d05413..000000000000
--- a/www-apache/mod_cband/mod_cband-0.9.7.5.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit apache-module
-
-KEYWORDS="amd64 x86"
-
-DESCRIPTION="Apache2 bandwidth quota and throttling module"
-HOMEPAGE="http://codee.pl/cband.html"
-SRC_URI="http://cband.linux.pl/download/mod-cband-${PV}.tgz"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-S="${WORKDIR}/mod-cband-${PV}"
-
-DOCFILES="conf/vhosts3.conf.example \
- conf/vhosts2.conf.example \
- conf/vhosts.conf.example \
- Changes AUTHORS doc/*"
-
-APACHE2_MOD_CONF="10_${PN}"
-APACHE2_MOD_DEFINE="CBAND"
-
-APXS2_ARGS="-DDST_CLASS=3 -c ${PN}.c"
-
-need_apache2_2