commit: a62686258aa9dd5e3d9feb57ef0750e935764d5e Author: Hank Leininger <hlein <AT> korelogic <DOT> com> AuthorDate: Sat Aug 23 01:03:36 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Oct 3 01:14:19 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6268625
gnome-extra/libgda: drop references to removed dev-db/firebird Bug: https://bugs.gentoo.org/909528 Signed-off-by: Hank Leininger <hlein <AT> korelogic.com> Part-of: https://github.com/gentoo/gentoo/pull/43537 Signed-off-by: Sam James <sam <AT> gentoo.org> gnome-extra/libgda/libgda-5.2.9-r3.ebuild | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/gnome-extra/libgda/libgda-5.2.9-r3.ebuild b/gnome-extra/libgda/libgda-5.2.9-r3.ebuild index 412b5c807178..ae29e4d05df4 100644 --- a/gnome-extra/libgda/libgda-5.2.9-r3.ebuild +++ b/gnome-extra/libgda/libgda-5.2.9-r3.ebuild @@ -9,13 +9,12 @@ inherit db-use gnome2 java-pkg-opt-2 vala virtualx DESCRIPTION="GNOME database access library" HOMEPAGE="https://www.gnome-db.org/" -# firebird license is not GPL compatible LICENSE="GPL-2+ LGPL-2+" SLOT="5/4" # subslot = libgda-5.0 soname version KEYWORDS="~alpha amd64 ~arm64 ~ppc ~ppc64 ~riscv ~sparc x86" -IUSE="berkdb canvas debug firebird keyring gtk graphviz http +introspection json ldap mdb mysql oci8 postgres sourceview ssl vala" +IUSE="berkdb canvas debug keyring gtk graphviz http +introspection json ldap mdb mysql oci8 postgres sourceview ssl vala" REQUIRED_USE=" canvas? ( gtk ) graphviz? ( gtk ) @@ -31,7 +30,6 @@ RDEPEND=" sys-libs/readline:0= sys-libs/ncurses:0= berkdb? ( sys-libs/db:* ) - firebird? ( dev-db/firebird ) keyring? ( app-crypt/libsecret ) gtk? ( >=x11-libs/gtk+-3.0.0:3 @@ -67,11 +65,6 @@ BDEPEND=" vala? ( $(vala_depend) ) " -# firebird support bindist-restricted because it is not GPL compatible -RESTRICT=" - firebird? ( bindist ) -" - pkg_setup() { java-pkg-opt-2_pkg_setup } @@ -146,7 +139,6 @@ src_configure() { $(use_with berkdb bdb-libdir-name "${bdblib}") \ $(use_with canvas goocanvas) \ $(use_enable debug) \ - $(use_with firebird firebird /usr) \ $(use_with keyring libsecret) \ $(use_with graphviz) \ $(use_with gtk ui) \
