mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-ruby/rex-rop_builder: that is all the metasploit deps, for today
Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
1
dev-ruby/rex-rop_builder/Manifest
Normal file
1
dev-ruby/rex-rop_builder/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST rex-rop_builder-0.1.2.gem 17920 SHA256 3a58efab72d9771d8fcb1dbbcef6cf178eb7ecaf9f45de05ac75d89f05dcb9de SHA512 a6cb0fc004e5e91cd12d04b7a6f944a7b42ef392cb1350edc03687b5fd4cdf7e214429bd47a6c7e185064b7edb8210cc7007f9ff9491999c4ac0a1cd2502edce WHIRLPOOL 2f2539ba92d9c6e59d3ab85f4307043d881305d8fb52f5e4e1334936c8a13fc131b07444c8a88732df60c307c9c097e2fbba9f11fcf1ddf1e9bf169807ce384a
|
||||
14
dev-ruby/rex-rop_builder/metadata.xml
Normal file
14
dev-ruby/rex-rop_builder/metadata.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?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-rop_builder</remote-id>
|
||||
<remote-id type="rubygems">rex-rop_builder</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
28
dev-ruby/rex-rop_builder/rex-rop_builder-0.1.2.ebuild
Normal file
28
dev-ruby/rex-rop_builder/rex-rop_builder-0.1.2.ebuild
Normal file
@@ -0,0 +1,28 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
USE_RUBY="ruby21 ruby22 ruby23"
|
||||
RUBY_FAKEGEM_TASK_DOC=""
|
||||
RUBY_FAKEGEM_BINWRAP=""
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="Ruby Exploitation(Rex) Library for building ROP chains"
|
||||
HOMEPAGE="https://rubygems.org/gems/rex-rop_builder"
|
||||
|
||||
LICENSE="BSD"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE=""
|
||||
RESTRICT="test"
|
||||
|
||||
ruby_add_rdepend "dev-ruby/metasm:*
|
||||
dev-ruby/rex-core
|
||||
dev-ruby/rex-text"
|
||||
|
||||
all_ruby_prepare() {
|
||||
sed -i '/bundler/d' Rakefile
|
||||
}
|
||||
Reference in New Issue
Block a user