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 C66D41396D9 for ; Mon, 6 Nov 2017 18:36:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8CFAE0E1A; Mon, 6 Nov 2017 18:36:47 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B0091E0E1A for ; Mon, 6 Nov 2017 18:36:47 +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 CDA533416F0 for ; Mon, 6 Nov 2017 18:36:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CFC39733 for ; Mon, 6 Nov 2017 18:36:45 +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: <1509993393.7ad0a949e09e6d4aff6e8c5557f68694c1fb2804.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-PHP_Debug/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3-r1.ebuild X-VCS-Directories: dev-php/PEAR-PHP_Debug/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 7ad0a949e09e6d4aff6e8c5557f68694c1fb2804 X-VCS-Branch: master Date: Mon, 6 Nov 2017 18:36:45 +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: b13191af-6144-48db-b0b4-ef00aa4fd757 X-Archives-Hash: a8992b603ab75557765947bf6a48f7ca commit: 7ad0a949e09e6d4aff6e8c5557f68694c1fb2804 Author: Brian Evans gentoo org> AuthorDate: Mon Nov 6 18:36:33 2017 +0000 Commit: Brian Evans gentoo org> CommitDate: Mon Nov 6 18:36:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ad0a949 dev-php/PEAR-PHP_Debug: Drop old revision Package-Manager: Portage-2.3.13, Repoman-2.3.4 dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3-r1.ebuild | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3-r1.ebuild b/dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3-r1.ebuild deleted file mode 100644 index 76fdf9da522..00000000000 --- a/dev-php/PEAR-PHP_Debug/PEAR-PHP_Debug-1.0.3-r1.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -inherit php-pear-r1 - -DESCRIPTION="Provides traces, timings, executed queries, watched variables etc. " - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="minimal" - -RDEPEND="!minimal? ( dev-php/PEAR-Text_Highlighter - dev-php/PEAR-Services_W3C_HTMLValidator )"