diff options
author | Donny Davies <woodchip@gentoo.org> | 2002-05-04 23:23:02 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2002-05-04 23:23:02 +0000 |
commit | defd9df458f899b3c2cea25adf96387fbe2f1aff (patch) | |
tree | 9658902d9147784a2812a093ae2e5e1d2ce624c6 /net-www/mod_throttle | |
parent | typo fixes (diff) | |
download | gentoo-2-defd9df458f899b3c2cea25adf96387fbe2f1aff.tar.gz gentoo-2-defd9df458f899b3c2cea25adf96387fbe2f1aff.tar.bz2 gentoo-2-defd9df458f899b3c2cea25adf96387fbe2f1aff.zip |
Added LICENSE, SLOT, $Headers, pam_stack aware pam.d/ file.
Diffstat (limited to 'net-www/mod_throttle')
-rw-r--r-- | net-www/mod_throttle/ChangeLog | 8 | ||||
-rw-r--r-- | net-www/mod_throttle/files/digest-mod_throttle-3.1.2-r1 (renamed from net-www/mod_throttle/files/digest-mod_throttle-3.1.2) | 0 | ||||
-rw-r--r-- | net-www/mod_throttle/files/mod_throttle.conf | 1 | ||||
-rw-r--r-- | net-www/mod_throttle/mod_throttle-3.1.2-r1.ebuild (renamed from net-www/mod_throttle/mod_throttle-3.1.2.ebuild) | 7 |
4 files changed, 12 insertions, 4 deletions
diff --git a/net-www/mod_throttle/ChangeLog b/net-www/mod_throttle/ChangeLog index 0396d2caa0a6..805e083813d8 100644 --- a/net-www/mod_throttle/ChangeLog +++ b/net-www/mod_throttle/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-www/mod_throttle # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_throttle/ChangeLog,v 1.1 2002/04/09 23:57:52 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_throttle/ChangeLog,v 1.2 2002/05/04 23:23:02 woodchip Exp $ + +*mod_throttle-3.1.2-r1 (4 May 2002) + + 4 May 2002; Donny Davies <woodchip@gentoo.org> : + + Added LICENSE, SLOT, clarify the pkg_postinst message. *mod_throttle-3.1.2 (9 Apr 2002) diff --git a/net-www/mod_throttle/files/digest-mod_throttle-3.1.2 b/net-www/mod_throttle/files/digest-mod_throttle-3.1.2-r1 index df3d69409322..df3d69409322 100644 --- a/net-www/mod_throttle/files/digest-mod_throttle-3.1.2 +++ b/net-www/mod_throttle/files/digest-mod_throttle-3.1.2-r1 diff --git a/net-www/mod_throttle/files/mod_throttle.conf b/net-www/mod_throttle/files/mod_throttle.conf index d9d33423098e..4ae3a8e2c731 100644 --- a/net-www/mod_throttle/files/mod_throttle.conf +++ b/net-www/mod_throttle/files/mod_throttle.conf @@ -1,3 +1,4 @@ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_throttle/files/mod_throttle.conf,v 1.2 2002/05/04 23:23:02 woodchip Exp $ # Place "ThrottleBps 0" in all your VirtualHost directives to monitor vhosts <IfModule mod_throttle.c> diff --git a/net-www/mod_throttle/mod_throttle-3.1.2.ebuild b/net-www/mod_throttle/mod_throttle-3.1.2-r1.ebuild index 1b103fc4ddc2..98d2805db9f3 100644 --- a/net-www/mod_throttle/mod_throttle-3.1.2.ebuild +++ b/net-www/mod_throttle/mod_throttle-3.1.2-r1.ebuild @@ -1,7 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Maintainer: Donny Davies <woodchip@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_throttle/mod_throttle-3.1.2.ebuild,v 1.1 2002/04/09 23:57:52 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_throttle/mod_throttle-3.1.2-r1.ebuild,v 1.1 2002/05/04 23:23:02 woodchip Exp $ DESCRIPTION="Bandwidth and request throttling for Apache" HOMEPAGE="http://www.snert.com/Software/mod_throttle/" @@ -11,6 +10,8 @@ S=${WORKDIR}/${P} SRC_URI="http://www.snert.com/Software/${PN}/${PN}${MY_V}.tgz" DEPEND="virtual/glibc >=net-www/apache-1.3.24" +LICENSE="as-is" +SLOT="0" src_compile() { make || die "compile problem" @@ -29,7 +30,7 @@ src_install() { pkg_postinst() { einfo - einfo "Execute ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config" + einfo "Execute \"ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config\"" einfo "to have your apache.conf auto-updated for use with this module." einfo "You should then edit your /etc/conf.d/apache file to suit." einfo |