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 DCB6B1382C5 for ; Mon, 29 Jan 2018 16:44:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E93B4E0943; Mon, 29 Jan 2018 16:44:34 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C6094E0943 for ; Mon, 29 Jan 2018 16:44:34 +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 1085B335C88 for ; Mon, 29 Jan 2018 16:44:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CFAE1D7 for ; Mon, 29 Jan 2018 16:44:31 +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: <1517244257.4331ec410ddeb4338be37fd6bdc75d475eb14fa7.grknight@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-1.0.2.ebuild X-VCS-Directories: dev-php/pecl-propro/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 4331ec410ddeb4338be37fd6bdc75d475eb14fa7 X-VCS-Branch: master Date: Mon, 29 Jan 2018 16:44:31 +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: c61d1003-55da-48c9-a5f9-0bedb0d28295 X-Archives-Hash: c2ba4cd612460ea1f285ba80248ddd58 commit: 4331ec410ddeb4338be37fd6bdc75d475eb14fa7 Author: Brian Evans gentoo org> AuthorDate: Mon Jan 29 16:11:11 2018 +0000 Commit: Brian Evans gentoo org> CommitDate: Mon Jan 29 16:44:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4331ec41 dev-php/pecl-propro: Drop old revision Package-Manager: Portage-2.3.20, Repoman-2.3.6 dev-php/pecl-propro/pecl-propro-1.0.2.ebuild | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/dev-php/pecl-propro/pecl-propro-1.0.2.ebuild b/dev-php/pecl-propro/pecl-propro-1.0.2.ebuild deleted file mode 100644 index f4b800157a3..00000000000 --- a/dev-php/pecl-propro/pecl-propro-1.0.2.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -PHP_EXT_NAME="propro" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" - -USE_PHP="php5-6" - -inherit php-ext-pecl-r3 - -KEYWORDS="amd64 x86" - -DESCRIPTION="A reusable, property proxy API for PHP" -LICENSE="BSD-2" -SLOT="0" -IUSE=""