From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/c++-gtk-utils/
Date: Wed, 12 Jun 2019 07:25:31 +0000 (UTC) [thread overview]
Message-ID: <1560324327.f6fbbed18f2f4b7e8e9b648c0838578490b9d72d.jer@gentoo> (raw)
commit: f6fbbed18f2f4b7e8e9b648c0838578490b9d72d
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 12 07:10:23 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Jun 12 07:25:27 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6fbbed1
x11-libs/c++-gtk-utils: Version 2.2.18
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
x11-libs/c++-gtk-utils/Manifest | 1 +
x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.18.ebuild | 41 ++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/x11-libs/c++-gtk-utils/Manifest b/x11-libs/c++-gtk-utils/Manifest
index 2183f03c88f..f27b0fe89a1 100644
--- a/x11-libs/c++-gtk-utils/Manifest
+++ b/x11-libs/c++-gtk-utils/Manifest
@@ -4,3 +4,4 @@ DIST c++-gtk-utils-2.0.33.tar.gz 2837861 BLAKE2B d76333ea2c285e35c9c59ac6705c6c4
DIST c++-gtk-utils-2.2.10.tar.gz 2643918 BLAKE2B 3953b8acb7e8fcb47cfc55ade75baa6dd344e2e6e25187e67346137ef4cc241817c893597d75ae58462aaf0a0b58db5f018fd053e1da0b38716ae41c8ed40af3 SHA512 a0ea673988c95404846da6af6ff7ea51978653df3781be6a8323db5fe96826e94b0de9bbda5d3b821bbba2286dda6e66f4c099de4cd8da7bdefa4caa684d7a31
DIST c++-gtk-utils-2.2.16.1.tar.gz 3034643 BLAKE2B 10da7fb712ec37d5ab8fa00ed7f17afb46bdad32d11de3b44aa5df41dde8ad657c39bc132ad3bc4ddd67a4521705f18e94b7eb6f5b49b2d07f05a61dbbe1cc99 SHA512 e63b82c6ad15c96859d0631c1d76cdd73ababe11e2231e139bd451a3845f2275f5d7a903bdf7a0ce5740deec6397904818e3b5f6650887def6233c2a3f051e7a
DIST c++-gtk-utils-2.2.17.tar.gz 3029826 BLAKE2B 5bfc3917ccfe89b69ca5e3fd614051c42f1750c40de360f3963c9ed7e24c93f6879bccd0e44ddf658d0aeea40d15f564cee607a31f9de98ce035cfcff5db9f64 SHA512 45b4276891a465e949889b4dbdc7442fa637a77a1e0ce974f58337293591a10bc4e11776e772e6f7ec220e083720df273f6a1768702443abfaba4105e90f4350
+DIST c++-gtk-utils-2.2.18.tar.gz 3031253 BLAKE2B 46b06cc8af02336784da301386f1eac7e5f70a6c03f1507baf8771958f120e44aa55e82040608b83f1f6cedbf6081b33006a790b97c57114367b181e0939adbd SHA512 46fece74e3a3908573cfe161c870f63b9bd442eaf9eea6da03843dc03e010ba073696232206c37a10dd7eedf1aa748cedbbd5e3a58af1cabc98d804095aa3d54
diff --git a/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.18.ebuild b/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.18.ebuild
new file mode 100644
index 00000000000..7939516268f
--- /dev/null
+++ b/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.18.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils
+
+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"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="+gtk nls static-libs"
+SLOT="0"
+
+RDEPEND="
+ >=dev-libs/glib-2.26
+ gtk? ( x11-libs/gtk+:3 )
+"
+DEPEND="
+ ${RDEPEND}
+ nls? ( sys-devel/gettext )
+ virtual/pkgconfig
+"
+
+DOCS=( ChangeLog )
+
+src_configure() {
+ econf \
+ $(use_enable nls) \
+ $(use_with gtk) \
+ $(use_enable static-libs static) \
+ --docdir=/usr/share/doc/${PF} \
+ --htmldir=/usr/share/doc/${PF}/html \
+ --without-guile
+}
+
+src_install() {
+ default
+ prune_libtool_files
+}
next reply other threads:[~2019-06-12 7:25 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-12 7:25 Jeroen Roovers [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-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
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=1560324327.f6fbbed18f2f4b7e8e9b648c0838578490b9d72d.jer@gentoo \
--to=jer@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