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: Fri, 28 Dec 2018 07:25:10
Message-Id: 1545981863.5c91e6ea25435b4539b705d8fc7ea994e046e5ac.graaff@gentoo
1 commit: 5c91e6ea25435b4539b705d8fc7ea994e046e5ac
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 28 07:18:26 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 28 07:24:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c91e6ea
7
8 dev-ruby/rex-exploitation: add 0.1.20
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 dev-ruby/rex-exploitation/Manifest | 1 +
14 .../rex-exploitation-0.1.20.ebuild | 31 ++++++++++++++++++++++
15 2 files changed, 32 insertions(+)
16
17 diff --git a/dev-ruby/rex-exploitation/Manifest b/dev-ruby/rex-exploitation/Manifest
18 index fdf95d75ea3..5b5098026d1 100644
19 --- a/dev-ruby/rex-exploitation/Manifest
20 +++ b/dev-ruby/rex-exploitation/Manifest
21 @@ -1 +1,2 @@
22 DIST rex-exploitation-0.1.19.gem 79360 BLAKE2B 47043054ee9d08775c67d54b31861ad3a454a487bdc47beb135942e267040de7611308c62a23cbf853d190fb8f88c52998dfe3b24f66a698e76e273b6a69d822 SHA512 244de5259e3f4f645df09d1843c34d9ea4f9ea56ba22498495792f192b79a0451810f5c7e73516da5a455c27e61b66f8ccfbc485372946fcedd179b75ff9b31e
23 +DIST rex-exploitation-0.1.20.gem 79360 BLAKE2B 59dea65582647444e21cc1b0ae744c857b3007b8215c81244d37c6f3d8abcb1ef1b1d01428f306b4c5f6fdd1b3db0326de3c50fa38fa50505b4de9c05ba518e1 SHA512 e1df4ffde57ab40bf4b2492370d44bf064f39f657c7a8140416f51560a0be9b31ef95b1bdadaae6f6ec75c86e0978b41112a18caa1f69262c67945d3529f9990
24
25 diff --git a/dev-ruby/rex-exploitation/rex-exploitation-0.1.20.ebuild b/dev-ruby/rex-exploitation/rex-exploitation-0.1.20.ebuild
26 new file mode 100644
27 index 00000000000..e00da417393
28 --- /dev/null
29 +++ b/dev-ruby/rex-exploitation/rex-exploitation-0.1.20.ebuild
30 @@ -0,0 +1,31 @@
31 +# Copyright 1999-2018 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +
36 +USE_RUBY="ruby23 ruby24 ruby25"
37 +
38 +RUBY_FAKEGEM_RECIPE_TEST="none"
39 +RUBY_FAKEGEM_RECIPE_DOC="rdoc"
40 +RUBY_FAKEGEM_BINWRAP=""
41 +
42 +inherit ruby-fakegem
43 +
44 +DESCRIPTION="various helper mechanisms for creating exploits"
45 +HOMEPAGE="https://rubygems.org/gems/rex-exploitation"
46 +
47 +LICENSE="BSD"
48 +
49 +SLOT="0"
50 +KEYWORDS="~amd64 ~arm ~x86"
51 +IUSE=""
52 +
53 +ruby_add_rdepend "dev-ruby/jsobfu:*
54 + dev-ruby/metasm:*
55 + dev-ruby/rex-arch
56 + dev-ruby/rex-encoder
57 + dev-ruby/rex-text"
58 +
59 +all_ruby_prepare() {
60 + sed -i '/bundler/d' Rakefile
61 +}