summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElfyn McBratney <beu@gentoo.org>2005-03-01 01:13:02 +0000
committerElfyn McBratney <beu@gentoo.org>2005-03-01 01:13:02 +0000
commit85f26f5f07b5430e4276e83cecd51f498d9ca0e3 (patch)
tree52649ea11eed61cdcd84901d68f8624ad6a7cae3 /net-www
parentKill more sed in global scope. (diff)
downloadhistorical-85f26f5f07b5430e4276e83cecd51f498d9ca0e3.tar.gz
historical-85f26f5f07b5430e4276e83cecd51f498d9ca0e3.tar.bz2
historical-85f26f5f07b5430e4276e83cecd51f498d9ca0e3.zip
Kill sed in global scope.
Package-Manager: portage-2.0.51.17
Diffstat (limited to 'net-www')
-rw-r--r--net-www/mod_throttle/ChangeLog6
-rw-r--r--net-www/mod_throttle/Manifest18
-rw-r--r--net-www/mod_throttle/mod_throttle-3.1.2-r1.ebuild5
3 files changed, 21 insertions, 8 deletions
diff --git a/net-www/mod_throttle/ChangeLog b/net-www/mod_throttle/ChangeLog
index 3a056fad6eb8..6880a9e574dd 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-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_throttle/ChangeLog,v 1.12 2005/01/04 19:07:30 sekretarz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_throttle/ChangeLog,v 1.13 2005/03/01 01:13:02 beu Exp $
+
+ 01 Mar 2005; Elfyn McBratney <beu@gentoo.org>
+ mod_throttle-3.1.2-r1.ebuild:
+ Kill sed in global scope.
04 Jan 2005; Karol Wojtaszek <sekretarz@gentoo.org>
mod_throttle-3.1.2-r1.ebuild:
diff --git a/net-www/mod_throttle/Manifest b/net-www/mod_throttle/Manifest
index ca366a8a295c..d70782aeb3a3 100644
--- a/net-www/mod_throttle/Manifest
+++ b/net-www/mod_throttle/Manifest
@@ -1,8 +1,18 @@
-MD5 6cc62b1c23c97c72cf80c4e3d766a5f8 ChangeLog 1294
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 0662297b38580addacacb608a18f4003 ChangeLog 1397
MD5 4b562dac77e8dcbc4aaea4b9bf4dbac2 metadata.xml 264
-MD5 37851a802f831271cbb0b721934f6341 mod_throttle-3.1.2-r1.ebuild 1295
+MD5 99bdf9d5591a99003738405dbea98362 mod_throttle-3.1.2-r1.ebuild 1247
MD5 28fcb1cb8bfd097c19dc48984bd0dfb9 mod_throttle-3.1.2-r2.ebuild 800
+MD5 43ab7b458532778476d9f2bc9121933c files/10_mod_throttle.conf 513
MD5 758dec7efa2b34d6c0b42a8b911ae163 files/digest-mod_throttle-3.1.2-r1 63
-MD5 d4ffd33a5f0149ab2dfae75270f26d94 files/mod_throttle.conf 528
MD5 758dec7efa2b34d6c0b42a8b911ae163 files/digest-mod_throttle-3.1.2-r2 63
-MD5 43ab7b458532778476d9f2bc9121933c files/10_mod_throttle.conf 513
+MD5 d4ffd33a5f0149ab2dfae75270f26d94 files/mod_throttle.conf 528
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.6 (GNU/Linux)
+
+iD8DBQFCI8GojUHll2nfF60RAjNFAKDE/8hnP+O9JoUXzslROj0n20IFWQCgkX9e
+LnDL7X27mlDD+AEI/ypR7hA=
+=O/ip
+-----END PGP SIGNATURE-----
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 78ed2fd2f489..32dcea372009 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,13 +1,12 @@
# Copyright 1999-2005 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.14 2005/01/04 19:07:30 sekretarz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_throttle/mod_throttle-3.1.2-r1.ebuild,v 1.15 2005/03/01 01:13:02 beu Exp $
DESCRIPTION="Bandwidth and request throttling for Apache"
HOMEPAGE="http://www.snert.com/Software/mod_throttle/"
KEYWORDS="x86 sparc ppc ~amd64"
-MY_V="`echo ${PV} | sed -e 's:\.::g'`"
-S=${WORKDIR}/${P}
+MY_V=${PV//./}
SRC_URI="http://www.snert.com/Software/${PN}/${PN}${MY_V}.tgz"
IUSE=""