summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2018-03-06 07:45:56 +0100
committerHans de Graaff <graaff@gentoo.org>2018-03-06 07:45:56 +0100
commit90f746466a746bbd834ec1285ef52518cff67d20 (patch)
treea1d2cc61d07ec0f7289e7992f7a958c266d3fca5 /dev-ruby/rex-zip/rex-zip-0.1.3.ebuild
parentdev-ruby/ruby_gntp: add ruby24 (diff)
downloadgentoo-90f746466a746bbd834ec1285ef52518cff67d20.tar.gz
gentoo-90f746466a746bbd834ec1285ef52518cff67d20.tar.bz2
gentoo-90f746466a746bbd834ec1285ef52518cff67d20.zip
dev-ruby/rex-zip: add 0.1.3
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-ruby/rex-zip/rex-zip-0.1.3.ebuild')
-rw-r--r--dev-ruby/rex-zip/rex-zip-0.1.3.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-ruby/rex-zip/rex-zip-0.1.3.ebuild b/dev-ruby/rex-zip/rex-zip-0.1.3.ebuild
new file mode 100644
index 000000000000..0fec4e5d74ee
--- /dev/null
+++ b/dev-ruby/rex-zip/rex-zip-0.1.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+USE_RUBY="ruby22 ruby23 ruby24"
+
+# Upstream has specs but they are not included in the gem or tagged upstream
+RUBY_FAKEGEM_RECIPE_TEST="none"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby Exploitation(Rex) library for working with zip and related files"
+HOMEPAGE="https://rubygems.org/gems/rex-zip"
+
+LICENSE="BSD"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/rex-text"