summaryrefslogtreecommitdiff
path: root/dev-cpp/mm-common
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-03 20:27:24 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-03 20:27:24 +0000
commit27e5574c9ed56a2633e25f7fa8f591554266a1b4 (patch)
treeeafae39b8faa55ceb7cc8100d5d03a2dfc9b7842 /dev-cpp/mm-common
parent5aede38e7304fc5c3bd8a2034b25758b15a19fa0 (diff)
gentoo auto-resync : 03:01:2023 - 20:27:24
Diffstat (limited to 'dev-cpp/mm-common')
-rw-r--r--dev-cpp/mm-common/Manifest2
-rw-r--r--dev-cpp/mm-common/mm-common-1.0.4.ebuild23
2 files changed, 0 insertions, 25 deletions
diff --git a/dev-cpp/mm-common/Manifest b/dev-cpp/mm-common/Manifest
index 721986b25a37..7ccb0a151e34 100644
--- a/dev-cpp/mm-common/Manifest
+++ b/dev-cpp/mm-common/Manifest
@@ -1,5 +1,3 @@
-DIST mm-common-1.0.4.tar.xz 290164 BLAKE2B 2731c501ed79d2481b9094639bad1971e5a27e6416a7433982481e939bd44202f7e5769f3a9dbe5b7fd2e09a3f7bd4687d7ce85d79dafa877f5cc3c333f9d526 SHA512 e686f19cb4d40a3dda68e30b98b43fca3db51b387e28f5569bef0cfbb1cc3a7d72503ec5dfa0f2621dd349ac4c9c21f0fe93bdda224026534c509fbb60400243
DIST mm-common-1.0.5.tar.xz 290608 BLAKE2B fcd698e8122fbcbcefcc6cce9460216cb3c3eabb17b309a28b964c9cd99b1329f936070f54b888cf0712e4590b8fe99394a110997ff023ff07dd7a30e55d771b SHA512 bf681b4d63d5bf531a9315b0c8841e3815af276828d1828a3eb04dcb805cbbfbaac182f79f5e48688a7eef8666975b9079144e320093e4ee3addff48813e61ad
-EBUILD mm-common-1.0.4.ebuild 575 BLAKE2B a99bbda380391a48ae226f383c44eee5de37110d3f3af790c86a8ff4fee18dd959df212c70319b57064d0c7ed64ba5f160a8757e8930cb7e84c1de857b1f674f SHA512 944a5657f9cf14f98166418f3b0c869ed42b00d5c56767824ba6938c168b914224bc9d9242c6265a95bae550cf508a5e5ba154ebc5ae2707555d04fb5cfc7108
EBUILD mm-common-1.0.5.ebuild 582 BLAKE2B 87569fdc784066ea74d334e1ca1979b47803c66830b5a85d58546a75d30eb558f5a5998702c48bd163fab4a771a6a3fdb1baa98eedea3d95a3029d904f3be120 SHA512 5aabcc2590f934c22984b4dd2f6b42ce34d6cb3dfc35eeb0edd29e00df51f7805f3c0ae721d7a457cd5ef65320431c0d42c1e4020671ecaa10506708e54aad63
MISC metadata.xml 350 BLAKE2B 71cfcc31b82d4e5b436e057bb316fd64d708c1bb1db999e846e7aaac613b6c8a96df013b5f8a4e24f1d17e1d9174744a0e37dcfb7530c73714244287cd05c8e8 SHA512 51ebdb736b213dd635a99dc0ae4a5012eed8b28c1c1e7f5fba0db59b847368f18de2bb0e16c621e97331d23d1779d1f71f63c9f61fc0f10fb7f74fd439a914bd
diff --git a/dev-cpp/mm-common/mm-common-1.0.4.ebuild b/dev-cpp/mm-common/mm-common-1.0.4.ebuild
deleted file mode 100644
index cae8372119fb..000000000000
--- a/dev-cpp/mm-common/mm-common-1.0.4.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..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 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
-}