dev-ruby/rex-text: initial ebuild, dep for metasploit

Package-Manager: portage-2.3.0
This commit is contained in:
Zero_Chaos
2016-07-29 16:29:09 -04:00
parent ef89b73888
commit 7f2d929f43
3 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST rex-text-0.1.1.gem 39424 SHA256 12832b1e56338e472d97f046cbea7e804bd95aef6045548c85232d66109765a2 SHA512 ec9e7844b64037451896fb7536709cc1a2af010e62aeaf333bc1c0a8b7b8d996ec2147ebc460bbc34688863dcef71a566907991e52742a2a6b59a57725a98ea3 WHIRLPOOL c87c1bc87fdf9d667eeefbdf5b3648336860147aee84c31e2bf41c4ce415873eb306f228c778b7c78721d963d103ea9d16f966105f3d89ace0b013b8ace6cf28

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>zerochaos@gentoo.org</email>
<name>Rick Farina</name>
</maintainer>
<longdescription lang="en">
</longdescription>
<upstream>
<remote-id type="github">rapid7/rex-text</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,28 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
USE_RUBY="ruby20 ruby21 ruby22 ruby23"
#RUBY_FAKEGEM_RECIPE_TEST="rspec3"
RUBY_FAKEGEM_TASK_DOC=""
inherit ruby-fakegem
DESCRIPTION="Rex library for text generation and manipulation"
HOMEPAGE="https://rubygems.org/gems/rex-text"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
# doesn't seem to actually run any tests
RESTRICT=test
all_ruby_install() {
ruby_fakegem_binwrapper console ${PN}-console
ruby_fakegem_binwrapper setup ${PN}-setup
}