public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/gtkdialog/
Date: Sun,  7 Mar 2021 11:53:35 +0000 (UTC)	[thread overview]
Message-ID: <1615117998.3b45b31ec49092beb01f5f34a124f3ad26f8b291.asturm@gentoo> (raw)

commit:     3b45b31ec49092beb01f5f34a124f3ad26f8b291
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  7 11:52:59 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar  7 11:53:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b45b31e

x11-misc/gtkdialog: Drop IUSE=gtk2, use BDEPEND (fix EAPI-7 port)

Bug: https://bugs.gentoo.org/769131
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-misc/gtkdialog/gtkdialog-99999.ebuild | 25 ++++++++++---------------
 1 file changed, 10 insertions(+), 15 deletions(-)

diff --git a/x11-misc/gtkdialog/gtkdialog-99999.ebuild b/x11-misc/gtkdialog/gtkdialog-99999.ebuild
index bea5590a20b..c23bccd2c83 100644
--- a/x11-misc/gtkdialog/gtkdialog-99999.ebuild
+++ b/x11-misc/gtkdialog/gtkdialog-99999.ebuild
@@ -1,35 +1,31 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 inherit autotools git-r3 xdg-utils
 
-DESCRIPTION="A small utility for fast and easy GUI building"
+DESCRIPTION="Small utility for fast and easy GUI building"
 HOMEPAGE="https://github.com/oshazard/gtkdialog"
 EGIT_REPO_URI="https://github.com/oshazard/gtkdialog"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
-IUSE="gtk2"
+IUSE=""
 
 RDEPEND="
-	gtk2? (
-		x11-libs/gtk+:2
-		x11-libs/vte:0=
-	)
-	!gtk2? (
-		x11-libs/gtk+:3
-		x11-libs/vte:2.91=
-	)
+	x11-libs/gtk+:3
+	x11-libs/vte:2.91=
 "
-DEPEND="
-	${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
 	sys-apps/texinfo
 	sys-devel/flex
 	virtual/pkgconfig
 	virtual/yacc
 "
+
 PATCHES=(
 	"${FILESDIR}"/${PN}-0.8.3-fno-common.patch
 	"${FILESDIR}"/${PN}-0.8.3-do_variables_count_widgets.patch
@@ -41,8 +37,7 @@ src_prepare() {
 }
 
 src_configure() {
-	econf \
-		$(usex gtk2 --disable-gtk3  --enable-gtk3)
+	econf --enable-gtk3
 }
 
 src_compile() {


             reply	other threads:[~2021-03-07 11:53 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-07 11:53 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-08 12:03 [gentoo-commits] repo/gentoo:master commit in: x11-misc/gtkdialog/ Sam James
2022-12-18 19:41 Arthur Zamarin
2022-12-18 12:00 Sam James
2022-11-15  2:45 Sam James
2022-10-31 17:39 Matt Turner
2021-12-20  1:00 Jonas Stein
2021-10-19 19:09 Jakov Smolić
2021-02-07 20:19 Andreas Sturmlechner
2021-02-07 20:19 Andreas Sturmlechner
2021-02-07  8:57 Sam James
2021-02-07  1:06 Sam James
2020-02-02 10:58 Jeroen Roovers
2020-02-02 10:58 Jeroen Roovers
2020-02-02 10:58 Jeroen Roovers
2020-01-13 10:07 David Seifert
2018-07-28 12:13 Jeroen Roovers
2017-02-19 23:46 David Seifert
2017-02-19 23:46 David Seifert
2017-01-04 15:29 Agostino Sarubbo
2016-12-20 19:16 Tobias Klausmann
2016-10-02 10:42 Jeroen Roovers
2016-10-02 10:42 Jeroen Roovers

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=1615117998.3b45b31ec49092beb01f5f34a124f3ad26f8b291.asturm@gentoo \
    --to=asturm@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