From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-921403-garchives=archives.gentoo.org@lists.gentoo.org>
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 4BD8C139085
	for <garchives@archives.gentoo.org>; Thu,  5 Jan 2017 00:54:09 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 93D58E0D7A;
	Thu,  5 Jan 2017 00:54:08 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 70429E0D7A
	for <gentoo-commits@lists.gentoo.org>; Thu,  5 Jan 2017 00:54:08 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 29FD6341265
	for <gentoo-commits@lists.gentoo.org>; Thu,  5 Jan 2017 00:54:07 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 8EE9A24EC
	for <gentoo-commits@lists.gentoo.org>; Thu,  5 Jan 2017 00:54:05 +0000 (UTC)
From: "Michael Orlitzky" <mjo@gentoo.org>
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" <mjo@gentoo.org>
Message-ID: <1483577636.ba82b70e38a9a4edea01d9a2213dd689ba358632.mjo@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-propro/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-php/pecl-propro/pecl-propro-2.0.1.ebuild
X-VCS-Directories: dev-php/pecl-propro/
X-VCS-Committer: mjo
X-VCS-Committer-Name: Michael Orlitzky
X-VCS-Revision: ba82b70e38a9a4edea01d9a2213dd689ba358632
X-VCS-Branch: master
Date: Thu,  5 Jan 2017 00:54:05 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 181230dc-ebc1-4590-9ab4-1ec2ab650a3f
X-Archives-Hash: 530e2f3159bd787ecc35e0af16d14b81

commit:     ba82b70e38a9a4edea01d9a2213dd689ba358632
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  5 00:53:56 2017 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Thu Jan  5 00:53:56 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba82b70e

dev-php/pecl-propro: remove an unused revision.

Package-Manager: portage-2.3.0

 dev-php/pecl-propro/pecl-propro-2.0.1.ebuild | 33 ----------------------------
 1 file changed, 33 deletions(-)

diff --git a/dev-php/pecl-propro/pecl-propro-2.0.1.ebuild b/dev-php/pecl-propro/pecl-propro-2.0.1.ebuild
deleted file mode 100644
index e1e63f1..00000000
--- a/dev-php/pecl-propro/pecl-propro-2.0.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="6"
-
-PHP_EXT_NAME="propro"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-
-USE_PHP="php5-6 php7-0"
-
-inherit php-ext-pecl-r3
-
-# Only really build for 7.0
-USE_PHP="php7-0"
-
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="A reusable property proxy API for PHP"
-LICENSE="BSD-2"
-SLOT="7"
-IUSE=""
-
-RDEPEND="php_targets_php5-6? ( ${CATEGORY}/${PN}:0[php_targets_php5-6] )"
-
-src_prepare() {
-	if use php_targets_php7-0 ; then
-		php-ext-source-r3_src_prepare
-	else
-		default_src_prepare
-	fi
-}