From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/glibmm/
Date: Tue, 28 Apr 2020 16:44:30 +0000 (UTC) [thread overview]
Message-ID: <1588091896.67efc97b265a55072746a52db8b34110ff570ee5.mattst88@gentoo> (raw)
commit: 67efc97b265a55072746a52db8b34110ff570ee5
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 28 07:02:43 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Apr 28 16:38:16 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67efc97b
dev-cpp/glibmm: Version bump to 2.64.2
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
dev-cpp/glibmm/Manifest | 1 +
dev-cpp/glibmm/glibmm-2.64.2.ebuild | 57 +++++++++++++++++++++++++++++++++++++
2 files changed, 58 insertions(+)
diff --git a/dev-cpp/glibmm/Manifest b/dev-cpp/glibmm/Manifest
index 95fe7555692..ec39c07fe48 100644
--- a/dev-cpp/glibmm/Manifest
+++ b/dev-cpp/glibmm/Manifest
@@ -1,2 +1,3 @@
DIST glibmm-2.60.1.tar.xz 7132072 BLAKE2B 8d25287b7805d7196bffa909447db0e0fa0edd1c243b3ccdef91f1a6573ea0723cda8e88993e878e6c8440b23488b0ab8c9ed727bd4e2d4a46f56ba251510aa0 SHA512 89f1d10bd9b60232519e2e13c02b0b1010dacbe67a8bab06c3a5873649e5090ed3593d518bfd8e12933a08aaa5fc654b1475efc208e2256c7efd197274a28b79
DIST glibmm-2.62.0.tar.xz 7398144 BLAKE2B a289c2e6a5737d9fa3d507e4741c1d19e949244db5a6eaec2329bda92e7e0a78e33acf9668ced19a52507fa88531da63fa35cf59dfb44ad2a7a8fa0839c7dae4 SHA512 f26fca5724c17d915480556b6918ae6e4999c14a25e7623cda3d37a59d6965310fc2b2d8a8500a849f1d0f00fd2d326eeddc690207846d38a13ae695ad0805de
+DIST glibmm-2.64.2.tar.xz 7438116 BLAKE2B 6ff458e90a5dbc606a2e04ecd3589262a1b96e827dba245985467818a7a4ba80a9c4cb15686fe479636cb8ce7e1db3334195d6334d7ec56327076cad87e22170 SHA512 0130af9a16981a54630150db6f4b1a95458d72d650c5e4781ee97ce624ec98c600b79ebf234d212e025781453fd11d78b9e8273235ffa143397423418fe970cc
diff --git a/dev-cpp/glibmm/glibmm-2.64.2.ebuild b/dev-cpp/glibmm/glibmm-2.64.2.ebuild
new file mode 100644
index 00000000000..6889d9dd390
--- /dev/null
+++ b/dev-cpp/glibmm/glibmm-2.64.2.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnome.org meson multilib-minimal
+
+DESCRIPTION="C++ interface for glib2"
+HOMEPAGE="https://www.gtkmm.org"
+
+LICENSE="LGPL-2.1+"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE="doc debug test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ >=dev-libs/libsigc++-2.9.1:2[${MULTILIB_USEDEP}]
+ >=dev-libs/glib-2.61.2:2[${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ virtual/pkgconfig
+ doc? ( app-doc/doxygen )
+ >=dev-cpp/mm-common-1.0.0
+"
+
+src_prepare() {
+ default
+
+ if ! use test; then
+ sed -i -e "/^subdir('tests')/d" meson.build || die
+ fi
+}
+
+multilib_src_configure() {
+ local emesonargs=(
+ -Dmaintainer-mode=true
+ -Dwarnings=min
+ -Dbuild-deprecated-api=true
+ -Dbuild-documentation=$(usex doc true false)
+ -Ddebug-refcounting=$(usex debug true false)
+ -Dbuild-examples=false
+ )
+ meson_src_configure
+}
+
+multilib_src_compile() {
+ meson_src_compile
+}
+
+multilib_src_test() {
+ meson_src_test
+}
+
+multilib_src_install() {
+ meson_src_install
+}
next reply other threads:[~2020-04-28 16:44 UTC|newest]
Thread overview: 139+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-28 16:44 Matt Turner [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-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-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=1588091896.67efc97b265a55072746a52db8b34110ff570ee5.mattst88@gentoo \
--to=mattst88@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