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 89662139085 for ; Sun, 5 Feb 2017 19:08:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 187A1E0D0E; Sun, 5 Feb 2017 19:08:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ECF72E0D0E for ; Sun, 5 Feb 2017 19:08:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2DFDD341673 for ; Sun, 5 Feb 2017 19:08:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68CC13DCC for ; Sun, 5 Feb 2017 19:08:07 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1486321657.bb27ffe10363762cdfb324723b7cb7c5a3a4ae83.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/obconf/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/obconf/obconf-9999.ebuild X-VCS-Directories: x11-misc/obconf/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: bb27ffe10363762cdfb324723b7cb7c5a3a4ae83 X-VCS-Branch: master Date: Sun, 5 Feb 2017 19:08:07 +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-Archives-Salt: fd74d084-b344-4791-87be-b69da62b23dd X-Archives-Hash: 766131648a1c024a5903394eb3e07f89 commit: bb27ffe10363762cdfb324723b7cb7c5a3a4ae83 Author: Harri Nieminen gmail com> AuthorDate: Sun Feb 5 17:05:07 2017 +0000 Commit: David Seifert gentoo 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