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:17
Message-Id: 1480607219.d9bc0fd77a39e45351b89515c5926aff6a0fa7f7.grknight@gentoo
1 commit: d9bc0fd77a39e45351b89515c5926aff6a0fa7f7
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 1 15:45:52 2016 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 1 15:46:59 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9bc0fd7
7
8 dev-php/pecl-oauth: Drop old
9
10 Package-Manager: portage-2.3.2
11
12 dev-php/pecl-oauth/pecl-oauth-1.2.3-r3.ebuild | 29 ---------------------------
13 1 file changed, 29 deletions(-)
14
15 diff --git a/dev-php/pecl-oauth/pecl-oauth-1.2.3-r3.ebuild b/dev-php/pecl-oauth/pecl-oauth-1.2.3-r3.ebuild
16 deleted file mode 100644
17 index 0afc732..00000000
18 --- a/dev-php/pecl-oauth/pecl-oauth-1.2.3-r3.ebuild
19 +++ /dev/null
20 @@ -1,29 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI="5"
26 -PHP_EXT_NAME="oauth"
27 -PHP_EXT_INI="yes"
28 -PHP_EXT_ZENDEXT="no"
29 -
30 -USE_PHP="php5-6 php5-5 php5-4"
31 -
32 -inherit php-ext-pecl-r2
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}"