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 9DE861395E2 for ; Thu, 1 Dec 2016 15:47:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D968B21C06C; Thu, 1 Dec 2016 15:47:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 BB06A21C06C for ; Thu, 1 Dec 2016 15:47:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 BC172341149 for ; Thu, 1 Dec 2016 15:47:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52AE924AF for ; Thu, 1 Dec 2016 15:47:06 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1480607214.c9d8584078c2d8780b1c3267d9d97d694c45cd1e.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-oauth/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-oauth/pecl-oauth-1.2.3-r4.ebuild X-VCS-Directories: dev-php/pecl-oauth/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: c9d8584078c2d8780b1c3267d9d97d694c45cd1e X-VCS-Branch: master Date: Thu, 1 Dec 2016 15:47:06 +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: 293d0038-74db-47cc-9bcf-dfb148f76c34 X-Archives-Hash: 29c53164288d5e2e44a87894eeaf8d2d commit: c9d8584078c2d8780b1c3267d9d97d694c45cd1e Author: Brian Evans gentoo org> AuthorDate: Thu Dec 1 15:45:16 2016 +0000 Commit: Brian Evans gentoo org> CommitDate: Thu Dec 1 15:46:54 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9d85840 dev-php/pecl-oauth: Revision bump to drop php 5.4 and 5.5 Package-Manager: portage-2.3.2 dev-php/pecl-oauth/pecl-oauth-1.2.3-r4.ebuild | 29 +++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/dev-php/pecl-oauth/pecl-oauth-1.2.3-r4.ebuild b/dev-php/pecl-oauth/pecl-oauth-1.2.3-r4.ebuild new file mode 100644 index 00000000..7d9bd3c --- /dev/null +++ b/dev-php/pecl-oauth/pecl-oauth-1.2.3-r4.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="6" +PHP_EXT_NAME="oauth" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" + +USE_PHP="php5-6" + +inherit php-ext-pecl-r3 + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="OAuth is an authorization protocol built on top of HTTP" +LICENSE="BSD" +SLOT="0" +IUSE="examples" + +for target in ${USE_PHP}; do + slot=${target/php} + slot=${slot/-/.} + PHPUSEDEPEND="${PHPUSEDEPEND} + php_targets_${target}? ( dev-lang/php:${slot}[hash] )" +done + +DEPEND="${PHPUSEDEPEND}" +RDEPEND="${DEPEND}"