Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/mm-common/
Date: Sat, 12 Dec 2015 14:29:42
Message-Id: 1449930524.029a0ecfa0f4e665094b79a67b378ba2cb1bf065.pacho@gentoo
1 commit: 029a0ecfa0f4e665094b79a67b378ba2cb1bf065
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 12 13:09:55 2015 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 12 14:28:44 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=029a0ecf
7
8 dev-cpp/mm-common: Version bump
9
10 Package-Manager: portage-2.2.24
11
12 dev-cpp/mm-common/Manifest | 1 +
13 dev-cpp/mm-common/mm-common-0.9.9.ebuild | 19 +++++++++++++++++++
14 2 files changed, 20 insertions(+)
15
16 diff --git a/dev-cpp/mm-common/Manifest b/dev-cpp/mm-common/Manifest
17 index b946fe6..45ae8a7 100644
18 --- a/dev-cpp/mm-common/Manifest
19 +++ b/dev-cpp/mm-common/Manifest
20 @@ -1,2 +1,3 @@
21 DIST mm-common-0.9.7.tar.xz 262420 SHA256 78f47336f3bdf034a384c59a39cc9f0d566e69e36aa7c9ee3ec0bb6a94bf8b3e SHA512 5cd0efa76a3659dca9abd85990a1f227f7360e42b10c9215eccb460a02f9bff0858d249407c7de6f5d1b5ac452d6ccf88101be8827f23f3c04500feb7d7d2559 WHIRLPOOL 265066803e860bacfa921b1944b51bf97f1e795f065649662593cdf7321cbe5971594c4b6b9d5189ffde975a079311a7b81a59c8323e14da49205063002e784e
22 DIST mm-common-0.9.8.tar.xz 263200 SHA256 c9ab5fd3872fbe245fbc35347acf4a95063111f81d54c43df3af662dad0a03d5 SHA512 b3aafe566b4d276bac41570a1b8243efa4b2d96711a410c3e9fe19f1725d248c5ea3bd4de602ee5504346100672d81e5e571ba430fed4ca938af032ce4ee54c1 WHIRLPOOL 6348781087fb91983aad449eb40ca49c8d6e71a464c9e587ff4f11ec801f9a2be772a3d4d15b635e59e2d127b318ff130a5b71c0993ad8edd0c7b15abf8fdf42
23 +DIST mm-common-0.9.9.tar.xz 264156 SHA256 9d00bc77e77794e0bd2ae68132c4b4136aa115d255e34b310f7449b29db50b7a SHA512 59927506cae42f79d40d9524e477d655e7b137822fa0ca6cb5ec255b42c2e2c658c48f7c1dd735b9781e223ee48d1f36de5aba52247ee6ef042048eb054fe8e6 WHIRLPOOL 819f4d8ce10390ad5c011b680316e24c561dd27fd7af78a09cb0af84ca49b9f47335fa69ce3475af093ab532c8a9df8f210760851e0af8f7f09f3f9e7fa72bcb
24
25 diff --git a/dev-cpp/mm-common/mm-common-0.9.9.ebuild b/dev-cpp/mm-common/mm-common-0.9.9.ebuild
26 new file mode 100644
27 index 0000000..dfb212f
28 --- /dev/null
29 +++ b/dev-cpp/mm-common/mm-common-0.9.9.ebuild
30 @@ -0,0 +1,19 @@
31 +# Copyright 1999-2015 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +EAPI="5"
36 +GCONF_DEBUG="no"
37 +
38 +inherit gnome2
39 +
40 +DESCRIPTION="Build infrastructure and utilities for GNOME C++ bindings"
41 +HOMEPAGE="http://www.gtkmm.org/"
42 +
43 +LICENSE="GPL-2"
44 +SLOT="0"
45 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
46 +IUSE=""
47 +
48 +RDEPEND=""
49 +DEPEND=""