From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 77E5B139085 for ; Tue, 17 Jan 2017 19:16:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3C31E0CD2; Tue, 17 Jan 2017 19:16:12 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 80CA4E0CD2 for ; Tue, 17 Jan 2017 19:16:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 32969341236 for ; Tue, 17 Jan 2017 19:16:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AB5024E5 for ; Tue, 17 Jan 2017 19:16:09 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1484680501.9649c91c29e430eb5f7ea0796ed7df69dfa549c6.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-rrd/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-rrd/pecl-rrd-1.1.3-r1.ebuild dev-php/pecl-rrd/pecl-rrd-1.1.3.ebuild dev-php/pecl-rrd/pecl-rrd-2.0.1-r1.ebuild dev-php/pecl-rrd/pecl-rrd-2.0.1.ebuild X-VCS-Directories: dev-php/pecl-rrd/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 9649c91c29e430eb5f7ea0796ed7df69dfa549c6 X-VCS-Branch: master Date: Tue, 17 Jan 2017 19:16:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 586160a6-286e-4b2e-b724-18a90dce42fd X-Archives-Hash: 849fa98c2d52a400dac962da5f3517b2 commit: 9649c91c29e430eb5f7ea0796ed7df69dfa549c6 Author: Michael Orlitzky gentoo org> AuthorDate: Tue Jan 17 19:14:45 2017 +0000 Commit: Michael Orlitzky gentoo 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 )"