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-core/
Date: Sun, 28 May 2017 05:57:31
Message-Id: 1495951041.3708c7b559df2ce68d7e461c5736c78599d4adbc.graaff@gentoo
1 commit: 3708c7b559df2ce68d7e461c5736c78599d4adbc
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 28 05:49:48 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun May 28 05:57:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3708c7b5
7
8 dev-ruby/rex-core: add 0.1.10
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.1
11
12 dev-ruby/rex-core/Manifest | 1 +
13 dev-ruby/rex-core/rex-core-0.1.10.ebuild | 24 ++++++++++++++++++++++++
14 2 files changed, 25 insertions(+)
15
16 diff --git a/dev-ruby/rex-core/Manifest b/dev-ruby/rex-core/Manifest
17 index 702d5e44f55..a25044084d9 100644
18 --- a/dev-ruby/rex-core/Manifest
19 +++ b/dev-ruby/rex-core/Manifest
20 @@ -1 +1,2 @@
21 +DIST rex-core-0.1.10.gem 30720 SHA256 ce04c953ce3793f3e5d40713cc228f0c1463d86b3778226e062db1c533d5ab27 SHA512 aeb868f60680c4a023e6bc511039d5a880aeb8a318b185fbecd8cdcf9711732da892482b8361eade3066c01eb8f9098f75d9ca8facebacb4f2439c4a2d67c848 WHIRLPOOL cfd531f6f88dc9c46317f051d2d66ce71568d25bd9092a4c265ab2fb2bb5d23fb9dae07681b484837557142e1051e20c7201dc7588fcb0ba8df85fb603312a4b
22 DIST rex-core-0.1.9.gem 30720 SHA256 423cef7ef1154ee3124043357bea0279c1da3c3ed57572fd9c513f6416931904 SHA512 0edbcd227575f025bce55923ae3df4ea37359bc53d2353d06a856e760f42a8f2a11573fe56647eeb26fee7499fecf453804d940c3672088e2e86af26cb87cce9 WHIRLPOOL 6b53ce10b4c3c0b4839701362d9284c143b135cf2b3a0991f0e523db22c989c293d6c0e7fb284e867c9c9b4f5a9ebefa02953af4a88786928181c40795ef96c9
23
24 diff --git a/dev-ruby/rex-core/rex-core-0.1.10.ebuild b/dev-ruby/rex-core/rex-core-0.1.10.ebuild
25 new file mode 100644
26 index 00000000000..e7a804346a5
27 --- /dev/null
28 +++ b/dev-ruby/rex-core/rex-core-0.1.10.ebuild
29 @@ -0,0 +1,24 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +
35 +USE_RUBY="ruby21 ruby22 ruby23"
36 +RUBY_FAKEGEM_RECIPE_DOC=""
37 +RUBY_FAKEGEM_BINWRAP=""
38 +RUBY_FAKEGEM_RECIPE_TEST="none"
39 +
40 +inherit ruby-fakegem
41 +
42 +DESCRIPTION="Core libraries required for the Ruby Exploitation(Rex) Suite"
43 +HOMEPAGE="https://rubygems.org/gems/rex-core"
44 +
45 +LICENSE="BSD"
46 +
47 +SLOT="0"
48 +KEYWORDS="~amd64 ~arm ~x86"
49 +IUSE=""
50 +
51 +all_ruby_prepare() {
52 + sed -i '/bundler/d' Rakefile
53 +}