public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/c++-gtk-utils/
Date: Sun,  6 Dec 2020 11:06:20 +0000 (UTC)	[thread overview]
Message-ID: <1607252768.2b77cf7b6c43b4daf64c851f4055edf07c181b2c.soap@gentoo> (raw)

commit:     2b77cf7b6c43b4daf64c851f4055edf07c181b2c
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  6 11:06:08 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Dec  6 11:06:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b77cf7b

x11-libs/c++-gtk-utils: Multiple cleanups for stablereq

Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.34.ebuild | 24 +++++++++-------------
 x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.19.ebuild | 24 +++++++++-------------
 2 files changed, 20 insertions(+), 28 deletions(-)

diff --git a/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.34.ebuild b/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.34.ebuild
index 3d40232d770..e3451b412de 100644
--- a/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.34.ebuild
+++ b/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.34.ebuild
@@ -8,28 +8,24 @@ HOMEPAGE="http://cxx-gtk-utils.sourceforge.net/"
 SRC_URI="mirror://sourceforge/${PN/++/xx}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="+gtk nls static-libs"
 SLOT="3"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="+gtk nls"
 
 RDEPEND="
-	>=dev-libs/glib-2.26
-	gtk? ( x11-libs/gtk+:3 )
-"
-DEPEND="
-	${RDEPEND}
+	dev-libs/glib:2
+	gtk? ( x11-libs/gtk+:3 )"
+DEPEND="${RDEPEND}"
+BDEPEND="
 	virtual/pkgconfig
-	nls? ( sys-devel/gettext )
-"
-
-DOCS=( ChangeLog )
+	nls? ( sys-devel/gettext )"
 
 src_configure() {
 	econf \
+		--disable-static \
+		--without-guile \
 		$(use_enable nls) \
-		$(use_with gtk) \
-		$(use_enable static-libs static) \
-		--without-guile
+		$(use_with gtk)
 }
 
 src_install() {

diff --git a/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.19.ebuild b/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.19.ebuild
index b990bfb6365..1186264731d 100644
--- a/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.19.ebuild
+++ b/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.19.ebuild
@@ -8,28 +8,24 @@ HOMEPAGE="http://cxx-gtk-utils.sourceforge.net/"
 SRC_URI="mirror://sourceforge/${PN/++/xx}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="+gtk nls static-libs"
 SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="+gtk nls"
 
 RDEPEND="
-	>=dev-libs/glib-2.26
-	gtk? ( x11-libs/gtk+:3 )
-"
-DEPEND="
-	${RDEPEND}
+	dev-libs/glib:2
+	gtk? ( x11-libs/gtk+:3 )"
+DEPEND="${RDEPEND}"
+BDEPEND="
 	virtual/pkgconfig
-	nls? ( sys-devel/gettext )
-"
-
-DOCS=( ChangeLog )
+	nls? ( sys-devel/gettext )"
 
 src_configure() {
 	econf \
+		--disable-static \
+		--without-guile \
 		$(use_enable nls) \
-		$(use_with gtk) \
-		$(use_enable static-libs static) \
-		--without-guile
+		$(use_with gtk)
 }
 
 src_install() {


             reply	other threads:[~2020-12-06 11:06 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-06 11:06 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-04-17 19:17 [gentoo-commits] repo/gentoo:master commit in: x11-libs/c++-gtk-utils/ Sam James
2021-05-01 18:19 Agostino Sarubbo
2021-03-28  2:37 Jonas Stein
2021-03-15 22:08 Sam James
2021-03-15 22:08 Sam James
2020-12-16 20:56 David Seifert
2020-12-16 20:12 Sam James
2020-12-16 20:12 Sam James
2020-12-06 17:05 Thomas Deutschmann
2020-12-06 11:21 David Seifert
2020-02-15 10:03 David Seifert
2020-01-28  9:50 Jeroen Roovers
2020-01-28  9:50 Jeroen Roovers
2019-06-12  7:25 Jeroen Roovers
2019-06-12  7:25 Jeroen Roovers
2018-10-25  9:42 Jeroen Roovers
2018-10-25  9:42 Jeroen Roovers
2018-07-06 11:18 Jeroen Roovers
2017-12-27  6:45 Jeroen Roovers
2017-12-27  6:45 Jeroen Roovers
2017-02-07 17:48 David Seifert
2016-11-24 23:04 Jeroen Roovers
2016-11-19 11:27 Jeroen Roovers
2016-11-19 11:27 Jeroen Roovers
2016-05-14 11:15 Jeroen Roovers
2016-05-14 11:15 Jeroen Roovers
2015-10-21  4:49 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=1607252768.2b77cf7b6c43b4daf64c851f4055edf07c181b2c.soap@gentoo \
    --to=soap@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