summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2015-12-06 21:45:54 -0500
committerBrian Evans <grknight@gentoo.org>2015-12-06 21:45:54 -0500
commitb9a3605351b76f9d5b41c6cf1ec920df8936b156 (patch)
tree64a05d0eb97d5c384c18256fcd2eb16d14d55551 /dev-php
parentdev-php/pear: Version bump (diff)
downloadgentoo-b9a3605351b76f9d5b41c6cf1ec920df8936b156.tar.gz
gentoo-b9a3605351b76f9d5b41c6cf1ec920df8936b156.tar.bz2
gentoo-b9a3605351b76f9d5b41c6cf1ec920df8936b156.zip
dev-php/pear: Drop old alpha version
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/pear/pear-1.10.0_alpha2.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/dev-php/pear/pear-1.10.0_alpha2.ebuild b/dev-php/pear/pear-1.10.0_alpha2.ebuild
deleted file mode 100644
index 3405c1fc4970..000000000000
--- a/dev-php/pear/pear-1.10.0_alpha2.ebuild
+++ /dev/null
@@ -1,43 +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 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
-}