summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/filesize')
-rw-r--r--dev-ruby/filesize/Manifest1
-rw-r--r--dev-ruby/filesize/filesize-0.1.1.ebuild19
-rw-r--r--dev-ruby/filesize/metadata.xml13
3 files changed, 33 insertions, 0 deletions
diff --git a/dev-ruby/filesize/Manifest b/dev-ruby/filesize/Manifest
new file mode 100644
index 000000000000..c440a5980797
--- /dev/null
+++ b/dev-ruby/filesize/Manifest
@@ -0,0 +1 @@
+DIST filesize-0.1.1.gem 8192 SHA256 09252b433da02dff0ce2162cc085991d8947445cefac816db53dd52ad0ab3818 SHA512 2c7e94feb2433c9a1c1545e817616a7551f5d02f441b2564d96499b8fea0e47b74843b3d06d959273fc000800eea87bb7bc1c643369a4d724b8ba19b53de6283 WHIRLPOOL 1cc700f301b89dcfbbf997571835aeb4e9a53a77dac589f6da32a3530d5a9a4021d3186682be5e7146c646198fbec1d5ec54a7af8752c0e9487f997801364fce
diff --git a/dev-ruby/filesize/filesize-0.1.1.ebuild b/dev-ruby/filesize/filesize-0.1.1.ebuild
new file mode 100644
index 000000000000..a3f5e1d60aa3
--- /dev/null
+++ b/dev-ruby/filesize/filesize-0.1.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby19 ruby20 ruby21"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="small ruby class for handling filesizes with both the SI and binary prefixes"
+HOMEPAGE="https://github.com/dominikh/filesize"
+SRC_URI="mirror://rubygems/${P}.gem"
+
+LICENSE="MIT"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
diff --git a/dev-ruby/filesize/metadata.xml b/dev-ruby/filesize/metadata.xml
new file mode 100644
index 000000000000..3ebcdeba58e8
--- /dev/null
+++ b/dev-ruby/filesize/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>zerochaos@gentoo.org</email>
+ <name>Rick Farina</name>
+ </maintainer>
+<longdescription lang="en">
+</longdescription>
+ <upstream>
+ <remote-id type="github">dominikh/filesize</remote-id>
+ </upstream>
+</pkgmetadata>