public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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, 27 Dec 2017 06:45:59 +0000 (UTC)	[thread overview]
Message-ID: <1514357158.6ff23ade4ed9c942f291cba09dec4b9256faa8bf.jer@gentoo> (raw)

commit:     6ff23ade4ed9c942f291cba09dec4b9256faa8bf
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 27 06:45:22 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Dec 27 06:45:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ff23ade

x11-libs/c++-gtk-utils: Version bump.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 x11-libs/c++-gtk-utils/Manifest                    |  2 ++
 x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.32.ebuild | 41 ++++++++++++++++++++++
 x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.15.ebuild | 41 ++++++++++++++++++++++
 3 files changed, 84 insertions(+)

diff --git a/x11-libs/c++-gtk-utils/Manifest b/x11-libs/c++-gtk-utils/Manifest
index c53554f9c49..894b8ea450d 100644
--- a/x11-libs/c++-gtk-utils/Manifest
+++ b/x11-libs/c++-gtk-utils/Manifest
@@ -1,4 +1,6 @@
 DIST c++-gtk-utils-2.0.27.tar.gz 2608722 BLAKE2B 06f5663435a75d7a5560b982574f06c124842f2cb77fa1e4e171428944916da7b4f493294e0373243a062794739336719f548c4cd3b3e6789fffa3eebf0115ba SHA512 8d6c12797d54d9b379302bfd572ded8b9e6e64ea5911ba4b13a0dd6d588711ec6d10bc3a83af8cab23165feeaae8873de5c3945cec94954590806f60490038bc
 DIST c++-gtk-utils-2.0.31.1.tar.gz 2749035 BLAKE2B b01c7cdc48f3d5d5a54bfcc56fff88fa21cadd099dd764fe0cc15dc167b966bd3448824327dcab34bcbb8e01574b2555a5e14cfc96d79168bfb5f15e5c3aabaf SHA512 592397fcfcb8b2b8f479fac432c5d8974706487a121e5a8cee877472bd764d702035380f52a6f520325d7393afa4971fe6beab56818ab3d23c1ffa42a3f752fc
+DIST c++-gtk-utils-2.0.32.tar.gz 2753596 BLAKE2B 8b3cccca9a5229084df5c929b5ec88f300f57fb985961d56ec41e76f237247d8853e3cbb621590fcd5adb41dc57a3da0c48628310f89cec2160ee23ff19ca615 SHA512 583b6199c3c8cfd3d13157e871e4562000ac8df63bb10dd7cc44faf380cf10ee8e5f04a2d9bd0ed2ffb70b8c11cab70006bc525024790657e52e6d082ec34b38
 DIST c++-gtk-utils-2.2.10.tar.gz 2643918 BLAKE2B 3953b8acb7e8fcb47cfc55ade75baa6dd344e2e6e25187e67346137ef4cc241817c893597d75ae58462aaf0a0b58db5f018fd053e1da0b38716ae41c8ed40af3 SHA512 a0ea673988c95404846da6af6ff7ea51978653df3781be6a8323db5fe96826e94b0de9bbda5d3b821bbba2286dda6e66f4c099de4cd8da7bdefa4caa684d7a31
 DIST c++-gtk-utils-2.2.14.1.tar.gz 2790401 BLAKE2B 14b1a90d054ffcd1fc31db61a0ec4a2aa140f1560ff5332cbf97cf179da0bce087d8602ff820fe10fe448fa14691eb8200d25e467ce0dec2114a0ca426e2a0d7 SHA512 f6ce101bdc4b10f7afe05af5d90924e5ca7999e2c3db22885666e6528ae87b35cb75a40b92af9df823e12c3fd0dbf45cb8385e3637326829b9d0bcab0f691831
+DIST c++-gtk-utils-2.2.15.tar.gz 2943272 BLAKE2B 3eae2d8d0d724e005b0843fb8124d946fc89c48ef8b4f30a5aced222106693826c0bb23ea45005eb545b09f3a45aa191f04ad2932ec56a0050d6764cc0944329 SHA512 0181fb0400173fb99f89d72b52bc2ef458d25688d5f3be064f7baafbee6586fde386b3400d90e2178bdd3228c9dc184f87a0db0a50a020db5785b50f34785acc

diff --git a/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.32.ebuild b/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.32.ebuild
new file mode 100644
index 00000000000..54010a2c72e
--- /dev/null
+++ b/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.32.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2017 Gentoo Foundation
+# 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="3"
+
+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
+}

diff --git a/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.15.ebuild b/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.15.ebuild
new file mode 100644
index 00000000000..e2e2c0185b1
--- /dev/null
+++ b/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.15.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2017 Gentoo Foundation
+# 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
+}


             reply	other threads:[~2017-12-27  6:46 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-27  6:45 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
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-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=1514357158.6ff23ade4ed9c942f291cba09dec4b9256faa8bf.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