public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/obconf/
Date: Wed, 28 Sep 2022 20:44:12 +0000 (UTC)	[thread overview]
Message-ID: <1664397798.3bd96d08800e34cf19a4ed56896ead0c2260a63f.ionen@gentoo> (raw)

commit:     3bd96d08800e34cf19a4ed56896ead0c2260a63f
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 28 20:16:10 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> 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 <ionen <AT> 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
-}


             reply	other threads:[~2022-09-28 20:44 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-28 20:44 Ionen Wolkens [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-07-21 14:49 [gentoo-commits] repo/gentoo:master commit in: x11-misc/obconf/ Yixun Lan
2021-06-14  9:18 Andreas Sturmlechner
2021-06-14  6:40 Sergei Trofimovich
2021-06-13  6:30 Agostino Sarubbo
2021-06-13  6:04 Sam James
2021-06-13  6:04 Sam James
2021-06-12 16:32 Sam James
2021-06-12 16:32 Sam James
2021-06-12 16:32 Sam James
2021-05-15 11:30 Andreas Sturmlechner
2021-05-15 11:30 Andreas Sturmlechner
2021-03-05 22:20 Sam James
2020-02-09 14:42 Mart Raudsepp
2018-07-19  9:12 Johannes Huber
2018-04-20 19:48 David Seifert
2017-11-26 23:33 David Seifert
2017-02-05 19:08 David Seifert
2017-02-05 19:08 David Seifert
2017-01-22 16:27 Agostino Sarubbo
2016-10-01 11:50 Jeroen Roovers
2016-09-26 12:36 Agostino Sarubbo
2016-09-04 10:21 Tobias Klausmann
2016-08-30 20:15 Markus Meier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1664397798.3bd96d08800e34cf19a4ed56896ead0c2260a63f.ionen@gentoo \
    --to=ionen@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox