public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/c++-gtk-utils/
Date: Mon, 15 Mar 2021 22:08:13 +0000 (UTC)	[thread overview]
Message-ID: <1615846026.e3180b3b7613bf08d6c4751bc6ef0efbb7ea90c1.sam@gentoo> (raw)

commit:     e3180b3b7613bf08d6c4751bc6ef0efbb7ea90c1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 22:07:06 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 22:07:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3180b3b

x11-libs/c++-gtk-utils: add 2.2.20

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-libs/c++-gtk-utils/Manifest                    |  1 +
 x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.20.ebuild | 40 ++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/x11-libs/c++-gtk-utils/Manifest b/x11-libs/c++-gtk-utils/Manifest
index 5e27f0a323a..ec27b38368f 100644
--- a/x11-libs/c++-gtk-utils/Manifest
+++ b/x11-libs/c++-gtk-utils/Manifest
@@ -1,2 +1,3 @@
 DIST c++-gtk-utils-2.0.34.tar.gz 2865687 BLAKE2B 4978bf9ce5ce364db5ad51bcb2d604ac2e7a22656e2affbc39785b7f27db6c75a77c1965e3524b6c617836aa5ae840c4ef45e0ea65eff01f12acb1ea770c04b2 SHA512 f155e50d152cd1444d282c47e995ea8cd93ead529d0cd86c11d548a266a567c83cf3367cdb82dd8d68af1bce28809c957d3e39595bcb0affe87db8f48718f6d4
 DIST c++-gtk-utils-2.2.19.tar.gz 3060284 BLAKE2B 5edd6a5042cb79cc95e8080cd76d284dfa47641c8a01a6d80ff6cfdbecf5797b6a99a5b7f209c35e0da9a2bc5331225dd2f13f30bbcc3bbb04aaabdadb3cb643 SHA512 c6527cc32b6a14a5fe24705a91a6918863f418ec8a274d24c79b65e905efefab53a5e53edfa57b31ed8b14ab8d9d26b4876861cab37e3702df456feb84e1cc5c
+DIST c++-gtk-utils-2.2.20.tar.gz 3085409 BLAKE2B 2b0ca2a3beb3ee82416cb1d731704f43398db06bd9bc03dea2875a2d6a1f80dc14b9fe418bea1467caf29d5ba9d8e4feefe7451bb69734561a580ed012755a41 SHA512 1e834c163f1c236e1a2fbdf92e93e98e88ebd6da04b87be52087fa7f7f395a9bd90e111958f3b9473938e7563182ed5c37fd2d2c4ef683933cb16f3b4665d1b3

diff --git a/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.20.ebuild b/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.20.ebuild
new file mode 100644
index 00000000000..40a1c6ed5a6
--- /dev/null
+++ b/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.20.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit virtualx
+
+DESCRIPTION="A number of classes and functions for programming GTK+ programs using C++"
+HOMEPAGE="http://cxx-gtk-utils.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN/++/xx}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="+gtk nls"
+
+RDEPEND="
+	dev-libs/glib:2
+	gtk? ( x11-libs/gtk+:3 )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	virtual/pkgconfig
+	nls? ( sys-devel/gettext )"
+
+src_configure() {
+	econf \
+		--disable-static \
+		--without-guile \
+		$(use_enable nls) \
+		$(use_with gtk)
+}
+
+src_test() {
+	virtx default
+}
+
+src_install() {
+	default
+	find "${ED}" -name '*.la' -delete || die
+}


             reply	other threads:[~2021-03-15 22:08 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-15 22:08 Sam James [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
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-12-06 11:06 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=1615846026.e3180b3b7613bf08d6c4751bc6ef0efbb7ea90c1.sam@gentoo \
    --to=sam@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