summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Tindal <urilith@gentoo.org>2004-11-04 08:16:46 +0000
committerMichael Tindal <urilith@gentoo.org>2004-11-04 08:16:46 +0000
commite8d213dcffe520faba2d45cda7d77c9f01c90d0e (patch)
tree9ed8b1c3d167344302eab49b048675be1d441751 /net-www/mod_watch
parentNew version, as requested in bug #69711 (diff)
downloadhistorical-e8d213dcffe520faba2d45cda7d77c9f01c90d0e.tar.gz
historical-e8d213dcffe520faba2d45cda7d77c9f01c90d0e.tar.bz2
historical-e8d213dcffe520faba2d45cda7d77c9f01c90d0e.zip
Various fixes for repoman complaints.
Diffstat (limited to 'net-www/mod_watch')
-rw-r--r--net-www/mod_watch/ChangeLog6
-rw-r--r--net-www/mod_watch/mod_watch-3.18.ebuild3
-rw-r--r--net-www/mod_watch/mod_watch-4.03.ebuild3
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"