summaryrefslogtreecommitdiff
path: root/dev-ruby/instance_storage
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-ruby/instance_storage
reinit the tree, so we can have metadata
Diffstat (limited to 'dev-ruby/instance_storage')
-rw-r--r--dev-ruby/instance_storage/Manifest4
-rw-r--r--dev-ruby/instance_storage/instance_storage-1.0.0.ebuild22
-rw-r--r--dev-ruby/instance_storage/metadata.xml14
3 files changed, 40 insertions, 0 deletions
diff --git a/dev-ruby/instance_storage/Manifest b/dev-ruby/instance_storage/Manifest
new file mode 100644
index 000000000000..ae7854d8d770
--- /dev/null
+++ b/dev-ruby/instance_storage/Manifest
@@ -0,0 +1,4 @@
+DIST instance_storage-1.0.0.gem 7680 SHA256 f41e64da2fe4f5f7d6c8cf9809ef898e660870f39d4e5569c293b584a12bce22 SHA512 45ff98b3d0ab47d3459d868eb1b0075abb83b23bbc3a9b84f261077bdddc385ed016e81d01c19f93fa6cffd7cb9020ce1e22411636709f18af09a76c7d44598f WHIRLPOOL 352f0b15593718babd626b94a9cd5c5fd6a8d577fdffcee12409f150fa1d39b2e4031cce55393b7331cc11315c8112ab0dac3cbcf5cf423727292c8a6925a569
+EBUILD instance_storage-1.0.0.ebuild 506 SHA256 dd3cc0f5249c2c013386cf6cf99bce7faa8a4ebf4fff6cd0f6673069ca0c410d SHA512 65fab539701259755567cc5c1010360fe14d04e6b287b2c0885751b466fe7645325f1917069b6974f45090bd3924c8c59bda13ec2824bbe0d5d6de231514b0b3 WHIRLPOOL 482f3806d1f53d8d0931cdad5dc5d669c2c39f8bb5404083ad92a6fcd5e6402d9fa2044e6607ad9c2dadf30ac1c301faa0107ed80a6b7ef77b5391b97e58ce9b
+MISC ChangeLog 1288 SHA256 3217a3cc65dd62f584cb4cb4eee67d3a3b0ee9dc34a37e788dd5eb3ad59dc568 SHA512 14d1212db04929c08dc3249e1ff1cf5e9d6cba611b8f646b300777be67011c75bce2b1997ba3fe6405448b73efc657d015678b5830707d2ae8d6b2871e4c9a98 WHIRLPOOL 7485aea7df993a8896d5944aab02dd7cd1ffa7498faf5d7d2f4500a450c198c310250c81ea32e38d77d2faced0135e96b1044f2f1197327ede88af0a5289dcd0
+MISC metadata.xml 411 SHA256 4f99213ffccaf4730aa0cba87ff0bb0f15988c6e58e45d34958a1b1dfecb5c1d SHA512 2e7c66f01814ab0c9c5d677183d3bac6d67617279c422e29a4f697b328cb461d53b142e9bcf1995f8f0c43c2c7333d666d6fae3a5f30970f4da99e59bb0e1105 WHIRLPOOL 15a05347c9ee758d47c08638c6b3b2def60b2db08ddf8c3d02ae463a7b1707c55327718e6fee2de37dc5ea39348ad79d21c41a79f1895b8e62e1818dc153605a
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
index 000000000000..ab1b85a32763
--- /dev/null
+++ b/dev-ruby/instance_storage/instance_storage-1.0.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+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=""
+
+all_ruby_prepare() {
+ sed -i -e '/bundler/ s:^:#:' Rakefile test/instance_storage_test.rb || die
+}
diff --git a/dev-ruby/instance_storage/metadata.xml b/dev-ruby/instance_storage/metadata.xml
new file mode 100644
index 000000000000..4a17d42e52bf
--- /dev/null
+++ b/dev-ruby/instance_storage/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>naota@gentoo.org</email>
+ </maintainer>
+ <maintainer type="project">
+ <email>ruby@gentoo.org</email>
+ <name>Gentoo Ruby Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="rubygems">instance_storage</remote-id>
+ </upstream>
+</pkgmetadata>