From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-841975-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 6A97A13888F
	for <garchives@archives.gentoo.org>; Fri, 23 Oct 2015 09:27:06 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id F1D6921C011;
	Fri, 23 Oct 2015 09:27:03 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 9762C21C011
	for <gentoo-commits@lists.gentoo.org>; Fri, 23 Oct 2015 09:27:03 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 5E2A33406C2
	for <gentoo-commits@lists.gentoo.org>; Fri, 23 Oct 2015 09:27:00 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D2CB01633
	for <gentoo-commits@lists.gentoo.org>; Fri, 23 Oct 2015 09:26:56 +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: <1445592409.58199b4ea913d82048dab33862e8fab149918c67.graaff@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/hashdiff/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-ruby/hashdiff/Manifest dev-ruby/hashdiff/hashdiff-0.2.2.ebuild dev-ruby/hashdiff/metadata.xml
X-VCS-Directories: dev-ruby/hashdiff/
X-VCS-Committer: graaff
X-VCS-Committer-Name: Hans de Graaff
X-VCS-Revision: 58199b4ea913d82048dab33862e8fab149918c67
X-VCS-Branch: master
Date: Fri, 23 Oct 2015 09:26:56 +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: 27b47b65-187f-43fb-a524-44d53facd81a
X-Archives-Hash: 33836f9c9ad646c427676aa4066f56b1

commit:     58199b4ea913d82048dab33862e8fab149918c67
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 23 08:41:59 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Oct 23 09:26:49 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58199b4e

dev-ruby/hashdiff: initial import

New dependency for dev-ruby/webmock.

Package-Manager: portage-2.2.20.1

 dev-ruby/hashdiff/Manifest              |  1 +
 dev-ruby/hashdiff/hashdiff-0.2.2.ebuild | 22 ++++++++++++++++++++++
 dev-ruby/hashdiff/metadata.xml          |  8 ++++++++
 3 files changed, 31 insertions(+)

diff --git a/dev-ruby/hashdiff/Manifest b/dev-ruby/hashdiff/Manifest
new file mode 100644
index 0000000..d2011d2
--- /dev/null
+++ b/dev-ruby/hashdiff/Manifest
@@ -0,0 +1 @@
+DIST hashdiff-0.2.2.gem 14848 SHA256 109e5ebd20ac94de2fd8074959b9a1e0c6e69476206ab05e33852cc826eec959 SHA512 c26075c162baab018f2918d548042c15f8df70e03c184c1be07eab58b7accfd2a4c360001a5beadd686c2df6cfb3169216d55e9777f63635519a741132ea9ba0 WHIRLPOOL 21bce7e73d080dd2a497fef94b0755d8fe6fec9554468533e18a63c4668b884483cec862968b7887ef12c04507fd2dfcc559e4f7a5f9bd2c834656d5a42b5fd3

diff --git a/dev-ruby/hashdiff/hashdiff-0.2.2.ebuild b/dev-ruby/hashdiff/hashdiff-0.2.2.ebuild
new file mode 100644
index 0000000..64d0aa3
--- /dev/null
+++ b/dev-ruby/hashdiff/hashdiff-0.2.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="changelog.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Simple Hash extension to make working with nested hashes easier and less error-prone"
+HOMEPAGE="https://github.com/liufengyun/hashdiff"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""

diff --git a/dev-ruby/hashdiff/metadata.xml b/dev-ruby/hashdiff/metadata.xml
new file mode 100644
index 0000000..853fa27
--- /dev/null
+++ b/dev-ruby/hashdiff/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>ruby</herd>
+  <upstream>
+    <remote-id type="github">liufengyun/hashdiff</remote-id>
+  </upstream>
+</pkgmetadata>