Gentoo Archives: gentoo-commits

From: Sergey Popov <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/mdbtools/
Date: Wed, 30 Aug 2017 15:36:05
Message-Id: 1504107284.88be7a7b53fc5dd5ce8b5bcf52a0d61a230b044e.pinkbyte@gentoo
1 commit: 88be7a7b53fc5dd5ce8b5bcf52a0d61a230b044e
2 Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 30 15:34:44 2017 +0000
4 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 30 15:34:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88be7a7b
7
8 app-office/mdbtools: disable optional gnome support,
9 remove myself from maintainers
10
11 Reported-by: Pacho Ramos <pacho <AT> gentoo.org>
12 Gentoo-Bug: 608420
13
14 Package-Manager: Portage-2.3.7, Repoman-2.3.1
15
16 app-office/mdbtools/mdbtools-0.7.1-r2.ebuild | 11 +++--------
17 app-office/mdbtools/metadata.xml | 5 -----
18 2 files changed, 3 insertions(+), 13 deletions(-)
19
20 diff --git a/app-office/mdbtools/mdbtools-0.7.1-r2.ebuild b/app-office/mdbtools/mdbtools-0.7.1-r2.ebuild
21 index 740f5df50f0..1b3e901c9ab 100644
22 --- a/app-office/mdbtools/mdbtools-0.7.1-r2.ebuild
23 +++ b/app-office/mdbtools/mdbtools-0.7.1-r2.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2016 Gentoo Foundation
26 +# Copyright 1999-2017 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI="5"
30 @@ -15,23 +15,18 @@ LICENSE="GPL-2 LGPL-2.1"
31 SLOT="0"
32 KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
33
34 -IUSE="gnome odbc static-libs"
35 +IUSE="odbc static-libs"
36
37 RDEPEND="
38 dev-libs/glib:2
39 sys-libs/ncurses:0=
40 sys-libs/readline:0=
41 - gnome? (
42 - gnome-base/libglade:2.0
43 - gnome-base/libgnomeui
44 - )
45 odbc? ( >=dev-db/unixODBC-2.0 )"
46 DEPEND="${RDEPEND}
47 app-text/txt2man
48 sys-devel/flex
49 virtual/pkgconfig
50 virtual/yacc
51 - gnome? ( app-text/rarian )
52 "
53
54 DOCS=( AUTHORS ChangeLog HACKING NEWS README TODO )
55 @@ -41,7 +36,7 @@ PATCHES=( "${FILESDIR}/${P}-parallel-make.patch" )
56 src_configure() {
57 local myeconfargs=(
58 --disable-gtk-doc
59 - $(use_enable gnome gmdb2)
60 + --disable-gmdb2
61 $(use odbc && echo "--with-unixodbc=${EPREFIX}/usr")
62 )
63 autotools-utils_src_configure
64
65 diff --git a/app-office/mdbtools/metadata.xml b/app-office/mdbtools/metadata.xml
66 index 9e769a45b69..94dd4f54fe1 100644
67 --- a/app-office/mdbtools/metadata.xml
68 +++ b/app-office/mdbtools/metadata.xml
69 @@ -6,11 +6,6 @@
70 <name>Chris Kerr</name>
71 <description>Maintainer. Assign bugs to him</description>
72 </maintainer>
73 - <maintainer type="person">
74 - <email>pinkbyte@g.o</email>
75 - <name>Sergey Popov</name>
76 - <description>Proxy maintainer. CC him on bugs</description>
77 - </maintainer>
78 <maintainer type="project">
79 <email>proxy-maint@g.o</email>
80 <name>Proxy Maintainers</name>