summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2007-07-29 17:44:00 +0000
committerChristian Heim <phreak@gentoo.org>2007-07-29 17:44:00 +0000
commit7cea5640266a7795f8b308b306ee311b360643fe (patch)
tree8f246f88be77372e26e8280ffc38a9ec16611435 /www-misc
parentFixing the DEPEND/RDEPEND for the move of net-www/apache to www-servers/apach... (diff)
downloadgentoo-2-7cea5640266a7795f8b308b306ee311b360643fe.tar.gz
gentoo-2-7cea5640266a7795f8b308b306ee311b360643fe.tar.bz2
gentoo-2-7cea5640266a7795f8b308b306ee311b360643fe.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 'www-misc')
-rw-r--r--www-misc/log-toolkit/ChangeLog6
-rw-r--r--www-misc/log-toolkit/log-toolkit-0.9.6.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/www-misc/log-toolkit/ChangeLog b/www-misc/log-toolkit/ChangeLog
index 8fcbc3ece194..ab5423f2200c 100644
--- a/www-misc/log-toolkit/ChangeLog
+++ b/www-misc/log-toolkit/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-misc/log-toolkit
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/log-toolkit/ChangeLog,v 1.5 2007/02/09 06:14:34 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/log-toolkit/ChangeLog,v 1.6 2007/07/29 17:44:00 phreak Exp $
+
+ 29 Jul 2007; Christian Heim <phreak@gentoo.org> log-toolkit-0.9.6.ebuild:
+ Fixing the DEPEND/RDEPEND for the move of net-www/apache to
+ www-servers/apache (#78622).
09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
diff --git a/www-misc/log-toolkit/log-toolkit-0.9.6.ebuild b/www-misc/log-toolkit/log-toolkit-0.9.6.ebuild
index 126194164450..22ff55da9929 100644
--- a/www-misc/log-toolkit/log-toolkit-0.9.6.ebuild
+++ b/www-misc/log-toolkit/log-toolkit-0.9.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/log-toolkit/log-toolkit-0.9.6.ebuild,v 1.3 2004/09/03 16:15:14 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/log-toolkit/log-toolkit-0.9.6.ebuild,v 1.4 2007/07/29 17:44:00 phreak Exp $
DESCRIPTION="set of tools to manipulate and maintain webserver logfiles"
HOMEPAGE="http://sourceforge.net/projects/log-toolkit/"
@@ -12,7 +12,7 @@ KEYWORDS="~x86 ppc"
IUSE=""
DEPEND="virtual/libc
- net-www/apache"
+ www-servers/apache"
src_install() {
make DESTDIR="${D}" install || die "install failed"