From e91a1aaa5ec8fab37f0fd082ac6024d41c6651e2 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 7 Apr 2018 13:16:39 +0100 Subject: gentoo resync : 07.04.2018 --- dev-php/pecl-oauth/Manifest | 2 +- dev-php/pecl-oauth/pecl-oauth-2.0.2-r1.ebuild | 54 -------------------------- dev-php/pecl-oauth/pecl-oauth-2.0.2-r2.ebuild | 56 +++++++++++++++++++++++++++ 3 files changed, 57 insertions(+), 55 deletions(-) delete mode 100644 dev-php/pecl-oauth/pecl-oauth-2.0.2-r1.ebuild create mode 100644 dev-php/pecl-oauth/pecl-oauth-2.0.2-r2.ebuild (limited to 'dev-php/pecl-oauth') diff --git a/dev-php/pecl-oauth/Manifest b/dev-php/pecl-oauth/Manifest index 23e34b8e910b..ec6fcaf766e7 100644 --- a/dev-php/pecl-oauth/Manifest +++ b/dev-php/pecl-oauth/Manifest @@ -4,5 +4,5 @@ AUX 2.0.2-compare_segfault.patch 1664 BLAKE2B 099aa3f78002d734306673d817e21d75bc DIST oauth-1.2.3.tgz 45531 BLAKE2B 10fb5a3d1a46ee17fef7b129b3c29d67d565d296579aff63d8309f4efc5b881450249fb8e6d25703a33ad53e336775abc73f3d8e489f78c00c8988219b02ae1b SHA512 ca61dbec8fa51679accb31eab90b8699c7780f2d60a83566ce05667148ee44b7dc70fd8235414d6a3a996b252ad4a236b3e8a549685fd7e890e0874029c455e1 DIST oauth-2.0.2.tgz 49115 BLAKE2B 292c8c2d7fa3728aa6a73cdb65ee1c603f341cd24596d64b910f495ef649adb1f90ba4dfdab5ce1802dee9e8a0e3a6af502da340ed467de6e8c5d83df18abc7d SHA512 b7aa9459542ec390a5420127d75607702ae6df6254f4e39acb62d35c6a39b8b7990499c279df07ce681081e455b55219c51df42fd516321f317465badf6d459d EBUILD pecl-oauth-1.2.3-r5.ebuild 1147 BLAKE2B ccab8eb759914ca9d30e73e8d23a829f3ab0ef120f7c9ecd70466f16658ef8e02763ffb64ed33b7cb4b797c3dbbbb9e3980bc93e3bb08d349dda02930545a48b SHA512 2b30cde4d028f636becc2f1d61e0c56a55c021910567fa78bb387ba0c83949d3d104026d917fbe63836850b374e8a1c1bc1f91bbaf102029a1ffb60e469a9e3d -EBUILD pecl-oauth-2.0.2-r1.ebuild 1221 BLAKE2B be1ba9746bc0039ff605b57b5ebf6e20cd22c8df0d5d563d0ac779a15a33bd1ac505a6f8a4a2303880ff62a80b14a52c5604d3b31ed859209818647e6f55401e SHA512 c6db693818ed1aafdaed549fac541679b19732fdb64e5d5c0214a3e29fb2763cc5dfed2c02b0260550f5df2925b2ce1fbde467c50f756583b1a31ab975e14cbd +EBUILD pecl-oauth-2.0.2-r2.ebuild 1407 BLAKE2B f048f3a75f5511e0ef9efc9a5e0428f0d30ae98e3ffb3664b417a87e9725f6db34ac9b959cad9b12941962849f03199525022d119d768722769340ecfaa92567 SHA512 08f2136c40fbe88a7ca94a27ca09ccd8fcac6a0367c32a28272b472243ff036192202adec19bb401b7274c65e2b1eb63911a07ab5ca76741d15b0e24a937aaa8 MISC metadata.xml 239 BLAKE2B 9b7c5dcb74289073481cf07031b7a92f32496cc1097becb074d74a8fbb8133de429ce1baf284e446e44132943c8b32e6b824570f15828588e42ea49ef5661f00 SHA512 2181b874bfe8cd31e7730d8207e26cfd2f272eaf2d1b57ae0faff126347a5298fa1c506d9107e1da9736c8a0ed9c8c339e4d9509a8726b79dbe86e073c12dee0 diff --git a/dev-php/pecl-oauth/pecl-oauth-2.0.2-r1.ebuild b/dev-php/pecl-oauth/pecl-oauth-2.0.2-r1.ebuild deleted file mode 100644 index 988ba351a82a..000000000000 --- a/dev-php/pecl-oauth/pecl-oauth-2.0.2-r1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" -PHP_EXT_NAME="oauth" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" - -USE_PHP="php5-6 php7-0 php7-1" - -inherit php-ext-pecl-r3 - -# Really only build for 7.0 -USE_PHP="php7-0 php7-1" - -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-0? ( dev-lang/php:7.0[hash] - dev-libs/libpcre:3= curl? ( net-misc/curl:0= ) ) - php_targets_php7-1? ( dev-lang/php:7.1[hash] - dev-libs/libpcre:3= curl? ( net-misc/curl:0= ) ) -" -RDEPEND="${DEPEND} php_targets_php5-6? ( ${CATEGORY}/${PN}:0[php_targets_php5-6(-)?] )" - -src_prepare() { - if use php_targets_php7-0 || use php_targets_php7-1 ; then - local PATCHES=( "${FILESDIR}/${PV}-compare_segfault.patch" ) - php-ext-source-r3_src_prepare - else - eapply_user - fi -} - -src_configure() { - if use php_targets_php7-0 || use php_targets_php7-1 ; then - local PHP_EXT_ECONF_ARGS=( - --enable-oauth - $(use_with curl) - ) - - php-ext-source-r3_src_configure - fi -} - -src_install() { - if use php_targets_php7-0 || use php_targets_php7-1 ; then - php-ext-pecl-r3_src_install - fi -} diff --git a/dev-php/pecl-oauth/pecl-oauth-2.0.2-r2.ebuild b/dev-php/pecl-oauth/pecl-oauth-2.0.2-r2.ebuild new file mode 100644 index 000000000000..987a87b85ee0 --- /dev/null +++ b/dev-php/pecl-oauth/pecl-oauth-2.0.2-r2.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" +PHP_EXT_NAME="oauth" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" + +USE_PHP="php5-6 php7-0 php7-1 php7-2" + +inherit php-ext-pecl-r3 + +# Really only build for 7.0 +USE_PHP="php7-0 php7-1 php7-2" + +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-0? ( dev-lang/php:7.0[hash] + dev-libs/libpcre:3= curl? ( net-misc/curl:0= ) ) + php_targets_php7-1? ( dev-lang/php:7.1[hash] + dev-libs/libpcre:3= curl? ( net-misc/curl:0= ) ) + php_targets_php7-2? ( dev-lang/php:7.2[hash] + dev-libs/libpcre:3= curl? ( net-misc/curl:0= ) ) +" +RDEPEND="${DEPEND} php_targets_php5-6? ( ${CATEGORY}/${PN}:0[php_targets_php5-6(-)?] )" + +src_prepare() { + if use php_targets_php7-0 || use php_targets_php7-1 || use php_targets_php7-2; then + local PATCHES=( "${FILESDIR}/${PV}-compare_segfault.patch" ) + php-ext-source-r3_src_prepare + else + eapply_user + fi +} + +src_configure() { + if use php_targets_php7-0 || use php_targets_php7-1 || use php_targets_php7-2; then + local PHP_EXT_ECONF_ARGS=( + --enable-oauth + $(use_with curl) + ) + + php-ext-source-r3_src_configure + fi +} + +src_install() { + if use php_targets_php7-0 || use php_targets_php7-1 || use php_targets_php7-2; then + php-ext-pecl-r3_src_install + fi +} -- cgit v1.2.3