summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2016-07-07 03:38:07 -0500
committerAustin English <wizardedit@gentoo.org>2016-07-07 03:38:47 -0500
commitd5a312923d03019d3a7e046dd22ef68654914351 (patch)
treee7e9811c64bfca456ab82bdaac265d892902d027 /www-apache
parentsys-kernel/hardened-sources: version bump to 4.6.3-r1 (diff)
downloadgentoo-d5a312923d03019d3a7e046dd22ef68654914351.tar.gz
gentoo-d5a312923d03019d3a7e046dd22ef68654914351.tar.bz2
gentoo-d5a312923d03019d3a7e046dd22ef68654914351.zip
www-apache/mod_limitipconn: update to EAPI 6
Package-Manager: portage-2.2.28
Diffstat (limited to 'www-apache')
-rw-r--r--www-apache/mod_limitipconn/mod_limitipconn-0.24-r1.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/www-apache/mod_limitipconn/mod_limitipconn-0.24-r1.ebuild b/www-apache/mod_limitipconn/mod_limitipconn-0.24-r1.ebuild
new file mode 100644
index 000000000000..856408fff584
--- /dev/null
+++ b/www-apache/mod_limitipconn/mod_limitipconn-0.24-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit apache-module
+
+DESCRIPTION="Allows administrators to limit the number of simultaneous downloads permitted"
+HOMEPAGE="http://dominia.org/djao/limitipconn2.html"
+SRC_URI="http://dominia.org/djao/limit/${P}.tar.bz2"
+
+LICENSE="Apache-2.0"
+SLOT="2"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+RESTRICT="test"
+
+APACHE2_MOD_CONF="27_${PN}"
+APACHE2_MOD_DEFINE="LIMITIPCONN INFO"
+
+DOCFILES="ChangeLog README"
+
+need_apache2