From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4F2801396D0 for ; Sun, 27 Aug 2017 10:03:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78D43E0E98; Sun, 27 Aug 2017 10:03:04 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5A9FEE0E95 for ; Sun, 27 Aug 2017 10:03:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 34716341997 for ; Sun, 27 Aug 2017 10:03:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3D418449 for ; Sun, 27 Aug 2017 10:03:01 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1503828166.8c21e8810e6a68f469c9e74e204b059e4ca05fc9.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/mm-common/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/mm-common/Manifest dev-cpp/mm-common/mm-common-0.9.11.ebuild X-VCS-Directories: dev-cpp/mm-common/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 8c21e8810e6a68f469c9e74e204b059e4ca05fc9 X-VCS-Branch: master Date: Sun, 27 Aug 2017 10:03:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 637c7af6-2e1c-4e95-bbea-af67beda2efb X-Archives-Hash: ede40e92d64bdebe325f4888747e7f3c commit: 8c21e8810e6a68f469c9e74e204b059e4ca05fc9 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Aug 27 09:31:15 2017 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Aug 27 10:02:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c21e881 dev-cpp/mm-common: version bump 0.9.10 → 0.9.11 Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-cpp/mm-common/Manifest | 1 + dev-cpp/mm-common/mm-common-0.9.11.ebuild | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/dev-cpp/mm-common/Manifest b/dev-cpp/mm-common/Manifest index 73dd67e0bdc..b13081ef7a5 100644 --- a/dev-cpp/mm-common/Manifest +++ b/dev-cpp/mm-common/Manifest @@ -1 +1,2 @@ DIST mm-common-0.9.10.tar.xz 266372 SHA256 16c0e2bc196b67fbc145edaecb5dbe5818386504fe5703de27002d77140fa217 SHA512 77d6836ceb806aec49a4f97bc4a037558f9fccdd8aae88b7650cd050bf7661d597b6b4dec4a64e819652961e759b132c64887a1d9bf774d9be156d1fc00b8ad3 WHIRLPOOL 2dd096ca47f2236387170c991b0b9bdbfe3fb22aeca5e54248c12a5a40e106bef5563e6ad5d77036c7ca1afad7bf5de2550d7e3e05b7c546b9a5cfca76cadc4e +DIST mm-common-0.9.11.tar.xz 266928 SHA256 20d1e7466ca4c83c92e29f9e8dfcc8e5721fdf1337f53157bed97be3b73b32a8 SHA512 c1072ad35996e748b14ce09253ab64b8eb302da8a78932149325e4485e9684ad3c0555d5fc6787fad2b5d912b8110df60608dfafa418892b901632ebbd5b1007 WHIRLPOOL 997e415b718040c6d57d40935498a28cb4e5b34edc8b4b55187798699e509790463689bc130af3bd08a983180f1527b5e03cf3e094bf98e91de7d14c975c9fe0 diff --git a/dev-cpp/mm-common/mm-common-0.9.11.ebuild b/dev-cpp/mm-common/mm-common-0.9.11.ebuild new file mode 100644 index 00000000000..da6f5c97794 --- /dev/null +++ b/dev-cpp/mm-common/mm-common-0.9.11.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2017 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=""