diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-03-03 10:34:48 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-03-03 10:34:48 +0000 |
commit | 0b13f8e8c49388865769a4893e279c11bb1bf34c (patch) | |
tree | 874eb524352ba0d9c986064de852ee2d98ed678f /www-apps | |
parent | Version bump (diff) | |
download | gentoo-2-0b13f8e8c49388865769a4893e279c11bb1bf34c.tar.gz gentoo-2-0b13f8e8c49388865769a4893e279c11bb1bf34c.tar.bz2 gentoo-2-0b13f8e8c49388865769a4893e279c11bb1bf34c.zip |
Update php deps and drop depend.php eclass usage.
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/phpsysinfo/ChangeLog | 5 | ||||
-rw-r--r-- | www-apps/phpsysinfo/phpsysinfo-3.0.15.ebuild | 11 |
2 files changed, 9 insertions, 7 deletions
diff --git a/www-apps/phpsysinfo/ChangeLog b/www-apps/phpsysinfo/ChangeLog index 79a1819c580c..3bc40082b43c 100644 --- a/www-apps/phpsysinfo/ChangeLog +++ b/www-apps/phpsysinfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apps/phpsysinfo # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/phpsysinfo/ChangeLog,v 1.54 2012/03/03 10:32:24 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpsysinfo/ChangeLog,v 1.55 2012/03/03 10:34:48 radhermit Exp $ + + 03 Mar 2012; Tim Harder <radhermit@gentoo.org> phpsysinfo-3.0.15.ebuild: + Update php deps and drop depend.php eclass usage. 03 Mar 2012; Tim Harder <radhermit@gentoo.org> -phpsysinfo-3.0.12.ebuild, -phpsysinfo-3.0.13.ebuild, -phpsysinfo-3.0.14.ebuild: diff --git a/www-apps/phpsysinfo/phpsysinfo-3.0.15.ebuild b/www-apps/phpsysinfo/phpsysinfo-3.0.15.ebuild index 0b2cd6f53d05..4036cea43cbb 100644 --- a/www-apps/phpsysinfo/phpsysinfo-3.0.15.ebuild +++ b/www-apps/phpsysinfo/phpsysinfo-3.0.15.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/phpsysinfo/phpsysinfo-3.0.15.ebuild,v 1.1 2011/11/11 05:05:34 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpsysinfo/phpsysinfo-3.0.15.ebuild,v 1.2 2012/03/03 10:34:48 radhermit Exp $ EAPI="4" -inherit webapp depend.php +inherit webapp DESCRIPTION="phpSysInfo is a nice package that will display your system stats via PHP." HOMEPAGE="http://phpsysinfo.sourceforge.net/" @@ -14,13 +14,12 @@ LICENSE="GPL-2" KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" -RDEPEND="dev-lang/php[simplexml,xml,xsl,unicode] - || ( <dev-lang/php-5.3[pcre] >=dev-lang/php-5.3 )" +RDEPEND="virtual/httpd-php + dev-lang/php[simplexml,xml,xsl,unicode]" S="${WORKDIR}/${PN}" need_httpd_cgi -need_php_httpd src_install() { webapp_src_preinst |