summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2024-04-13 12:53:18 +0300
committerMart Raudsepp <leio@gentoo.org>2024-04-13 12:53:18 +0300
commit1033ca87f73e711e887c7de3db8d76856a5164ff (patch)
treea9a03d445fcb42ca5442fb652704d190837d6524 /dev-cpp/mm-common
parentapp-text/iso-codes: drop 4.15.0 (diff)
downloadgentoo-1033ca87f73e711e887c7de3db8d76856a5164ff.tar.gz
gentoo-1033ca87f73e711e887c7de3db8d76856a5164ff.tar.bz2
gentoo-1033ca87f73e711e887c7de3db8d76856a5164ff.zip
dev-cpp/mm-common: drop 1.0.5
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'dev-cpp/mm-common')
-rw-r--r--dev-cpp/mm-common/Manifest1
-rw-r--r--dev-cpp/mm-common/mm-common-1.0.5.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/dev-cpp/mm-common/Manifest b/dev-cpp/mm-common/Manifest
index a96d23566d81..0185f92429a6 100644
--- a/dev-cpp/mm-common/Manifest
+++ b/dev-cpp/mm-common/Manifest
@@ -1,2 +1 @@
-DIST mm-common-1.0.5.tar.xz 290608 BLAKE2B fcd698e8122fbcbcefcc6cce9460216cb3c3eabb17b309a28b964c9cd99b1329f936070f54b888cf0712e4590b8fe99394a110997ff023ff07dd7a30e55d771b SHA512 bf681b4d63d5bf531a9315b0c8841e3815af276828d1828a3eb04dcb805cbbfbaac182f79f5e48688a7eef8666975b9079144e320093e4ee3addff48813e61ad
DIST mm-common-1.0.6.tar.xz 287832 BLAKE2B b633f37a470b558c16ce4a260384913ddc64df2ac94e25e2b7b05300c5c7b51826477bff655154572bd7eafe583b4cb056e7c9dee3d3e699dbf200490da0591f SHA512 2141ce9dabdae153e5708b09d30e7917182888e521ff0c2a4f85c7ec2dd86b2c8753e0513bf9c9f9a00d4e579173ffa859a3efd006e706fdfa2f33b0e77af48b
diff --git a/dev-cpp/mm-common/mm-common-1.0.5.ebuild b/dev-cpp/mm-common/mm-common-1.0.5.ebuild
deleted file mode 100644
index 59e4125e9a58..000000000000
--- a/dev-cpp/mm-common/mm-common-1.0.5.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit gnome.org python-any-r1 meson
-
-DESCRIPTION="Build infrastructure and utilities for GNOME C++ bindings"
-HOMEPAGE="https://www.gtkmm.org/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~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
-}