commit:     4ce59a90f395e314d0bb7a39714f293eb95f3d97
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  6 18:21:33 2015 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Fri Nov  6 18:21:33 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ce59a90

dev-ruby/filesize: initial ebuild, dep of metasploit

Package-Manager: portage-2.2.23

 dev-ruby/filesize/Manifest              |  1 +
 dev-ruby/filesize/filesize-0.1.1.ebuild | 19 +++++++++++++++++++
 dev-ruby/filesize/metadata.xml          | 13 +++++++++++++
 3 files changed, 33 insertions(+)

diff --git a/dev-ruby/filesize/Manifest b/dev-ruby/filesize/Manifest
new file mode 100644
index 0000000..c440a59
--- /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 0000000..a3f5e1d
--- /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 0000000..3ebcdeb
--- /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>zeroch...@gentoo.org</email>
+    <name>Rick Farina</name>
+  </maintainer>
+<longdescription lang="en">
+</longdescription>
+  <upstream>
+    <remote-id type="github">dominikh/filesize</remote-id>
+  </upstream>
+</pkgmetadata>

Reply via email to