mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
dev-php/PEAR-MDB2: update EAPI 7 -> 8
Also drop Oracle support. Upstream PHP is doing it. Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
This commit is contained in:
24
dev-php/PEAR-MDB2/PEAR-MDB2-2.5.0_beta5-r3.ebuild
Normal file
24
dev-php/PEAR-MDB2/PEAR-MDB2-2.5.0_beta5-r3.ebuild
Normal file
@@ -0,0 +1,24 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PEAR_PV=${PV/_beta/b}
|
||||
|
||||
inherit php-pear-r2
|
||||
|
||||
DESCRIPTION="Database Abstraction Layer"
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86"
|
||||
IUSE="mssql mysql mysqli postgres sqlite"
|
||||
|
||||
RDEPEND="dev-php/PEAR-PEAR"
|
||||
|
||||
PDEPEND="mssql? ( dev-php/PEAR-MDB2_Driver_mssql )
|
||||
mysql? ( dev-php/PEAR-MDB2_Driver_mysqli )
|
||||
mysqli? ( dev-php/PEAR-MDB2_Driver_mysqli )
|
||||
postgres? ( dev-php/PEAR-MDB2_Driver_pgsql )"
|
||||
|
||||
DOCS=( docs/{CONTRIBUTORS,MAINTAINERS,README,STATUS,TODO} )
|
||||
HTML_DOCS=( docs/datatypes.html )
|
||||
Reference in New Issue
Block a user