* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rex-random_identifier/
@ 2016-07-29 20:39 Richard Farina
0 siblings, 0 replies; 5+ messages in thread
From: Richard Farina @ 2016-07-29 20:39 UTC (permalink / raw
To: gentoo-commits
commit: d0c065b4feeb2039eee8b19722a7fd68b775fabe
Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 29 20:32:37 2016 +0000
Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Fri Jul 29 20:39:27 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0c065b4
dev-ruby/rex-random_identifier: initial ebuild, dep of metasploit
Package-Manager: portage-2.3.0
dev-ruby/rex-random_identifier/Manifest | 1 +
dev-ruby/rex-random_identifier/metadata.xml | 13 ++++++++++
.../rex-random_identifier-0.1.0.ebuild | 30 ++++++++++++++++++++++
3 files changed, 44 insertions(+)
diff --git a/dev-ruby/rex-random_identifier/Manifest b/dev-ruby/rex-random_identifier/Manifest
new file mode 100644
index 0000000..5e30f3a
--- /dev/null
+++ b/dev-ruby/rex-random_identifier/Manifest
@@ -0,0 +1 @@
+DIST rex-random_identifier-0.1.0.gem 15872 SHA256 ca821c23c0b1bf45e8411b4586031d4c5a08f86170b48047c4269e49eecc7813 SHA512 79439b80ad06c6c5c7854933eaa4129ff0b176144bebf68fdfe7250ab3242904bcae4a439d610f4710b6d48ee5405b0d5f79539c861511072fb628ee68afd21f WHIRLPOOL 1b335315464ff87a52bee0385fca01ac8a480d50af9e4acc41901b806d3e9d38ec0aa3071de4a2bac78af93b9ef7921c8865ef8f521f1498dd51b418a765d0d0
diff --git a/dev-ruby/rex-random_identifier/metadata.xml b/dev-ruby/rex-random_identifier/metadata.xml
new file mode 100644
index 0000000..fdf8b1d
--- /dev/null
+++ b/dev-ruby/rex-random_identifier/metadata.xml
@@ -0,0 +1,13 @@
+<?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-random_identifier</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-ruby/rex-random_identifier/rex-random_identifier-0.1.0.ebuild b/dev-ruby/rex-random_identifier/rex-random_identifier-0.1.0.ebuild
new file mode 100644
index 0000000..2a62a3e
--- /dev/null
+++ b/dev-ruby/rex-random_identifier/rex-random_identifier-0.1.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+#RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_TASK_DOC=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby Exploitation(Rex) library for generating Random identifier strings"
+HOMEPAGE="https://rubygems.org/gems/rex-random_identifier"
+
+LICENSE="BSD"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+# doesn't seem to actually run any tests
+RESTRICT=test
+
+ruby_add_bdepend "dev-ruby/rex-text"
+
+all_ruby_install() {
+ ruby_fakegem_binwrapper console ${PN}-console
+ ruby_fakegem_binwrapper setup ${PN}-setup
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rex-random_identifier/
@ 2016-07-30 4:07 Richard Farina
0 siblings, 0 replies; 5+ messages in thread
From: Richard Farina @ 2016-07-30 4:07 UTC (permalink / raw
To: gentoo-commits
commit: f704657ad4496be71ad5dba4ce9381cde7d54bf3
Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 30 03:38:57 2016 +0000
Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Sat Jul 30 04:06:48 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f704657a
dev-ruby/rex-random_identifier: drop random bins
Package-Manager: portage-2.3.0
...dentifier-0.1.0.ebuild => rex-random_identifier-0.1.0-r1.ebuild} | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/dev-ruby/rex-random_identifier/rex-random_identifier-0.1.0.ebuild b/dev-ruby/rex-random_identifier/rex-random_identifier-0.1.0-r1.ebuild
similarity index 82%
rename from dev-ruby/rex-random_identifier/rex-random_identifier-0.1.0.ebuild
rename to dev-ruby/rex-random_identifier/rex-random_identifier-0.1.0-r1.ebuild
index 2a62a3e..2745e2b 100644
--- a/dev-ruby/rex-random_identifier/rex-random_identifier-0.1.0.ebuild
+++ b/dev-ruby/rex-random_identifier/rex-random_identifier-0.1.0-r1.ebuild
@@ -7,6 +7,7 @@ EAPI=5
USE_RUBY="ruby20 ruby21 ruby22 ruby23"
#RUBY_FAKEGEM_RECIPE_TEST="rspec3"
RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_BINWRAP=""
inherit ruby-fakegem
@@ -23,8 +24,3 @@ IUSE=""
RESTRICT=test
ruby_add_bdepend "dev-ruby/rex-text"
-
-all_ruby_install() {
- ruby_fakegem_binwrapper console ${PN}-console
- ruby_fakegem_binwrapper setup ${PN}-setup
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rex-random_identifier/
@ 2018-04-27 10:58 Hans de Graaff
0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff @ 2018-04-27 10:58 UTC (permalink / raw
To: gentoo-commits
commit: 6e942300fbd1b3b5e6d25707fd6c105e5e71ba1e
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 27 10:33:27 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Apr 27 10:55:40 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e942300
dev-ruby/rex-random_identifier: add 0.1.4
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-ruby/rex-random_identifier/Manifest | 1 +
.../rex-random_identifier-0.1.4.ebuild | 24 ++++++++++++++++++++++
2 files changed, 25 insertions(+)
diff --git a/dev-ruby/rex-random_identifier/Manifest b/dev-ruby/rex-random_identifier/Manifest
index 82fb4b949d1..427bdf5cc68 100644
--- a/dev-ruby/rex-random_identifier/Manifest
+++ b/dev-ruby/rex-random_identifier/Manifest
@@ -1 +1,2 @@
DIST rex-random_identifier-0.1.0.gem 15872 BLAKE2B f8afe34e9a33e08e04c7ebe5df47ce50a2cfea42359e517ab44ab3a8f96227f4ccbc532e0c0b284bcba2291ad9ed6f85064435522b58c17a98d78cbd6d75cdc4 SHA512 79439b80ad06c6c5c7854933eaa4129ff0b176144bebf68fdfe7250ab3242904bcae4a439d610f4710b6d48ee5405b0d5f79539c861511072fb628ee68afd21f
+DIST rex-random_identifier-0.1.4.gem 16896 BLAKE2B 37c1011b91dd16a82c0ee8ff1c96b0263c4842503826bae327d3a6d3b61dac77620cbd28cba350c0cf56bc5fc480bc37663a78674d0c7c8d8d6bb95e046e9559 SHA512 8e302a511a0540f826ddfa6e51c5b29da0c42ef6bd3dc433d6624688efba245c1df3903dbf37aacaecdd39b53f721e3d6b4fa8247f8cd31e7679ff96293094f7
diff --git a/dev-ruby/rex-random_identifier/rex-random_identifier-0.1.4.ebuild b/dev-ruby/rex-random_identifier/rex-random_identifier-0.1.4.ebuild
new file mode 100644
index 00000000000..2f06cc7c231
--- /dev/null
+++ b/dev-ruby/rex-random_identifier/rex-random_identifier-0.1.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby23 ruby24 ruby25"
+
+# Upstream has specs but they are not released and upstream is not tagged
+RUBY_FAKEGEM_RECIPE_TEST="none"
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby Exploitation(Rex) library for generating Random identifier strings"
+HOMEPAGE="https://rubygems.org/gems/rex-random_identifier"
+
+LICENSE="BSD"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+ruby_add_bdepend "dev-ruby/rex-text"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rex-random_identifier/
@ 2018-06-20 5:21 Hans de Graaff
0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff @ 2018-06-20 5:21 UTC (permalink / raw
To: gentoo-commits
commit: 038a3912c7426d3db7c21dc0ffa116e277370b02
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 20 05:15:59 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jun 20 05:19:00 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=038a3912
dev-ruby/rex-random_identifier: cleanup
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-ruby/rex-random_identifier/Manifest | 1 -
.../rex-random_identifier-0.1.0-r1.ebuild | 25 ----------------------
2 files changed, 26 deletions(-)
diff --git a/dev-ruby/rex-random_identifier/Manifest b/dev-ruby/rex-random_identifier/Manifest
index 427bdf5cc68..508c0bda465 100644
--- a/dev-ruby/rex-random_identifier/Manifest
+++ b/dev-ruby/rex-random_identifier/Manifest
@@ -1,2 +1 @@
-DIST rex-random_identifier-0.1.0.gem 15872 BLAKE2B f8afe34e9a33e08e04c7ebe5df47ce50a2cfea42359e517ab44ab3a8f96227f4ccbc532e0c0b284bcba2291ad9ed6f85064435522b58c17a98d78cbd6d75cdc4 SHA512 79439b80ad06c6c5c7854933eaa4129ff0b176144bebf68fdfe7250ab3242904bcae4a439d610f4710b6d48ee5405b0d5f79539c861511072fb628ee68afd21f
DIST rex-random_identifier-0.1.4.gem 16896 BLAKE2B 37c1011b91dd16a82c0ee8ff1c96b0263c4842503826bae327d3a6d3b61dac77620cbd28cba350c0cf56bc5fc480bc37663a78674d0c7c8d8d6bb95e046e9559 SHA512 8e302a511a0540f826ddfa6e51c5b29da0c42ef6bd3dc433d6624688efba245c1df3903dbf37aacaecdd39b53f721e3d6b4fa8247f8cd31e7679ff96293094f7
diff --git a/dev-ruby/rex-random_identifier/rex-random_identifier-0.1.0-r1.ebuild b/dev-ruby/rex-random_identifier/rex-random_identifier-0.1.0-r1.ebuild
deleted file mode 100644
index 6dc23556c27..00000000000
--- a/dev-ruby/rex-random_identifier/rex-random_identifier-0.1.0-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-#RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby Exploitation(Rex) library for generating Random identifier strings"
-HOMEPAGE="https://rubygems.org/gems/rex-random_identifier"
-
-LICENSE="BSD"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-# doesn't seem to actually run any tests
-RESTRICT=test
-
-ruby_add_bdepend "dev-ruby/rex-text"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rex-random_identifier/
@ 2019-01-27 11:18 Hans de Graaff
0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff @ 2019-01-27 11:18 UTC (permalink / raw
To: gentoo-commits
commit: 53b7a8886f4831ed845e749790008f36a2a0957c
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 27 09:28:47 2019 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jan 27 11:18:07 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53b7a888
dev-ruby/rex-random_identifier: 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-random_identifier/rex-random_identifier-0.1.4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/rex-random_identifier/rex-random_identifier-0.1.4.ebuild b/dev-ruby/rex-random_identifier/rex-random_identifier-0.1.4.ebuild
index 2f06cc7c231..d59ef975207 100644
--- a/dev-ruby/rex-random_identifier/rex-random_identifier-0.1.4.ebuild
+++ b/dev-ruby/rex-random_identifier/rex-random_identifier-0.1.4.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"
# Upstream has specs but they are not released and upstream is not tagged
RUBY_FAKEGEM_RECIPE_TEST="none"
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-01-27 11:19 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-29 20:39 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rex-random_identifier/ Richard Farina
-- strict thread matches above, loose matches on Subject: below --
2016-07-30 4:07 Richard Farina
2018-04-27 10:58 Hans de Graaff
2018-06-20 5:21 Hans de Graaff
2019-01-27 11:18 Hans de Graaff
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox