diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2017-01-07 09:19:52 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2017-01-07 09:22:19 -0500 |
commit | 286a2ec75f89dbfcedd7be95dd6211c7112e41eb (patch) | |
tree | a88a7da587fe8967c41b69447ee37483247730e3 /dev-php/pear | |
parent | media-libs/leptonica: Version bump to 1.74.1 (diff) | |
download | gentoo-286a2ec75f89dbfcedd7be95dd6211c7112e41eb.tar.gz gentoo-286a2ec75f89dbfcedd7be95dd6211c7112e41eb.tar.bz2 gentoo-286a2ec75f89dbfcedd7be95dd6211c7112e41eb.zip |
dev-php/pear: remove unused versions 1.9.5 and 1.10.1.
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-php/pear')
-rw-r--r-- | dev-php/pear/pear-1.10.1.ebuild | 42 | ||||
-rw-r--r-- | dev-php/pear/pear-1.9.5.ebuild | 42 |
2 files changed, 0 insertions, 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 ca6e9e5dce27..000000000000 --- 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-PEAR-1.8.1 - ~dev-php/PEAR-PEAR-${PV} - >=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 11ccde9cb481..000000000000 --- 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-PEAR-1.8.1 - ~dev-php/PEAR-PEAR-${PV} - >=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 -} |