From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 009E5138351 for ; Tue, 11 Feb 2020 18:50:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C607E08F7; Tue, 11 Feb 2020 18:50:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BDEB5E08F1 for ; Tue, 11 Feb 2020 18:50:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6ADDC34EB9F for ; Tue, 11 Feb 2020 18:50:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3C42129 for ; Tue, 11 Feb 2020 18:50:19 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1581447014.6acadb595b84788e3638100714a724e19ec58a0e.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-oauth/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-oauth/Manifest dev-php/pecl-oauth/pecl-oauth-2.0.4.ebuild X-VCS-Directories: dev-php/pecl-oauth/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 6acadb595b84788e3638100714a724e19ec58a0e X-VCS-Branch: master Date: Tue, 11 Feb 2020 18:50:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 10445a2f-b7e2-4270-a1dc-29606d8d1c8b X-Archives-Hash: c919105bcb22a1fd9bb410d1b41e3dd0 commit: 6acadb595b84788e3638100714a724e19ec58a0e Author: Brian Evans gentoo org> AuthorDate: Tue Feb 11 18:49:06 2020 +0000 Commit: Brian Evans gentoo org> CommitDate: Tue Feb 11 18:50:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6acadb59 dev-php/pecl-oauth: Drop old 2.0.4 Signed-off-by: Brian Evans gentoo.org> dev-php/pecl-oauth/Manifest | 1 - dev-php/pecl-oauth/pecl-oauth-2.0.4.ebuild | 61 ------------------------------ 2 files changed, 62 deletions(-) diff --git a/dev-php/pecl-oauth/Manifest b/dev-php/pecl-oauth/Manifest index dd696e1ce5b..418f09077ac 100644 --- a/dev-php/pecl-oauth/Manifest +++ b/dev-php/pecl-oauth/Manifest @@ -1,2 +1 @@ -DIST oauth-2.0.4.tgz 49359 BLAKE2B d5fb23293fc03f40e2b3a5c5ad51bce1b06a6004e1f20d1563b3db7bb79a71f70bca467348d68b4f6d2393003b4ad23debbe5877192d9e189056e86f9fc00b3e SHA512 269b579f87a9f3f229433c74937f74b9b6df453a6e05f7751ca12fa5f24c9ad62d1ebe5cdb370d33d774a0f2e244c1c685a53226dcb35c0005b5532a00c137d4 DIST oauth-2.0.5.tgz 49641 BLAKE2B eec258d8dc900c19bea19b0b1db3e1f5b103b65e1298cef0819741181811d98ab86812ab557a3457520bcb6ece48b2b0f081d23897ce06e12b715998cbc1ad2a SHA512 847f8a07aba930d606038a78915ddd9c24aab241d27b844a766e0da3caabf419fd891573524a55b40559a827b1adc1261748efabac5ed1bee45fa770935379ee diff --git a/dev-php/pecl-oauth/pecl-oauth-2.0.4.ebuild b/dev-php/pecl-oauth/pecl-oauth-2.0.4.ebuild deleted file mode 100644 index 076b3f695e0..00000000000 --- a/dev-php/pecl-oauth/pecl-oauth-2.0.4.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2019 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="php5-6 php7-0 php7-1 php7-2 php7-3 php7-4" - -inherit php-ext-pecl-r3 - -# Really only build for 7.0 -USE_PHP="php7-0 php7-1 php7-2 php7-3 php7-4" - -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= ) ) - 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} 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 || use php_targets_php7-3 || use php_targets_php7-4; then - # Disable tests that depend on header order - rm "${S}/tests/bug16946.phpt" "${S}/tests/overflow_redir.phpt" || die - 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 || use php_targets_php7-3 || use php_targets_php7-4; 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 || use php_targets_php7-3 || use php_targets_php7-4; then - php-ext-pecl-r3_src_install - fi -}