diff options
author | Christian Heim <phreak@gentoo.org> | 2007-07-29 17:04:06 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-07-29 17:04:06 +0000 |
commit | 4ce84a45cd5060577625d5cc3c0ebbb3ef9b1f27 (patch) | |
tree | 9eae5955123f53dccf4baefd774b528f7cef9377 /net-mail | |
parent | Fixing the DEPEND/RDEPEND for the move of net-www/apache to www-servers/apach... (diff) | |
download | gentoo-2-4ce84a45cd5060577625d5cc3c0ebbb3ef9b1f27.tar.gz gentoo-2-4ce84a45cd5060577625d5cc3c0ebbb3ef9b1f27.tar.bz2 gentoo-2-4ce84a45cd5060577625d5cc3c0ebbb3ef9b1f27.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-mail')
-rw-r--r-- | net-mail/lurker/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/lurker/lurker-1.3.ebuild | 4 | ||||
-rw-r--r-- | net-mail/lurker/lurker-2.1.ebuild | 6 |
3 files changed, 11 insertions, 6 deletions
diff --git a/net-mail/lurker/ChangeLog b/net-mail/lurker/ChangeLog index b8d20b6ce227..a8f83f25db1a 100644 --- a/net-mail/lurker/ChangeLog +++ b/net-mail/lurker/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/lurker # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/lurker/ChangeLog,v 1.5 2007/06/12 12:35:19 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/lurker/ChangeLog,v 1.6 2007/07/29 17:04:06 phreak Exp $ + + 29 Jul 2007; Christian Heim <phreak@gentoo.org> lurker-1.3.ebuild, + lurker-2.1.ebuild: + Fixing the DEPEND/RDEPEND for the move of net-www/apache to + www-servers/apache (#78622). 12 Jun 2007; Marius Mauch <genone@gentoo.org> lurker-1.3.ebuild: Replacing einfo with elog diff --git a/net-mail/lurker/lurker-1.3.ebuild b/net-mail/lurker/lurker-1.3.ebuild index 592eb4434978..bb2e69ed0767 100644 --- a/net-mail/lurker/lurker-1.3.ebuild +++ b/net-mail/lurker/lurker-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/lurker/lurker-1.3.ebuild,v 1.4 2007/06/12 12:35:19 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/lurker/lurker-1.3.ebuild,v 1.5 2007/07/29 17:04:06 phreak Exp $ inherit eutils webapp @@ -15,7 +15,7 @@ IUSE="" DEPEND=">=sys-devel/gcc-2.95 dev-libs/libxslt sys-libs/zlib - net-www/apache" + www-servers/apache" INSTALLDIR="/usr/local/lurker" diff --git a/net-mail/lurker/lurker-2.1.ebuild b/net-mail/lurker/lurker-2.1.ebuild index d44c9e569135..2326290dc8c4 100644 --- a/net-mail/lurker/lurker-2.1.ebuild +++ b/net-mail/lurker/lurker-2.1.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-mail/lurker/lurker-2.1.ebuild,v 1.2 2007/07/14 22:22:19 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/lurker/lurker-2.1.ebuild,v 1.3 2007/07/29 17:04:06 phreak Exp $ inherit eutils webapp @@ -15,7 +15,7 @@ IUSE="" DEPEND=">=sys-devel/gcc-2.95 dev-libs/libxslt sys-libs/zlib - net-www/apache" + www-servers/apache" pkg_setup() { webapp_pkg_setup |