summaryrefslogtreecommitdiff
path: root/dev-ruby/inflecto
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/inflecto
reinit the tree, so we can have metadata
Diffstat (limited to 'dev-ruby/inflecto')
-rw-r--r--dev-ruby/inflecto/Manifest3
-rw-r--r--dev-ruby/inflecto/inflecto-0.0.2.ebuild21
-rw-r--r--dev-ruby/inflecto/metadata.xml11
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-ruby/inflecto/Manifest b/dev-ruby/inflecto/Manifest
new file mode 100644
index 000000000000..cf50747e11c8
--- /dev/null
+++ b/dev-ruby/inflecto/Manifest
@@ -0,0 +1,3 @@
+DIST inflecto-0.0.2.gem 16384 SHA256 e4ea51d7b1bae9580e50059084273b26bf518722853c59784d85e35dbb2ab420 SHA512 dbd1aa3a199365aa301d2570894e347e4f4fe6202924d6337b936ce3e5ed934e7e5c57c6c4ade42d6e0ffa43c574f3ac530ec6dccc6ad8d16b6ff96e4d057628 WHIRLPOOL 15d481c266edc00ef3f810d1161295bf298f199893bb6ea9232a1c81c0df5ba0ec83dd685718cf4133c3df9397bfc4428aceb32eac8cae22f7f85a54c55f9d08
+EBUILD inflecto-0.0.2.ebuild 411 SHA256 8615276a676520a99635e972d47c8803bef24bb8f84fc88e05798b7279d4befd SHA512 4fefe650065055c91f181dda12bf61ae74c9c8061965ea7b46bb58051f12ce698ecd99b3ecbbb400d887af21e90d91bf75b960875c926744cba4e19ae8a9624e WHIRLPOOL fffd87468efca288e8fb099a6cb9c71283806e61ab4e0c55612fa2e77072de5197c61fa0153c1a9a901ded43c63c34d00b274f08c3f4f74f3eb292fb7a625fc2
+MISC metadata.xml 338 SHA256 c1e596b2006c7a8f7b80609f6955f0ca67f992e92a9251008648fe1a9f501d1f SHA512 a5ae77a07fd66b3295dd15cbe10ab9a64bfe953b1ecbcc920c5e97c196de2b920f3c4f35d68b9d42f8cae7161933a54093c92c9435f02bef1a5a6af13b71510a WHIRLPOOL 2ca8289eac32ce9ef63a7072d774d1ad0db8b71f7afa57a749b79cc734c9ed75ee784eb4bd735128d3bd057e494139c35096a35c313a657b6a5995fcbb8afd17
diff --git a/dev-ruby/inflecto/inflecto-0.0.2.ebuild b/dev-ruby/inflecto/inflecto-0.0.2.ebuild
new file mode 100644
index 000000000000..f597c21b4ff1
--- /dev/null
+++ b/dev-ruby/inflecto/inflecto-0.0.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Inflector for ruby"
+HOMEPAGE="https://github.com/mbj/inflecto"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
diff --git a/dev-ruby/inflecto/metadata.xml b/dev-ruby/inflecto/metadata.xml
new file mode 100644
index 000000000000..61e93d02be5b
--- /dev/null
+++ b/dev-ruby/inflecto/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">mjb/inflecto</remote-id>
+ </upstream>
+</pkgmetadata>