dev-php/pecl-rrd: new EAPI=6 revisions.
authorMichael Orlitzky <mjo@gentoo.org>
Tue, 17 Jan 2017 19:14:45 +0000 (14:14 -0500)
committerMichael Orlitzky <mjo@gentoo.org>
Tue, 17 Jan 2017 19:15:01 +0000 (14:15 -0500)
Package-Manager: portage-2.3.0

dev-php/pecl-rrd/pecl-rrd-1.1.3-r1.ebuild [moved from dev-php/pecl-rrd/pecl-rrd-1.1.3.ebuild with 54% similarity]
dev-php/pecl-rrd/pecl-rrd-2.0.1-r1.ebuild [moved from dev-php/pecl-rrd/pecl-rrd-2.0.1.ebuild with 69% similarity]

similarity index 54%
rename from dev-php/pecl-rrd/pecl-rrd-1.1.3.ebuild
rename to dev-php/pecl-rrd/pecl-rrd-1.1.3-r1.ebuild
index 1eafe604d8c3c200cd630bfd6833a92393b421a8..86088f91c8164390cf3f21b9915455cb239ae521 100644 (file)
@@ -1,19 +1,17 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-USE_PHP="php5-6 php5-5 php5-4"
+USE_PHP="php5-6"
 
-inherit php-ext-pecl-r2
-
-KEYWORDS="~amd64 ~x86"
+inherit php-ext-pecl-r3
 
 DESCRIPTION="RRDtool bindings for PHP"
 LICENSE="BSD"
-
 SLOT="0"
+KEYWORDS="~amd64 ~x86"
 
-DEPEND=">=net-analyzer/rrdtool-1.4.5-r1[graph]"
+DEPEND="net-analyzer/rrdtool[graph]"
 RDEPEND="${DEPEND}"
similarity index 69%
rename from dev-php/pecl-rrd/pecl-rrd-2.0.1.ebuild
rename to dev-php/pecl-rrd/pecl-rrd-2.0.1-r1.ebuild
index 847faf4bc26d87ae5c637b296ef1d1fc36b5ac0b..4c7f7598834c98f6d3c3544e2e2891300b14029a 100644 (file)
@@ -1,23 +1,21 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 # Define 5.6 here to have the {,REQUIRED_}USE generated
-USE_PHP="php7-0 php5-6"
+USE_PHP="php5-6 php7-0"
 
-inherit php-ext-pecl-r2
+inherit php-ext-pecl-r3
 
 # But we really only build 7.0
 USE_PHP="php7-0"
 
-KEYWORDS="~amd64 ~x86"
-
 DESCRIPTION="RRDtool bindings for PHP"
 LICENSE="BSD"
-
 SLOT="7"
+KEYWORDS="~amd64 ~x86"
 
-DEPEND=">=net-analyzer/rrdtool-1.4.5-r1[graph]"
+DEPEND="net-analyzer/rrdtool[graph]"
 RDEPEND="${DEPEND} php_targets_php5-6? ( ${CATEGORY}/${PN}:0 )"