summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Tindal <urilith@gentoo.org>2004-11-04 08:16:46 +0000
committerMichael Tindal <urilith@gentoo.org>2004-11-04 08:16:46 +0000
commit34d7b5c7e825addca2088b957fec7fe6a125fe6f (patch)
tree9cbad8048a92419e4692f09a8380e06de976d94a /net-www/mod_throttle
parentNew version, as requested in bug #69711 (Manifest recommit) (diff)
downloadgentoo-2-34d7b5c7e825addca2088b957fec7fe6a125fe6f.tar.gz
gentoo-2-34d7b5c7e825addca2088b957fec7fe6a125fe6f.tar.bz2
gentoo-2-34d7b5c7e825addca2088b957fec7fe6a125fe6f.zip
Various fixes for repoman complaints.
Diffstat (limited to 'net-www/mod_throttle')
-rw-r--r--net-www/mod_throttle/ChangeLog6
-rw-r--r--net-www/mod_throttle/mod_throttle-3.1.2-r1.ebuild3
2 files changed, 7 insertions, 2 deletions
diff --git a/net-www/mod_throttle/ChangeLog b/net-www/mod_throttle/ChangeLog
index 07b1dc66e2c0..016a94d5c19d 100644
--- a/net-www/mod_throttle/ChangeLog
+++ b/net-www/mod_throttle/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-www/mod_throttle
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_throttle/ChangeLog,v 1.10 2004/09/03 23:24:08 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_throttle/ChangeLog,v 1.11 2004/11/04 08:16:46 urilith Exp $
+
+ 04 Nov 2004; Michael Tindal <urilith@gentoo.org>
+ mod_throttle-3.1.2-r1.ebuild:
+ IUSE fixes.
04 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
mod_throttle-3.1.2-r1.ebuild:
diff --git a/net-www/mod_throttle/mod_throttle-3.1.2-r1.ebuild b/net-www/mod_throttle/mod_throttle-3.1.2-r1.ebuild
index f6540caee4b8..a2a83dffd120 100644
--- a/net-www/mod_throttle/mod_throttle-3.1.2-r1.ebuild
+++ b/net-www/mod_throttle/mod_throttle-3.1.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_throttle/mod_throttle-3.1.2-r1.ebuild,v 1.12 2004/09/03 23:24:08 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_throttle/mod_throttle-3.1.2-r1.ebuild,v 1.13 2004/11/04 08:16:46 urilith Exp $
DESCRIPTION="Bandwidth and request throttling for Apache"
HOMEPAGE="http://www.snert.com/Software/mod_throttle/"
@@ -10,6 +10,7 @@ MY_V="`echo ${PV} | sed -e 's:\.::g'`"
S=${WORKDIR}/${P}
SRC_URI="http://www.snert.com/Software/${PN}/${PN}${MY_V}.tgz"
+IUSE=""
DEPEND="=net-www/apache-1*"
LICENSE="as-is"
SLOT="0"