dev-ruby/instance_storage: add new package
authorNaohiro Aota <naota@gentoo.org>
Sun, 24 Jan 2016 13:53:05 +0000 (22:53 +0900)
committerNaohiro Aota <naota@gentoo.org>
Sun, 24 Jan 2016 13:53:42 +0000 (22:53 +0900)
Package-Manager: portage-2.2.27

dev-ruby/instance_storage/Manifest [new file with mode: 0644]
dev-ruby/instance_storage/instance_storage-1.0.0.ebuild [new file with mode: 0644]
dev-ruby/instance_storage/metadata.xml [new file with mode: 0644]

diff --git a/dev-ruby/instance_storage/Manifest b/dev-ruby/instance_storage/Manifest
new file mode 100644 (file)
index 0000000..9c84fef
--- /dev/null
@@ -0,0 +1 @@
+DIST instance_storage-1.0.0.gem 7680 SHA256 f41e64da2fe4f5f7d6c8cf9809ef898e660870f39d4e5569c293b584a12bce22 SHA512 45ff98b3d0ab47d3459d868eb1b0075abb83b23bbc3a9b84f261077bdddc385ed016e81d01c19f93fa6cffd7cb9020ce1e22411636709f18af09a76c7d44598f WHIRLPOOL 352f0b15593718babd626b94a9cd5c5fd6a8d577fdffcee12409f150fa1d39b2e4031cce55393b7331cc11315c8112ab0dac3cbcf5cf423727292c8a6925a569
diff --git a/dev-ruby/instance_storage/instance_storage-1.0.0.ebuild b/dev-ruby/instance_storage/instance_storage-1.0.0.ebuild
new file mode 100644 (file)
index 0000000..b8b1b1c
--- /dev/null
@@ -0,0 +1,18 @@
+# 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_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+DESCRIPTION="Manage class instances with dictionary"
+HOMEPAGE="https://rubygems.org/gems/instance_storage/"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
diff --git a/dev-ruby/instance_storage/metadata.xml b/dev-ruby/instance_storage/metadata.xml
new file mode 100644 (file)
index 0000000..f0edcdf
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <herd>ruby</herd>
+       <maintainer>
+               <email>naota@gentoo.org</email>
+       </maintainer>
+       <upstream>
+               <remote-id type="rubygems">instance_storage</remote-id>
+       </upstream>
+</pkgmetadata>