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 74ABC139695 for ; Wed, 31 May 2017 04:38:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD238E0E45; Wed, 31 May 2017 04:38:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9EC5EE0E45 for ; Wed, 31 May 2017 04:38:37 +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 3325E341728 for ; Wed, 31 May 2017 04:38:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 986BF746D for ; Wed, 31 May 2017 04:38:34 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1496204642.e3308711839813deef5b1c2926af404308ed9d69.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/map/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/map/Manifest dev-ruby/map/map-6.6.0.ebuild dev-ruby/map/metadata.xml X-VCS-Directories: dev-ruby/map/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: e3308711839813deef5b1c2926af404308ed9d69 X-VCS-Branch: master Date: Wed, 31 May 2017 04:38: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: d69c62b8-8b8e-40cb-b1e5-94d616a89cfc X-Archives-Hash: 41ada1c28831a9915ed028b0566fef75 commit: e3308711839813deef5b1c2926af404308ed9d69 Author: Hans de Graaff gentoo org> AuthorDate: Wed May 31 04:16:45 2017 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Wed May 31 04:24:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3308711 remove masked dev-ruby/map dev-ruby/map/Manifest | 1 - dev-ruby/map/map-6.6.0.ebuild | 27 --------------------------- dev-ruby/map/metadata.xml | 11 ----------- 3 files changed, 39 deletions(-) diff --git a/dev-ruby/map/Manifest b/dev-ruby/map/Manifest deleted file mode 100644 index 172079ba064..00000000000 --- a/dev-ruby/map/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST map-6.6.0.gem 23040 SHA256 153a6f384515b14085805f5839d318f9d3c9dab676f341340fa4300150373cbc SHA512 26854ee6aec63fde2da94b2c15e6916136ba20f7c47a321d47018b62fa3977168c04da9f2ffae07aabfed415c8d478146db7cef28413a0078b90a095fc6cd9fb WHIRLPOOL 89d0bd22cad6d3981251906ce2e80499c7dc79c83b7b2d0026ab2feaecc5a0286e25e5a5704a7e47233d43c3d575e58fcb343451674c8eeab921e5d7422794b1 diff --git a/dev-ruby/map/map-6.6.0.ebuild b/dev-ruby/map/map-6.6.0.ebuild deleted file mode 100644 index 33201205074..00000000000 --- a/dev-ruby/map/map-6.6.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# ruby22: test failures -USE_RUBY="ruby20 ruby21" - -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_EXTRADOC="README" - -RUBY_FAKEGEM_GEMSPEC="map.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="A string/symbol indifferent ordered hash that works in all rubies" -HOMEPAGE="https://github.com/ahoward/map" - -LICENSE="|| ( Ruby BSD-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-fbsd" -IUSE="" - -all_ruby_prepare() { - sed -i -e 's/Config/RbConfig/' Rakefile || die -} diff --git a/dev-ruby/map/metadata.xml b/dev-ruby/map/metadata.xml deleted file mode 100644 index d15d797e835..00000000000 --- a/dev-ruby/map/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - ruby@gentoo.org - Gentoo Ruby Project - - - ahoward/map - -