* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rex-sslscan/
@ 2017-05-10 14:59 Richard Farina
0 siblings, 0 replies; 4+ messages in thread
From: Richard Farina @ 2017-05-10 14:59 UTC (permalink / raw
To: gentoo-commits
commit: 265f61e9abfa1f1a983ab882562647252f9d2ef4
Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Wed May 10 14:44:27 2017 +0000
Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Wed May 10 14:59:09 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=265f61e9
dev-ruby/rex-sslscan: so many metasploit deps
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-ruby/rex-sslscan/Manifest | 1 +
dev-ruby/rex-sslscan/metadata.xml | 14 ++++++++++++++
dev-ruby/rex-sslscan/rex-sslscan-0.1.3.ebuild | 26 ++++++++++++++++++++++++++
3 files changed, 41 insertions(+)
diff --git a/dev-ruby/rex-sslscan/Manifest b/dev-ruby/rex-sslscan/Manifest
new file mode 100644
index 00000000000..8e767f6fff0
--- /dev/null
+++ b/dev-ruby/rex-sslscan/Manifest
@@ -0,0 +1 @@
+DIST rex-sslscan-0.1.3.gem 17408 SHA256 9f52dbaefb101d6ef5964299d12697d82e19e9925c3ac2a2ab0e537dd46c8e65 SHA512 c7ea55a34f1770bbbc65a145e23c06c83c7f0da9795be77d741f606f8245084f6116f72062680b7a27f2d3551678eb68d343e963e767a5ce36618abe15f96e75 WHIRLPOOL 59145bf0a37796486f09f15abfaf64b6ceb3ba0e91c3cc5233be3c09e3f49550b1d63f2ec93f39008e63def253ce446975ca5064b0e974c32861982695ead6e5
diff --git a/dev-ruby/rex-sslscan/metadata.xml b/dev-ruby/rex-sslscan/metadata.xml
new file mode 100644
index 00000000000..25ed32fde9c
--- /dev/null
+++ b/dev-ruby/rex-sslscan/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>zerochaos@gentoo.org</email>
+ <name>Rick Farina</name>
+ </maintainer>
+ <longdescription lang="en">
+ </longdescription>
+ <upstream>
+ <remote-id type="github">rapid7/rex-sslscan</remote-id>
+ <remote-id type="rubygems">rex-sslscan</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-ruby/rex-sslscan/rex-sslscan-0.1.3.ebuild b/dev-ruby/rex-sslscan/rex-sslscan-0.1.3.ebuild
new file mode 100644
index 00000000000..5724f2b6e2f
--- /dev/null
+++ b/dev-ruby/rex-sslscan/rex-sslscan-0.1.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+USE_RUBY="ruby21 ruby22 ruby23"
+#RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="ruby implmenetation of the SSLScan tool "
+HOMEPAGE="https://rubygems.org/gems/rex-sslscan"
+
+LICENSE="BSD"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+# doesn't seem to actually run any tests
+RESTRICT=test
+
+PDEPEND="dev-libs/openssl"
+ruby_add_rdepend "dev-ruby/rex-socket dev-ruby/rex-text"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rex-sslscan/
@ 2018-04-29 9:42 Hans de Graaff
0 siblings, 0 replies; 4+ messages in thread
From: Hans de Graaff @ 2018-04-29 9:42 UTC (permalink / raw
To: gentoo-commits
commit: 55661b07be84594fde9013636abb8be937de8abf
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 29 08:20:42 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Apr 29 09:41:37 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55661b07
dev-ruby/rex-sslscan: add 0.1.5
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-ruby/rex-sslscan/Manifest | 1 +
dev-ruby/rex-sslscan/rex-sslscan-0.1.5.ebuild | 25 +++++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/dev-ruby/rex-sslscan/Manifest b/dev-ruby/rex-sslscan/Manifest
index 453f33acd43..d05ec9c566c 100644
--- a/dev-ruby/rex-sslscan/Manifest
+++ b/dev-ruby/rex-sslscan/Manifest
@@ -1 +1,2 @@
DIST rex-sslscan-0.1.3.gem 17408 BLAKE2B 3f08b42646016dfc7bb0fe7cfb5649abff71dbc2af4d58dcf4335a099a8210300e826681cbff9e41ad4af10cce49bd860568719bd9d790bd701885f4ebc48b1a SHA512 c7ea55a34f1770bbbc65a145e23c06c83c7f0da9795be77d741f606f8245084f6116f72062680b7a27f2d3551678eb68d343e963e767a5ce36618abe15f96e75
+DIST rex-sslscan-0.1.5.gem 17920 BLAKE2B 735fc522593cc1caf41c5000232afa64e88a9be83cb756b91d662b9bc8ed1ca81b1a2302325a687e851b22d7914b66fafbf7d18fdf3ea3562dd25b64543c0383 SHA512 05c7606c722fad7be5f21f28de34de23882a31bf4fde1000f11d556740b14102e495efd0bc3ac478aee64ae417e761ce9b5ae80f1c10f2410828610611fc3dab
diff --git a/dev-ruby/rex-sslscan/rex-sslscan-0.1.5.ebuild b/dev-ruby/rex-sslscan/rex-sslscan-0.1.5.ebuild
new file mode 100644
index 00000000000..d83f6fc334f
--- /dev/null
+++ b/dev-ruby/rex-sslscan/rex-sslscan-0.1.5.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_TEST="none"
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="ruby implmenetation of the SSLScan tool "
+HOMEPAGE="https://rubygems.org/gems/rex-sslscan"
+
+LICENSE="BSD"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+PDEPEND="dev-libs/openssl"
+
+ruby_add_rdepend "dev-ruby/rex-core dev-ruby/rex-socket dev-ruby/rex-text"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rex-sslscan/
@ 2018-06-30 8:09 Hans de Graaff
0 siblings, 0 replies; 4+ messages in thread
From: Hans de Graaff @ 2018-06-30 8:09 UTC (permalink / raw
To: gentoo-commits
commit: 9defd76aecf7e2ee153d3b4051dd61f2b7c0bcd4
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 30 08:08:37 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jun 30 08:09:15 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9defd76a
dev-ruby/rex-sslscan: cleanup
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-ruby/rex-sslscan/Manifest | 1 -
dev-ruby/rex-sslscan/rex-sslscan-0.1.3.ebuild | 26 --------------------------
2 files changed, 27 deletions(-)
diff --git a/dev-ruby/rex-sslscan/Manifest b/dev-ruby/rex-sslscan/Manifest
index d05ec9c566c..c600d038f4c 100644
--- a/dev-ruby/rex-sslscan/Manifest
+++ b/dev-ruby/rex-sslscan/Manifest
@@ -1,2 +1 @@
-DIST rex-sslscan-0.1.3.gem 17408 BLAKE2B 3f08b42646016dfc7bb0fe7cfb5649abff71dbc2af4d58dcf4335a099a8210300e826681cbff9e41ad4af10cce49bd860568719bd9d790bd701885f4ebc48b1a SHA512 c7ea55a34f1770bbbc65a145e23c06c83c7f0da9795be77d741f606f8245084f6116f72062680b7a27f2d3551678eb68d343e963e767a5ce36618abe15f96e75
DIST rex-sslscan-0.1.5.gem 17920 BLAKE2B 735fc522593cc1caf41c5000232afa64e88a9be83cb756b91d662b9bc8ed1ca81b1a2302325a687e851b22d7914b66fafbf7d18fdf3ea3562dd25b64543c0383 SHA512 05c7606c722fad7be5f21f28de34de23882a31bf4fde1000f11d556740b14102e495efd0bc3ac478aee64ae417e761ce9b5ae80f1c10f2410828610611fc3dab
diff --git a/dev-ruby/rex-sslscan/rex-sslscan-0.1.3.ebuild b/dev-ruby/rex-sslscan/rex-sslscan-0.1.3.ebuild
deleted file mode 100644
index 5724f2b6e2f..00000000000
--- a/dev-ruby/rex-sslscan/rex-sslscan-0.1.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby21 ruby22 ruby23"
-#RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="ruby implmenetation of the SSLScan tool "
-HOMEPAGE="https://rubygems.org/gems/rex-sslscan"
-
-LICENSE="BSD"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-# doesn't seem to actually run any tests
-RESTRICT=test
-
-PDEPEND="dev-libs/openssl"
-ruby_add_rdepend "dev-ruby/rex-socket dev-ruby/rex-text"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rex-sslscan/
@ 2019-01-27 11:18 Hans de Graaff
0 siblings, 0 replies; 4+ messages in thread
From: Hans de Graaff @ 2019-01-27 11:18 UTC (permalink / raw
To: gentoo-commits
commit: 27eb63698dda34310cd9728e0c56e6222fbb00d2
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 27 08:58:38 2019 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jan 27 11:17:57 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27eb6369
dev-ruby/rex-sslscan: add ruby26
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
dev-ruby/rex-sslscan/rex-sslscan-0.1.5.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/rex-sslscan/rex-sslscan-0.1.5.ebuild b/dev-ruby/rex-sslscan/rex-sslscan-0.1.5.ebuild
index d83f6fc334f..78e5105a29e 100644
--- a/dev-ruby/rex-sslscan/rex-sslscan-0.1.5.ebuild
+++ b/dev-ruby/rex-sslscan/rex-sslscan-0.1.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
RUBY_FAKEGEM_RECIPE_TEST="none"
RUBY_FAKEGEM_TASK_DOC=""
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-01-27 11:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-27 11:18 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rex-sslscan/ Hans de Graaff
-- strict thread matches above, loose matches on Subject: below --
2018-06-30 8:09 Hans de Graaff
2018-04-29 9:42 Hans de Graaff
2017-05-10 14:59 Richard Farina
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox