dev-php/pecl-oauth: revbump to fix DOCS and add USE=examples.
authorMichael Orlitzky <mjo@gentoo.org>
Fri, 25 Sep 2015 16:59:47 +0000 (12:59 -0400)
committerMichael Orlitzky <mjo@gentoo.org>
Fri, 25 Sep 2015 17:00:01 +0000 (13:00 -0400)
Package-Manager: portage-2.2.20.1

dev-php/pecl-oauth/pecl-oauth-1.2.3-r3.ebuild [moved from dev-php/pecl-oauth/pecl-oauth-1.2.3-r2.ebuild with 96% similarity]

similarity index 96%
rename from dev-php/pecl-oauth/pecl-oauth-1.2.3-r2.ebuild
rename to dev-php/pecl-oauth/pecl-oauth-1.2.3-r3.ebuild
index e409572d0c693e92d028b35abcf77872c7f1efc4..0afc7320d7ae85b4a95f303a792bc6d343a582bf 100644 (file)
@@ -6,7 +6,6 @@ EAPI="5"
 PHP_EXT_NAME="oauth"
 PHP_EXT_INI="yes"
 PHP_EXT_ZENDEXT="no"
-DOCS="README"
 
 USE_PHP="php5-6 php5-5 php5-4"
 
@@ -17,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
 DESCRIPTION="OAuth is an authorization protocol built on top of HTTP"
 LICENSE="BSD"
 SLOT="0"
-IUSE=""
+IUSE="examples"
 
 for target in ${USE_PHP}; do
        slot=${target/php}