summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2007-01-14 21:02:05 +0000
committerLuca Longinotti <chtekk@gentoo.org>2007-01-14 21:02:05 +0000
commit8ec88dff2d0068c07104f7c0bf02128fa3679e7d (patch)
tree23f5733ba62b1547f2be92158b5c7e10224837e8 /net-www/mod_throttle
parentCleanup. (diff)
downloadgentoo-2-8ec88dff2d0068c07104f7c0bf02128fa3679e7d.tar.gz
gentoo-2-8ec88dff2d0068c07104f7c0bf02128fa3679e7d.tar.bz2
gentoo-2-8ec88dff2d0068c07104f7c0bf02128fa3679e7d.zip
Cleanup.
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'net-www/mod_throttle')
-rw-r--r--net-www/mod_throttle/ChangeLog8
-rw-r--r--net-www/mod_throttle/files/digest-mod_throttle-3.1.2-r22
-rw-r--r--net-www/mod_throttle/mod_throttle-3.1.2-r2.ebuild24
3 files changed, 19 insertions, 15 deletions
diff --git a/net-www/mod_throttle/ChangeLog b/net-www/mod_throttle/ChangeLog
index add25ee9c27a..66bbe6877579 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-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_throttle/ChangeLog,v 1.17 2006/06/05 02:34:21 vericgar Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_throttle/ChangeLog,v 1.18 2007/01/14 21:02:05 chtekk Exp $
+
+ 14 Jan 2007; Luca Longinotti <chtekk@gentoo.org> -files/mod_throttle.conf,
+ mod_throttle-3.1.2-r2.ebuild:
+ Cleanup.
05 Jun 2006; Michael Stewart <vericgar@gentoo.org>
-mod_throttle-3.1.2-r1.ebuild:
diff --git a/net-www/mod_throttle/files/digest-mod_throttle-3.1.2-r2 b/net-www/mod_throttle/files/digest-mod_throttle-3.1.2-r2
index df3d69409322..4f74ca1f223e 100644
--- a/net-www/mod_throttle/files/digest-mod_throttle-3.1.2-r2
+++ b/net-www/mod_throttle/files/digest-mod_throttle-3.1.2-r2
@@ -1 +1,3 @@
MD5 6edc45c3ea8a0855d4b0b14cf0f76404 mod_throttle312.tgz 41397
+RMD160 81a45042d96f01f423b934cf70930c7561e8eb51 mod_throttle312.tgz 41397
+SHA256 8cca12bbfe7ab838d43cc3e4ce9432d9915f9a959e1a03c4db6e016f6a06d8d6 mod_throttle312.tgz 41397
diff --git a/net-www/mod_throttle/mod_throttle-3.1.2-r2.ebuild b/net-www/mod_throttle/mod_throttle-3.1.2-r2.ebuild
index 0c83b401b324..55ccdcf8d4d7 100644
--- a/net-www/mod_throttle/mod_throttle-3.1.2-r2.ebuild
+++ b/net-www/mod_throttle/mod_throttle-3.1.2-r2.ebuild
@@ -1,35 +1,33 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 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-r2.ebuild,v 1.5 2005/11/01 19:02:55 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_throttle/mod_throttle-3.1.2-r2.ebuild,v 1.6 2007/01/14 21:02:05 chtekk Exp $
inherit apache-module
-# test target in Makefile isn't sane
-RESTRICT="test"
-
-MY_PV=${PV//./}
+KEYWORDS="ppc sparc x86"
-DESCRIPTION="Bandwidth and request throttling for Apache"
+DESCRIPTION="Bandwidth and request throttling for Apache1."
HOMEPAGE="http://www.snert.com/Software/mod_throttle/"
-
-KEYWORDS="ppc sparc x86"
-SRC_URI="http://www.snert.com/Software/${PN}/${PN}${MY_PV}.tgz"
-DEPEND=""
+SRC_URI="http://www.snert.com/Software/${PN}/${PN}${PV//./}.tgz"
LICENSE="as-is"
SLOT="0"
IUSE=""
+DEPEND=""
+RDEPEND=""
+
+# Test target in Makefile isn't sane
+RESTRICT="test"
+
APACHE1_MOD_CONF="10_${PN}"
APACHE1_MOD_DEFINE="THROTTLE"
need_apache1
src_install() {
-
apache1_src_install
sed 's/Img\///g' < index.shtml > index.html
dodoc CHANGES.txt LICENSE.txt
dohtml -r index.html Img/
-
}