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-sslscan/
Date: Sun, 29 Apr 2018 09:42:38
Message-Id: 1524994897.55661b07be84594fde9013636abb8be937de8abf.graaff@gentoo
1 commit: 55661b07be84594fde9013636abb8be937de8abf
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 29 08:20:42 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 29 09:41:37 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55661b07
7
8 dev-ruby/rex-sslscan: add 0.1.5
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-ruby/rex-sslscan/Manifest | 1 +
13 dev-ruby/rex-sslscan/rex-sslscan-0.1.5.ebuild | 25 +++++++++++++++++++++++++
14 2 files changed, 26 insertions(+)
15
16 diff --git a/dev-ruby/rex-sslscan/Manifest b/dev-ruby/rex-sslscan/Manifest
17 index 453f33acd43..d05ec9c566c 100644
18 --- a/dev-ruby/rex-sslscan/Manifest
19 +++ b/dev-ruby/rex-sslscan/Manifest
20 @@ -1 +1,2 @@
21 DIST rex-sslscan-0.1.3.gem 17408 BLAKE2B 3f08b42646016dfc7bb0fe7cfb5649abff71dbc2af4d58dcf4335a099a8210300e826681cbff9e41ad4af10cce49bd860568719bd9d790bd701885f4ebc48b1a SHA512 c7ea55a34f1770bbbc65a145e23c06c83c7f0da9795be77d741f606f8245084f6116f72062680b7a27f2d3551678eb68d343e963e767a5ce36618abe15f96e75
22 +DIST rex-sslscan-0.1.5.gem 17920 BLAKE2B 735fc522593cc1caf41c5000232afa64e88a9be83cb756b91d662b9bc8ed1ca81b1a2302325a687e851b22d7914b66fafbf7d18fdf3ea3562dd25b64543c0383 SHA512 05c7606c722fad7be5f21f28de34de23882a31bf4fde1000f11d556740b14102e495efd0bc3ac478aee64ae417e761ce9b5ae80f1c10f2410828610611fc3dab
23
24 diff --git a/dev-ruby/rex-sslscan/rex-sslscan-0.1.5.ebuild b/dev-ruby/rex-sslscan/rex-sslscan-0.1.5.ebuild
25 new file mode 100644
26 index 00000000000..d83f6fc334f
27 --- /dev/null
28 +++ b/dev-ruby/rex-sslscan/rex-sslscan-0.1.5.ebuild
29 @@ -0,0 +1,25 @@
30 +# Copyright 1999-2018 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +
35 +USE_RUBY="ruby23 ruby24 ruby25"
36 +
37 +RUBY_FAKEGEM_RECIPE_TEST="none"
38 +RUBY_FAKEGEM_TASK_DOC=""
39 +RUBY_FAKEGEM_BINWRAP=""
40 +
41 +inherit ruby-fakegem
42 +
43 +DESCRIPTION="ruby implmenetation of the SSLScan tool "
44 +HOMEPAGE="https://rubygems.org/gems/rex-sslscan"
45 +
46 +LICENSE="BSD"
47 +
48 +SLOT="0"
49 +KEYWORDS="~amd64 ~arm ~x86"
50 +IUSE=""
51 +
52 +PDEPEND="dev-libs/openssl"
53 +
54 +ruby_add_rdepend "dev-ruby/rex-core dev-ruby/rex-socket dev-ruby/rex-text"