diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2020-11-08 06:32:07 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2020-11-08 06:32:07 +0000 |
| commit | 80e5994c0c69056bdc15f58f568fb09da9ec5039 (patch) | |
| tree | 58baddebde5fa16e4d8eb9b168b52386c5c90508 /dev-cpp | |
| parent | f9805a23a7492181e08d7e4b8d2b5d74c5cedd52 (diff) | |
| download | baldeagleos-repo-80e5994c0c69056bdc15f58f568fb09da9ec5039.tar.gz baldeagleos-repo-80e5994c0c69056bdc15f58f568fb09da9ec5039.tar.xz baldeagleos-repo-80e5994c0c69056bdc15f58f568fb09da9ec5039.zip | |
Updating liguros repo
Diffstat (limited to 'dev-cpp')
| -rw-r--r-- | dev-cpp/mm-common/Manifest | 1 | ||||
| -rw-r--r-- | dev-cpp/mm-common/mm-common-1.0.2.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/dev-cpp/mm-common/Manifest b/dev-cpp/mm-common/Manifest index 8ec71cffdb57..35cac85b0047 100644 --- a/dev-cpp/mm-common/Manifest +++ b/dev-cpp/mm-common/Manifest @@ -1 +1,2 @@ DIST mm-common-1.0.1.tar.xz 271144 BLAKE2B a5c540c9004103298627146e6483de1345f1c3c1c6a48e3f0821a42f1e875f1753df5d5e8164d4c95e844a3b0229a45e697a49596a0671c9717a7561bfc621de SHA512 1dd5fe5fbcc04c6d42cbf4ff33a06058fdb247f6ed9ce958f7231eb99ca7e4b41ea2b91611e0d3909e0fcc9f45a6a4b2c119c0bd3da8afb1741256ca31e1a33b +DIST mm-common-1.0.2.tar.xz 271720 BLAKE2B 955a541290ffc9489a7061a1bdcc4b2cca7ac5e0a834a008b4e15173e3b6df38a5fb719f26fe6f83c073c025c7113bba3586f28a6341d37c7c98cfc93ec50f0a SHA512 106f3aae8bb836386148098037c52fef19c3779f5e8cfbafcbe52eca17340a6e2fb7e5c57154cc0a90b75c0bb23900a4274591a71d85f81391be780c53238de0 diff --git a/dev-cpp/mm-common/mm-common-1.0.2.ebuild b/dev-cpp/mm-common/mm-common-1.0.2.ebuild new file mode 100644 index 000000000000..39f6d7b82324 --- /dev/null +++ b/dev-cpp/mm-common/mm-common-1.0.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit gnome.org 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 ~sparc ~x86" + +src_prepare() { + default + + # Include project version in docdir name + sed -i -e "s:^install_docdir.*:& + '-' + meson.project_version():" meson.build || die +} |
