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 3B188139085 for ; Sat, 7 Jan 2017 14:22:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F7F8E0C6B; Sat, 7 Jan 2017 14:22:37 +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 3D22FE0C6B for ; Sat, 7 Jan 2017 14:22:37 +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 5FE153415D2 for ; Sat, 7 Jan 2017 14:22:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9648B24EC for ; Sat, 7 Jan 2017 14:22:34 +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: <1483798939.286a2ec75f89dbfcedd7be95dd6211c7112e41eb.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pear/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pear/pear-1.10.1.ebuild dev-php/pear/pear-1.9.5.ebuild X-VCS-Directories: dev-php/pear/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 286a2ec75f89dbfcedd7be95dd6211c7112e41eb X-VCS-Branch: master Date: Sat, 7 Jan 2017 14:22:34 +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: c5bde392-ce29-4fa1-9614-8eb7df4131b5 X-Archives-Hash: 51ce574be72431313e75ad2e833ddd2c commit: 286a2ec75f89dbfcedd7be95dd6211c7112e41eb Author: Michael Orlitzky gentoo org> AuthorDate: Sat Jan 7 14:19:52 2017 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sat Jan 7 14:22:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=286a2ec7 dev-php/pear: remove unused versions 1.9.5 and 1.10.1. Package-Manager: portage-2.3.0 dev-php/pear/pear-1.10.1.ebuild | 42 ----------------------------------------- dev-php/pear/pear-1.9.5.ebuild | 42 ----------------------------------------- 2 files changed, 84 deletions(-) diff --git a/dev-php/pear/pear-1.10.1.ebuild b/dev-php/pear/pear-1.10.1.ebuild deleted file mode 100644 index ca6e9e5..00000000 --- a/dev-php/pear/pear-1.10.1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" - -DESCRIPTION="PEAR - PHP Extension and Application Repository" -HOMEPAGE="http://pear.php.net/" -SRC_URI="" -LICENSE="MIT" -SLOT="0" -IUSE="" -S="${WORKDIR}" - -DEPEND=">=dev-lang/php-5.4:* - !=dev-php/PEAR-Archive_Tar-1.4.0 - >=dev-php/PEAR-Console_Getopt-1.4.1 - >=dev-php/PEAR-Structures_Graph-1.1.0 - >=dev-php/PEAR-XML_Util-1.3.0" -RDEPEND="${DEPEND}" - -src_install() { - :; -} - -pkg_postinst() { - pear clear-cache - - # Update PEAR/PECL channels as needed, add new ones to the list if needed - elog "Updating PEAR/PECL channels" - local pearchans="pear.php.net pecl.php.net pear.phing.info pear.symfony-project.com - pear.agavi.org" - - for chan in ${pearchans} ; do - pear channel-discover ${chan} - pear channel-update ${chan} - done -} diff --git a/dev-php/pear/pear-1.9.5.ebuild b/dev-php/pear/pear-1.9.5.ebuild deleted file mode 100644 index 11ccde9..00000000 --- a/dev-php/pear/pear-1.9.5.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" - -DESCRIPTION="PEAR - PHP Extension and Application Repository" -HOMEPAGE="http://pear.php.net/" -SRC_URI="" -LICENSE="MIT" -SLOT="0" -IUSE="" -S="${WORKDIR}" - -DEPEND="!=dev-php/PEAR-Archive_Tar-1.3.7 - >=dev-php/PEAR-Console_Getopt-1.2.3 - >=dev-php/PEAR-Structures_Graph-1.0.2 - >=dev-php/PEAR-XML_Util-1.2.1" -RDEPEND="${DEPEND}" - -src_install() { - :; -} - -pkg_postinst() { - pear clear-cache - - # Update PEAR/PECL channels as needed, add new ones to the list if needed - elog "Updating PEAR/PECL channels" - local pearchans="pear.php.net pecl.php.net components.ez.no - pear.propelorm.org pear.phing.info pear.symfony-project.com - pear.phpontrax.com pear.agavi.org" - - for chan in ${pearchans} ; do - pear channel-discover ${chan} - pear channel-update ${chan} - done -}