diff options
author | Michael Tindal <urilith@gentoo.org> | 2004-11-04 08:16:46 +0000 |
---|---|---|
committer | Michael Tindal <urilith@gentoo.org> | 2004-11-04 08:16:46 +0000 |
commit | 34d7b5c7e825addca2088b957fec7fe6a125fe6f (patch) | |
tree | 9cbad8048a92419e4692f09a8380e06de976d94a /net-www/mod_watch | |
parent | New version, as requested in bug #69711 (Manifest recommit) (diff) | |
download | gentoo-2-34d7b5c7e825addca2088b957fec7fe6a125fe6f.tar.gz gentoo-2-34d7b5c7e825addca2088b957fec7fe6a125fe6f.tar.bz2 gentoo-2-34d7b5c7e825addca2088b957fec7fe6a125fe6f.zip |
Various fixes for repoman complaints.
Diffstat (limited to 'net-www/mod_watch')
-rw-r--r-- | net-www/mod_watch/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/mod_watch/mod_watch-3.18.ebuild | 3 | ||||
-rw-r--r-- | net-www/mod_watch/mod_watch-4.03.ebuild | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/net-www/mod_watch/ChangeLog b/net-www/mod_watch/ChangeLog index caa43289d26f..4659a58b49d3 100644 --- a/net-www/mod_watch/ChangeLog +++ b/net-www/mod_watch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/mod_watch # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_watch/ChangeLog,v 1.5 2004/09/14 12:53:59 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_watch/ChangeLog,v 1.6 2004/11/04 08:16:46 urilith Exp $ + + 04 Nov 2004; Michael Tindal <urilith@gentoo.org> mod_watch-3.18.ebuild, + mod_watch-3.18.ebuild, mod_watch-4.03.ebuild: + IUSE fixes. 14 Sep 2004; Stuart Herbert <stuart@gentoo.org> mod_watch-4.03.ebuild: Fix for bug #60221; thanks to magnet diff --git a/net-www/mod_watch/mod_watch-3.18.ebuild b/net-www/mod_watch/mod_watch-3.18.ebuild index 327ed5da52b1..a2ccd74eaafb 100644 --- a/net-www/mod_watch/mod_watch-3.18.ebuild +++ b/net-www/mod_watch/mod_watch-3.18.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_watch/mod_watch-3.18.ebuild,v 1.4 2004/06/25 01:04:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_watch/mod_watch-3.18.ebuild,v 1.5 2004/11/04 08:16:46 urilith Exp $ DESCRIPTION="Bandwidth graphing for Apache with MRTG" HOMEPAGE="http://www.snert.com/Software/mod_watch/" @@ -10,6 +10,7 @@ MY_V="`echo ${PV} | sed -e 's:\.::g'`" S=${WORKDIR}/${P} SRC_URI="http://www.snert.com/Software/download/${PN}${MY_V}.tgz" +IUSE="" DEPEND="=net-www/apache-1*" LICENSE="as-is" SLOT="0" diff --git a/net-www/mod_watch/mod_watch-4.03.ebuild b/net-www/mod_watch/mod_watch-4.03.ebuild index 187dc9adfb8c..94061e2a6f6a 100644 --- a/net-www/mod_watch/mod_watch-4.03.ebuild +++ b/net-www/mod_watch/mod_watch-4.03.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_watch/mod_watch-4.03.ebuild,v 1.4 2004/09/14 12:53:59 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_watch/mod_watch-4.03.ebuild,v 1.5 2004/11/04 08:16:46 urilith Exp $ DESCRIPTION="Bandwidth graphing for Apache with MRTG" HOMEPAGE="http://www.snert.com/Software/mod_watch/" @@ -10,6 +10,7 @@ MY_V="`echo ${PV} | sed -e 's:\.::g'`" S=${WORKDIR}/${P} SRC_URI="http://www.snert.com/Software/download/${PN}${MY_V}.tgz" +IUSE="" DEPEND="=net-www/apache-2* >=sys-apps/sed-4" LICENSE="as-is" |