summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2007-07-29 17:05:59 +0000
committerChristian Heim <phreak@gentoo.org>2007-07-29 17:05:59 +0000
commita78cdbb9858dc0dd4216bbd16ccadf2ab2c1bb01 (patch)
tree05a46c738134a55e20db96c572be60369ca89b46 /net-www/awstats
parentFixing the DEPEND/RDEPEND for the move of net-www/apache to www-servers/apach... (diff)
downloadgentoo-2-a78cdbb9858dc0dd4216bbd16ccadf2ab2c1bb01.tar.gz
gentoo-2-a78cdbb9858dc0dd4216bbd16ccadf2ab2c1bb01.tar.bz2
gentoo-2-a78cdbb9858dc0dd4216bbd16ccadf2ab2c1bb01.zip
Fixing the DEPEND/RDEPEND for the move of net-www/apache to www-servers/apache (#78622).
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'net-www/awstats')
-rw-r--r--net-www/awstats/ChangeLog6
-rw-r--r--net-www/awstats/awstats-6.5-r1.ebuild8
2 files changed, 9 insertions, 5 deletions
diff --git a/net-www/awstats/ChangeLog b/net-www/awstats/ChangeLog
index cfcaa1cc008d..a46f8154dd35 100644
--- a/net-www/awstats/ChangeLog
+++ b/net-www/awstats/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-www/awstats
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/awstats/ChangeLog,v 1.45 2007/05/29 00:21:00 rl03 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/awstats/ChangeLog,v 1.46 2007/07/29 17:05:59 phreak Exp $
+
+ 29 Jul 2007; Christian Heim <phreak@gentoo.org> awstats-6.5-r1.ebuild:
+ Fixing the DEPEND/RDEPEND for the move of net-www/apache to
+ www-servers/apache (#78622).
29 May 2007; Renat Lumpau <rl03@gentoo.org> awstats-6.6.ebuild:
Add geoip support per bug #103663.
diff --git a/net-www/awstats/awstats-6.5-r1.ebuild b/net-www/awstats/awstats-6.5-r1.ebuild
index 0f6b8f53391d..ddfdd17014d5 100644
--- a/net-www/awstats/awstats-6.5-r1.ebuild
+++ b/net-www/awstats/awstats-6.5-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/awstats/awstats-6.5-r1.ebuild,v 1.6 2007/07/15 04:40:21 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/awstats/awstats-6.5-r1.ebuild,v 1.7 2007/07/29 17:05:59 phreak Exp $
inherit eutils webapp versionator
@@ -20,7 +20,7 @@ RDEPEND=">=dev-lang/perl-5.6.1
>=media-libs/libpng-1.2
virtual/perl-Time-Local
dev-perl/URI
- net-www/apache"
+ www-servers/apache"
DEPEND="${RDEPEND}
>=sys-apps/sed-4"
@@ -46,7 +46,7 @@ src_unpack() {
done
# find apache major version
- local apachever=$(best_version net-www/apache)
+ local apachever=$(best_version www-servers/apache)
apachever="$(get_major_version ${apachever#*/*-})"
[[ ${apachever} == "1" ]] && apachever=""