public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/glibmm/
Date: Tue,  1 Nov 2016 23:58:26 +0000 (UTC)	[thread overview]
Message-ID: <1478044671.a2263735718f7d5d89978b0d6326659c0044aff4.eva@gentoo> (raw)

commit:     a2263735718f7d5d89978b0d6326659c0044aff4
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  1 18:32:48 2016 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Nov  1 23:57:51 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2263735

dev-cpp/glibmm: version bump 2.48.1 → 2.50.0

Package-Manager: portage-2.3.2

 dev-cpp/glibmm/Manifest             |  1 +
 dev-cpp/glibmm/glibmm-2.50.0.ebuild | 66 +++++++++++++++++++++++++++++++++++++
 2 files changed, 67 insertions(+)

diff --git a/dev-cpp/glibmm/Manifest b/dev-cpp/glibmm/Manifest
index dfcf1c4..5ef3015 100644
--- a/dev-cpp/glibmm/Manifest
+++ b/dev-cpp/glibmm/Manifest
@@ -2,3 +2,4 @@ DIST glibmm-2.44.0.tar.xz 6102664 SHA256 1b0ac0425d24895507c0e0e8088a464c7ae2d28
 DIST glibmm-2.46.3.tar.xz 6470984 SHA256 c78654addeb27a1213bedd7cd21904a45bbb98a5ba2f2f0de2b2f1a5682d86cf SHA512 24e112edd2bb6d2cf05a275d2ee781a4921f408dbb7fd317259c3303a993845a40f2e3e3fbaa819b88f718e25c30f02ad32695767eb6688a90389aea961b1a66 WHIRLPOOL e390fad02e5c254097b69302905a09d13c7abc6bcf3ca623b948de54004f601884397b7381c2b51d913879d2872a58d519249ba6af10dab3b0728dca013a6ad7
 DIST glibmm-2.46.4.tar.xz 6473200 SHA256 bfec03899e49305f3c235025c676f3bc16602af7a62f2baaa6a9d0e358884b4d SHA512 871245b23307b7feb041d8964bc764622bb4aa1c6d879e06ffcafbe1bf8f14fae18d8d304c806114ac952a6ee0da8189f8d4cb9956d6059dab647d97b119ae4d WHIRLPOOL ca9d44ba39e90204e9ce6adcbd46f06df0ea82ab7687dc38f72f4f72b75e2550aa6e75a568e9fbe51e83babe6b7e5403facab608bd095d14bd33f4336282f145
 DIST glibmm-2.48.1.tar.xz 6235724 SHA256 dc225f7d2f466479766332483ea78f82dc349d59399d30c00de50e5073157cdf SHA512 280949315e592ff8f3f7cfa6376d129211ffb6832146578d6533c4792aafef8b4ea5354943d5623ebf34ce31b8c71b6055a51de2b8ae8cfb419e6e033d9f98fa WHIRLPOOL 81c369bf7bf7ebc1f88e47943ed4b352644cad05566ec2fa04f0974a9e48dbc56b3cbd2f3bde9f55412da886e9b99fde096a1936834c65c77ede3781be30e0fd
+DIST glibmm-2.50.0.tar.xz 6435208 SHA256 df726e3c6ef42b7621474b03b644a2e40ec4eef94a1c5a932c1e740a78f95e94 SHA512 ed1043fbb5d16dfcb1e71f73e2c998110aa0dbc42b3fc9d8d1cc03e299b171021f2d2ac3055f5685d11b4dc1ddef42d9378eaac895163ddd80f39a627cecdc60 WHIRLPOOL b9c6867876311381b986f5123b6574bae01b45054e80a00c83688d756ed2a8e213dc3b1153a0aeb2672d9db998771fd6f538e1d592ffcb695ff7ac6147094975

diff --git a/dev-cpp/glibmm/glibmm-2.50.0.ebuild b/dev-cpp/glibmm/glibmm-2.50.0.ebuild
new file mode 100644
index 00000000..3c577fa
--- /dev/null
+++ b/dev-cpp/glibmm/glibmm-2.50.0.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnome2 multilib-minimal
+
+DESCRIPTION="C++ interface for glib2"
+HOMEPAGE="http://www.gtkmm.org"
+
+LICENSE="LGPL-2.1+ GPL-2+" # GPL-2+ applies only to the build system
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE="doc debug test"
+
+RDEPEND="
+	>=dev-libs/libsigc++-2.9.1:2[${MULTILIB_USEDEP}]
+	>=dev-libs/glib-2.50.0:2[${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig
+	doc? ( app-doc/doxygen )
+"
+# dev-cpp/mm-common needed for eautoreconf
+
+src_prepare() {
+	if ! use test; then
+		# don't waste time building tests
+		sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' \
+			-i Makefile.am Makefile.in || die "sed 1 failed"
+	fi
+
+	# don't build examples - we want to install example sources, not binaries
+	sed 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' \
+		-i Makefile.am Makefile.in || die "sed 2 failed"
+
+	gnome2_src_prepare
+}
+
+multilib_src_configure() {
+	ECONF_SOURCE="${S}" gnome2_src_configure \
+		$(use_enable debug debug-refcounting) \
+		$(multilib_native_use_enable doc documentation) \
+		--enable-deprecated-api
+}
+
+multilib_src_test() {
+	cd tests
+	default
+
+	for i in */test; do
+		${i} || die "Running tests failed at ${i}"
+	done
+}
+
+multilib_src_install() {
+	gnome2_src_install
+}
+
+multilib_src_install_all() {
+	einstalldocs
+
+	find examples -type d -name '.deps' -exec rm -rf {} \; 2>/dev/null
+	find examples -type f -name 'Makefile*' -exec rm -f {} \; 2>/dev/null
+	dodoc -r examples
+}


             reply	other threads:[~2016-11-01 23:58 UTC|newest]

Thread overview: 139+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-01 23:58 Gilles Dartiguelongue [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-07  2:52 [gentoo-commits] repo/gentoo:master commit in: dev-cpp/glibmm/ Sam James
2024-05-11 17:08 Mart Raudsepp
2024-04-13 10:37 Mart Raudsepp
2024-04-09 22:46 Sam James
2024-04-07  8:38 Arthur Zamarin
2024-04-07  6:07 Arthur Zamarin
2024-03-24 20:46 Mart Raudsepp
2024-03-09 23:15 Mart Raudsepp
2024-02-03 11:07 Sam James
2024-01-07 15:36 Sam James
2024-01-07 15:36 Sam James
2023-12-29 18:58 Arthur Zamarin
2023-12-29 18:58 Arthur Zamarin
2023-12-29 18:58 Arthur Zamarin
2023-12-29 18:39 Arthur Zamarin
2023-05-03  3:53 Sam James
2023-05-03  3:53 Sam James
2023-05-02 20:19 Arthur Zamarin
2023-05-02 20:06 Arthur Zamarin
2023-05-02 19:44 Arthur Zamarin
2023-05-02 19:28 Arthur Zamarin
2023-05-02 19:16 Sam James
2023-05-02 19:09 Arthur Zamarin
2023-05-02 18:31 Arthur Zamarin
2023-05-02 18:29 Arthur Zamarin
2023-05-02 18:23 Arthur Zamarin
2023-05-02 18:05 Arthur Zamarin
2023-05-02 17:34 Arthur Zamarin
2023-05-02 17:33 Arthur Zamarin
2023-03-12 18:47 Matt Turner
2023-03-12 17:38 Matt Turner
2022-11-12  6:01 WANG Xuerui
2022-11-05 18:58 Arthur Zamarin
2022-10-29 23:21 Matt Turner
2022-09-24  3:43 Matt Turner
2022-09-24  3:43 Matt Turner
2022-09-24  3:43 Matt Turner
2022-05-28  5:38 Sam James
2022-05-28  5:38 Sam James
2022-05-19  5:08 WANG Xuerui
2022-05-10  2:03 Matt Turner
2022-05-06  4:57 Matt Turner
2022-04-18 20:48 Jakov Smolić
2022-04-08 21:26 Matt Turner
2022-01-24 14:49 Sam James
2022-01-24 14:45 Sam James
2022-01-22 22:39 Sam James
2022-01-20  9:42 Arthur Zamarin
2022-01-02 10:54 Jakov Smolić
2021-12-18  3:47 Matt Turner
2021-11-11 12:59 Pacho Ramos
2021-11-11 12:59 Pacho Ramos
2021-08-12  3:10 Yixun Lan
2021-05-28 19:18 Sam James
2021-05-22  2:27 Matt Turner
2021-05-22  2:27 Matt Turner
2021-05-09  4:35 Matt Turner
2021-05-07 18:30 Matt Turner
2021-04-20  2:49 Matt Turner
2021-04-01  2:12 Matt Turner
2021-01-06 18:38 Fabian Groffen
2020-10-29 22:06 Sergei Trofimovich
2020-09-11 16:57 Sergei Trofimovich
2020-08-31  2:52 Sam James
2020-07-19  9:05 Mart Raudsepp
2020-07-19  9:05 Mart Raudsepp
2020-06-07 21:28 Mart Raudsepp
2020-05-13 17:35 Sergei Trofimovich
2020-04-28 16:44 Matt Turner
2020-02-23 12:24 Mart Raudsepp
2020-01-19 18:16 Mart Raudsepp
2020-01-17 14:12 Agostino Sarubbo
2020-01-01 16:06 Mart Raudsepp
2020-01-01 15:25 Agostino Sarubbo
2019-12-25 19:40 Mart Raudsepp
2019-12-24 17:03 Sergei Trofimovich
2019-12-09  9:14 Agostino Sarubbo
2019-12-09  9:11 Agostino Sarubbo
2019-12-08 11:59 Mikle Kolyada
2019-10-20 14:30 Pacho Ramos
2019-10-09  8:27 Agostino Sarubbo
2019-09-07 11:00 Mart Raudsepp
2019-04-08  8:39 Mart Raudsepp
2019-04-07 11:02 Mikle Kolyada
2019-03-30 16:26 Mikle Kolyada
2019-03-18 10:27 Mart Raudsepp
2019-03-14 17:19 Mart Raudsepp
2019-03-13 23:03 Sergei Trofimovich
2019-02-10  9:32 Sergei Trofimovich
2019-02-08 20:35 Sergei Trofimovich
2019-02-07 17:09 Mikle Kolyada
2019-01-03  9:27 Sergei Trofimovich
2018-12-28  3:46 Matt Turner
2018-12-06 20:51 Mart Raudsepp
2018-12-05  7:34 Mikle Kolyada
2018-12-05  7:07 Mikle Kolyada
2018-12-04 16:27 Mikle Kolyada
2018-12-02 14:29 Mikle Kolyada
2018-12-02 10:12 Mikle Kolyada
2018-12-01 14:51 Sergei Trofimovich
2018-11-19 15:58 Gilles Dartiguelongue
2018-11-06 23:11 Sergei Trofimovich
2018-08-20  6:12 Mart Raudsepp
2018-07-14 23:00 Mart Raudsepp
2018-03-14 21:41 Sergei Trofimovich
2018-03-06 21:37 Tobias Klausmann
2018-03-04 20:48 Sergei Trofimovich
2018-02-16 20:39 Sergei Trofimovich
2018-02-03 19:40 Mart Raudsepp
2018-01-18  2:08 Mikle Kolyada
2018-01-13 12:13 Sergei Trofimovich
2017-12-17 22:47 Ulrich Müller
2017-12-17 18:14 Gilles Dartiguelongue
2017-07-10  0:24 Mart Raudsepp
2017-07-09 10:41 Alexis Ballier
2017-07-07 21:20 Mart Raudsepp
2017-06-12 10:07 Mart Raudsepp
2017-06-12 10:07 Mart Raudsepp
2017-05-11 18:33 Markus Meier
2017-04-30 10:01 Jeroen Roovers
2017-04-30  9:37 Agostino Sarubbo
2017-04-29 15:02 Agostino Sarubbo
2017-04-22 19:08 Tobias Klausmann
2017-04-22 17:53 Tobias Klausmann
2017-04-12 10:10 Jeroen Roovers
2017-04-09  1:29 Mart Raudsepp
2016-12-06 20:06 Markus Meier
2016-11-01 23:58 Gilles Dartiguelongue
2016-07-30 10:27 Jeroen Roovers
2016-07-30  9:34 Jeroen Roovers
2016-06-08 19:43 Markus Meier
2016-05-03 19:31 Markus Meier
2016-04-17 11:13 Pacho Ramos
2015-12-13 17:38 Gilles Dartiguelongue
2015-11-16 21:56 Pacho Ramos
2015-11-16 21:56 Pacho Ramos
2015-10-03  8:20 Markus Meier
2015-09-07 16:24 Mikle Kolyada

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=1478044671.a2263735718f7d5d89978b0d6326659c0044aff4.eva@gentoo \
    --to=eva@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