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 8102F138331 for ; Sun, 29 Apr 2018 00:08:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7794E081B; Sun, 29 Apr 2018 00:08:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 81768E07E0 for ; Sun, 29 Apr 2018 00:08:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D1B79335CA5 for ; Sun, 29 Apr 2018 00:08:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 281C92A1 for ; Sun, 29 Apr 2018 00:08:32 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1524958883.b70d63e07711588ad4427cf649bad163b76141ef.leio@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: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: b70d63e07711588ad4427cf649bad163b76141ef X-VCS-Branch: master Date: Sun, 29 Apr 2018 00:08:32 +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: a185d563-dcec-456a-8c02-18864ac8809e X-Archives-Hash: f748dc3b26b5f9a28203638b55e4d253 commit: b70d63e07711588ad4427cf649bad163b76141ef Author: Mart Raudsepp gentoo org> AuthorDate: Sat Apr 28 23:41:23 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Apr 28 23:41:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b70d63e0 dev-cpp/mm-common: remove old Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-cpp/mm-common/Manifest | 1 - dev-cpp/mm-common/mm-common-0.9.11.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/dev-cpp/mm-common/Manifest b/dev-cpp/mm-common/Manifest index 504e2766a12..3db09611a73 100644 --- a/dev-cpp/mm-common/Manifest +++ b/dev-cpp/mm-common/Manifest @@ -1,2 +1 @@ -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.11.ebuild b/dev-cpp/mm-common/mm-common-0.9.11.ebuild deleted file mode 100644 index 22922dffc49..00000000000 --- a/dev-cpp/mm-common/mm-common-0.9.11.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# 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=""