diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-04-23 23:21:05 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-04-23 23:21:05 +0300 |
commit | 5294c87d199fdbc2ce70a115997f5acc53e40b20 (patch) | |
tree | 72310d7d1647157febf8a6c0c1632c0e151707f3 /dev-cpp/mm-common | |
parent | gnome-extra/nm-applet: bump to 1.8.10 (diff) | |
download | gentoo-5294c87d199fdbc2ce70a115997f5acc53e40b20.tar.gz gentoo-5294c87d199fdbc2ce70a115997f5acc53e40b20.tar.bz2 gentoo-5294c87d199fdbc2ce70a115997f5acc53e40b20.zip |
dev-cpp/mm-common: bump to 0.9.12
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'dev-cpp/mm-common')
-rw-r--r-- | dev-cpp/mm-common/Manifest | 1 | ||||
-rw-r--r-- | dev-cpp/mm-common/mm-common-0.9.12.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/dev-cpp/mm-common/Manifest b/dev-cpp/mm-common/Manifest index 3359f2ecee74..504e2766a12d 100644 --- a/dev-cpp/mm-common/Manifest +++ b/dev-cpp/mm-common/Manifest @@ -1 +1,2 @@ DIST mm-common-0.9.11.tar.xz 266928 BLAKE2B 51f0d7e78d19c1f28d7ae0bb45d9380f37c3893f5a4278d6663611582b2299d02a37fa1cf4e0235f67e46548e1f003bacd9d45133bae38de7cb524128a556645 SHA512 c1072ad35996e748b14ce09253ab64b8eb302da8a78932149325e4485e9684ad3c0555d5fc6787fad2b5d912b8110df60608dfafa418892b901632ebbd5b1007 +DIST mm-common-0.9.12.tar.xz 304588 BLAKE2B 8fd443b4077d803bb1513c897aa44965e50591cf36518469f1f2f74c40ff2b4f687152f9fc31e2d543ac97ae7a5a0a58efdc8c362959e015eee54b8bd518809e SHA512 99701d91994ca2783fe5b8bfd44cdea9f14e16dbbc116f894d9f3df746912cdbcdbdb0d5fdf6e235c9d22621a314de7aaac9b87a18f3ab742a0ad2ebbaad8ec7 diff --git a/dev-cpp/mm-common/mm-common-0.9.12.ebuild b/dev-cpp/mm-common/mm-common-0.9.12.ebuild new file mode 100644 index 000000000000..0d93f4c19d26 --- /dev/null +++ b/dev-cpp/mm-common/mm-common-0.9.12.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="5" +GCONF_DEBUG="no" + +inherit gnome2 + +DESCRIPTION="Build infrastructure and utilities for GNOME C++ bindings" +HOMEPAGE="https://www.gtkmm.org/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND="" +DEPEND="" |