summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2016-07-29 14:03:21 -0400
committerBrian Evans <grknight@gentoo.org>2016-07-29 14:03:21 -0400
commit9228b2b92e86b5ff54de43da0a52bb59edd17a81 (patch)
tree3416eef6793319e9ca91ddf39774837d1f4ee38b /dev-php
parentdev-php/PEAR-PEAR: Revbump to move pkg_postinst from dev-php/pear (diff)
downloadgentoo-9228b2b92e86b5ff54de43da0a52bb59edd17a81.tar.gz
gentoo-9228b2b92e86b5ff54de43da0a52bb59edd17a81.tar.bz2
gentoo-9228b2b92e86b5ff54de43da0a52bb59edd17a81.zip
dev-php/pear: Revbump to move pkg_postinst and deps to dev-php/PEAR-PEAR
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/pear/pear-1.10.1-r1.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-php/pear/pear-1.10.1-r1.ebuild b/dev-php/pear/pear-1.10.1-r1.ebuild
new file mode 100644
index 000000000000..c70eb264af63
--- /dev/null
+++ b/dev-php/pear/pear-1.10.1-r1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+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=""
+RDEPEND=">=dev-php/PEAR-PEAR-${PVR}"