Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-oauth/
Date: Fri, 25 Sep 2015 17:00:38
Message-Id: 1443200401.d5335c4e77eec4e81687b8db78f00ea9a48fc9de.mjo@gentoo
1 commit: d5335c4e77eec4e81687b8db78f00ea9a48fc9de
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 25 16:59:47 2015 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 25 17:00:01 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5335c4e
7
8 dev-php/pecl-oauth: revbump to fix DOCS and add USE=examples.
9
10 Package-Manager: portage-2.2.20.1
11
12 .../{pecl-oauth-1.2.3-r2.ebuild => pecl-oauth-1.2.3-r3.ebuild} | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-php/pecl-oauth/pecl-oauth-1.2.3-r2.ebuild b/dev-php/pecl-oauth/pecl-oauth-1.2.3-r3.ebuild
16 similarity index 96%
17 rename from dev-php/pecl-oauth/pecl-oauth-1.2.3-r2.ebuild
18 rename to dev-php/pecl-oauth/pecl-oauth-1.2.3-r3.ebuild
19 index e409572..0afc732 100644
20 --- a/dev-php/pecl-oauth/pecl-oauth-1.2.3-r2.ebuild
21 +++ b/dev-php/pecl-oauth/pecl-oauth-1.2.3-r3.ebuild
22 @@ -6,7 +6,6 @@ EAPI="5"
23 PHP_EXT_NAME="oauth"
24 PHP_EXT_INI="yes"
25 PHP_EXT_ZENDEXT="no"
26 -DOCS="README"
27
28 USE_PHP="php5-6 php5-5 php5-4"
29
30 @@ -17,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
31 DESCRIPTION="OAuth is an authorization protocol built on top of HTTP"
32 LICENSE="BSD"
33 SLOT="0"
34 -IUSE=""
35 +IUSE="examples"
36
37 for target in ${USE_PHP}; do
38 slot=${target/php}