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 422A21382C5 for ; Fri, 22 Jan 2021 13:46:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 583DFE087E; Fri, 22 Jan 2021 13:46:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 3EB1EE087E for ; Fri, 22 Jan 2021 13:46:43 +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 0CC56340C19 for ; Fri, 22 Jan 2021 13:46:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E8164A2 for ; Fri, 22 Jan 2021 13:46:40 +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: <1611323071.a391044480efe5f930ec1b3cc2a7e1781702a189.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Console_Getopt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/PEAR-Console_Getopt/Manifest dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.4.1-r1.ebuild X-VCS-Directories: dev-php/PEAR-Console_Getopt/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: a391044480efe5f930ec1b3cc2a7e1781702a189 X-VCS-Branch: master Date: Fri, 22 Jan 2021 13:46:40 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 159734c9-4309-4090-ba48-57f785c8bbbf X-Archives-Hash: 3aa0c3c5687ea1c8a10ed8e40b73ef6d commit: a391044480efe5f930ec1b3cc2a7e1781702a189 Author: Brian Evans gentoo org> AuthorDate: Fri Jan 22 13:44:31 2021 +0000 Commit: Brian Evans gentoo org> CommitDate: Fri Jan 22 13:44:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3910444 dev-php/PEAR-Console_Getopt: Drop old Signed-off-by: Brian Evans gentoo.org> dev-php/PEAR-Console_Getopt/Manifest | 1 - .../PEAR-Console_Getopt-1.4.1-r1.ebuild | 26 ---------------------- 2 files changed, 27 deletions(-) diff --git a/dev-php/PEAR-Console_Getopt/Manifest b/dev-php/PEAR-Console_Getopt/Manifest index 508f8fc1e75..95d44b75733 100644 --- a/dev-php/PEAR-Console_Getopt/Manifest +++ b/dev-php/PEAR-Console_Getopt/Manifest @@ -1,2 +1 @@ -DIST Console_Getopt-1.4.1.tgz 5580 BLAKE2B 514d44cfd2bb7c8bcda49df2b6ba4dafc77184557f58f52c02c6a136e335639e65b7c10f5659dad9d7a87e946d60947121cb5f35a72b6d29fbb3efa3e535283b SHA512 cbf12a72b33424935f019b17ae8fa55289eae77d3845dcfcbbc1c47b71111992d2c0eb837b0f262ce644809c3cc06ad0c2bb04aa1b6ec89a1e3122f327114dbd DIST Console_Getopt-1.4.3.tgz 5789 BLAKE2B 641432105696e93160fd6a3ade4ee8c1bd7780cc502668266485d8c747fc8ceb97ce70ebdab8f61a739a4bf8267bfc936f0c9fd51b408add680a2288d49e0412 SHA512 7803e063576e9dac6833064b5a1479d22ca31c2a8ef8036ae530271e4e824fedb94e54d63266be8929f90f8df745b3ada7185dc98319b331f8dc5e9cac5445a0 diff --git a/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.4.1-r1.ebuild b/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.4.1-r1.ebuild deleted file mode 100644 index 70263d63bc9..00000000000 --- a/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.4.1-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_PN="${PN/PEAR-/}" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Command-line option parser" -HOMEPAGE="https://pear.php.net/package/Console_Getopt" -SRC_URI="https://pear.php.net/get/${MY_P}.tgz" -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86" -IUSE="" - -DEPEND="" -RDEPEND="dev-lang/php:*" -PDEPEND="dev-php/PEAR-PEAR" - -S="${WORKDIR}/${MY_P}" - -src_install() { - insinto /usr/share/php - doins -r Console -}