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: Sat, 30 Jun 2018 08:09:29
Message-Id: 1530346144.c99e1b5ed6150508ce43fdb2eb06431b48db1cb0.graaff@gentoo
1 commit: c99e1b5ed6150508ce43fdb2eb06431b48db1cb0
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 30 08:03:07 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 30 08:09:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c99e1b5e
7
8 dev-ruby/rex-exploitation: cleanup
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-ruby/rex-exploitation/Manifest | 1 -
13 .../rex-exploitation-0.1.12.ebuild | 30 ----------------------
14 2 files changed, 31 deletions(-)
15
16 diff --git a/dev-ruby/rex-exploitation/Manifest b/dev-ruby/rex-exploitation/Manifest
17 index 55651694684..fdf95d75ea3 100644
18 --- a/dev-ruby/rex-exploitation/Manifest
19 +++ b/dev-ruby/rex-exploitation/Manifest
20 @@ -1,2 +1 @@
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.12.ebuild b/dev-ruby/rex-exploitation/rex-exploitation-0.1.12.ebuild
25 deleted file mode 100644
26 index 11171942743..00000000000
27 --- a/dev-ruby/rex-exploitation/rex-exploitation-0.1.12.ebuild
28 +++ /dev/null
29 @@ -1,30 +0,0 @@
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_TASK_DOC=""
37 -RUBY_FAKEGEM_BINWRAP=""
38 -
39 -inherit ruby-fakegem
40 -
41 -DESCRIPTION="various helper mechanisms for creating exploits"
42 -HOMEPAGE="https://rubygems.org/gems/rex-exploitation"
43 -
44 -LICENSE="BSD"
45 -
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~arm ~x86"
48 -IUSE=""
49 -RESTRICT="test"
50 -
51 -ruby_add_rdepend "dev-ruby/jsobfu
52 - dev-ruby/metasm:*
53 - dev-ruby/rex-arch
54 - dev-ruby/rex-encoder
55 - dev-ruby/rex-text"
56 -
57 -all_ruby_prepare() {
58 - sed -i '/bundler/d' Rakefile
59 -}