From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8B317138334 for ; Mon, 11 Feb 2019 18:25:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0046E070D; Mon, 11 Feb 2019 18:25:24 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 700E7E070D for ; Mon, 11 Feb 2019 18:25:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 56E89335D55 for ; Mon, 11 Feb 2019 18:25:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 815FD536 for ; Mon, 11 Feb 2019 18:25:20 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1549909501.b02183ab8fc017f9f800ad3c455e59e583257af8.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgda/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/libgda/libgda-5.2.4-r3.ebuild gnome-extra/libgda/libgda-5.2.8-r1.ebuild gnome-extra/libgda/libgda-5.2.8.ebuild X-VCS-Directories: gnome-extra/libgda/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: b02183ab8fc017f9f800ad3c455e59e583257af8 X-VCS-Branch: master Date: Mon, 11 Feb 2019 18:25:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3e28e74d-c622-48bf-b1ef-ac1f7735e3f2 X-Archives-Hash: 56c0fc7d3287e65ab2485b3e7631287e commit: b02183ab8fc017f9f800ad3c455e59e583257af8 Author: Brian Evans gentoo org> AuthorDate: Mon Feb 11 18:25:01 2019 +0000 Commit: Brian Evans gentoo org> CommitDate: Mon Feb 11 18:25:01 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b02183ab gnome-extra/libgda: Revbump for mysql dependency change Non-maintainer commit Ack-by: leio gentoo.org Bug: https://bugs.gentoo.org/665902 Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Brian Evans gentoo.org> ...{libgda-5.2.8.ebuild => libgda-5.2.4-r3.ebuild} | 45 ++++++++++++++-------- ...{libgda-5.2.8.ebuild => libgda-5.2.8-r1.ebuild} | 4 +- 2 files changed, 31 insertions(+), 18 deletions(-) diff --git a/gnome-extra/libgda/libgda-5.2.8.ebuild b/gnome-extra/libgda/libgda-5.2.4-r3.ebuild similarity index 83% copy from gnome-extra/libgda/libgda-5.2.8.ebuild copy to gnome-extra/libgda/libgda-5.2.4-r3.ebuild index 6570bb39df7..17ea3fb66a1 100644 --- a/gnome-extra/libgda/libgda-5.2.8.ebuild +++ b/gnome-extra/libgda/libgda-5.2.4-r3.ebuild @@ -1,13 +1,12 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 GNOME2_LA_PUNT="yes" -GNOME2_EAUTORECONF="yes" PYTHON_COMPAT=( python2_7 ) VALA_USE_DEPEND="vapigen" -inherit db-use eutils flag-o-matic gnome2 java-pkg-opt-2 python-single-r1 vala +inherit autotools db-use eutils flag-o-matic gnome2 java-pkg-opt-2 python-single-r1 vala DESCRIPTION="GNOME database access library" HOMEPAGE="http://www.gnome-db.org/" @@ -47,21 +46,19 @@ RDEPEND=" json? ( dev-libs/json-glib ) ldap? ( net-nds/openldap:= ) mdb? ( >app-office/mdbtools-0.5:= ) - mysql? ( virtual/mysql:= ) + mysql? ( dev-db/mysql-connector-c:0= ) postgres? ( dev-db/postgresql:= ) reports? ( ${PYTHON_DEPS} dev-java/fop dev-python/reportlab ) - ssl? ( dev-libs/openssl:0= ) - >=dev-db/sqlite-3.10.2:3= + ssl? ( =dev-db/sqlite-3.6.22:3= vala? ( dev-libs/libgee:0.8 ) " # java dep shouldn't rely on slots, bug #450004 -# TODO: libgee shouldn't be needed at build with USE=-vala, but needs build system fixes - bug 674066 DEPEND="${RDEPEND} - dev-libs/libgee:0.8 >=app-text/gnome-doc-utils-0.9 app-text/yelp-tools dev-util/glib-utils @@ -88,6 +85,13 @@ src_prepare() { # Fix compilation with -Werror=format-security (from 'master') eapply "${FILESDIR}"/${PN}-5.2.4-format-security.patch + # Support JRE 1.8 (from Fedora) + eapply "${FILESDIR}"/${PN}-5.2.4-jre18.patch + + # Fix vala test, + # https://bugzilla.gnome.org/show_bug.cgi?id=761424 + eapply "${FILESDIR}"/${PN}-5.2.4-vala-check.patch + use berkdb && append-cppflags "-I$(db_includedir)" use reports || @@ -114,18 +118,25 @@ src_prepare() { die "mv ${f} failed" done + eautoreconf gnome2_src_prepare java-pkg-opt-2_src_prepare use vala && vala_src_prepare - - # Support JRE 1.8 (from Fedora) - patches configure, so applied AFTER gnome2_src_prepare runs eautoreconf - eapply "${FILESDIR}"/${PN}-5.2.4-jre18.patch - } src_configure() { - # Upstream broken configure handling for UI library introspection and vala bindings if passing a choice with use_enable - https://gitlab.gnome.org/GNOME/libgda/issues/158 - # But if we don't pass an explicit choice, it behaves as we need (only enable them if --enable-ui AND the appropriate --enable-introspection or --enable-vala) + local myconf=( ) + if use introspection ; then + myconf+=( $(use_enable gtk gdaui-gi) ) + else + myconf+=( --disable-gdaui-gi ) + fi + if use vala ; then + myconf+=( $(use_enable gtk gdaui-vala) ) + else + myconf+=( --disable-gdaui-vala ) + fi + gnome2_src_configure \ --with-help \ --disable-default-binary \ @@ -140,17 +151,19 @@ src_configure() { $(use_with gtk ui) \ $(use_with http libsoup) \ $(use_enable introspection) \ + $(use_enable introspection gda-gi) \ "$(use_with java java $JAVA_HOME)" \ $(use_enable json) \ $(use_with ldap) \ - --with-ldap-libdir-name="$(get_libdir)" \ $(use_with mdb mdb /usr) \ $(use_with mysql mysql /usr) \ $(use_with oci8 oracle) \ $(use_with postgres postgres /usr) \ $(use_enable ssl crypto) \ $(use_with sourceview gtksourceview) \ - $(use_enable vala) + $(use_enable vala) \ + $(use_enable vala vala-extensions) \ + ${myconf[@]} } pkg_preinst() { diff --git a/gnome-extra/libgda/libgda-5.2.8.ebuild b/gnome-extra/libgda/libgda-5.2.8-r1.ebuild similarity index 98% rename from gnome-extra/libgda/libgda-5.2.8.ebuild rename to gnome-extra/libgda/libgda-5.2.8-r1.ebuild index 6570bb39df7..afb0f66db4c 100644 --- a/gnome-extra/libgda/libgda-5.2.8.ebuild +++ b/gnome-extra/libgda/libgda-5.2.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -47,7 +47,7 @@ RDEPEND=" json? ( dev-libs/json-glib ) ldap? ( net-nds/openldap:= ) mdb? ( >app-office/mdbtools-0.5:= ) - mysql? ( virtual/mysql:= ) + mysql? ( dev-db/mysql-connector-c:0= ) postgres? ( dev-db/postgresql:= ) reports? ( ${PYTHON_DEPS}