summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2014-10-08 01:25:40 +0000
committerBrian Evans <grknight@gentoo.org>2014-10-08 01:25:40 +0000
commitc3142e33fbfa764fa689a5295343c87c4b5b9ce3 (patch)
treeb4a500bdc6d6356ba85a75c0741377e249837b78 /dev-php/pear/pear-1.9.3.ebuild
parentRemove old. (diff)
downloadgentoo-2-c3142e33fbfa764fa689a5295343c87c4b5b9ce3.tar.gz
gentoo-2-c3142e33fbfa764fa689a5295343c87c4b5b9ce3.tar.bz2
gentoo-2-c3142e33fbfa764fa689a5295343c87c4b5b9ce3.zip
EAPI bump; drop old
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
Diffstat (limited to 'dev-php/pear/pear-1.9.3.ebuild')
-rw-r--r--dev-php/pear/pear-1.9.3.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/dev-php/pear/pear-1.9.3.ebuild b/dev-php/pear/pear-1.9.3.ebuild
deleted file mode 100644
index fc0fc52c588c..000000000000
--- a/dev-php/pear/pear-1.9.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pear/pear-1.9.3.ebuild,v 1.8 2014/01/26 18:24:24 olemarkus Exp $
-
-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=""
-
-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.phpunit.de
- pear.php-baustelle.de pear.phpontrax.com pear.agavi.org"
-
- for chan in ${pearchans} ; do
- pear channel-discover ${chan}
- pear channel-update ${chan}
- done
-}