Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-oauth/
Date: Thu, 01 Dec 2016 15:47:11
Message-Id: 1480607214.c9d8584078c2d8780b1c3267d9d97d694c45cd1e.grknight@gentoo
1 commit: c9d8584078c2d8780b1c3267d9d97d694c45cd1e
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 1 15:45:16 2016 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 1 15:46:54 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9d85840
7
8 dev-php/pecl-oauth: Revision bump to drop php 5.4 and 5.5
9
10 Package-Manager: portage-2.3.2
11
12 dev-php/pecl-oauth/pecl-oauth-1.2.3-r4.ebuild | 29 +++++++++++++++++++++++++++
13 1 file changed, 29 insertions(+)
14
15 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
16 new file mode 100644
17 index 00000000..7d9bd3c
18 --- /dev/null
19 +++ b/dev-php/pecl-oauth/pecl-oauth-1.2.3-r4.ebuild
20 @@ -0,0 +1,29 @@
21 +# Copyright 1999-2016 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Id$
24 +
25 +EAPI="6"
26 +PHP_EXT_NAME="oauth"
27 +PHP_EXT_INI="yes"
28 +PHP_EXT_ZENDEXT="no"
29 +
30 +USE_PHP="php5-6"
31 +
32 +inherit php-ext-pecl-r3
33 +
34 +KEYWORDS="~amd64 ~x86"
35 +
36 +DESCRIPTION="OAuth is an authorization protocol built on top of HTTP"
37 +LICENSE="BSD"
38 +SLOT="0"
39 +IUSE="examples"
40 +
41 +for target in ${USE_PHP}; do
42 + slot=${target/php}
43 + slot=${slot/-/.}
44 + PHPUSEDEPEND="${PHPUSEDEPEND}
45 + php_targets_${target}? ( dev-lang/php:${slot}[hash] )"
46 +done
47 +
48 +DEPEND="${PHPUSEDEPEND}"
49 +RDEPEND="${DEPEND}"