From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gtkmm/
Date: Mon, 6 May 2024 07:09:04 +0000 (UTC) [thread overview]
Message-ID: <1714979299.f924a21965ad8fc563a90ee10b32d5ab244d76a5.leio@gentoo> (raw)
commit: f924a21965ad8fc563a90ee10b32d5ab244d76a5
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon May 6 06:42:22 2024 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon May 6 07:08:19 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f924a219
dev-cpp/gtkmm: drop 3.24.8
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
dev-cpp/gtkmm/Manifest | 1 -
dev-cpp/gtkmm/gtkmm-3.24.8.ebuild | 53 ---------------------------------------
2 files changed, 54 deletions(-)
diff --git a/dev-cpp/gtkmm/Manifest b/dev-cpp/gtkmm/Manifest
index c9a1b19f8ac4..9975fe388a3b 100644
--- a/dev-cpp/gtkmm/Manifest
+++ b/dev-cpp/gtkmm/Manifest
@@ -1,4 +1,3 @@
DIST gtkmm-2.24.5.tar.xz 12022024 BLAKE2B 6b2bca9fe6ad81cd956e1f3cc3140bc503b78386cf3931c8eeac08c8b2a08c73450bdbb703d1febaee67cdf834093ff5e89790f866357190822613a68a596ad3 SHA512 c50e52830977c37181439f4b82a30ac8bead0cf9022d2bec8225f8dc33e08414f863bf67056e1938fae8f888c09a5a6d757acc011fa9331a78caa6bb626dd51e
-DIST gtkmm-3.24.8.tar.xz 14856904 BLAKE2B 54bb6b462c0a56bb8a8e3f1fdc479b8f476ecf8de99b3bf1c5d9ef4c8ccad21b2a2bd0e05464e88b4fe346fad07aa01f847c555eca4398782036b97cbf241aa9 SHA512 e8f55e4906a3ad9e1fd1d9496aa38ea1089e11d61f63fadde9f59357383d03a290318058ca74ff361969641b2ed4dda9a156389ef66a98a33a3f1d23b377ffbf
DIST gtkmm-3.24.9.tar.xz 15122612 BLAKE2B bbc80e5140a5c003817a1d6a0e63ebdab971fe9c92cf07d2edcbb8a3ee5e2371ab7b932a5c9af56da096d3e37d6e76101ad25d9cea5074d29d31f97e69960c3d SHA512 6e6e53d7d434f51758ffddce00dbae61074c54a5d3a5bb852fea558147af4ca6c40f9fcf4e7f9fafcbbc22ea33cdd99ea06208b72542c7e75f4dca19a80c6724
DIST gtkmm-4.12.0.tar.xz 16359928 BLAKE2B 84b5f5ee5ef85c9f6d32d3047ab794f4ded3fb33665e18b4b6cacfc4836f5549e9cd32103963de367d0957fa58eb55b02ed06a3d3c6b6777c296d1c1fe3cabbc SHA512 0bde82ac1331c86810bb513362c81a30b0abaf906af4cf4b0607b85362125d8a15307fb5c51c6497fa9292acce437af027c4e336231dd18d72251f43e3d23688
diff --git a/dev-cpp/gtkmm/gtkmm-3.24.8.ebuild b/dev-cpp/gtkmm/gtkmm-3.24.8.ebuild
deleted file mode 100644
index f0d1a12ae4bb..000000000000
--- a/dev-cpp/gtkmm/gtkmm-3.24.8.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
-inherit gnome.org meson-multilib python-any-r1 virtualx
-
-DESCRIPTION="C++ interface for GTK+"
-HOMEPAGE="https://www.gtkmm.org https://gitlab.gnome.org/GNOME/gtkmm"
-
-LICENSE="LGPL-2.1+"
-SLOT="3.0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
-
-IUSE="aqua gtk-doc test wayland X"
-REQUIRED_USE="|| ( aqua wayland X )"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=dev-cpp/atkmm-2.24.2:0[gtk-doc?,${MULTILIB_USEDEP}]
- >=dev-cpp/cairomm-1.12.0:0[gtk-doc?,${MULTILIB_USEDEP}]
- >=dev-cpp/glibmm-2.54.0:2[gtk-doc?,${MULTILIB_USEDEP}]
- >=dev-cpp/pangomm-2.38.2:1.4[gtk-doc?,${MULTILIB_USEDEP}]
- >=dev-libs/libsigc++-2.3.2:2[gtk-doc?,${MULTILIB_USEDEP}]
- >=media-libs/libepoxy-1.2[${MULTILIB_USEDEP}]
- >=x11-libs/gdk-pixbuf-2.35.5:2[${MULTILIB_USEDEP}]
- >=x11-libs/gtk+-3.24.0:3[aqua?,wayland?,X=,${MULTILIB_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- virtual/pkgconfig
- gtk-doc? (
- app-text/doxygen[dot]
- dev-lang/perl
- dev-libs/libxslt
- )
- ${PYTHON_DEPS}
-"
-
-multilib_src_configure() {
- local emesonargs=(
- -Dbuild-atkmm-api=true
- -Dbuild-demos=false
- $(meson_native_use_bool gtk-doc build-documentation)
- $(meson_use test build-tests)
- $(meson_use X build-x11-api)
- )
- meson_src_configure
-}
-
-multilib_src_test() {
- virtx meson_src_test
-}
next reply other threads:[~2024-05-06 7:09 UTC|newest]
Thread overview: 130+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-06 7:09 Mart Raudsepp [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-21 17:16 [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gtkmm/ Arthur Zamarin
2024-08-06 9:12 Pacho Ramos
2024-05-23 19:27 Arthur Zamarin
2024-04-28 19:11 Ionen Wolkens
2024-04-28 19:11 Ionen Wolkens
2024-04-07 9:14 Arthur Zamarin
2024-04-07 8:38 Arthur Zamarin
2024-04-07 6:25 Arthur Zamarin
2024-04-07 5:55 Arthur Zamarin
2024-04-07 5:55 Arthur Zamarin
2024-03-17 21:37 Mart Raudsepp
2024-02-11 14:21 Mart Raudsepp
2024-02-10 14:21 Arthur Zamarin
2024-02-10 14:16 Arthur Zamarin
2024-02-10 14:16 Arthur Zamarin
2024-02-03 11:50 Arthur Zamarin
2024-02-03 11:50 Arthur Zamarin
2024-02-03 11:50 Arthur Zamarin
2024-01-08 7:03 Sam James
2023-09-06 18:43 WANG Xuerui
2023-09-01 16:07 Arthur Zamarin
2023-08-29 18:02 Arthur Zamarin
2023-08-29 17:49 Arthur Zamarin
2023-08-08 20:03 Matt Turner
2023-06-09 3:01 Matt Turner
2023-05-05 7:29 Arthur Zamarin
2023-05-05 7:29 Arthur Zamarin
2023-05-05 6:36 Arthur Zamarin
2023-05-05 6:08 Arthur Zamarin
2023-05-04 19:09 Jakov Smolić
2023-05-04 18:51 Arthur Zamarin
2023-05-04 18:41 Arthur Zamarin
2023-03-12 2:01 Matt Turner
2023-02-17 8:23 Arthur Zamarin
2022-11-12 6:01 WANG Xuerui
2022-11-05 18:58 Arthur Zamarin
2022-11-05 9:58 Arthur Zamarin
2022-11-05 9:44 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-09-13 20:11 Matt Turner
2022-05-28 5:38 Sam James
2022-05-15 3:10 Sam James
2022-05-10 4:06 Arthur Zamarin
2022-05-10 2:03 Matt Turner
2022-05-07 18:28 Arthur Zamarin
2022-04-18 20:48 Jakov Smolić
2022-03-22 5:48 Matt Turner
2022-02-12 17:01 Matt Turner
2022-01-22 0:37 Andreas K. Hüttel
2022-01-02 10:54 Jakov Smolić
2021-12-18 3:47 Matt Turner
2021-08-12 3:10 Yixun Lan
2021-08-09 11:41 Marek Szuba
2021-08-09 10:22 Marek Szuba
2021-05-28 19:18 Sam James
2021-05-22 2:27 Matt Turner
2021-04-18 17:28 Sergei Trofimovich
2021-04-13 15:00 Sam James
2021-04-12 16:02 Sam James
2021-04-01 2:12 Matt Turner
2021-03-24 21:12 Sergei Trofimovich
2021-02-16 2:12 Matt Turner
2021-02-16 2:12 Matt Turner
2020-02-08 9:42 Mart Raudsepp
2020-02-08 9:42 Mart Raudsepp
2020-01-11 18:34 Mart Raudsepp
2020-01-11 18:34 Mart Raudsepp
2020-01-01 15:25 Agostino Sarubbo
2019-12-09 9:14 Agostino Sarubbo
2019-12-09 9:11 Agostino Sarubbo
2019-12-08 11:59 Mikle Kolyada
2019-12-08 11:58 Mikle Kolyada
2019-11-10 20:35 Michał Górny
2019-11-10 20:23 Pacho Ramos
2019-11-10 18:55 Pacho Ramos
2019-07-18 18:35 Sergei Trofimovich
2019-06-20 18:02 Sergei Trofimovich
2019-04-07 16:58 Mart Raudsepp
2019-04-06 9:56 Sergei Trofimovich
2019-03-21 19:52 Mart Raudsepp
2019-02-28 15:35 Mikle Kolyada
2019-02-17 21:05 Mikle Kolyada
2019-02-17 17:14 Sergei Trofimovich
2019-02-17 17:08 Sergei Trofimovich
2019-02-17 16:57 Sergei Trofimovich
2019-02-16 6:08 Mikle Kolyada
2019-02-15 15:46 Thomas Deutschmann
2019-02-14 22:09 Sergei Trofimovich
2018-12-07 21:48 Mart Raudsepp
2018-04-02 17:50 Gilles Dartiguelongue
2017-12-27 13:02 Mart Raudsepp
2017-12-27 8:35 Markus Meier
2017-12-21 21:16 Patrice Clement
2017-12-20 20:23 Mart Raudsepp
2017-11-28 7:05 Sergei Trofimovich
2017-11-23 20:47 Sergei Trofimovich
2017-11-18 13:20 Sergei Trofimovich
2017-11-06 20:49 Tobias Klausmann
2017-11-04 13:04 Sergei Trofimovich
2017-09-15 6:43 Gilles Dartiguelongue
2017-07-09 22:14 Mart Raudsepp
2017-07-09 11:01 Alexis Ballier
2017-07-07 21:20 Mart Raudsepp
2017-06-12 10:07 Mart Raudsepp
2017-04-22 17:53 Tobias Klausmann
2017-04-12 10:10 Jeroen Roovers
2017-03-18 23:06 Mart Raudsepp
2016-12-06 20:12 Markus Meier
2016-12-06 20:11 Markus Meier
2016-11-01 23:58 Gilles Dartiguelongue
2016-09-23 16:13 Tobias Klausmann
2016-09-08 23:03 Gilles Dartiguelongue
2016-07-30 11:18 Jeroen Roovers
2016-07-30 9:34 Jeroen Roovers
2016-06-08 19:44 Markus Meier
2016-05-03 19:58 Markus Meier
2016-05-03 19:57 Markus Meier
2016-04-17 11:13 Pacho Ramos
2016-01-16 10:56 Pacho Ramos
2015-12-06 21:55 Michał Górny
2015-11-18 9:09 Agostino Sarubbo
2015-11-16 21:56 Pacho Ramos
2015-11-16 21:56 Pacho Ramos
2015-10-03 8:23 Markus Meier
2015-10-03 8:23 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=1714979299.f924a21965ad8fc563a90ee10b32d5ab244d76a5.leio@gentoo \
--to=leio@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