From: Brian Evans Date: Wed, 8 Mar 2017 00:14:13 +0000 (-0500) Subject: dev-php/PEAR-MDB2_Driver_pgsql: Revbump for new EAPI and eclass, update deps X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6cc7b10dc26efcd4c1c3990bd577471e8a03d5a2;p=gentoo.git dev-php/PEAR-MDB2_Driver_pgsql: Revbump for new EAPI and eclass, update deps Package-Manager: Portage-2.3.4, Repoman-2.3.2 --- diff --git a/dev-php/PEAR-MDB2_Driver_pgsql/PEAR-MDB2_Driver_pgsql-1.5.0_beta4-r1.ebuild b/dev-php/PEAR-MDB2_Driver_pgsql/PEAR-MDB2_Driver_pgsql-1.5.0_beta4-r1.ebuild new file mode 100644 index 000000000000..3a6a08a7ac16 --- /dev/null +++ b/dev-php/PEAR-MDB2_Driver_pgsql/PEAR-MDB2_Driver_pgsql-1.5.0_beta4-r1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PEAR_PV=${PV/_beta/b} + +inherit php-pear-r2 + +DESCRIPTION="Database Abstraction Layer, pgsql driver" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND=">=dev-php/PEAR-MDB2-2.5.0_beta3 + dev-lang/php:*[postgres(-)]"