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 162BD139083 for ; Wed, 20 Dec 2017 20:23:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE5FDE1196; Wed, 20 Dec 2017 20:23:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B2865E1193 for ; Wed, 20 Dec 2017 20:23:39 +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 A48B834096C for ; Wed, 20 Dec 2017 20:23:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59D98AE9B for ; Wed, 20 Dec 2017 20:23:34 +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: <1513801345.50664718257c11abc90c59ceea0d3635c723d157.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.10.ebuild X-VCS-Directories: dev-cpp/mm-common/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 50664718257c11abc90c59ceea0d3635c723d157 X-VCS-Branch: master Date: Wed, 20 Dec 2017 20:23:34 +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: 7f08d431-483d-4055-8d4e-acec7da147a1 X-Archives-Hash: 414580545d72aba46e55f93b38c1759d commit: 50664718257c11abc90c59ceea0d3635c723d157 Author: Mart Raudsepp gentoo org> AuthorDate: Wed Dec 20 19:46:44 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Wed Dec 20 20:22:25 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50664718 dev-cpp/mm-common: remove old Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-cpp/mm-common/Manifest | 1 - dev-cpp/mm-common/mm-common-0.9.10.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/dev-cpp/mm-common/Manifest b/dev-cpp/mm-common/Manifest index 6efd6beb5e4..3359f2ecee7 100644 --- a/dev-cpp/mm-common/Manifest +++ b/dev-cpp/mm-common/Manifest @@ -1,2 +1 @@ -DIST mm-common-0.9.10.tar.xz 266372 BLAKE2B 1783dc6495deb06fbe4285cbf724786166a17372955621f9666fb4e8a3c1757810d58d0c7ff45e1bcbdd6107a628e1c0cea6b9dedac11623ceae44f2e2fac92d SHA512 77d6836ceb806aec49a4f97bc4a037558f9fccdd8aae88b7650cd050bf7661d597b6b4dec4a64e819652961e759b132c64887a1d9bf774d9be156d1fc00b8ad3 DIST mm-common-0.9.11.tar.xz 266928 BLAKE2B 51f0d7e78d19c1f28d7ae0bb45d9380f37c3893f5a4278d6663611582b2299d02a37fa1cf4e0235f67e46548e1f003bacd9d45133bae38de7cb524128a556645 SHA512 c1072ad35996e748b14ce09253ab64b8eb302da8a78932149325e4485e9684ad3c0555d5fc6787fad2b5d912b8110df60608dfafa418892b901632ebbd5b1007 diff --git a/dev-cpp/mm-common/mm-common-0.9.10.ebuild b/dev-cpp/mm-common/mm-common-0.9.10.ebuild deleted file mode 100644 index 0763a96d62e..00000000000 --- a/dev-cpp/mm-common/mm-common-0.9.10.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2016 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=""