dev-ruby/rex-struct2: initial ebuild, metasploit dep

Package-Manager: portage-2.3.0
This commit is contained in:
Zero_Chaos
2016-07-29 23:21:38 -04:00
parent 5dd3b6e41d
commit e9948b7d75
3 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST rex-struct2-0.1.0.gem 17920 SHA256 b3fd4474c492d9e376c52d68c0e8b6672e24fa709801207449022377c1d94d38 SHA512 f1e8387ea0963648c13118a0663a146db0e1d47ee732229d0d48ab2f4f55aa3bfcbcc4ef50b74476eacdcedf2b456f78282c32e1fae64ccce64a7944bea31436 WHIRLPOOL 3b943e63fd61773e38ef4d76e9c38d6ceb8c3715af56aa06038467041c0437dd6dd85fd292d2311bd1a865545649cff886b9e881bb10b90601f75d7bb001ec57

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-struct2</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="Ruby Exploitation(Rex) library for generating/manipulating C-Style structs"
HOMEPAGE="https://rubygems.org/gems/rex-struct2"
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
}