commit:     3ca0d8e6abfcf86f1f7143e0b94fe4560563c3cf
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 28 06:02:53 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 28 06:03:08 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ca0d8e6

dev-cpp/mm-common: add 1.0.7

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

 dev-cpp/mm-common/Manifest               |  1 +
 dev-cpp/mm-common/mm-common-1.0.7.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/dev-cpp/mm-common/Manifest b/dev-cpp/mm-common/Manifest
index 0185f92429a6..8578c2a193f7 100644
--- a/dev-cpp/mm-common/Manifest
+++ b/dev-cpp/mm-common/Manifest
@@ -1 +1,2 @@
 DIST mm-common-1.0.6.tar.xz 287832 BLAKE2B 
b633f37a470b558c16ce4a260384913ddc64df2ac94e25e2b7b05300c5c7b51826477bff655154572bd7eafe583b4cb056e7c9dee3d3e699dbf200490da0591f
 SHA512 
2141ce9dabdae153e5708b09d30e7917182888e521ff0c2a4f85c7ec2dd86b2c8753e0513bf9c9f9a00d4e579173ffa859a3efd006e706fdfa2f33b0e77af48b
+DIST mm-common-1.0.7.tar.xz 283032 BLAKE2B 
1db74b45682cabd165db6a03e38ddc546e5205dffbae83e72f1148071885ba8a73b3bd3aa012f3a7348631f078880a6a82be20b96419133650c671d10851b9a0
 SHA512 
59b5ad026d5970816eca71858bd08604ecdc43cadcf0455f0be5f233d46210c0499600b80accaad222085852d60cd4cca4c209fde6eea027a85b0244f3e3dece

diff --git a/dev-cpp/mm-common/mm-common-1.0.7.ebuild 
b/dev-cpp/mm-common/mm-common-1.0.7.ebuild
new file mode 100644
index 000000000000..4dcbed9c24ec
--- /dev/null
+++ b/dev-cpp/mm-common/mm-common-1.0.7.ebuild
@@ -0,0 +1,23 @@
+# 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 python-any-r1 meson
+
+DESCRIPTION="Build infrastructure and utilities for GNOME C++ bindings"
+HOMEPAGE="https://www.gtkmm.org/ https://gitlab.gnome.org/GNOME/mm-common";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86"
+
+BDEPEND="${PYTHON_DEPS}"
+
+src_prepare() {
+       default
+
+       # Include project version in docdir name
+       sed -i -e "s:^install_docdir.*:& + '-' + meson.project_version():" 
meson.build || die
+}

Reply via email to