commit:     bb27ffe10363762cdfb324723b7cb7c5a3a4ae83
Author:     Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Sun Feb  5 17:05:07 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Feb  5 19:07:37 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb27ffe1

x11-misc/obconf: Update live ebuild

Gtk3 is required since commit b2d08e79f8499
Libglade not required since commit 976d073496cd1

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3833

 x11-misc/obconf/obconf-9999.ebuild | 21 +++++++--------------
 1 file changed, 7 insertions(+), 14 deletions(-)

diff --git a/x11-misc/obconf/obconf-9999.ebuild 
b/x11-misc/obconf/obconf-9999.ebuild
index 9b35a1f..99ddfd4 100644
--- a/x11-misc/obconf/obconf-9999.ebuild
+++ b/x11-misc/obconf/obconf-9999.ebuild
@@ -1,11 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="2"
+EAPI=6
 
-WANT_AUTOMAKE="1.9"
-inherit autotools fdo-mime git-2
+inherit autotools fdo-mime git-r3
 
 DESCRIPTION="ObConf is a tool for configuring the Openbox window manager"
 HOMEPAGE="http://openbox.org/wiki/ObConf:About";
@@ -16,16 +15,15 @@ SLOT="0"
 KEYWORDS=""
 IUSE="nls"
 
-RDEPEND="gnome-base/libglade:2.0
-       x11-libs/gtk+:2
+RDEPEND="x11-libs/gtk+:3
        x11-libs/startup-notification
        =x11-wm/openbox-9999"
 DEPEND="${RDEPEND}
-       nls? ( sys-devel/gettext )
-       virtual/pkgconfig"
+       virtual/pkgconfig
+       nls? ( sys-devel/gettext )"
 
 src_prepare() {
-       eautopoint
+       default
        eautoreconf
 }
 
@@ -33,11 +31,6 @@ src_configure() {
        econf $(use_enable nls)
 }
 
-src_install() {
-       emake DESTDIR="${D}" install || die "emake install failed"
-       dodoc AUTHORS CHANGELOG README || die "dodoc failed"
-}
-
 pkg_postinst() {
        fdo-mime_desktop_database_update
        fdo-mime_mime_database_update

Reply via email to