diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2017-03-20 23:15:41 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2017-03-20 23:15:41 -0400 |
commit | 4070b6ebe101cc3d431d74c3ea3170a6450b0e45 (patch) | |
tree | 7604c26a08f283f003f3aad21f8bc9cac069c50b /dev-php/pear | |
parent | dev-php/PEAR-PEAR: remove unused versions 1.9.4 and 1.10.3. (diff) | |
download | gentoo-4070b6ebe101cc3d431d74c3ea3170a6450b0e45.tar.gz gentoo-4070b6ebe101cc3d431d74c3ea3170a6450b0e45.tar.bz2 gentoo-4070b6ebe101cc3d431d74c3ea3170a6450b0e45.zip |
dev-php/pear: remove unused version 1.9.4.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-php/pear')
-rw-r--r-- | dev-php/pear/pear-1.9.4.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/dev-php/pear/pear-1.9.4.ebuild b/dev-php/pear/pear-1.9.4.ebuild deleted file mode 100644 index a53ccac6dfb3..000000000000 --- a/dev-php/pear/pear-1.9.4.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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 -} |