diff options
Diffstat (limited to 'dev-php5/jpgraph')
-rw-r--r-- | dev-php5/jpgraph/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php5/jpgraph/jpgraph-2.1.3.ebuild | 4 | ||||
-rw-r--r-- | dev-php5/jpgraph/jpgraph-2.1.4.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/dev-php5/jpgraph/ChangeLog b/dev-php5/jpgraph/ChangeLog index 9acb6eb96370..039b06d901d3 100644 --- a/dev-php5/jpgraph/ChangeLog +++ b/dev-php5/jpgraph/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php5/jpgraph # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/jpgraph/ChangeLog,v 1.18 2007/03/08 19:07:37 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/jpgraph/ChangeLog,v 1.19 2007/07/29 16:54:25 phreak Exp $ + + 29 Jul 2007; Christian Heim <phreak@gentoo.org> jpgraph-2.1.3.ebuild, + jpgraph-2.1.4.ebuild: + Fixing the DEPEND/RDEPEND for the move of net-www/apache to + www-servers/apache (#78622). *jpgraph-2.1.4 (08 Mar 2007) diff --git a/dev-php5/jpgraph/jpgraph-2.1.3.ebuild b/dev-php5/jpgraph/jpgraph-2.1.3.ebuild index 7ed75da93401..e6e13a2f8e86 100644 --- a/dev-php5/jpgraph/jpgraph-2.1.3.ebuild +++ b/dev-php5/jpgraph/jpgraph-2.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/dev-php5/jpgraph/jpgraph-2.1.3.ebuild,v 1.8 2007/03/08 19:07:37 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/jpgraph/jpgraph-2.1.3.ebuild,v 1.9 2007/07/29 16:54:25 phreak Exp $ inherit php-lib-r1 @@ -27,7 +27,7 @@ pkg_setup() { require_gd # check to wich user:group the cache dir will go - if has_version "net-www/apache" ; then + if has_version "www-servers/apache" ; then HTTPD_USER="apache" HTTPD_GROUP="apache" einfo "Configuring ${JPGRAPH_CACHEDIR} for Apache." diff --git a/dev-php5/jpgraph/jpgraph-2.1.4.ebuild b/dev-php5/jpgraph/jpgraph-2.1.4.ebuild index e82b479f50cb..95f5c70fb654 100644 --- a/dev-php5/jpgraph/jpgraph-2.1.4.ebuild +++ b/dev-php5/jpgraph/jpgraph-2.1.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/dev-php5/jpgraph/jpgraph-2.1.4.ebuild,v 1.1 2007/03/08 19:07:37 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/jpgraph/jpgraph-2.1.4.ebuild,v 1.2 2007/07/29 16:54:25 phreak Exp $ inherit php-lib-r1 @@ -27,7 +27,7 @@ pkg_setup() { require_gd # check to wich user:group the cache dir will go - if has_version "net-www/apache" ; then + if has_version "www-servers/apache" ; then HTTPD_USER="apache" HTTPD_GROUP="apache" einfo "Configuring ${JPGRAPH_CACHEDIR} for Apache." |