From: Brian Evans Date: Tue, 7 Mar 2017 23:53:29 +0000 (-0500) Subject: dev-php/PEAR-MDB2_Driver_oci8: Revision bump for latest EAPI and eclass X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c08b981776a978864c8831eaa56c39af88d29b3b;p=gentoo.git dev-php/PEAR-MDB2_Driver_oci8: Revision bump for latest EAPI and eclass Package-Manager: Portage-2.3.4, Repoman-2.3.2 --- diff --git a/dev-php/PEAR-MDB2_Driver_oci8/PEAR-MDB2_Driver_oci8-1.5.0_beta4-r1.ebuild b/dev-php/PEAR-MDB2_Driver_oci8/PEAR-MDB2_Driver_oci8-1.5.0_beta4-r1.ebuild new file mode 100644 index 000000000000..4c6f42bd15f3 --- /dev/null +++ b/dev-php/PEAR-MDB2_Driver_oci8/PEAR-MDB2_Driver_oci8-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, oci8 driver" +LICENSE="BSD" +SLOT="0" +KEYWORDS="-* ~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-php/PEAR-MDB2-2.5.0_beta3 + dev-lang/php:*[oci8-instant-client(-)]"