commit:     c1dc0dd80d2391b83f4df8b93d90bf659bbf1d97
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 18 13:45:42 2025 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Jan 18 13:48:52 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1dc0dd8

dev-lang/php: drop USE=firebird from ~arch ebuilds

Firebird was treecleaned.

Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 dev-lang/php/{php-8.2.27.ebuild => php-8.2.27-r1.ebuild} | 7 ++-----
 dev-lang/php/php-8.3.16.ebuild                           | 5 +----
 2 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/dev-lang/php/php-8.2.27.ebuild b/dev-lang/php/php-8.2.27-r1.ebuild
similarity index 99%
rename from dev-lang/php/php-8.2.27.ebuild
rename to dev-lang/php/php-8.2.27-r1.ebuild
index a0a30a60f6a4..48520240c2fd 100644
--- a/dev-lang/php/php-8.2.27.ebuild
+++ b/dev-lang/php/php-8.2.27-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -32,7 +32,7 @@ IUSE="${IUSE}
 
 IUSE="${IUSE} acl apparmor argon2 avif bcmath berkdb bzip2 calendar
        cdb cjk +ctype curl debug
-       enchant exif ffi +fileinfo +filter firebird
+       enchant exif ffi +fileinfo +filter
        +flatfile ftp gd gdbm gmp +iconv imap inifile
        intl iodbc ipv6 +jit kerberos ldap ldap-sasl libedit lmdb
        mhash mssql mysql mysqli nls
@@ -65,7 +65,6 @@ REQUIRED_USE="
        qdbm? ( !gdbm )
        session-mm? ( session !threads )
        mysql? ( || ( mysqli pdo ) )
-       firebird? ( pdo )
        mssql? ( pdo )
        test? ( cli )
 "
@@ -89,7 +88,6 @@ COMMON_DEPEND="
        curl? ( >=net-misc/curl-7.29.0 )
        enchant? ( app-text/enchant:2 )
        ffi? ( >=dev-libs/libffi-3.0.11:= )
-       firebird? ( dev-db/firebird )
        gd? ( media-libs/libjpeg-turbo:0= media-libs/libpng:0= )
        gdbm? ( >=sys-libs/gdbm-1.8.0:0= )
        gmp? ( dev-libs/gmp:0= )
@@ -542,7 +540,6 @@ src_configure() {
                        $(use_with mysql pdo-mysql "mysqlnd")
                        $(use_with postgres pdo-pgsql)
                        $(use_with sqlite pdo-sqlite)
-                       $(use_with firebird pdo-firebird "${EPREFIX}/usr")
                        $(use_with oci8-instant-client pdo-oci)
                )
        fi

diff --git a/dev-lang/php/php-8.3.16.ebuild b/dev-lang/php/php-8.3.16.ebuild
index be32cb4fd3c8..afb477c73b90 100644
--- a/dev-lang/php/php-8.3.16.ebuild
+++ b/dev-lang/php/php-8.3.16.ebuild
@@ -31,7 +31,7 @@ IUSE="${IUSE}
 
 IUSE="${IUSE} acl apparmor argon2 avif bcmath berkdb bzip2 calendar
        capstone cdb +ctype curl debug
-       enchant exif ffi +fileinfo +filter firebird
+       enchant exif ffi +fileinfo +filter
        +flatfile ftp gd gdbm gmp +iconv imap inifile
        intl iodbc ipv6 +jit jpeg kerberos ldap ldap-sasl libedit lmdb
        mhash mssql mysql mysqli nls
@@ -56,7 +56,6 @@ REQUIRED_USE="
        qdbm? ( !gdbm )
        session-mm? ( session !threads )
        mysql? ( || ( mysqli pdo ) )
-       firebird? ( pdo )
        mssql? ( pdo )
        test? ( cli )
        postgres? ( ${POSTGRES_REQ_USE} )
@@ -81,7 +80,6 @@ COMMON_DEPEND="
        curl? ( net-misc/curl )
        enchant? ( app-text/enchant:2 )
        ffi? ( dev-libs/libffi:= )
-       firebird? ( dev-db/firebird )
        gd? (
                >=media-libs/gd-2.3.3-r4[avif?,jpeg?,png?,truetype?,webp?,xpm?]
        )
@@ -498,7 +496,6 @@ src_configure() {
                        $(use_with mysql pdo-mysql "mysqlnd")
                        $(use_with postgres pdo-pgsql)
                        $(use_with sqlite pdo-sqlite)
-                       $(use_with firebird pdo-firebird "${EPREFIX}/usr")
                )
        fi
 

Reply via email to