diff options
author | Karol Wojtaszek <sekretarz@gentoo.org> | 2005-01-04 19:07:30 +0000 |
---|---|---|
committer | Karol Wojtaszek <sekretarz@gentoo.org> | 2005-01-04 19:07:30 +0000 |
commit | eb9619e000ab8864a93cf87100fb23be499d0981 (patch) | |
tree | 0416750f70de37f35a05332e50d5f2496f2d7e2d /net-www/mod_throttle | |
parent | Added to ~amd64, bug #76650 (diff) | |
download | historical-eb9619e000ab8864a93cf87100fb23be499d0981.tar.gz historical-eb9619e000ab8864a93cf87100fb23be499d0981.tar.bz2 historical-eb9619e000ab8864a93cf87100fb23be499d0981.zip |
Added to ~amd64, bug #76553
Diffstat (limited to 'net-www/mod_throttle')
-rw-r--r-- | net-www/mod_throttle/ChangeLog | 8 | ||||
-rw-r--r-- | net-www/mod_throttle/Manifest | 14 | ||||
-rw-r--r-- | net-www/mod_throttle/mod_throttle-3.1.2-r1.ebuild | 6 |
3 files changed, 21 insertions, 7 deletions
diff --git a/net-www/mod_throttle/ChangeLog b/net-www/mod_throttle/ChangeLog index 016a94d5c19d..3a056fad6eb8 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.11 2004/11/04 08:16:46 urilith Exp $ +# 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 $ + + 04 Jan 2005; Karol Wojtaszek <sekretarz@gentoo.org> + mod_throttle-3.1.2-r1.ebuild: + Added to ~amd64, bug #76553 04 Nov 2004; Michael Tindal <urilith@gentoo.org> mod_throttle-3.1.2-r1.ebuild: diff --git a/net-www/mod_throttle/Manifest b/net-www/mod_throttle/Manifest index 53c7f735090e..a03b73f45d80 100644 --- a/net-www/mod_throttle/Manifest +++ b/net-www/mod_throttle/Manifest @@ -1,5 +1,15 @@ -MD5 f7cafb364deb3cb08691a876e1f91732 ChangeLog 1175 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 37851a802f831271cbb0b721934f6341 mod_throttle-3.1.2-r1.ebuild 1295 +MD5 6cc62b1c23c97c72cf80c4e3d766a5f8 ChangeLog 1294 MD5 4b562dac77e8dcbc4aaea4b9bf4dbac2 metadata.xml 264 -MD5 5c8d99aa6beaf587b33f8078ec70dad9 mod_throttle-3.1.2-r1.ebuild 1286 MD5 758dec7efa2b34d6c0b42a8b911ae163 files/digest-mod_throttle-3.1.2-r1 63 MD5 d4ffd33a5f0149ab2dfae75270f26d94 files/mod_throttle.conf 528 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFB2un7Z/iYVBmujdURAvSBAKCEUaoko+XHFEAXpHledChuwpG82gCgiVXb +Uau0ymJ8TUEZanNWWRZLEIc= +=FPmH +-----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 a2a83dffd120..78ed2fd2f489 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,10 +1,10 @@ -# Copyright 1999-2004 Gentoo Foundation +# 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.13 2004/11/04 08:16:46 urilith Exp $ +# $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 $ DESCRIPTION="Bandwidth and request throttling for Apache" HOMEPAGE="http://www.snert.com/Software/mod_throttle/" -KEYWORDS="x86 sparc ppc" +KEYWORDS="x86 sparc ppc ~amd64" MY_V="`echo ${PV} | sed -e 's:\.::g'`" S=${WORKDIR}/${P} |