From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3459813881E for ; Fri, 25 Sep 2015 17:00:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27DD0E0783; Fri, 25 Sep 2015 17:00:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C0F3AE0783 for ; Fri, 25 Sep 2015 17:00:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F75B33FEDE for ; Fri, 25 Sep 2015 17:00:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23E3C189 for ; Fri, 25 Sep 2015 17:00:33 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1443200401.d5335c4e77eec4e81687b8db78f00ea9a48fc9de.mjo@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-r2.ebuild dev-php/pecl-oauth/pecl-oauth-1.2.3-r3.ebuild X-VCS-Directories: dev-php/pecl-oauth/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: d5335c4e77eec4e81687b8db78f00ea9a48fc9de X-VCS-Branch: master Date: Fri, 25 Sep 2015 17:00:33 +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: 5eca042a-c37e-4fb4-b168-82b3426c8b14 X-Archives-Hash: 09aad37561a56b3cd976e17752637ca7 commit: d5335c4e77eec4e81687b8db78f00ea9a48fc9de Author: Michael Orlitzky gentoo org> AuthorDate: Fri Sep 25 16:59:47 2015 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Fri Sep 25 17:00:01 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5335c4e dev-php/pecl-oauth: revbump to fix DOCS and add USE=examples. Package-Manager: portage-2.2.20.1 .../{pecl-oauth-1.2.3-r2.ebuild => pecl-oauth-1.2.3-r3.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-php/pecl-oauth/pecl-oauth-1.2.3-r2.ebuild b/dev-php/pecl-oauth/pecl-oauth-1.2.3-r3.ebuild 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 e409572..0afc732 100644 --- a/dev-php/pecl-oauth/pecl-oauth-1.2.3-r2.ebuild +++ b/dev-php/pecl-oauth/pecl-oauth-1.2.3-r3.ebuild @@ -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}