commit: 9649c91c29e430eb5f7ea0796ed7df69dfa549c6
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 17 19:14:45 2017 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Tue Jan 17 19:15:01 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9649c91c
dev-php/pecl-rrd: new EAPI=6 revisions.
Package-Manager: portage-2.3.0
.../{pecl-rrd-1.1.3.ebuild => pecl-rrd-1.1.3-r1.ebuild} | 14 ++++++--------
.../{pecl-rrd-2.0.1.ebuild => pecl-rrd-2.0.1-r1.ebuild} | 14 ++++++--------
2 files changed, 12 insertions(+), 16 deletions(-)
diff --git a/dev-php/pecl-rrd/pecl-rrd-1.1.3.ebuild
b/dev-php/pecl-rrd/pecl-rrd-1.1.3-r1.ebuild
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 1eafe60..86088f9 100644
--- a/dev-php/pecl-rrd/pecl-rrd-1.1.3.ebuild
+++ b/dev-php/pecl-rrd/pecl-rrd-1.1.3-r1.ebuild
@@ -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}"
diff --git a/dev-php/pecl-rrd/pecl-rrd-2.0.1.ebuild
b/dev-php/pecl-rrd/pecl-rrd-2.0.1-r1.ebuild
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 847faf4..4c7f759 100644
--- a/dev-php/pecl-rrd/pecl-rrd-2.0.1.ebuild
+++ b/dev-php/pecl-rrd/pecl-rrd-2.0.1-r1.ebuild
@@ -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 )"