From 2e34d110f164bf74d55fced27fe0000201b3eec5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 1 Oct 2020 23:05:41 +0100 Subject: gentoo resync : 01.10.2020 --- dev-php/pecl-oauth/Manifest | 4 ++-- dev-php/pecl-oauth/pecl-oauth-2.0.5.ebuild | 35 ------------------------------ dev-php/pecl-oauth/pecl-oauth-2.0.7.ebuild | 35 ++++++++++++++++++++++++++++++ 3 files changed, 37 insertions(+), 37 deletions(-) delete mode 100644 dev-php/pecl-oauth/pecl-oauth-2.0.5.ebuild create mode 100644 dev-php/pecl-oauth/pecl-oauth-2.0.7.ebuild (limited to 'dev-php/pecl-oauth') diff --git a/dev-php/pecl-oauth/Manifest b/dev-php/pecl-oauth/Manifest index f17d2fbfe6f3..d6a04bac45cc 100644 --- a/dev-php/pecl-oauth/Manifest +++ b/dev-php/pecl-oauth/Manifest @@ -1,3 +1,3 @@ -DIST oauth-2.0.5.tgz 49641 BLAKE2B eec258d8dc900c19bea19b0b1db3e1f5b103b65e1298cef0819741181811d98ab86812ab557a3457520bcb6ece48b2b0f081d23897ce06e12b715998cbc1ad2a SHA512 847f8a07aba930d606038a78915ddd9c24aab241d27b844a766e0da3caabf419fd891573524a55b40559a827b1adc1261748efabac5ed1bee45fa770935379ee -EBUILD pecl-oauth-2.0.5.ebuild 796 BLAKE2B 0920a98c13019a02bff4931a391d23b5c57c35e9bad623a7e2857aa4c5da80ec829514beac42589d486a0ee135f9980eb64641f1322ffec1632c62048077eb29 SHA512 3c88ef0b87789d5478363c4b1f1639d44a8ab86a57a55fcd43523a22d3172fabec015e70e9a77774e2740fb4a81e1e2225b677c075c2d3addeb6c2157502d982 +DIST oauth-2.0.7.tgz 78926 BLAKE2B 2fbe8f9c6df19790b9f617af64a04ed2387e904c3775753ac23fcf3f796007891a546ad6d5fae9b04cab707905f5ff3e9cc56b5c0b4bd1d9bab8745428c683f8 SHA512 261bbe6d1c4299f44ce40030b3959e26f2535c70d01b7a4e870d14c84b0a01e68484e61907554d720667fa08a2ec00b7d43cf2f523800c832f02b093e7b6534a +EBUILD pecl-oauth-2.0.7.ebuild 796 BLAKE2B 0920a98c13019a02bff4931a391d23b5c57c35e9bad623a7e2857aa4c5da80ec829514beac42589d486a0ee135f9980eb64641f1322ffec1632c62048077eb29 SHA512 3c88ef0b87789d5478363c4b1f1639d44a8ab86a57a55fcd43523a22d3172fabec015e70e9a77774e2740fb4a81e1e2225b677c075c2d3addeb6c2157502d982 MISC metadata.xml 239 BLAKE2B 9b7c5dcb74289073481cf07031b7a92f32496cc1097becb074d74a8fbb8133de429ce1baf284e446e44132943c8b32e6b824570f15828588e42ea49ef5661f00 SHA512 2181b874bfe8cd31e7730d8207e26cfd2f272eaf2d1b57ae0faff126347a5298fa1c506d9107e1da9736c8a0ed9c8c339e4d9509a8726b79dbe86e073c12dee0 diff --git a/dev-php/pecl-oauth/pecl-oauth-2.0.5.ebuild b/dev-php/pecl-oauth/pecl-oauth-2.0.5.ebuild deleted file mode 100644 index 18221a56290e..000000000000 --- a/dev-php/pecl-oauth/pecl-oauth-2.0.5.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" -PHP_EXT_NAME="oauth" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" - -USE_PHP="php7-2 php7-3 php7-4" - -inherit php-ext-pecl-r3 - -KEYWORDS="~amd64 ~x86" - -DESCRIPTION="OAuth is an authorization protocol built on top of HTTP" -LICENSE="BSD" -SLOT="7" -IUSE="+curl examples" - -DEPEND="php_targets_php7-2? ( dev-lang/php:7.2[hash(-)] - dev-libs/libpcre:3= curl? ( net-misc/curl:0= ) ) - php_targets_php7-3? ( dev-lang/php:7.3[hash(-)] - dev-libs/libpcre:3= curl? ( net-misc/curl:0= ) ) - php_targets_php7-4? ( - dev-libs/libpcre:3= curl? ( net-misc/curl:0= ) ) -" -RDEPEND="${DEPEND}" - -src_configure() { - local PHP_EXT_ECONF_ARGS=( - --enable-oauth - $(use_with curl) - ) - php-ext-source-r3_src_configure -} diff --git a/dev-php/pecl-oauth/pecl-oauth-2.0.7.ebuild b/dev-php/pecl-oauth/pecl-oauth-2.0.7.ebuild new file mode 100644 index 000000000000..18221a56290e --- /dev/null +++ b/dev-php/pecl-oauth/pecl-oauth-2.0.7.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" +PHP_EXT_NAME="oauth" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" + +USE_PHP="php7-2 php7-3 php7-4" + +inherit php-ext-pecl-r3 + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="OAuth is an authorization protocol built on top of HTTP" +LICENSE="BSD" +SLOT="7" +IUSE="+curl examples" + +DEPEND="php_targets_php7-2? ( dev-lang/php:7.2[hash(-)] + dev-libs/libpcre:3= curl? ( net-misc/curl:0= ) ) + php_targets_php7-3? ( dev-lang/php:7.3[hash(-)] + dev-libs/libpcre:3= curl? ( net-misc/curl:0= ) ) + php_targets_php7-4? ( + dev-libs/libpcre:3= curl? ( net-misc/curl:0= ) ) +" +RDEPEND="${DEPEND}" + +src_configure() { + local PHP_EXT_ECONF_ARGS=( + --enable-oauth + $(use_with curl) + ) + php-ext-source-r3_src_configure +} -- cgit v1.2.3