PEAR-MDB2_Driver_oci8-1.5.0_beta4-r1.ebuild 354 B

123456789101112131415161718
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. PEAR_PV=${PV/_beta/b}
  5. inherit php-pear-r2
  6. DESCRIPTION="Database Abstraction Layer, oci8 driver"
  7. LICENSE="BSD"
  8. SLOT="0"
  9. KEYWORDS="-* ~amd64 ~x86"
  10. IUSE=""
  11. RDEPEND=">=dev-php/PEAR-MDB2-2.5.0_beta3
  12. dev-lang/php:*[oci8-instant-client(-)]"