Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rex-exploitation/
Date: Sun, 29 Apr 2018 09:42:41
Message-Id: 1524994914.f335c8b05e861967fe4f66fcff22bb463d2ace54.graaff@gentoo
1 commit: f335c8b05e861967fe4f66fcff22bb463d2ace54
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 29 09:18:46 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 29 09:41:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f335c8b0
7
8 dev-ruby/rex-exploitation: add 0.1.19
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-ruby/rex-exploitation/Manifest | 1 +
13 .../rex-exploitation-0.1.19.ebuild | 31 ++++++++++++++++++++++
14 2 files changed, 32 insertions(+)
15
16 diff --git a/dev-ruby/rex-exploitation/Manifest b/dev-ruby/rex-exploitation/Manifest
17 index f4674e5a16a..55651694684 100644
18 --- a/dev-ruby/rex-exploitation/Manifest
19 +++ b/dev-ruby/rex-exploitation/Manifest
20 @@ -1 +1,2 @@
21 DIST rex-exploitation-0.1.12.gem 78848 BLAKE2B 1c7f2cb6afcf3b7d5911d2e2c9eb8603b5bd484c3948e15ea72c8c1406ec8f968422b40d66ea88678712adce4057a2d847c7baa7972c6a18672765324f3fce31 SHA512 74716b4f23cb490fbc84e37269b12c58ce83ff903cf37b84685bc59838fe6c45f91082db063f9ced5e8270af6b27dad1cc6b836fb470a9a59be7c039f9ed7b2c
22 +DIST rex-exploitation-0.1.19.gem 79360 BLAKE2B 47043054ee9d08775c67d54b31861ad3a454a487bdc47beb135942e267040de7611308c62a23cbf853d190fb8f88c52998dfe3b24f66a698e76e273b6a69d822 SHA512 244de5259e3f4f645df09d1843c34d9ea4f9ea56ba22498495792f192b79a0451810f5c7e73516da5a455c27e61b66f8ccfbc485372946fcedd179b75ff9b31e
23
24 diff --git a/dev-ruby/rex-exploitation/rex-exploitation-0.1.19.ebuild b/dev-ruby/rex-exploitation/rex-exploitation-0.1.19.ebuild
25 new file mode 100644
26 index 00000000000..58d9ec259d8
27 --- /dev/null
28 +++ b/dev-ruby/rex-exploitation/rex-exploitation-0.1.19.ebuild
29 @@ -0,0 +1,31 @@
30 +# Copyright 1999-2018 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +
35 +USE_RUBY="ruby23 ruby24 ruby25"
36 +
37 +RUBY_FAKEGEM_RECIPE_TEST="none"
38 +RUBY_FAKEGEM_RECIPE_DOC="rdoc"
39 +RUBY_FAKEGEM_BINWRAP=""
40 +
41 +inherit ruby-fakegem
42 +
43 +DESCRIPTION="various helper mechanisms for creating exploits"
44 +HOMEPAGE="https://rubygems.org/gems/rex-exploitation"
45 +
46 +LICENSE="BSD"
47 +
48 +SLOT="0"
49 +KEYWORDS="~amd64 ~arm ~x86"
50 +IUSE=""
51 +
52 +ruby_add_rdepend "dev-ruby/jsobfu:*
53 + dev-ruby/metasm:*
54 + dev-ruby/rex-arch
55 + dev-ruby/rex-encoder
56 + dev-ruby/rex-text"
57 +
58 +all_ruby_prepare() {
59 + sed -i '/bundler/d' Rakefile
60 +}