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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AEEF4158094 for ; Wed, 28 Sep 2022 20:44:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D416DE0922; Wed, 28 Sep 2022 20:44:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC212E0922 for ; Wed, 28 Sep 2022 20:44:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D4CE9341135 for ; Wed, 28 Sep 2022 20:44:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31A0E5D4 for ; Wed, 28 Sep 2022 20:44:12 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1664397798.3bd96d08800e34cf19a4ed56896ead0c2260a63f.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/obconf/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/obconf/obconf-2.0.4_p20150213-r1.ebuild x11-misc/obconf/obconf-2.0.4_p20150213.ebuild X-VCS-Directories: x11-misc/obconf/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 3bd96d08800e34cf19a4ed56896ead0c2260a63f X-VCS-Branch: master Date: Wed, 28 Sep 2022 20:44:12 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0baafd8a-1576-4b3d-8a61-d7fac3a7a20a X-Archives-Hash: a6abe64dd79ece71d1c51b97f402449f commit: 3bd96d08800e34cf19a4ed56896ead0c2260a63f Author: Ionen Wolkens gentoo org> AuthorDate: Wed Sep 28 20:16:10 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Wed Sep 28 20:43:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bd96d08 x11-misc/obconf: EAPI7->8, tidy, use bit more pedantic deps Signed-off-by: Ionen Wolkens gentoo.org> ...213.ebuild => obconf-2.0.4_p20150213-r1.ebuild} | 40 ++++++++++------------ 1 file changed, 18 insertions(+), 22 deletions(-) diff --git a/x11-misc/obconf/obconf-2.0.4_p20150213.ebuild b/x11-misc/obconf/obconf-2.0.4_p20150213-r1.ebuild similarity index 55% rename from x11-misc/obconf/obconf-2.0.4_p20150213.ebuild rename to x11-misc/obconf/obconf-2.0.4_p20150213-r1.ebuild index b7462187832e..3d916d661ce9 100644 --- a/x11-misc/obconf/obconf-2.0.4_p20150213.ebuild +++ b/x11-misc/obconf/obconf-2.0.4_p20150213-r1.ebuild @@ -1,15 +1,16 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -COMMIT=63ec47c5e295ad4f09d1df6d92afb7e10c3fec39 -inherit autotools xdg-utils +inherit autotools xdg + +HASH_OBCONF=63ec47c5e295ad4f09d1df6d92afb7e10c3fec39 DESCRIPTION="Tool for configuring the Openbox window manager" HOMEPAGE="http://openbox.org/wiki/ObConf:About" -SRC_URI="http://git.openbox.org/?p=dana/obconf.git;a=snapshot;h=${COMMIT};sf=tgz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-${COMMIT:0:7}" +SRC_URI="http://git.openbox.org/?p=dana/obconf.git;a=snapshot;h=${HASH_OBCONF};sf=tgz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${HASH_OBCONF::7}" LICENSE="GPL-2" SLOT="0" @@ -17,32 +18,27 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv sparc x86 ~x86-lin IUSE="nls" RDEPEND=" + dev-libs/glib:2 + dev-libs/libxml2 + x11-libs/cairo x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:3 + x11-libs/gtk+:3[X] + x11-libs/libX11 x11-libs/startup-notification - >=x11-wm/openbox-3.5.2 -" -DEPEND="${RDEPEND}" + x11-wm/openbox:3" +DEPEND=" + ${RDEPEND} + x11-base/xorg-proto" BDEPEND=" virtual/pkgconfig - nls? ( sys-devel/gettext ) -" + nls? ( sys-devel/gettext )" src_prepare() { default + eautoreconf } src_configure() { econf $(use_enable nls) } - -pkg_postinst() { - xdg_desktop_database_update - xdg_mimeinfo_database_update -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_mimeinfo_database_update -}