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 5BC751382C5 for ; Sun, 6 Dec 2020 11:06:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 763A3E0858; Sun, 6 Dec 2020 11:06:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5AC04E0858 for ; Sun, 6 Dec 2020 11:06:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3CF9A34124F for ; Sun, 6 Dec 2020 11:06:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2E2438A for ; Sun, 6 Dec 2020 11:06:20 +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: <1607252768.2b77cf7b6c43b4daf64c851f4055edf07c181b2c.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/c++-gtk-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.34.ebuild x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.19.ebuild X-VCS-Directories: x11-libs/c++-gtk-utils/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 2b77cf7b6c43b4daf64c851f4055edf07c181b2c X-VCS-Branch: master Date: Sun, 6 Dec 2020 11:06:20 +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: fe43312d-a0b2-4330-aa6b-7534473ab539 X-Archives-Hash: 9deb772853ebe051bdcaf2b84549891f commit: 2b77cf7b6c43b4daf64c851f4055edf07c181b2c Author: David Seifert gentoo org> AuthorDate: Sun Dec 6 11:06:08 2020 +0000 Commit: David Seifert gentoo 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 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() {