Skip to content

Commit

Permalink
dev-php/pear: Version bump
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.26
  • Loading branch information
Brian Evans committed Dec 7, 2015
1 parent cc1f3f8 commit ece08b1
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions dev-php/pear/pear-1.10.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# 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
}

0 comments on commit ece08b1

Please sign in to comment.