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-powershell/
Date: Sun, 27 Jan 2019 15:35:21
Message-Id: 1548603281.2a56851ec0c7adafcd5e487a91912535eed9bb95.graaff@gentoo
1 commit: 2a56851ec0c7adafcd5e487a91912535eed9bb95
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 27 15:34:12 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 27 15:34:41 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a56851e
7
8 Revert "dev-ruby/rex-powershell: cleanup"
9
10 This reverts commit ad4b467602c899dc0274b1b3a784db093a26af20.
11
12 Still needed for metasploit
13
14 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
15
16 dev-ruby/rex-powershell/Manifest | 2 ++
17 .../rex-powershell/rex-powershell-0.1.77.ebuild | 24 ++++++++++++++++++++++
18 .../rex-powershell/rex-powershell-0.1.78.ebuild | 24 ++++++++++++++++++++++
19 3 files changed, 50 insertions(+)
20
21 diff --git a/dev-ruby/rex-powershell/Manifest b/dev-ruby/rex-powershell/Manifest
22 index 19099645fab..8712f71e708 100644
23 --- a/dev-ruby/rex-powershell/Manifest
24 +++ b/dev-ruby/rex-powershell/Manifest
25 @@ -1 +1,3 @@
26 +DIST rex-powershell-0.1.77.gem 28160 BLAKE2B d1fb9f6e9f66e6b55b09bdda329037ea7da135b9eaec9f1437ca374f3be5da1b5ee63f7c92d56447c88964a4c1a4bef68b2d6b64a4e507b7c2a7010f1ff09d40 SHA512 99e3a8394c580b07580f8c230f049b15fd80b02db4b940208a1086e1c3d679ab1b757fee56356d6b25a6876ccb21c50d1037b7bbadc486a7c38b10b9b81a09d3
27 +DIST rex-powershell-0.1.78.gem 28160 BLAKE2B 922a4a6f8605335c664fbdad7e6214bdd48dff5d648eb324f92a5f48dd62d2a0b98283f4cddd4ccb8190b78b1c1a637190a836d0d0b486c80b18e383fa49820a SHA512 db3e1cf0e10d6454fb5b5b76e346fa7f299f14e8d2399ee7f863708444bd6404984a16bc2fccedcc1f06a1eac7add63fc75c5f1d2b8c9fb5c421817e385000cc
28 DIST rex-powershell-0.1.79.gem 28160 BLAKE2B 0c8deee7ff50741d7ec868f1726b2e3a705ab6d623221b15a0cba831fc0b5ab1143da9186940f73f48dfd7f448e018421a098b673ffc846c5b726128e5a533df SHA512 e7b8680b291827700f0b1eb150205ee2e6bf795029ab7fa0d2323ca345b7a73edfbd5f848dbc5b001354d1649e0c207e5b96d55e9b68b0021457b63d97e64213
29
30 diff --git a/dev-ruby/rex-powershell/rex-powershell-0.1.77.ebuild b/dev-ruby/rex-powershell/rex-powershell-0.1.77.ebuild
31 new file mode 100644
32 index 00000000000..d44f1014de1
33 --- /dev/null
34 +++ b/dev-ruby/rex-powershell/rex-powershell-0.1.77.ebuild
35 @@ -0,0 +1,24 @@
36 +# Copyright 1999-2018 Gentoo Foundation
37 +# Distributed under the terms of the GNU General Public License v2
38 +
39 +EAPI=6
40 +
41 +USE_RUBY="ruby23 ruby24 ruby25"
42 +
43 +RUBY_FAKEGEM_RECIPE_TEST="none"
44 +RUBY_FAKEGEM_RECIPE_DOC="rdoc"
45 +RUBY_FAKEGEM_BINWRAP=""
46 +
47 +inherit ruby-fakegem
48 +
49 +DESCRIPTION="Ruby Exploitation(Rex) library for generating/manipulating Powershell scripts"
50 +HOMEPAGE="https://rubygems.org/gems/rex-powershell"
51 +
52 +LICENSE="BSD"
53 +
54 +SLOT="0"
55 +KEYWORDS="~amd64 ~arm ~x86"
56 +IUSE=""
57 +
58 +ruby_add_bdepend "dev-ruby/rex-random_identifier
59 + dev-ruby/rex-text"
60
61 diff --git a/dev-ruby/rex-powershell/rex-powershell-0.1.78.ebuild b/dev-ruby/rex-powershell/rex-powershell-0.1.78.ebuild
62 new file mode 100644
63 index 00000000000..d44f1014de1
64 --- /dev/null
65 +++ b/dev-ruby/rex-powershell/rex-powershell-0.1.78.ebuild
66 @@ -0,0 +1,24 @@
67 +# Copyright 1999-2018 Gentoo Foundation
68 +# Distributed under the terms of the GNU General Public License v2
69 +
70 +EAPI=6
71 +
72 +USE_RUBY="ruby23 ruby24 ruby25"
73 +
74 +RUBY_FAKEGEM_RECIPE_TEST="none"
75 +RUBY_FAKEGEM_RECIPE_DOC="rdoc"
76 +RUBY_FAKEGEM_BINWRAP=""
77 +
78 +inherit ruby-fakegem
79 +
80 +DESCRIPTION="Ruby Exploitation(Rex) library for generating/manipulating Powershell scripts"
81 +HOMEPAGE="https://rubygems.org/gems/rex-powershell"
82 +
83 +LICENSE="BSD"
84 +
85 +SLOT="0"
86 +KEYWORDS="~amd64 ~arm ~x86"
87 +IUSE=""
88 +
89 +ruby_add_bdepend "dev-ruby/rex-random_identifier
90 + dev-ruby/rex-text"