From 88be7a7b53fc5dd5ce8b5bcf52a0d61a230b044e Mon Sep 17 00:00:00 2001 From: Sergey Popov Date: Wed, 30 Aug 2017 18:34:44 +0300 Subject: app-office/mdbtools: disable optional gnome support, remove myself from maintainers Reported-by: Pacho Ramos Gentoo-Bug: 608420 Package-Manager: Portage-2.3.7, Repoman-2.3.1 --- app-office/mdbtools/mdbtools-0.7.1-r2.ebuild | 11 +++-------- app-office/mdbtools/metadata.xml | 5 ----- 2 files changed, 3 insertions(+), 13 deletions(-) (limited to 'app-office/mdbtools') diff --git a/app-office/mdbtools/mdbtools-0.7.1-r2.ebuild b/app-office/mdbtools/mdbtools-0.7.1-r2.ebuild index 740f5df50f00..1b3e901c9ab9 100644 --- a/app-office/mdbtools/mdbtools-0.7.1-r2.ebuild +++ b/app-office/mdbtools/mdbtools-0.7.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -15,23 +15,18 @@ LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="gnome odbc static-libs" +IUSE="odbc static-libs" RDEPEND=" dev-libs/glib:2 sys-libs/ncurses:0= sys-libs/readline:0= - gnome? ( - gnome-base/libglade:2.0 - gnome-base/libgnomeui - ) odbc? ( >=dev-db/unixODBC-2.0 )" DEPEND="${RDEPEND} app-text/txt2man sys-devel/flex virtual/pkgconfig virtual/yacc - gnome? ( app-text/rarian ) " DOCS=( AUTHORS ChangeLog HACKING NEWS README TODO ) @@ -41,7 +36,7 @@ PATCHES=( "${FILESDIR}/${P}-parallel-make.patch" ) src_configure() { local myeconfargs=( --disable-gtk-doc - $(use_enable gnome gmdb2) + --disable-gmdb2 $(use odbc && echo "--with-unixodbc=${EPREFIX}/usr") ) autotools-utils_src_configure diff --git a/app-office/mdbtools/metadata.xml b/app-office/mdbtools/metadata.xml index 9e769a45b696..94dd4f54fe1c 100644 --- a/app-office/mdbtools/metadata.xml +++ b/app-office/mdbtools/metadata.xml @@ -6,11 +6,6 @@ Chris Kerr Maintainer. Assign bugs to him - - pinkbyte@gentoo.org - Sergey Popov - Proxy maintainer. CC him on bugs - proxy-maint@gentoo.org Proxy Maintainers -- cgit v1.2.3-65-gdbad