* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rex-struct2/
@ 2016-07-30 4:07 Richard Farina
0 siblings, 0 replies; 7+ messages in thread
From: Richard Farina @ 2016-07-30 4:07 UTC (permalink / raw
To: gentoo-commits
commit: 410dd5314d48fd4f451d7cff70512ed95b90862e
Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 30 03:35:01 2016 +0000
Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Sat Jul 30 04:06:34 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=410dd531
dev-ruby/rex-struct2: drop random bins
Package-Manager: portage-2.3.0
dev-ruby/rex-struct2/rex-struct2-0.1.0.ebuild | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/dev-ruby/rex-struct2/rex-struct2-0.1.0.ebuild b/dev-ruby/rex-struct2/rex-struct2-0.1.0.ebuild
index 1af3547..e3b62ac 100644
--- a/dev-ruby/rex-struct2/rex-struct2-0.1.0.ebuild
+++ b/dev-ruby/rex-struct2/rex-struct2-0.1.0.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
@@ -21,8 +22,3 @@ IUSE=""
# doesn't seem to actually run any tests
RESTRICT=test
-
-all_ruby_install() {
- ruby_fakegem_binwrapper console ${PN}-console
- ruby_fakegem_binwrapper setup ${PN}-setup
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rex-struct2/
@ 2016-07-30 4:07 Richard Farina
0 siblings, 0 replies; 7+ messages in thread
From: Richard Farina @ 2016-07-30 4:07 UTC (permalink / raw
To: gentoo-commits
commit: e9948b7d754661f85c05fcb911bf2beccdd4b9ad
Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 30 03:21:38 2016 +0000
Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Sat Jul 30 04:06:23 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9948b7d
dev-ruby/rex-struct2: initial ebuild, metasploit dep
Package-Manager: portage-2.3.0
dev-ruby/rex-struct2/Manifest | 1 +
dev-ruby/rex-struct2/metadata.xml | 13 +++++++++++++
dev-ruby/rex-struct2/rex-struct2-0.1.0.ebuild | 28 +++++++++++++++++++++++++++
3 files changed, 42 insertions(+)
diff --git a/dev-ruby/rex-struct2/Manifest b/dev-ruby/rex-struct2/Manifest
new file mode 100644
index 0000000..f88e993
--- /dev/null
+++ b/dev-ruby/rex-struct2/Manifest
@@ -0,0 +1 @@
+DIST rex-struct2-0.1.0.gem 17920 SHA256 b3fd4474c492d9e376c52d68c0e8b6672e24fa709801207449022377c1d94d38 SHA512 f1e8387ea0963648c13118a0663a146db0e1d47ee732229d0d48ab2f4f55aa3bfcbcc4ef50b74476eacdcedf2b456f78282c32e1fae64ccce64a7944bea31436 WHIRLPOOL 3b943e63fd61773e38ef4d76e9c38d6ceb8c3715af56aa06038467041c0437dd6dd85fd292d2311bd1a865545649cff886b9e881bb10b90601f75d7bb001ec57
diff --git a/dev-ruby/rex-struct2/metadata.xml b/dev-ruby/rex-struct2/metadata.xml
new file mode 100644
index 0000000..359fccd
--- /dev/null
+++ b/dev-ruby/rex-struct2/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-struct2</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-ruby/rex-struct2/rex-struct2-0.1.0.ebuild b/dev-ruby/rex-struct2/rex-struct2-0.1.0.ebuild
new file mode 100644
index 0000000..1af3547
--- /dev/null
+++ b/dev-ruby/rex-struct2/rex-struct2-0.1.0.ebuild
@@ -0,0 +1,28 @@
+# 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/manipulating C-Style structs"
+HOMEPAGE="https://rubygems.org/gems/rex-struct2"
+
+LICENSE="BSD"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+# doesn't seem to actually run any tests
+RESTRICT=test
+
+all_ruby_install() {
+ ruby_fakegem_binwrapper console ${PN}-console
+ ruby_fakegem_binwrapper setup ${PN}-setup
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rex-struct2/
@ 2017-04-08 5:11 Hans de Graaff
0 siblings, 0 replies; 7+ messages in thread
From: Hans de Graaff @ 2017-04-08 5:11 UTC (permalink / raw
To: gentoo-commits
commit: eec2510264c067b3d52355e75c460ce8c22da1fd
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 8 05:11:09 2017 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Apr 8 05:11:09 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eec25102
dev-ruby/rex-struct2: add 0.1.1
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-ruby/rex-struct2/Manifest | 1 +
dev-ruby/rex-struct2/rex-struct2-0.1.1.ebuild | 23 +++++++++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/dev-ruby/rex-struct2/Manifest b/dev-ruby/rex-struct2/Manifest
index f88e993fb8f..e3d9338eaca 100644
--- a/dev-ruby/rex-struct2/Manifest
+++ b/dev-ruby/rex-struct2/Manifest
@@ -1 +1,2 @@
DIST rex-struct2-0.1.0.gem 17920 SHA256 b3fd4474c492d9e376c52d68c0e8b6672e24fa709801207449022377c1d94d38 SHA512 f1e8387ea0963648c13118a0663a146db0e1d47ee732229d0d48ab2f4f55aa3bfcbcc4ef50b74476eacdcedf2b456f78282c32e1fae64ccce64a7944bea31436 WHIRLPOOL 3b943e63fd61773e38ef4d76e9c38d6ceb8c3715af56aa06038467041c0437dd6dd85fd292d2311bd1a865545649cff886b9e881bb10b90601f75d7bb001ec57
+DIST rex-struct2-0.1.1.gem 18432 SHA256 810380c04cffd62c43430f41c336ce6b7fbd6118af25e8e96d49b2e417641a8e SHA512 894d8bdf609a7b0f4500bf9da7c175530b76c72374e059cdbd08d47be777b329ba1886a3bbba485b9f0c1be7aa4e12ad07807c0ea3390419c1f5f69ccedee26f WHIRLPOOL fea794856170e33e56453cf47aa2c63682c0a68c3670d053e0da83def97a5059614b2c9d1481d4b1180f7afc7c965d16750e2a275f6610a392d863d4985849ad
diff --git a/dev-ruby/rex-struct2/rex-struct2-0.1.1.ebuild b/dev-ruby/rex-struct2/rex-struct2-0.1.1.ebuild
new file mode 100644
index 00000000000..bde1eb24a7e
--- /dev/null
+++ b/dev-ruby/rex-struct2/rex-struct2-0.1.1.ebuild
@@ -0,0 +1,23 @@
+# 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 Exploitation(Rex) library for generating/manipulating C-Style structs"
+HOMEPAGE="https://rubygems.org/gems/rex-struct2"
+
+LICENSE="BSD"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+# doesn't seem to actually run any tests
+RESTRICT=test
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rex-struct2/
@ 2018-03-08 6:47 Hans de Graaff
0 siblings, 0 replies; 7+ messages in thread
From: Hans de Graaff @ 2018-03-08 6:47 UTC (permalink / raw
To: gentoo-commits
commit: 9b0ec1dcc036fc01fae10ffcc1296cefb04e4517
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 8 06:36:18 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Mar 8 06:36:18 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b0ec1dc
dev-ruby/rex-struct2: cleanup
Package-Manager: Portage-2.3.19, Repoman-2.3.6
dev-ruby/rex-struct2/Manifest | 1 -
dev-ruby/rex-struct2/rex-struct2-0.1.0.ebuild | 23 -----------------------
2 files changed, 24 deletions(-)
diff --git a/dev-ruby/rex-struct2/Manifest b/dev-ruby/rex-struct2/Manifest
index 921ce8faa61..b62157b6768 100644
--- a/dev-ruby/rex-struct2/Manifest
+++ b/dev-ruby/rex-struct2/Manifest
@@ -1,2 +1 @@
-DIST rex-struct2-0.1.0.gem 17920 BLAKE2B 08ee1c9b822674a641e6d29e5ea7de158fb78b5b1c8937fdbb93d8f3685bd16720fee57310834be34b2187ad89da50304cfe0954f48523185f1d7115d3b03d67 SHA512 f1e8387ea0963648c13118a0663a146db0e1d47ee732229d0d48ab2f4f55aa3bfcbcc4ef50b74476eacdcedf2b456f78282c32e1fae64ccce64a7944bea31436
DIST rex-struct2-0.1.1.gem 18432 BLAKE2B 4dff1f1a4d41f7bf74652505ad9d063a786e3491539d1a04a9d59ac3f4446c672454c556bef1822394a087a52f91044378d4c0c2c67c2b0ff8909aecab7638cc SHA512 894d8bdf609a7b0f4500bf9da7c175530b76c72374e059cdbd08d47be777b329ba1886a3bbba485b9f0c1be7aa4e12ad07807c0ea3390419c1f5f69ccedee26f
diff --git a/dev-ruby/rex-struct2/rex-struct2-0.1.0.ebuild b/dev-ruby/rex-struct2/rex-struct2-0.1.0.ebuild
deleted file mode 100644
index 0373c96eda8..00000000000
--- a/dev-ruby/rex-struct2/rex-struct2-0.1.0.ebuild
+++ /dev/null
@@ -1,23 +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/manipulating C-Style structs"
-HOMEPAGE="https://rubygems.org/gems/rex-struct2"
-
-LICENSE="BSD"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-# doesn't seem to actually run any tests
-RESTRICT=test
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rex-struct2/
@ 2018-03-08 6:47 Hans de Graaff
0 siblings, 0 replies; 7+ messages in thread
From: Hans de Graaff @ 2018-03-08 6:47 UTC (permalink / raw
To: gentoo-commits
commit: 418c48c7e687f93907cf3da663e50a9806dfb21d
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 8 06:38:41 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Mar 8 06:38:41 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=418c48c7
dev-ruby/rex-struct2: add 0.1.2
Package-Manager: Portage-2.3.19, Repoman-2.3.6
dev-ruby/rex-struct2/Manifest | 1 +
dev-ruby/rex-struct2/rex-struct2-0.1.2.ebuild | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+)
diff --git a/dev-ruby/rex-struct2/Manifest b/dev-ruby/rex-struct2/Manifest
index b62157b6768..e36b27412ff 100644
--- a/dev-ruby/rex-struct2/Manifest
+++ b/dev-ruby/rex-struct2/Manifest
@@ -1 +1,2 @@
DIST rex-struct2-0.1.1.gem 18432 BLAKE2B 4dff1f1a4d41f7bf74652505ad9d063a786e3491539d1a04a9d59ac3f4446c672454c556bef1822394a087a52f91044378d4c0c2c67c2b0ff8909aecab7638cc SHA512 894d8bdf609a7b0f4500bf9da7c175530b76c72374e059cdbd08d47be777b329ba1886a3bbba485b9f0c1be7aa4e12ad07807c0ea3390419c1f5f69ccedee26f
+DIST rex-struct2-0.1.2.gem 18432 BLAKE2B 1ff9196e38ae67b87f4348394da3b05759548dbfa29b8e1a4a891a02cc75a1e02b890bf3a53bb7f274f9a5336aa46330efc38dcd50fa5da25e74392bc78a2b91 SHA512 c8b549c89e5b884a6ec6ef9a04dd2a3400bfeb885b742f1bc256a200387bcbd8ba848ad1e69a4c0c349516a62c04067a8bbffff04cb5c581f51d0ff91a142e6b
diff --git a/dev-ruby/rex-struct2/rex-struct2-0.1.2.ebuild b/dev-ruby/rex-struct2/rex-struct2-0.1.2.ebuild
new file mode 100644
index 00000000000..f581d3cb9e3
--- /dev/null
+++ b/dev-ruby/rex-struct2/rex-struct2-0.1.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+
+# No tests in gem and upstream git is not tagged
+RUBY_FAKEGEM_RECIPE_TEST="none"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby Exploitation(Rex) library for generating/manipulating C-Style structs"
+HOMEPAGE="https://rubygems.org/gems/rex-struct2"
+
+LICENSE="BSD"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rex-struct2/
@ 2018-04-29 9:42 Hans de Graaff
0 siblings, 0 replies; 7+ messages in thread
From: Hans de Graaff @ 2018-04-29 9:42 UTC (permalink / raw
To: gentoo-commits
commit: 7ca17238ecb48fb796a5a7c612827fd526c2de4a
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 29 08:00:58 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Apr 29 09:41:28 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ca17238
dev-ruby/rex-struct2: cleanup
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-ruby/rex-struct2/Manifest | 1 -
dev-ruby/rex-struct2/rex-struct2-0.1.1.ebuild | 23 -----------------------
2 files changed, 24 deletions(-)
diff --git a/dev-ruby/rex-struct2/Manifest b/dev-ruby/rex-struct2/Manifest
index e36b27412ff..e4999dce9ee 100644
--- a/dev-ruby/rex-struct2/Manifest
+++ b/dev-ruby/rex-struct2/Manifest
@@ -1,2 +1 @@
-DIST rex-struct2-0.1.1.gem 18432 BLAKE2B 4dff1f1a4d41f7bf74652505ad9d063a786e3491539d1a04a9d59ac3f4446c672454c556bef1822394a087a52f91044378d4c0c2c67c2b0ff8909aecab7638cc SHA512 894d8bdf609a7b0f4500bf9da7c175530b76c72374e059cdbd08d47be777b329ba1886a3bbba485b9f0c1be7aa4e12ad07807c0ea3390419c1f5f69ccedee26f
DIST rex-struct2-0.1.2.gem 18432 BLAKE2B 1ff9196e38ae67b87f4348394da3b05759548dbfa29b8e1a4a891a02cc75a1e02b890bf3a53bb7f274f9a5336aa46330efc38dcd50fa5da25e74392bc78a2b91 SHA512 c8b549c89e5b884a6ec6ef9a04dd2a3400bfeb885b742f1bc256a200387bcbd8ba848ad1e69a4c0c349516a62c04067a8bbffff04cb5c581f51d0ff91a142e6b
diff --git a/dev-ruby/rex-struct2/rex-struct2-0.1.1.ebuild b/dev-ruby/rex-struct2/rex-struct2-0.1.1.ebuild
deleted file mode 100644
index bde1eb24a7e..00000000000
--- a/dev-ruby/rex-struct2/rex-struct2-0.1.1.ebuild
+++ /dev/null
@@ -1,23 +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 Exploitation(Rex) library for generating/manipulating C-Style structs"
-HOMEPAGE="https://rubygems.org/gems/rex-struct2"
-
-LICENSE="BSD"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-# doesn't seem to actually run any tests
-RESTRICT=test
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rex-struct2/
@ 2019-01-27 11:18 Hans de Graaff
0 siblings, 0 replies; 7+ messages in thread
From: Hans de Graaff @ 2019-01-27 11:18 UTC (permalink / raw
To: gentoo-commits
commit: 8044d893a858dd636910f1bc3c3245297fd13c12
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 27 08:28:31 2019 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jan 27 11:17:44 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8044d893
dev-ruby/rex-struct2: 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-struct2/rex-struct2-0.1.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/rex-struct2/rex-struct2-0.1.2.ebuild b/dev-ruby/rex-struct2/rex-struct2-0.1.2.ebuild
index f581d3cb9e3..0326cbd303c 100644
--- a/dev-ruby/rex-struct2/rex-struct2-0.1.2.ebuild
+++ b/dev-ruby/rex-struct2/rex-struct2-0.1.2.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="ruby22 ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
# No tests in gem and upstream git is not tagged
RUBY_FAKEGEM_RECIPE_TEST="none"
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2019-01-27 11:19 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-30 4:07 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rex-struct2/ Richard Farina
-- strict thread matches above, loose matches on Subject: below --
2016-07-30 4:07 Richard Farina
2017-04-08 5:11 Hans de Graaff
2018-03-08 6:47 Hans de Graaff
2018-03-08 6:47 Hans de Graaff
2018-04-29 9:42 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