commit:     db26b860be7130aea99426364df3ec37fe411671
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  5 00:59:17 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Sep  5 00:59:17 2016 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=db26b860

dev-ruby/fog-json: Initial version

Package-Manager: portage-2.3.0

 dev-ruby/fog-json/Manifest              |  1 +
 dev-ruby/fog-json/fog-json-1.0.2.ebuild | 30 ++++++++++++++++++++++++++++++
 dev-ruby/fog-json/metadata.xml          |  8 ++++++++
 3 files changed, 39 insertions(+)

diff --git a/dev-ruby/fog-json/Manifest b/dev-ruby/fog-json/Manifest
new file mode 100644
index 0000000..602e7fc
--- /dev/null
+++ b/dev-ruby/fog-json/Manifest
@@ -0,0 +1 @@
+DIST fog-json-1.0.2.gem 8704 SHA256 
19006b42ac58cc71442e97d00de454824245b3780bb091cfa97e4a25db9cbb29 SHA512 
7b57c2caa8f8ccccf2225d308ab77b35ed00f43937086d59c9d5431b221d6e2a7f2b79db9dc9e924399db213844066fc9a147fab1c177e2468c8609bc4b8ad84
 WHIRLPOOL 
58b32a2ba1265acd4cf555640a95744a57bd65a9671ae87840355a1f88836a80404f6aa635119ae1af860cee035fccadd83d9ef505e6f67dfed277d26699112e

diff --git a/dev-ruby/fog-json/fog-json-1.0.2.ebuild 
b/dev-ruby/fog-json/fog-json-1.0.2.ebuild
new file mode 100644
index 0000000..a2fea08
--- /dev/null
+++ b/dev-ruby/fog-json/fog-json-1.0.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_TASK_DOC=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Extraction of the JSON parsing tools shared between fog providers"
+HOMEPAGE="https://rubygems.org/gems/fog-json http://github.com/fog/fog-json";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/fog-core-1.0
+       <dev-ruby/fog-core-2
+       >=dev-ruby/multi_json-1.10
+       <dev-ruby/multi_json-2"
+
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+all_ruby_prepare() {
+       sed -i -e "/bundler/d" Rakefile || die
+}

diff --git a/dev-ruby/fog-json/metadata.xml b/dev-ruby/fog-json/metadata.xml
new file mode 100644
index 0000000..97df2a0
--- /dev/null
+++ b/dev-ruby/fog-json/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Manuel Rüger</name>
+       </maintainer>
+</pkgmetadata>

Reply via email to