diff options
author | Christian Heim <phreak@gentoo.org> | 2007-07-29 17:42:56 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-07-29 17:42:56 +0000 |
commit | 378601f55657ed88f165643a6d7c41c950350146 (patch) | |
tree | c0c186a0ce1eeccb57467c983de5c09d89fc02fa /www-apps/zina | |
parent | Fixing SRC_URI since the old one is redirecting to sourceforge. Fixing the DE... (diff) | |
download | historical-378601f55657ed88f165643a6d7c41c950350146.tar.gz historical-378601f55657ed88f165643a6d7c41c950350146.tar.bz2 historical-378601f55657ed88f165643a6d7c41c950350146.zip |
Fixing the DEPEND/RDEPEND for the move of net-www/apache to www-servers/apache (#78622).
Package-Manager: portage-2.1.3_rc9
Diffstat (limited to 'www-apps/zina')
-rw-r--r-- | www-apps/zina/ChangeLog | 7 | ||||
-rw-r--r-- | www-apps/zina/zina-0.12.12.ebuild | 6 | ||||
-rw-r--r-- | www-apps/zina/zina-1.0_rc2.ebuild | 4 |
3 files changed, 11 insertions, 6 deletions
diff --git a/www-apps/zina/ChangeLog b/www-apps/zina/ChangeLog index a8c2f793a432..d77b2f920074 100644 --- a/www-apps/zina/ChangeLog +++ b/www-apps/zina/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-apps/zina # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/zina/ChangeLog,v 1.4 2007/01/12 14:01:30 wrobel Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/zina/ChangeLog,v 1.5 2007/07/29 17:42:56 phreak Exp $ + + 29 Jul 2007; Christian Heim <phreak@gentoo.org> zina-0.12.12.ebuild, + zina-1.0_rc2.ebuild: + Fixing the DEPEND/RDEPEND for the move of net-www/apache to + www-servers/apache (#78622). *zina-1.0_rc2 (12 Jan 2007) diff --git a/www-apps/zina/zina-0.12.12.ebuild b/www-apps/zina/zina-0.12.12.ebuild index 35f0d2899eb6..128c233e73d9 100644 --- a/www-apps/zina/zina-0.12.12.ebuild +++ b/www-apps/zina/zina-0.12.12.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/www-apps/zina/zina-0.12.12.ebuild,v 1.2 2007/07/13 06:13:03 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/zina/zina-0.12.12.ebuild,v 1.3 2007/07/29 17:42:56 phreak Exp $ inherit webapp @@ -12,7 +12,7 @@ LICENSE="GPL-2" KEYWORDS="~x86" IUSE="" -RDEPEND="net-www/apache +RDEPEND="www-servers/apache virtual/httpd-php" src_install() { diff --git a/www-apps/zina/zina-1.0_rc2.ebuild b/www-apps/zina/zina-1.0_rc2.ebuild index f5ab1e01ffdc..40192b635612 100644 --- a/www-apps/zina/zina-1.0_rc2.ebuild +++ b/www-apps/zina/zina-1.0_rc2.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/zina/zina-1.0_rc2.ebuild,v 1.2 2007/07/13 06:13:03 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/zina/zina-1.0_rc2.ebuild,v 1.3 2007/07/29 17:42:56 phreak Exp $ inherit webapp @@ -14,7 +14,7 @@ LICENSE="GPL-2" KEYWORDS="~x86" IUSE="" -RDEPEND="net-www/apache +RDEPEND="www-servers/apache virtual/httpd-php" S=${WORKDIR}/${MY_P} |