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, 29 Apr 2018 09:42:41
Message-Id: 1524994917.3bd0e0bea79b5f9e2692df3c96cfbf429465b179.graaff@gentoo
1 commit: 3bd0e0bea79b5f9e2692df3c96cfbf429465b179
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 29 09:19:15 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 29 09:41:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bd0e0be
7
8 dev-ruby/rex-core: cleanup
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-ruby/rex-core/Manifest | 2 --
13 dev-ruby/rex-core/rex-core-0.1.10.ebuild | 24 ------------------------
14 dev-ruby/rex-core/rex-core-0.1.9.ebuild | 23 -----------------------
15 3 files changed, 49 deletions(-)
16
17 diff --git a/dev-ruby/rex-core/Manifest b/dev-ruby/rex-core/Manifest
18 index 59f44d61287..d1aed08e3fe 100644
19 --- a/dev-ruby/rex-core/Manifest
20 +++ b/dev-ruby/rex-core/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST rex-core-0.1.10.gem 30720 BLAKE2B 830b237d81533cc113ac30773dcf13fb288142fdd9b4160f4b3c45f595fa3a6976ec287a2f0678e5630b7baee0d26a647eac8499e3a53027d28ac027e43f408d SHA512 aeb868f60680c4a023e6bc511039d5a880aeb8a318b185fbecd8cdcf9711732da892482b8361eade3066c01eb8f9098f75d9ca8facebacb4f2439c4a2d67c848
23 DIST rex-core-0.1.12.gem 30208 BLAKE2B d01d8b8c05b3f85c8e85d5f28886766587f60a726c307335d435f6c523bab2009c97855c88f22049a818fe8d0de9940e66070df3620dc43c80facc7d4cfadc1d SHA512 87d2e04752ea019f327f5a3bf07149d3245d2dc709485033ac069f31bb592a4840cfd547042f5537b0a2c90988aff54a6067999e02f2dacc8e0f4029dd9a3537
24 DIST rex-core-0.1.13.gem 30208 BLAKE2B 3de93b7869e751574979160d458406cdb83f6683383b6e60e7defe7e02fd7fe02c39589983f6800d07d48527572869f685e57fa8dc3f2a0ba9fb1cf1cbf6ad84 SHA512 d7a402f732620a7ce25d3401fea9c97b4dbac8d37fc8d9183d621bfc16004e2f7171e0346b05fcb64a9c2af8b2b17e32d6ae11268a5300cc31111ab83dabfa9a
25 -DIST rex-core-0.1.9.gem 30720 BLAKE2B 6e6c996aa8e74739fe443f5758593f56de7651d0c13a10611b01bfeaf39e6e206d09b6101e02495455ddd761730a80553c8d9445d414d032a43bed21ef7f4662 SHA512 0edbcd227575f025bce55923ae3df4ea37359bc53d2353d06a856e760f42a8f2a11573fe56647eeb26fee7499fecf453804d940c3672088e2e86af26cb87cce9
26
27 diff --git a/dev-ruby/rex-core/rex-core-0.1.10.ebuild b/dev-ruby/rex-core/rex-core-0.1.10.ebuild
28 deleted file mode 100644
29 index e7a804346a5..00000000000
30 --- a/dev-ruby/rex-core/rex-core-0.1.10.ebuild
31 +++ /dev/null
32 @@ -1,24 +0,0 @@
33 -# Copyright 1999-2017 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -USE_RUBY="ruby21 ruby22 ruby23"
39 -RUBY_FAKEGEM_RECIPE_DOC=""
40 -RUBY_FAKEGEM_BINWRAP=""
41 -RUBY_FAKEGEM_RECIPE_TEST="none"
42 -
43 -inherit ruby-fakegem
44 -
45 -DESCRIPTION="Core libraries required for the Ruby Exploitation(Rex) Suite"
46 -HOMEPAGE="https://rubygems.org/gems/rex-core"
47 -
48 -LICENSE="BSD"
49 -
50 -SLOT="0"
51 -KEYWORDS="~amd64 ~arm ~x86"
52 -IUSE=""
53 -
54 -all_ruby_prepare() {
55 - sed -i '/bundler/d' Rakefile
56 -}
57
58 diff --git a/dev-ruby/rex-core/rex-core-0.1.9.ebuild b/dev-ruby/rex-core/rex-core-0.1.9.ebuild
59 deleted file mode 100644
60 index 093ad4bea5a..00000000000
61 --- a/dev-ruby/rex-core/rex-core-0.1.9.ebuild
62 +++ /dev/null
63 @@ -1,23 +0,0 @@
64 -# Copyright 1999-2017 Gentoo Foundation
65 -# Distributed under the terms of the GNU General Public License v2
66 -
67 -EAPI=6
68 -
69 -USE_RUBY="ruby21 ruby22 ruby23"
70 -RUBY_FAKEGEM_TASK_DOC=""
71 -RUBY_FAKEGEM_BINWRAP=""
72 -
73 -inherit ruby-fakegem
74 -
75 -DESCRIPTION="Core libraries required for the Ruby Exploitation(Rex) Suite"
76 -HOMEPAGE="https://rubygems.org/gems/rex-core"
77 -
78 -LICENSE="BSD"
79 -
80 -SLOT="0"
81 -KEYWORDS="~amd64 ~arm ~x86"
82 -IUSE=""
83 -
84 -all_ruby_prepare() {
85 - sed -i '/bundler/d' Rakefile
86 -}