From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-879237-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 5029913820C
	for <garchives@archives.gentoo.org>; Sun,  1 May 2016 06:34:47 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 50BEC21C022;
	Sun,  1 May 2016 06:34:45 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(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 7150921C008
	for <gentoo-commits@lists.gentoo.org>; Sun,  1 May 2016 06:34:44 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 4BB19340C15
	for <gentoo-commits@lists.gentoo.org>; Sun,  1 May 2016 06:34:43 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D51C333
	for <gentoo-commits@lists.gentoo.org>; Sun,  1 May 2016 06:34:41 +0000 (UTC)
From: "Hans de Graaff" <graaff@gentoo.org>
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" <graaff@gentoo.org>
Message-ID: <1462084304.dff04105e29b4d22fdbd068f3465a1d551d31a39.graaff@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/hashie/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-ruby/hashie/hashie-2.1.2.ebuild
X-VCS-Directories: dev-ruby/hashie/
X-VCS-Committer: graaff
X-VCS-Committer-Name: Hans de Graaff
X-VCS-Revision: dff04105e29b4d22fdbd068f3465a1d551d31a39
X-VCS-Branch: master
Date: Sun,  1 May 2016 06:34:41 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: cfdb006b-2a7a-4839-ae7c-1d182d71d1bb
X-Archives-Hash: c683b2f9e0e32c512c36a6e18e31c978

commit:     dff04105e29b4d22fdbd068f3465a1d551d31a39
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun May  1 05:53:58 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun May  1 06:31:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dff04105

dev-ruby/hashie: cleanup

Package-Manager: portage-2.2.26

 dev-ruby/hashie/hashie-2.1.2.ebuild | 29 -----------------------------
 1 file changed, 29 deletions(-)

diff --git a/dev-ruby/hashie/hashie-2.1.2.ebuild b/dev-ruby/hashie/hashie-2.1.2.ebuild
deleted file mode 100644
index 8fb4f7e..0000000
--- a/dev-ruby/hashie/hashie-2.1.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby20"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Hashie is a small collection of tools that make hashes more powerful"
-HOMEPAGE="http://intridea.com/posts/hashie-the-hash-toolkit"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE=""
-
-all_ruby_prepare() {
-	# Remove bundler and fix one spec that depends on its requires
-	rm Gemfile || die
-	sed -i -e '/[Bb]undler/d' Rakefile || die
-	sed -e '2irequire "hashie/version"' -i spec/hashie/version_spec.rb || die
-}