Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/obconf/
Date: Sun, 05 Feb 2017 19:08:23
Message-Id: 1486321657.bb27ffe10363762cdfb324723b7cb7c5a3a4ae83.soap@gentoo
1 commit: bb27ffe10363762cdfb324723b7cb7c5a3a4ae83
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 5 17:05:07 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 5 19:07:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb27ffe1
7
8 x11-misc/obconf: Update live ebuild
9
10 Gtk3 is required since commit b2d08e79f8499
11 Libglade not required since commit 976d073496cd1
12
13 Package-Manager: Portage-2.3.3, Repoman-2.3.1
14 Closes: https://github.com/gentoo/gentoo/pull/3833
15
16 x11-misc/obconf/obconf-9999.ebuild | 21 +++++++--------------
17 1 file changed, 7 insertions(+), 14 deletions(-)
18
19 diff --git a/x11-misc/obconf/obconf-9999.ebuild b/x11-misc/obconf/obconf-9999.ebuild
20 index 9b35a1f..99ddfd4 100644
21 --- a/x11-misc/obconf/obconf-9999.ebuild
22 +++ b/x11-misc/obconf/obconf-9999.ebuild
23 @@ -1,11 +1,10 @@
24 -# Copyright 1999-2014 Gentoo Foundation
25 +# Copyright 1999-2017 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 # $Id$
28
29 -EAPI="2"
30 +EAPI=6
31
32 -WANT_AUTOMAKE="1.9"
33 -inherit autotools fdo-mime git-2
34 +inherit autotools fdo-mime git-r3
35
36 DESCRIPTION="ObConf is a tool for configuring the Openbox window manager"
37 HOMEPAGE="http://openbox.org/wiki/ObConf:About"
38 @@ -16,16 +15,15 @@ SLOT="0"
39 KEYWORDS=""
40 IUSE="nls"
41
42 -RDEPEND="gnome-base/libglade:2.0
43 - x11-libs/gtk+:2
44 +RDEPEND="x11-libs/gtk+:3
45 x11-libs/startup-notification
46 =x11-wm/openbox-9999"
47 DEPEND="${RDEPEND}
48 - nls? ( sys-devel/gettext )
49 - virtual/pkgconfig"
50 + virtual/pkgconfig
51 + nls? ( sys-devel/gettext )"
52
53 src_prepare() {
54 - eautopoint
55 + default
56 eautoreconf
57 }
58
59 @@ -33,11 +31,6 @@ src_configure() {
60 econf $(use_enable nls)
61 }
62
63 -src_install() {
64 - emake DESTDIR="${D}" install || die "emake install failed"
65 - dodoc AUTHORS CHANGELOG README || die "dodoc failed"
66 -}
67 -
68 pkg_postinst() {
69 fdo-mime_desktop_database_update
70 fdo-mime_mime_database_update