diff options
author | Christian Heim <phreak@gentoo.org> | 2007-07-29 17:31:44 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-07-29 17:31:44 +0000 |
commit | 910d463f76e2efd54302f6c270515ff1c81a0c56 (patch) | |
tree | 28454510101253c890fd93703cc4c34dc184ddd9 /www-apps | |
parent | Fixing the DEPEND/RDEPEND for the move of net-www/apache to www-servers/apach... (diff) | |
download | gentoo-2-910d463f76e2efd54302f6c270515ff1c81a0c56.tar.gz gentoo-2-910d463f76e2efd54302f6c270515ff1c81a0c56.tar.bz2 gentoo-2-910d463f76e2efd54302f6c270515ff1c81a0c56.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-apps')
-rw-r--r-- | www-apps/moregroupware/ChangeLog | 7 | ||||
-rw-r--r-- | www-apps/moregroupware/moregroupware-0.7.2.ebuild | 4 | ||||
-rw-r--r-- | www-apps/moregroupware/moregroupware-0.7.4.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/www-apps/moregroupware/ChangeLog b/www-apps/moregroupware/ChangeLog index a3e12b8d5b71..682a47ea4cc3 100644 --- a/www-apps/moregroupware/ChangeLog +++ b/www-apps/moregroupware/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-apps/moregroupware # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/moregroupware/ChangeLog,v 1.10 2007/01/02 22:41:13 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/moregroupware/ChangeLog,v 1.11 2007/07/29 17:31:44 phreak Exp $ + + 29 Jul 2007; Christian Heim <phreak@gentoo.org> + moregroupware-0.7.2.ebuild, moregroupware-0.7.4.ebuild: + Fixing the DEPEND/RDEPEND for the move of net-www/apache to + www-servers/apache (#78622). 02 Jan 2007; Renat Lumpau <rl03@gentoo.org> moregroupware-0.7.2.ebuild, moregroupware-0.7.4.ebuild: diff --git a/www-apps/moregroupware/moregroupware-0.7.2.ebuild b/www-apps/moregroupware/moregroupware-0.7.2.ebuild index f80e8668e82a..8175fcc0834e 100644 --- a/www-apps/moregroupware/moregroupware-0.7.2.ebuild +++ b/www-apps/moregroupware/moregroupware-0.7.2.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/www-apps/moregroupware/moregroupware-0.7.2.ebuild,v 1.7 2007/01/02 22:41:13 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/moregroupware/moregroupware-0.7.2.ebuild,v 1.8 2007/07/29 17:31:44 phreak Exp $ inherit webapp @@ -15,7 +15,7 @@ KEYWORDS="~x86 ppc" IUSE="" RDEPEND="virtual/php - net-www/apache" + www-servers/apache" src_install() { webapp_src_preinst diff --git a/www-apps/moregroupware/moregroupware-0.7.4.ebuild b/www-apps/moregroupware/moregroupware-0.7.4.ebuild index 3a905ce3a8af..5b53d668bf8b 100644 --- a/www-apps/moregroupware/moregroupware-0.7.4.ebuild +++ b/www-apps/moregroupware/moregroupware-0.7.4.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/www-apps/moregroupware/moregroupware-0.7.4.ebuild,v 1.3 2007/01/02 22:41:13 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/moregroupware/moregroupware-0.7.4.ebuild,v 1.4 2007/07/29 17:31:44 phreak Exp $ inherit webapp @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="" RDEPEND="virtual/php - net-www/apache" + www-servers/apache" src_install() { webapp_src_preinst |