From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-863096-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 4BF2D59CA2
	for <garchives@archives.gentoo.org>; Sat, 13 Feb 2016 20:19:04 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D692621C018;
	Sat, 13 Feb 2016 20:19: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 7BB6121C018
	for <gentoo-commits@lists.gentoo.org>; Sat, 13 Feb 2016 20:19: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 B96CE340C1C
	for <gentoo-commits@lists.gentoo.org>; Sat, 13 Feb 2016 20:19:02 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 354518E9
	for <gentoo-commits@lists.gentoo.org>; Sat, 13 Feb 2016 20:19:01 +0000 (UTC)
From: "Christoph Junghans" <ottxor@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, "Christoph Junghans" <ottxor@gentoo.org>
Message-ID: <1455394657.fb1ed545375bec9b107b3bb0ea56097d80be278e.ottxor@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/gh/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-ruby/gh/Manifest dev-ruby/gh/gh-0.14.0.ebuild dev-ruby/gh/metadata.xml
X-VCS-Directories: dev-ruby/gh/
X-VCS-Committer: ottxor
X-VCS-Committer-Name: Christoph Junghans
X-VCS-Revision: fb1ed545375bec9b107b3bb0ea56097d80be278e
X-VCS-Branch: master
Date: Sat, 13 Feb 2016 20:19:01 +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: ca4d2c44-d1b8-4686-9973-28a7867be684
X-Archives-Hash: 0a75736c9e58dab35abb212c8875d906

commit:     fb1ed545375bec9b107b3bb0ea56097d80be278e
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  9 18:18:02 2016 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Sat Feb 13 20:17:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb1ed545

dev-ruby/gh: initial commit

Package-Manager: portage-2.2.26

 dev-ruby/gh/Manifest         |  1 +
 dev-ruby/gh/gh-0.14.0.ebuild | 31 +++++++++++++++++++++++++++++++
 dev-ruby/gh/metadata.xml     | 11 +++++++++++
 3 files changed, 43 insertions(+)

diff --git a/dev-ruby/gh/Manifest b/dev-ruby/gh/Manifest
new file mode 100644
index 0000000..127a145
--- /dev/null
+++ b/dev-ruby/gh/Manifest
@@ -0,0 +1 @@
+DIST gh-0.14.0.gem 15360 SHA256 a243023cbd972df27799b3949a59efeae284d4189155681fb6bbcfdfab34f548 SHA512 05f5c520698c7424efeb1da7d166463c61d003085053e35534ad3fdbaf2282ee025f1a7336b585805051dd0e93974d0c437fcbed77c64db36ee52032984cf33a WHIRLPOOL 8f29664d04b7c8dbe8ffd730bfc4a4bafce29d1f37d0f7b880e5c6b852535b0c0c5393e74ded4b92044535f1a0aeb8aa2d8a6b34fbeac4de7d9f2e4b6fad02a4

diff --git a/dev-ruby/gh/gh-0.14.0.ebuild b/dev-ruby/gh/gh-0.14.0.ebuild
new file mode 100644
index 0000000..7986e57
--- /dev/null
+++ b/dev-ruby/gh/gh-0.14.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="multi-layer client for the github api v3"
+HOMEPAGE="http://gh.rkh.im/"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend "
+	dev-ruby/webmock
+"
+
+ruby_add_rdepend "
+	dev-ruby/addressable
+	dev-ruby/backports
+	>dev-ruby/faraday-0.8
+	>dev-ruby/multi_json-1.0
+	>=dev-ruby/net-http-persistent-2.7
+	dev-ruby/net-http-pipeline
+"

diff --git a/dev-ruby/gh/metadata.xml b/dev-ruby/gh/metadata.xml
new file mode 100644
index 0000000..d164aa5
--- /dev/null
+++ b/dev-ruby/gh/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>ruby@gentoo.org</email>
+        <name>Gentoo Ruby Project</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">travis-ci/gh</remote-id>
+	</upstream>
+</pkgmetadata>