public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Richard Farina" <zerochaos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jsobfu/
Date: Tue,  9 May 2017 03:09:12 +0000 (UTC)	[thread overview]
Message-ID: <1494299322.861d2fe8d5a775c58df8df862966cba3b566dcd0.zerochaos@gentoo> (raw)

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=""
 


             reply	other threads:[~2017-05-09  3:09 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-09  3:09 Richard Farina [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-31 19:10 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jsobfu/ 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
2016-11-08 23:25 Manuel Rüger
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1494299322.861d2fe8d5a775c58df8df862966cba3b566dcd0.zerochaos@gentoo \
    --to=zerochaos@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox