From: Brian Evans Date: Wed, 8 Mar 2017 00:06:29 +0000 (-0500) Subject: dev-php/PEAR-MDB2_Driver_mssql: Revbump for new EAPI and eclass X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ab9bb065fc36edb8d6ad06a2d6c126bc3c6403e0;p=gentoo.git dev-php/PEAR-MDB2_Driver_mssql: Revbump for new EAPI and eclass Package-Manager: Portage-2.3.4, Repoman-2.3.2 --- diff --git a/dev-php/PEAR-MDB2_Driver_mssql/PEAR-MDB2_Driver_mssql-1.5.0_beta4-r1.ebuild b/dev-php/PEAR-MDB2_Driver_mssql/PEAR-MDB2_Driver_mssql-1.5.0_beta4-r1.ebuild new file mode 100644 index 000000000000..272dc05780ce --- /dev/null +++ b/dev-php/PEAR-MDB2_Driver_mssql/PEAR-MDB2_Driver_mssql-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, mssql driver" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND=">=dev-php/PEAR-MDB2-2.5.0_beta3 + dev-lang/php:*[mssql]"