diff options
author | Christian Heim <phreak@gentoo.org> | 2007-07-29 17:33:28 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-07-29 17:33:28 +0000 |
commit | b85d318a945a26a5115dbaa8d2f4367cb808bf2c (patch) | |
tree | ee2d38ded9e4972bdfe6359c70d4962204df4f17 | |
parent | Fixing the DEPEND/RDEPEND for the move of net-www/apache to www-servers/apach... (diff) | |
download | gentoo-2-b85d318a945a26a5115dbaa8d2f4367cb808bf2c.tar.gz gentoo-2-b85d318a945a26a5115dbaa8d2f4367cb808bf2c.tar.bz2 gentoo-2-b85d318a945a26a5115dbaa8d2f4367cb808bf2c.zip |
Fixing the DEPEND/RDEPEND for the move of net-www/apache to www-servers/apache (#78622).
(Portage version: 2.1.3_rc9)
-rw-r--r-- | www-apps/phpwiki/ChangeLog | 7 | ||||
-rw-r--r-- | www-apps/phpwiki/phpwiki-1.3.10-r2.ebuild | 4 | ||||
-rw-r--r-- | www-apps/phpwiki/phpwiki-1.3.10-r3.ebuild | 4 | ||||
-rw-r--r-- | www-apps/phpwiki/phpwiki-1.3.13_rc1.ebuild | 4 |
4 files changed, 12 insertions, 7 deletions
diff --git a/www-apps/phpwiki/ChangeLog b/www-apps/phpwiki/ChangeLog index 4f85ee1fb002..1ce09941988f 100644 --- a/www-apps/phpwiki/ChangeLog +++ b/www-apps/phpwiki/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-apps/phpwiki # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwiki/ChangeLog,v 1.20 2007/05/14 18:35:41 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwiki/ChangeLog,v 1.21 2007/07/29 17:33:28 phreak Exp $ + + 29 Jul 2007; Christian Heim <phreak@gentoo.org> phpwiki-1.3.10-r2.ebuild, + phpwiki-1.3.10-r3.ebuild, phpwiki-1.3.13_rc1.ebuild: + Fixing the DEPEND/RDEPEND for the move of net-www/apache to + www-servers/apache (#78622). 14 May 2007; Tobias Scherbaum <dertobi123@gentoo.org> phpwiki-1.3.10-r3.ebuild: diff --git a/www-apps/phpwiki/phpwiki-1.3.10-r2.ebuild b/www-apps/phpwiki/phpwiki-1.3.10-r2.ebuild index 56427374b909..e1ceb4585d45 100644 --- a/www-apps/phpwiki/phpwiki-1.3.10-r2.ebuild +++ b/www-apps/phpwiki/phpwiki-1.3.10-r2.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/phpwiki/phpwiki-1.3.10-r2.ebuild,v 1.3 2007/05/10 12:57:53 wrobel Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwiki/phpwiki-1.3.10-r2.ebuild,v 1.4 2007/07/29 17:33:28 phreak Exp $ inherit eutils webapp @@ -13,7 +13,7 @@ KEYWORDS="ppc ~sparc ~x86" IUSE="" RDEPEND="virtual/php - net-www/apache" + www-servers/apache" src_unpack() { unpack ${A} diff --git a/www-apps/phpwiki/phpwiki-1.3.10-r3.ebuild b/www-apps/phpwiki/phpwiki-1.3.10-r3.ebuild index fa4dc6874f6e..b60ef317f892 100644 --- a/www-apps/phpwiki/phpwiki-1.3.10-r3.ebuild +++ b/www-apps/phpwiki/phpwiki-1.3.10-r3.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/phpwiki/phpwiki-1.3.10-r3.ebuild,v 1.3 2007/05/14 18:35:41 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwiki/phpwiki-1.3.10-r3.ebuild,v 1.4 2007/07/29 17:33:28 phreak Exp $ inherit eutils webapp @@ -13,7 +13,7 @@ KEYWORDS="ppc ~sparc ~x86" IUSE="" RDEPEND="virtual/php - net-www/apache" + www-servers/apache" src_unpack() { unpack ${A} diff --git a/www-apps/phpwiki/phpwiki-1.3.13_rc1.ebuild b/www-apps/phpwiki/phpwiki-1.3.13_rc1.ebuild index e8258744f518..eaf1be7cd77c 100644 --- a/www-apps/phpwiki/phpwiki-1.3.13_rc1.ebuild +++ b/www-apps/phpwiki/phpwiki-1.3.13_rc1.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/phpwiki/phpwiki-1.3.13_rc1.ebuild,v 1.1 2007/05/10 12:57:53 wrobel Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwiki/phpwiki-1.3.13_rc1.ebuild,v 1.2 2007/07/29 17:33:28 phreak Exp $ inherit webapp depend.php @@ -16,7 +16,7 @@ KEYWORDS="~ppc ~sparc ~x86" IUSE="" RDEPEND="virtual/php - net-www/apache" + www-servers/apache" src_unpack() { require_php_with_use pcre |