public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jsobfu/
@ 2015-08-31 21:42 Manuel Rüger
  0 siblings, 0 replies; 20+ messages in thread
From: Manuel Rüger @ 2015-08-31 21:42 UTC (permalink / raw
  To: gentoo-commits

commit:     b059186e5fef1993e8ca00b4a1e3c722785b7e84
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 31 21:42:09 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Aug 31 21:42:09 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b059186e

dev-ruby/jsobfu: Version bump

Package-Manager: portage-2.2.20.1

 dev-ruby/jsobfu/Manifest            |  1 +
 dev-ruby/jsobfu/jsobfu-0.3.0.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/jsobfu/Manifest b/dev-ruby/jsobfu/Manifest
index dc7debe..9085b4b 100644
--- a/dev-ruby/jsobfu/Manifest
+++ b/dev-ruby/jsobfu/Manifest
@@ -1 +1,2 @@
 DIST jsobfu-0.2.1.gem 20480 SHA256 16fef3066b9049bbcdb9949f6d185af75eda768ff2e221b69c16e9d793ac23e5 SHA512 b2ae7a59d0900984c92a5f7a199de2ca02e2f8bbca4f7a0e70610e06c5b763455cc71b3356a0bac91efb5d786d0a1ae4ffeda4e70995cfed3d52e46a82347a9b WHIRLPOOL 4caee1de395955565b00a3a9ff4558e35348038632b7024e176e84541d7f96c79a7b4d332ce4ab7c627b0ebcb6666a52f954a030143e83fc1edb5f25eb37f5ae
+DIST jsobfu-0.3.0.gem 20992 SHA256 a0c02d68cdaa7bbca2773e1cd2c8861da6b07655bbea3eb806f8c3b26dc4f1cb SHA512 64084589066bb8d5c4c775a9a910214306fc1b39ff54582a0cf6485efcca667de57e9e26c02139d1b7baabadf38947464c03bebb72aae65c7be8f993413b6389 WHIRLPOOL b1a3ad0c6e8d5f43b3c2dcb30b18424fb28c53a59330dd08771f7f3e82eabf1461e8de76bb0466b8c54bd238e828d4922d574b45803ad73f0753bbfeeece9aab

diff --git a/dev-ruby/jsobfu/jsobfu-0.3.0.ebuild b/dev-ruby/jsobfu/jsobfu-0.3.0.ebuild
new file mode 100644
index 0000000..4f1b408
--- /dev/null
+++ b/dev-ruby/jsobfu/jsobfu-0.3.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Javascript code obfuscator"
+HOMEPAGE="https://github.com/rapid7/jsobfu"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/rkelly-remix-0.0.6:0"
+
+all_ruby_prepare() {
+	sed -i -e '/simplecov/ s:^:#:' \
+		-e '/config.\(color\|tty\|formatter\)/ s:^:#:' \
+		spec/spec_helper.rb || die
+
+	sed -i -e '/rkelly-remix/,/name:/ s/=/~>/' ../metadata || die
+}


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jsobfu/
@ 2015-09-04 21:12 Richard Farina
  0 siblings, 0 replies; 20+ messages in thread
From: Richard Farina @ 2015-09-04 21:12 UTC (permalink / raw
  To: gentoo-commits

commit:     ec33ca60d4ac47ad286736b14dcdf36139ff4c39
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  4 21:12:56 2015 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Fri Sep  4 21:12:56 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec33ca60

dev-ruby/jsobfu: add ~arm

Package-Manager: portage-2.2.20.1

 dev-ruby/jsobfu/jsobfu-0.2.1.ebuild | 2 +-
 dev-ruby/jsobfu/jsobfu-0.3.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/jsobfu/jsobfu-0.2.1.ebuild b/dev-ruby/jsobfu/jsobfu-0.2.1.ebuild
index e073df1..b20332b 100644
--- a/dev-ruby/jsobfu/jsobfu-0.2.1.ebuild
+++ b/dev-ruby/jsobfu/jsobfu-0.2.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/rapid7/jsobfu"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/rkelly-remix-0.0.6:0"

diff --git a/dev-ruby/jsobfu/jsobfu-0.3.0.ebuild b/dev-ruby/jsobfu/jsobfu-0.3.0.ebuild
index 4f1b408..daffd6f 100644
--- a/dev-ruby/jsobfu/jsobfu-0.3.0.ebuild
+++ b/dev-ruby/jsobfu/jsobfu-0.3.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/rapid7/jsobfu"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/rkelly-remix-0.0.6:0"


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jsobfu/
@ 2015-09-08  5:35 Hans de Graaff
  0 siblings, 0 replies; 20+ messages in thread
From: Hans de Graaff @ 2015-09-08  5:35 UTC (permalink / raw
  To: gentoo-commits

commit:     0b675d1102ec0bbacde10bec17e29306527402fb
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  8 05:33:53 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Sep  8 05:35:29 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b675d11

dev-ruby/jsobfu: missing test dependency

Add missing test dependency on dev-ruby/execjs.

Package-Manager: portage-2.2.20.1

 dev-ruby/jsobfu/jsobfu-0.3.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-ruby/jsobfu/jsobfu-0.3.0.ebuild b/dev-ruby/jsobfu/jsobfu-0.3.0.ebuild
index daffd6f..7f7a090 100644
--- a/dev-ruby/jsobfu/jsobfu-0.3.0.ebuild
+++ b/dev-ruby/jsobfu/jsobfu-0.3.0.ebuild
@@ -21,6 +21,8 @@ IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/rkelly-remix-0.0.6:0"
 
+ruby_add_bdepend "test? ( dev-ruby/execjs )"
+
 all_ruby_prepare() {
 	sed -i -e '/simplecov/ s:^:#:' \
 		-e '/config.\(color\|tty\|formatter\)/ s:^:#:' \


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jsobfu/
@ 2015-11-07  1:37 Richard Farina
  0 siblings, 0 replies; 20+ messages in thread
From: Richard Farina @ 2015-11-07  1:37 UTC (permalink / raw
  To: gentoo-commits

commit:     4be276ae38d8d5aae43111f2280bb04267ee1a83
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  7 01:34:54 2015 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Sat Nov  7 01:34:54 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4be276ae

dev-ruby/jsobfu: slot gem to allow multiple versions at once

Package-Manager: portage-2.2.23

 .../jsobfu/{jsobfu-0.3.0.ebuild => jsobfu-0.2.1-r1.ebuild}   | 12 +++++-------
 .../jsobfu/{jsobfu-0.3.0.ebuild => jsobfu-0.3.0-r1.ebuild}   |  5 +++--
 dev-ruby/jsobfu/jsobfu-0.3.0.ebuild                          |  3 +--
 3 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/dev-ruby/jsobfu/jsobfu-0.3.0.ebuild b/dev-ruby/jsobfu/jsobfu-0.2.1-r1.ebuild
similarity index 79%
copy from dev-ruby/jsobfu/jsobfu-0.3.0.ebuild
copy to dev-ruby/jsobfu/jsobfu-0.2.1-r1.ebuild
index 7f7a090..3cc76e8 100644
--- a/dev-ruby/jsobfu/jsobfu-0.3.0.ebuild
+++ b/dev-ruby/jsobfu/jsobfu-0.2.1-r1.ebuild
@@ -4,10 +4,9 @@
 
 EAPI=5
 USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+RUBY_FAKEGEM_BINWRAP=""
 
 inherit ruby-fakegem
 
@@ -15,13 +14,12 @@ DESCRIPTION="A Javascript code obfuscator"
 HOMEPAGE="https://github.com/rapid7/jsobfu"
 
 LICENSE="BSD"
-SLOT="0"
+SLOT="${PV}"
 KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
 
-ruby_add_rdepend ">=dev-ruby/rkelly-remix-0.0.6:0"
-
-ruby_add_bdepend "test? ( dev-ruby/execjs )"
+ruby_add_rdepend "!dev-ruby/jsobfu:0
+		>=dev-ruby/rkelly-remix-0.0.6:0"
 
 all_ruby_prepare() {
 	sed -i -e '/simplecov/ s:^:#:' \

diff --git a/dev-ruby/jsobfu/jsobfu-0.3.0.ebuild b/dev-ruby/jsobfu/jsobfu-0.3.0-r1.ebuild
similarity index 88%
copy from dev-ruby/jsobfu/jsobfu-0.3.0.ebuild
copy to dev-ruby/jsobfu/jsobfu-0.3.0-r1.ebuild
index 7f7a090..a8630da 100644
--- a/dev-ruby/jsobfu/jsobfu-0.3.0.ebuild
+++ b/dev-ruby/jsobfu/jsobfu-0.3.0-r1.ebuild
@@ -15,11 +15,12 @@ DESCRIPTION="A Javascript code obfuscator"
 HOMEPAGE="https://github.com/rapid7/jsobfu"
 
 LICENSE="BSD"
-SLOT="0"
+SLOT="${PV}"
 KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
 
-ruby_add_rdepend ">=dev-ruby/rkelly-remix-0.0.6:0"
+ruby_add_rdepend "!dev-ruby/jsobfu:0
+		>=dev-ruby/rkelly-remix-0.0.6:0"
 
 ruby_add_bdepend "test? ( dev-ruby/execjs )"
 

diff --git a/dev-ruby/jsobfu/jsobfu-0.3.0.ebuild b/dev-ruby/jsobfu/jsobfu-0.3.0.ebuild
index 7f7a090..82eda57 100644
--- a/dev-ruby/jsobfu/jsobfu-0.3.0.ebuild
+++ b/dev-ruby/jsobfu/jsobfu-0.3.0.ebuild
@@ -4,10 +4,9 @@
 
 EAPI=5
 USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_BINWRAP=""
 
 inherit ruby-fakegem
 


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jsobfu/
@ 2016-04-17 14:35 Manuel Rüger
  0 siblings, 0 replies; 20+ messages in thread
From: Manuel Rüger @ 2016-04-17 14:35 UTC (permalink / raw
  To: gentoo-commits

commit:     8d4bb47b7104b8c43526acdbe39e737ab2054f8b
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 17 14:35:22 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Apr 17 14:35:22 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d4bb47b

dev-ruby/jsobfu: Remove ruby19

Package-Manager: portage-2.2.28

 dev-ruby/jsobfu/jsobfu-0.2.1-r1.ebuild | 4 ++--
 dev-ruby/jsobfu/jsobfu-0.2.1.ebuild    | 4 ++--
 dev-ruby/jsobfu/jsobfu-0.3.0-r1.ebuild | 4 ++--
 dev-ruby/jsobfu/jsobfu-0.3.0.ebuild    | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-ruby/jsobfu/jsobfu-0.2.1-r1.ebuild b/dev-ruby/jsobfu/jsobfu-0.2.1-r1.ebuild
index 3cc76e8..fcf1309 100644
--- a/dev-ruby/jsobfu/jsobfu-0.2.1-r1.ebuild
+++ b/dev-ruby/jsobfu/jsobfu-0.2.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_BINWRAP=""

diff --git a/dev-ruby/jsobfu/jsobfu-0.2.1.ebuild b/dev-ruby/jsobfu/jsobfu-0.2.1.ebuild
index b20332b..09d1567 100644
--- a/dev-ruby/jsobfu/jsobfu-0.2.1.ebuild
+++ b/dev-ruby/jsobfu/jsobfu-0.2.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 

diff --git a/dev-ruby/jsobfu/jsobfu-0.3.0-r1.ebuild b/dev-ruby/jsobfu/jsobfu-0.3.0-r1.ebuild
index a8630da..0933e81 100644
--- a/dev-ruby/jsobfu/jsobfu-0.3.0-r1.ebuild
+++ b/dev-ruby/jsobfu/jsobfu-0.3.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 

diff --git a/dev-ruby/jsobfu/jsobfu-0.3.0.ebuild b/dev-ruby/jsobfu/jsobfu-0.3.0.ebuild
index 82eda57..9d0c6fe 100644
--- a/dev-ruby/jsobfu/jsobfu-0.3.0.ebuild
+++ b/dev-ruby/jsobfu/jsobfu-0.3.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 RUBY_FAKEGEM_BINWRAP=""


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jsobfu/
@ 2016-10-19  5:06 Hans de Graaff
  0 siblings, 0 replies; 20+ messages in thread
From: Hans de Graaff @ 2016-10-19  5:06 UTC (permalink / raw
  To: gentoo-commits

commit:     a1403594e2e851e5caae72e7af7abc1d5d63ec4d
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 19 05:05:33 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Oct 19 05:05:33 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1403594

dev-ruby/jsobfu: add 0.4.1

Package-Manager: portage-2.3.0

 dev-ruby/jsobfu/Manifest            |  1 +
 dev-ruby/jsobfu/jsobfu-0.4.1.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/jsobfu/Manifest b/dev-ruby/jsobfu/Manifest
index 9085b4b..9f8312e 100644
--- a/dev-ruby/jsobfu/Manifest
+++ b/dev-ruby/jsobfu/Manifest
@@ -1,2 +1,3 @@
 DIST jsobfu-0.2.1.gem 20480 SHA256 16fef3066b9049bbcdb9949f6d185af75eda768ff2e221b69c16e9d793ac23e5 SHA512 b2ae7a59d0900984c92a5f7a199de2ca02e2f8bbca4f7a0e70610e06c5b763455cc71b3356a0bac91efb5d786d0a1ae4ffeda4e70995cfed3d52e46a82347a9b WHIRLPOOL 4caee1de395955565b00a3a9ff4558e35348038632b7024e176e84541d7f96c79a7b4d332ce4ab7c627b0ebcb6666a52f954a030143e83fc1edb5f25eb37f5ae
 DIST jsobfu-0.3.0.gem 20992 SHA256 a0c02d68cdaa7bbca2773e1cd2c8861da6b07655bbea3eb806f8c3b26dc4f1cb SHA512 64084589066bb8d5c4c775a9a910214306fc1b39ff54582a0cf6485efcca667de57e9e26c02139d1b7baabadf38947464c03bebb72aae65c7be8f993413b6389 WHIRLPOOL b1a3ad0c6e8d5f43b3c2dcb30b18424fb28c53a59330dd08771f7f3e82eabf1461e8de76bb0466b8c54bd238e828d4922d574b45803ad73f0753bbfeeece9aab
+DIST jsobfu-0.4.1.gem 21504 SHA256 6d9af81d111826a7dfc23e284a1bd1f1f4c0fb083e395402c3b2f30e7d6e4a62 SHA512 496788269f5916fddabf0dc2b6f85aa3ebf3fa0e95530f758e9f02da8a169e5770206d4a2df9c2a0649c145c852035d0af8809a4a792c3acd3a3c148ae5af7ce WHIRLPOOL 310100e6f9a8f287a88b75f34982d0df761919d824b443491e4d5277415a4111a649acb2e48020e9b970f87f5642ae0bbf4ee7d9120b3c7b5d33932ff4c0a2d2

diff --git a/dev-ruby/jsobfu/jsobfu-0.4.1.ebuild b/dev-ruby/jsobfu/jsobfu-0.4.1.ebuild
new file mode 100644
index 00000000..a485677
--- /dev/null
+++ b/dev-ruby/jsobfu/jsobfu-0.4.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Javascript code obfuscator"
+HOMEPAGE="https://github.com/rapid7/jsobfu"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+ruby_add_rdepend "!dev-ruby/jsobfu:0
+		>=dev-ruby/rkelly-remix-0.0.6:0"
+
+ruby_add_bdepend "test? ( dev-ruby/execjs )"
+
+all_ruby_prepare() {
+	sed -i -e '/simplecov/ s:^:#:' \
+		-e '/config.\(color\|tty\|formatter\)/ s:^:#:' \
+		spec/spec_helper.rb || die
+
+	sed -i -e '/rkelly-remix/,/name:/ s/=/~>/' ../metadata || die
+}


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jsobfu/
@ 2016-11-08 23:25 Manuel Rüger
  0 siblings, 0 replies; 20+ messages in thread
From: Manuel Rüger @ 2016-11-08 23:25 UTC (permalink / raw
  To: gentoo-commits

commit:     a9649fe50d426f4ba0f0345677cb8ed934e52824
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  8 23:24:57 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Nov  8 23:24:57 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9649fe5

dev-ruby/jsobfu: Add ruby23

Package-Manager: portage-2.3.2

 dev-ruby/jsobfu/jsobfu-0.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/jsobfu/jsobfu-0.4.1.ebuild b/dev-ruby/jsobfu/jsobfu-0.4.1.ebuild
index a485677..108866d 100644
--- a/dev-ruby/jsobfu/jsobfu-0.4.1.ebuild
+++ b/dev-ruby/jsobfu/jsobfu-0.4.1.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jsobfu/
@ 2017-05-09  3:09 Richard Farina
  0 siblings, 0 replies; 20+ messages in thread
From: Richard Farina @ 2017-05-09  3:09 UTC (permalink / raw
  To: gentoo-commits

commit:     ee78e192c199a95e5c341de2cc52810017764201
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Tue May  9 02:30:45 2017 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Tue May  9 03:08:49 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee78e192

dev-ruby/jsobfu: drop unneeded gemspec hack

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ruby/jsobfu/jsobfu-0.4.2.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev-ruby/jsobfu/jsobfu-0.4.2.ebuild b/dev-ruby/jsobfu/jsobfu-0.4.2.ebuild
index 00ede76a6bf..62bd2e8fa7f 100644
--- a/dev-ruby/jsobfu/jsobfu-0.4.2.ebuild
+++ b/dev-ruby/jsobfu/jsobfu-0.4.2.ebuild
@@ -28,8 +28,6 @@ all_ruby_prepare() {
 	sed -i -e '/simplecov/ s:^:#:' \
 		-e '/config.\(color\|tty\|formatter\)/ s:^:#:' \
 		spec/spec_helper.rb || die
-
-	sed -i -e '/rkelly-remix/,/name:/ s/=/~>/' ../metadata || die
 }
 
 all_ruby_install() {


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jsobfu/
@ 2017-05-09  3:09 Richard Farina
  0 siblings, 0 replies; 20+ messages in thread
From: Richard Farina @ 2017-05-09  3:09 UTC (permalink / raw
  To: gentoo-commits

commit:     5af1ba75210639f52c701a1958c7e45079f838c8
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Tue May  9 01:59:20 2017 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Tue May  9 03:08:44 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5af1ba75

dev-ruby/jsobfu: bump, fix slotting

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ruby/jsobfu/jsobfu-0.4.2.ebuild | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/jsobfu/jsobfu-0.4.2.ebuild b/dev-ruby/jsobfu/jsobfu-0.4.2.ebuild
index ab5756e03ad..00ede76a6bf 100644
--- a/dev-ruby/jsobfu/jsobfu-0.4.2.ebuild
+++ b/dev-ruby/jsobfu/jsobfu-0.4.2.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 USE_RUBY="ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
+RUBY_FAKEGEM_BINWRAP=""
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 
 inherit ruby-fakegem
@@ -31,3 +31,9 @@ all_ruby_prepare() {
 
 	sed -i -e '/rkelly-remix/,/name:/ s/=/~>/' ../metadata || die
 }
+
+all_ruby_install() {
+	all_fakegem_install
+
+	ruby_fakegem_binwrapper jsobfu jsobfu-${PV}
+}


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jsobfu/
@ 2017-05-09  3:09 Richard Farina
  0 siblings, 0 replies; 20+ messages in thread
From: Richard Farina @ 2017-05-09  3:09 UTC (permalink / raw
  To: gentoo-commits

commit:     861d2fe8d5a775c58df8df862966cba3b566dcd0
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Tue May  9 01:52:04 2017 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Tue May  9 03:08:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=861d2fe8

dev-ruby/jsobfu: bump, cleanup

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ruby/jsobfu/Manifest                           |  3 +--
 dev-ruby/jsobfu/jsobfu-0.2.1-r1.ebuild             | 29 ---------------------
 dev-ruby/jsobfu/jsobfu-0.2.1.ebuild                | 29 ---------------------
 dev-ruby/jsobfu/jsobfu-0.3.0-r1.ebuild             |  4 +--
 dev-ruby/jsobfu/jsobfu-0.3.0.ebuild                | 30 ----------------------
 .../{jsobfu-0.4.1.ebuild => jsobfu-0.4.2.ebuild}   |  9 ++++---
 6 files changed, 8 insertions(+), 96 deletions(-)

diff --git a/dev-ruby/jsobfu/Manifest b/dev-ruby/jsobfu/Manifest
index 9f8312e04de..0a756be3063 100644
--- a/dev-ruby/jsobfu/Manifest
+++ b/dev-ruby/jsobfu/Manifest
@@ -1,3 +1,2 @@
-DIST jsobfu-0.2.1.gem 20480 SHA256 16fef3066b9049bbcdb9949f6d185af75eda768ff2e221b69c16e9d793ac23e5 SHA512 b2ae7a59d0900984c92a5f7a199de2ca02e2f8bbca4f7a0e70610e06c5b763455cc71b3356a0bac91efb5d786d0a1ae4ffeda4e70995cfed3d52e46a82347a9b WHIRLPOOL 4caee1de395955565b00a3a9ff4558e35348038632b7024e176e84541d7f96c79a7b4d332ce4ab7c627b0ebcb6666a52f954a030143e83fc1edb5f25eb37f5ae
 DIST jsobfu-0.3.0.gem 20992 SHA256 a0c02d68cdaa7bbca2773e1cd2c8861da6b07655bbea3eb806f8c3b26dc4f1cb SHA512 64084589066bb8d5c4c775a9a910214306fc1b39ff54582a0cf6485efcca667de57e9e26c02139d1b7baabadf38947464c03bebb72aae65c7be8f993413b6389 WHIRLPOOL b1a3ad0c6e8d5f43b3c2dcb30b18424fb28c53a59330dd08771f7f3e82eabf1461e8de76bb0466b8c54bd238e828d4922d574b45803ad73f0753bbfeeece9aab
-DIST jsobfu-0.4.1.gem 21504 SHA256 6d9af81d111826a7dfc23e284a1bd1f1f4c0fb083e395402c3b2f30e7d6e4a62 SHA512 496788269f5916fddabf0dc2b6f85aa3ebf3fa0e95530f758e9f02da8a169e5770206d4a2df9c2a0649c145c852035d0af8809a4a792c3acd3a3c148ae5af7ce WHIRLPOOL 310100e6f9a8f287a88b75f34982d0df761919d824b443491e4d5277415a4111a649acb2e48020e9b970f87f5642ae0bbf4ee7d9120b3c7b5d33932ff4c0a2d2
+DIST jsobfu-0.4.2.gem 27648 SHA256 d3cfd593d58a4ad19d0ba2892e6aaf110cb3e03b797d51df7b403a9690b690c1 SHA512 84374c8c65691eac6fbdaef78a6faf8a1659474789df2ad0b938cd9101e5b51c69ac5fb157eff3e714decb1402372fe98015a2ef3d77775f0af22fba34f93227 WHIRLPOOL ff6b9dd6dd7c072216800c70aafda9c7d60752598808209882c6bc9026d16fc0cc256403e126f699cf7e22d173c2132deab859209a4105553239f3af22cfbbf9

diff --git a/dev-ruby/jsobfu/jsobfu-0.2.1-r1.ebuild b/dev-ruby/jsobfu/jsobfu-0.2.1-r1.ebuild
deleted file mode 100644
index fa3ec0fdbbc..00000000000
--- a/dev-ruby/jsobfu/jsobfu-0.2.1-r1.ebuild
+++ /dev/null
@@ -1,29 +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"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Javascript code obfuscator"
-HOMEPAGE="https://github.com/rapid7/jsobfu"
-
-LICENSE="BSD"
-SLOT="${PV}"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-ruby_add_rdepend "!dev-ruby/jsobfu:0
-		>=dev-ruby/rkelly-remix-0.0.6:0"
-
-all_ruby_prepare() {
-	sed -i -e '/simplecov/ s:^:#:' \
-		-e '/config.\(color\|tty\|formatter\)/ s:^:#:' \
-		spec/spec_helper.rb || die
-
-	sed -i -e '/rkelly-remix/,/name:/ s/=/~>/' ../metadata || die
-}

diff --git a/dev-ruby/jsobfu/jsobfu-0.2.1.ebuild b/dev-ruby/jsobfu/jsobfu-0.2.1.ebuild
deleted file mode 100644
index 823601f370d..00000000000
--- a/dev-ruby/jsobfu/jsobfu-0.2.1.ebuild
+++ /dev/null
@@ -1,29 +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"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Javascript code obfuscator"
-HOMEPAGE="https://github.com/rapid7/jsobfu"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/rkelly-remix-0.0.6:0"
-
-all_ruby_prepare() {
-	sed -i -e '/simplecov/ s:^:#:' \
-		-e '/config.\(color\|tty\|formatter\)/ s:^:#:' \
-		spec/spec_helper.rb || die
-
-	sed -i -e '/rkelly-remix/,/name:/ s/=/~>/' ../metadata || die
-}

diff --git a/dev-ruby/jsobfu/jsobfu-0.3.0-r1.ebuild b/dev-ruby/jsobfu/jsobfu-0.3.0-r1.ebuild
index 11a0655a1ed..f1dc4282fca 100644
--- a/dev-ruby/jsobfu/jsobfu-0.3.0-r1.ebuild
+++ b/dev-ruby/jsobfu/jsobfu-0.3.0-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 

diff --git a/dev-ruby/jsobfu/jsobfu-0.3.0.ebuild b/dev-ruby/jsobfu/jsobfu-0.3.0.ebuild
deleted file mode 100644
index cd84372284d..00000000000
--- a/dev-ruby/jsobfu/jsobfu-0.3.0.ebuild
+++ /dev/null
@@ -1,30 +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"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Javascript code obfuscator"
-HOMEPAGE="https://github.com/rapid7/jsobfu"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/rkelly-remix-0.0.6:0"
-
-ruby_add_bdepend "test? ( dev-ruby/execjs )"
-
-all_ruby_prepare() {
-	sed -i -e '/simplecov/ s:^:#:' \
-		-e '/config.\(color\|tty\|formatter\)/ s:^:#:' \
-		spec/spec_helper.rb || die
-
-	sed -i -e '/rkelly-remix/,/name:/ s/=/~>/' ../metadata || die
-}

diff --git a/dev-ruby/jsobfu/jsobfu-0.4.1.ebuild b/dev-ruby/jsobfu/jsobfu-0.4.2.ebuild
similarity index 74%
rename from dev-ruby/jsobfu/jsobfu-0.4.1.ebuild
rename to dev-ruby/jsobfu/jsobfu-0.4.2.ebuild
index 2712bc014c7..ab5756e03ad 100644
--- a/dev-ruby/jsobfu/jsobfu-0.4.1.ebuild
+++ b/dev-ruby/jsobfu/jsobfu-0.4.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+EAPI=6
+USE_RUBY="ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 
@@ -14,7 +14,8 @@ DESCRIPTION="A Javascript code obfuscator"
 HOMEPAGE="https://github.com/rapid7/jsobfu"
 
 LICENSE="BSD"
-SLOT="0"
+#rapid7 gems are slotted so we can have multiple versions installed at once to support multiple versions of metasploit
+SLOT="${PV}"
 KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
 


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jsobfu/
@ 2017-09-24  6:15 Hans de Graaff
  0 siblings, 0 replies; 20+ messages in thread
From: Hans de Graaff @ 2017-09-24  6:15 UTC (permalink / raw
  To: gentoo-commits

commit:     aa3b21b8ae7ec26df14c3fd19e7aad24530751c8
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 23 08:20:42 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Sep 24 06:14:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa3b21b8

dev-ruby/jsobfu: add ruby23, ruby24

Package-Manager: Portage-2.3.8, Repoman-2.3.2

 dev-ruby/jsobfu/jsobfu-0.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/jsobfu/jsobfu-0.3.0-r1.ebuild b/dev-ruby/jsobfu/jsobfu-0.3.0-r1.ebuild
index f1dc4282fca..a5a638ed038 100644
--- a/dev-ruby/jsobfu/jsobfu-0.3.0-r1.ebuild
+++ b/dev-ruby/jsobfu/jsobfu-0.3.0-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby21 ruby22"
+USE_RUBY="ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jsobfu/
@ 2018-02-04 10:45 Hans de Graaff
  0 siblings, 0 replies; 20+ messages in thread
From: Hans de Graaff @ 2018-02-04 10:45 UTC (permalink / raw
  To: gentoo-commits

commit:     4413f0fd7bcc9d2b47f5482b702eaea11463d372
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  4 09:59:43 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Feb  4 10:45:12 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4413f0fd

dev-ruby/jsobfu: add ruby24

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/jsobfu/jsobfu-0.4.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/jsobfu/jsobfu-0.4.2.ebuild b/dev-ruby/jsobfu/jsobfu-0.4.2.ebuild
index 62bd2e8fa7f..96a417bef5e 100644
--- a/dev-ruby/jsobfu/jsobfu-0.4.2.ebuild
+++ b/dev-ruby/jsobfu/jsobfu-0.4.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_BINWRAP=""


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jsobfu/
@ 2018-04-29  9:42 Hans de Graaff
  0 siblings, 0 replies; 20+ messages in thread
From: Hans de Graaff @ 2018-04-29  9:42 UTC (permalink / raw
  To: gentoo-commits

commit:     4b93f985597399130eebdb7dc93350e4900e59e1
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 29 09:17:30 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Apr 29 09:41:50 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b93f985

dev-ruby/jsobfu: add ruby25

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/jsobfu/jsobfu-0.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/jsobfu/jsobfu-0.4.2.ebuild b/dev-ruby/jsobfu/jsobfu-0.4.2.ebuild
index 96a417bef5e..436d89702fe 100644
--- a/dev-ruby/jsobfu/jsobfu-0.4.2.ebuild
+++ b/dev-ruby/jsobfu/jsobfu-0.4.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_BINWRAP=""


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jsobfu/
@ 2019-02-02  7:55 Hans de Graaff
  0 siblings, 0 replies; 20+ messages in thread
From: Hans de Graaff @ 2019-02-02  7:55 UTC (permalink / raw
  To: gentoo-commits

commit:     1f895772667ee0dd98ff9397cb520ccc6b25ffe3
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  2 07:25:21 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Feb  2 07:54:31 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f895772

dev-ruby/jsobfu: add ruby26

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/jsobfu/jsobfu-0.4.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/jsobfu/jsobfu-0.4.2.ebuild b/dev-ruby/jsobfu/jsobfu-0.4.2.ebuild
index 436d89702fe..f331460cbb7 100644
--- a/dev-ruby/jsobfu/jsobfu-0.4.2.ebuild
+++ b/dev-ruby/jsobfu/jsobfu-0.4.2.ebuild
@@ -1,8 +1,8 @@
-# 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_DOC="rdoc"
 RUBY_FAKEGEM_BINWRAP=""


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jsobfu/
@ 2019-05-18  5:36 Hans de Graaff
  0 siblings, 0 replies; 20+ messages in thread
From: Hans de Graaff @ 2019-05-18  5:36 UTC (permalink / raw
  To: gentoo-commits

commit:     b19e17bcb74a2b89a95968abacd9e57d8a94879f
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 05:28:23 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat May 18 05:28:23 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b19e17bc

dev-ruby/jsobfu: cleanup masked slots

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-ruby/jsobfu/Manifest               |  1 -
 dev-ruby/jsobfu/jsobfu-0.3.0-r1.ebuild | 32 --------------------------------
 2 files changed, 33 deletions(-)

diff --git a/dev-ruby/jsobfu/Manifest b/dev-ruby/jsobfu/Manifest
index eebf0f979e1..ef7e104c1ef 100644
--- a/dev-ruby/jsobfu/Manifest
+++ b/dev-ruby/jsobfu/Manifest
@@ -1,2 +1 @@
-DIST jsobfu-0.3.0.gem 20992 BLAKE2B 01562d1a2d590d623084d7de48500205a6eb55cf68198219a2f554c71b6213af6957cdf7fcb88f12359eb28317601be322f0dc6f0f5868f26e8423043a67c7da SHA512 64084589066bb8d5c4c775a9a910214306fc1b39ff54582a0cf6485efcca667de57e9e26c02139d1b7baabadf38947464c03bebb72aae65c7be8f993413b6389
 DIST jsobfu-0.4.2.gem 27648 BLAKE2B 280629f104a6aa1cfd4603fff2edf5d2dde5885bf074e39e790e06f03d17a2cf107a6bed61fb2279a3c1e1879e4a74d7faa266561ca10590fb67543ec52e02ec SHA512 84374c8c65691eac6fbdaef78a6faf8a1659474789df2ad0b938cd9101e5b51c69ac5fb157eff3e714decb1402372fe98015a2ef3d77775f0af22fba34f93227

diff --git a/dev-ruby/jsobfu/jsobfu-0.3.0-r1.ebuild b/dev-ruby/jsobfu/jsobfu-0.3.0-r1.ebuild
deleted file mode 100644
index a5a638ed038..00000000000
--- a/dev-ruby/jsobfu/jsobfu-0.3.0-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Javascript code obfuscator"
-HOMEPAGE="https://github.com/rapid7/jsobfu"
-
-LICENSE="BSD"
-SLOT="${PV}"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-ruby_add_rdepend "!dev-ruby/jsobfu:0
-		>=dev-ruby/rkelly-remix-0.0.6:0"
-
-ruby_add_bdepend "test? ( dev-ruby/execjs )"
-
-all_ruby_prepare() {
-	sed -i -e '/simplecov/ s:^:#:' \
-		-e '/config.\(color\|tty\|formatter\)/ s:^:#:' \
-		spec/spec_helper.rb || die
-
-	sed -i -e '/rkelly-remix/,/name:/ s/=/~>/' ../metadata || die
-}


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jsobfu/
@ 2020-08-16 16:30 Hans de Graaff
  0 siblings, 0 replies; 20+ messages in thread
From: Hans de Graaff @ 2020-08-16 16:30 UTC (permalink / raw
  To: gentoo-commits

commit:     b5744af985fcf0625621c7a46376afc385e721f3
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 16 08:04:15 2020 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Aug 16 16:29:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5744af9

dev-ruby/jsobfu: add ruby27

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/jsobfu/jsobfu-0.4.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/jsobfu/jsobfu-0.4.2.ebuild b/dev-ruby/jsobfu/jsobfu-0.4.2.ebuild
index f331460cbb7..155fb781aef 100644
--- a/dev-ruby/jsobfu/jsobfu-0.4.2.ebuild
+++ b/dev-ruby/jsobfu/jsobfu-0.4.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_BINWRAP=""


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jsobfu/
@ 2022-05-03  4:30 Hans de Graaff
  0 siblings, 0 replies; 20+ messages in thread
From: Hans de Graaff @ 2022-05-03  4:30 UTC (permalink / raw
  To: gentoo-commits

commit:     701c2c051242b4606098a3ad41064bc505b26932
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue May  3 04:24:23 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue May  3 04:24:29 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=701c2c05

dev-ruby/jsobfu: update EAPI 6 -> 8, add ruby30, ruby31

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/jsobfu/jsobfu-0.4.2-r1.ebuild | 36 ++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/dev-ruby/jsobfu/jsobfu-0.4.2-r1.ebuild b/dev-ruby/jsobfu/jsobfu-0.4.2-r1.ebuild
new file mode 100644
index 000000000000..3b7f60cfb522
--- /dev/null
+++ b/dev-ruby/jsobfu/jsobfu-0.4.2-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Javascript code obfuscator"
+HOMEPAGE="https://github.com/rapid7/jsobfu"
+
+LICENSE="BSD"
+#rapid7 gems are slotted so we can have multiple versions installed at once to support multiple versions of metasploit
+SLOT="${PV}"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+ruby_add_rdepend "!dev-ruby/jsobfu:0
+		>=dev-ruby/rkelly-remix-0.0.6:0"
+
+ruby_add_bdepend "test? ( dev-ruby/execjs )"
+
+all_ruby_prepare() {
+	sed -i -e '/simplecov/ s:^:#:' \
+		-e '/config.\(color\|tty\|formatter\)/ s:^:#:' \
+		spec/spec_helper.rb || die
+}
+
+all_ruby_install() {
+	all_fakegem_install
+
+	ruby_fakegem_binwrapper jsobfu jsobfu-${PV}
+}


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jsobfu/
@ 2022-12-04 15:42 Hans de Graaff
  0 siblings, 0 replies; 20+ messages in thread
From: Hans de Graaff @ 2022-12-04 15:42 UTC (permalink / raw
  To: gentoo-commits

commit:     45747940096a440116b6a70e3be4e9c9cc1f0e21
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  4 15:08:53 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Dec  4 15:42:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45747940

dev-ruby/jsobfu: drop 0.4.2

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/jsobfu/jsobfu-0.4.2.ebuild | 37 -------------------------------------
 1 file changed, 37 deletions(-)

diff --git a/dev-ruby/jsobfu/jsobfu-0.4.2.ebuild b/dev-ruby/jsobfu/jsobfu-0.4.2.ebuild
deleted file mode 100644
index 155fb781aef3..000000000000
--- a/dev-ruby/jsobfu/jsobfu-0.4.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_BINWRAP=""
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Javascript code obfuscator"
-HOMEPAGE="https://github.com/rapid7/jsobfu"
-
-LICENSE="BSD"
-#rapid7 gems are slotted so we can have multiple versions installed at once to support multiple versions of metasploit
-SLOT="${PV}"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-ruby_add_rdepend "!dev-ruby/jsobfu:0
-		>=dev-ruby/rkelly-remix-0.0.6:0"
-
-ruby_add_bdepend "test? ( dev-ruby/execjs )"
-
-all_ruby_prepare() {
-	sed -i -e '/simplecov/ s:^:#:' \
-		-e '/config.\(color\|tty\|formatter\)/ s:^:#:' \
-		spec/spec_helper.rb || die
-}
-
-all_ruby_install() {
-	all_fakegem_install
-
-	ruby_fakegem_binwrapper jsobfu jsobfu-${PV}
-}


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jsobfu/
@ 2023-03-31 18:00 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2023-03-31 18:00 UTC (permalink / raw
  To: gentoo-commits

commit:     2432f9346d65792d45ad240ae2e006b55ff74913
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 31 02:49:15 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 31 17:59:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2432f934

dev-ruby/jsobfu: enable ruby32

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ruby/jsobfu/jsobfu-0.4.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/jsobfu/jsobfu-0.4.2-r1.ebuild b/dev-ruby/jsobfu/jsobfu-0.4.2-r1.ebuild
index 3b7f60cfb522..f741a95f2d34 100644
--- a/dev-ruby/jsobfu/jsobfu-0.4.2-r1.ebuild
+++ b/dev-ruby/jsobfu/jsobfu-0.4.2-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_BINWRAP=""
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jsobfu/
@ 2023-12-31 19:10 Hans de Graaff
  0 siblings, 0 replies; 20+ messages in thread
From: Hans de Graaff @ 2023-12-31 19:10 UTC (permalink / raw
  To: gentoo-commits

commit:     2ee7c7351219696ab8563b95004208d4dfc28a92
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 31 19:02:42 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Dec 31 19:10:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ee7c735

dev-ruby/jsobfu: enable ruby33

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/jsobfu/jsobfu-0.4.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/jsobfu/jsobfu-0.4.2-r1.ebuild b/dev-ruby/jsobfu/jsobfu-0.4.2-r1.ebuild
index f741a95f2d34..63fdc38a7e28 100644
--- a/dev-ruby/jsobfu/jsobfu-0.4.2-r1.ebuild
+++ b/dev-ruby/jsobfu/jsobfu-0.4.2-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_BINWRAP=""
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"


^ permalink raw reply related	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2023-12-31 19:10 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-08 23:25 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jsobfu/ Manuel Rüger
  -- strict thread matches above, loose matches on Subject: below --
2023-12-31 19:10 Hans de Graaff
2023-03-31 18:00 Sam James
2022-12-04 15:42 Hans de Graaff
2022-05-03  4:30 Hans de Graaff
2020-08-16 16:30 Hans de Graaff
2019-05-18  5:36 Hans de Graaff
2019-02-02  7:55 Hans de Graaff
2018-04-29  9:42 Hans de Graaff
2018-02-04 10:45 Hans de Graaff
2017-09-24  6:15 Hans de Graaff
2017-05-09  3:09 Richard Farina
2017-05-09  3:09 Richard Farina
2017-05-09  3:09 Richard Farina
2016-10-19  5:06 Hans de Graaff
2016-04-17 14:35 Manuel Rüger
2015-11-07  1:37 Richard Farina
2015-09-08  5:35 Hans de Graaff
2015-09-04 21:12 Richard Farina
2015-08-31 21:42 Manuel Rüger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox