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 056E11395E2 for ; Thu, 1 Dec 2016 15:47:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8318F21C095; Thu, 1 Dec 2016 15:47:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6A99F21C095 for ; Thu, 1 Dec 2016 15:47:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8AF9B3411FA for ; Thu, 1 Dec 2016 15:47:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63DEE24B0 for ; Thu, 1 Dec 2016 15:47:06 +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: <1480607219.d9bc0fd77a39e45351b89515c5926aff6a0fa7f7.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/pecl-oauth-1.2.3-r3.ebuild X-VCS-Directories: dev-php/pecl-oauth/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: d9bc0fd77a39e45351b89515c5926aff6a0fa7f7 X-VCS-Branch: master Date: Thu, 1 Dec 2016 15:47:06 +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-Archives-Salt: dc289fad-ca58-4f79-8b3d-fa3e9b08c299 X-Archives-Hash: a713cb222bdb75b41b7d18b8a3b12510 commit: d9bc0fd77a39e45351b89515c5926aff6a0fa7f7 Author: Brian Evans gentoo org> AuthorDate: Thu Dec 1 15:45:52 2016 +0000 Commit: Brian Evans gentoo org> CommitDate: Thu Dec 1 15:46:59 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9bc0fd7 dev-php/pecl-oauth: Drop old Package-Manager: portage-2.3.2 dev-php/pecl-oauth/pecl-oauth-1.2.3-r3.ebuild | 29 --------------------------- 1 file changed, 29 deletions(-) diff --git a/dev-php/pecl-oauth/pecl-oauth-1.2.3-r3.ebuild b/dev-php/pecl-oauth/pecl-oauth-1.2.3-r3.ebuild deleted file mode 100644 index 0afc732..00000000 --- a/dev-php/pecl-oauth/pecl-oauth-1.2.3-r3.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -PHP_EXT_NAME="oauth" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" - -USE_PHP="php5-6 php5-5 php5-4" - -inherit php-ext-pecl-r2 - -KEYWORDS="~amd64 ~x86" - -DESCRIPTION="OAuth is an authorization protocol built on top of HTTP" -LICENSE="BSD" -SLOT="0" -IUSE="examples" - -for target in ${USE_PHP}; do - slot=${target/php} - slot=${slot/-/.} - PHPUSEDEPEND="${PHPUSEDEPEND} - php_targets_${target}? ( dev-lang/php:${slot}[hash] )" -done - -DEPEND="${PHPUSEDEPEND}" -RDEPEND="${DEPEND}"