public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/atkmm/
Date: Wed, 25 Jun 2025 08:49:42 +0000 (UTC)	[thread overview]
Message-ID: <1750841343.93b57ec594eac2a0e91e1e392a1ab0b1307c2aca.sam@gentoo> (raw)

commit:     93b57ec594eac2a0e91e1e392a1ab0b1307c2aca
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 25 08:45:14 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 25 08:49:03 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93b57ec5

dev-cpp/atkmm: add 2.28.4

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-cpp/atkmm/Manifest            |  1 +
 dev-cpp/atkmm/atkmm-2.28.4.ebuild | 38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-cpp/atkmm/Manifest b/dev-cpp/atkmm/Manifest
index c0461731e648..8e7290162a63 100644
--- a/dev-cpp/atkmm/Manifest
+++ b/dev-cpp/atkmm/Manifest
@@ -1 +1,2 @@
 DIST atkmm-2.28.3.tar.xz 691164 BLAKE2B 07468f4bdf2b790873517907c4564ccd513bb28500c14b1db50bcfed0c51ca8401a95989c0c61460c905125e6d0c71560f59190c5fa38abdc2d133991d519f45 SHA512 ebc25e9de4b9de6df7097ab485fb0675d8c83113d99a444eec91df0908073362bfdaa9b03fc4c3e91766109d9b94b88df041851176ecde578cf932b526ef678e
+DIST atkmm-2.28.4.tar.xz 739536 BLAKE2B a4e103abf15a736964ded6546eae6e0296bfc9af845b3aa99e86d02f8a1675ea2a314b75205b8505bd55f3884f6b4669cd77ba0efd188e327427a0d87cc9eef9 SHA512 30a714971234aebf06a04abeff5fc3b6951b56130aaddbd1a92856b3fb87cf9ba3c34539465b7f0905f871d763239642efe7904b24f33f11e57bf013e4bca533

diff --git a/dev-cpp/atkmm/atkmm-2.28.4.ebuild b/dev-cpp/atkmm/atkmm-2.28.4.ebuild
new file mode 100644
index 000000000000..558c4ab90286
--- /dev/null
+++ b/dev-cpp/atkmm/atkmm-2.28.4.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..14} )
+inherit gnome.org meson-multilib python-any-r1
+
+DESCRIPTION="C++ interface for the ATK library"
+HOMEPAGE="https://www.gtkmm.org https://gitlab.gnome.org/GNOME/atkmm"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="gtk-doc"
+
+DEPEND="
+	>=dev-cpp/glibmm-2.46.2:2[gtk-doc?,${MULTILIB_USEDEP}]
+	>=dev-libs/atk-2.18.0[${MULTILIB_USEDEP}]
+	>=dev-libs/libsigc++-2.3.2:2[gtk-doc?,${MULTILIB_USEDEP}]
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+	virtual/pkgconfig
+	gtk-doc? (
+		>=dev-cpp/mm-common-1.0.4
+		app-text/doxygen[dot]
+		dev-libs/libxslt
+	)
+	${PYTHON_DEPS}
+"
+
+multilib_src_configure() {
+	local emesonargs=(
+		$(meson_native_use_bool gtk-doc build-documentation)
+	)
+	meson_src_configure
+}


             reply	other threads:[~2025-06-25  8:49 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-25  8:49 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-25 23:50 [gentoo-commits] repo/gentoo:master commit in: dev-cpp/atkmm/ Sam James
2025-07-25 18:28 Arthur Zamarin
2025-07-25 18:28 Arthur Zamarin
2025-07-25 18:28 Arthur Zamarin
2025-07-25 15:06 Sam James
2025-07-25 14:55 Sam James
2025-04-13 17:03 Pacho Ramos
2024-05-11 17:08 Mart Raudsepp
2022-11-19  4:50 WANG Xuerui
2022-11-05 18:58 Arthur Zamarin
2022-11-05  9:58 Arthur Zamarin
2022-10-29 23:21 Matt Turner
2022-09-30 18:37 Arthur Zamarin
2022-09-28 16:29 Arthur Zamarin
2022-09-24  3:43 Matt Turner
2022-09-24  3:43 Matt Turner
2022-09-19  1:38 Sam James
2022-07-20 16:23 Matt Turner
2022-04-18 20:48 Jakov Smolić
2022-01-22  0:37 Andreas K. Hüttel
2021-08-12  3:10 Yixun Lan
2021-05-28 19:18 Sam James
2021-05-22  2:52 Matt Turner
2021-05-22  2:27 Matt Turner
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-03-15 18:06 Sergei Trofimovich
2021-02-16  2:12 Matt Turner
2020-02-09 15:56 Mart Raudsepp
2020-01-11 19:40 Mart Raudsepp
2020-01-11 19:40 Mart Raudsepp
2019-07-13 12:08 Sergei Trofimovich
2019-03-14  7:13 Mart Raudsepp
2018-11-04 12:34 Pacho Ramos
2017-07-09 11:01 Alexis Ballier
2017-02-15 17:28 Mart Raudsepp
2016-05-03 19:32 Markus Meier
2015-11-16 21:56 Pacho Ramos
2015-11-16 21:56 Pacho Ramos

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=1750841343.93b57ec594eac2a0e91e1e392a1ab0b1307c2aca.sam@gentoo \
    --to=sam@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