public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/metasploit-concern/
@ 2017-12-09  7:55 Hans de Graaff
  0 siblings, 0 replies; 11+ messages in thread
From: Hans de Graaff @ 2017-12-09  7:55 UTC (permalink / raw
  To: gentoo-commits

commit:     228d230da7265e52451b73273bf56c682a1f10a3
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  8 09:17:47 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 07:51:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=228d230d

dev-ruby/metasploit-concern: drop x86 for rails 4.2 cleanup

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/metasploit-concern/metasploit-concern-2.0.1.ebuild | 6 +++---
 dev-ruby/metasploit-concern/metasploit-concern-2.0.3.ebuild | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/metasploit-concern/metasploit-concern-2.0.1.ebuild b/dev-ruby/metasploit-concern/metasploit-concern-2.0.1.ebuild
index 4572ea66e5a..464e63ee875 100644
--- a/dev-ruby/metasploit-concern/metasploit-concern-2.0.1.ebuild
+++ b/dev-ruby/metasploit-concern/metasploit-concern-2.0.1.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="ruby21 ruby22"
+USE_RUBY="ruby22"
 
 RUBY_FAKEGEM_EXTRAINSTALL="app spec"
 
@@ -14,7 +14,7 @@ SRC_URI="mirror://rubygems/${P}.gem"
 
 LICENSE="BSD"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm"
 #IUSE="development test"
 RESTRICT=test
 IUSE=""

diff --git a/dev-ruby/metasploit-concern/metasploit-concern-2.0.3.ebuild b/dev-ruby/metasploit-concern/metasploit-concern-2.0.3.ebuild
index 47fe9354e4b..fd196351a7d 100644
--- a/dev-ruby/metasploit-concern/metasploit-concern-2.0.3.ebuild
+++ b/dev-ruby/metasploit-concern/metasploit-concern-2.0.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://rubygems/${P}.gem"
 
 LICENSE="BSD"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm"
 #IUSE="development test"
 RESTRICT=test
 IUSE=""


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/metasploit-concern/
@ 2019-10-05  6:54 Michał Górny
  0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2019-10-05  6:54 UTC (permalink / raw
  To: gentoo-commits

commit:     96de455e1ccdc3469c35dd8159505cf2f6b6e960
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 30 09:53:04 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct  5 06:54:11 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96de455e

dev-ruby/metasploit-concern: Inline mirror://rubygems

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-ruby/metasploit-concern/metasploit-concern-2.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/metasploit-concern/metasploit-concern-2.0.5.ebuild b/dev-ruby/metasploit-concern/metasploit-concern-2.0.5.ebuild
index eefc6d3c9a8..55b15f02b57 100644
--- a/dev-ruby/metasploit-concern/metasploit-concern-2.0.5.ebuild
+++ b/dev-ruby/metasploit-concern/metasploit-concern-2.0.5.ebuild
@@ -10,7 +10,7 @@ inherit ruby-fakegem eapi7-ver
 
 DESCRIPTION="Metasploit concern allows you to define concerns in app/concerns. "
 HOMEPAGE="https://github.com/rapid7/metasploit-concern"
-SRC_URI="mirror://rubygems/${P}.gem"
+SRC_URI="https://rubygems.org/gems/${P}.gem"
 
 LICENSE="BSD"
 SLOT="$(ver_cut 1-2)"


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/metasploit-concern/
@ 2019-04-09  5:53 Hans de Graaff
  0 siblings, 0 replies; 11+ messages in thread
From: Hans de Graaff @ 2019-04-09  5:53 UTC (permalink / raw
  To: gentoo-commits

commit:     d9b255c5e03db1fc96fd7a3e93c9f9229129fd52
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 16 18:48:23 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Apr  9 05:52:58 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9b255c5

dev-ruby/metasploit-concern: cleanup ruby23-only version

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

 dev-ruby/metasploit-concern/Manifest               |  1 -
 .../metasploit-concern-2.0.3.ebuild                | 26 ----------------------
 2 files changed, 27 deletions(-)

diff --git a/dev-ruby/metasploit-concern/Manifest b/dev-ruby/metasploit-concern/Manifest
index d49e8949220..814c8de7c8d 100644
--- a/dev-ruby/metasploit-concern/Manifest
+++ b/dev-ruby/metasploit-concern/Manifest
@@ -1,2 +1 @@
-DIST metasploit-concern-2.0.3.gem 19456 BLAKE2B 1eb189e51a4cb0a6c8f721124d65d20a56afefa861dbc6f4bd979413ccadbdfed72309aac3698a6260f4711bbcdc9a5755af8d46efc564acf6cc6cc38342e88e SHA512 2323bd2220abc7305bcbdeacf9e079fc9af23a84dd62865078f0b476a55d32b803a6bf2bb2e7c93fb42e49b0bb3b495a6854b6c294a0938fbfb9461af41a366b
 DIST metasploit-concern-2.0.5.gem 18944 BLAKE2B 090dccb8e43426da0f51604b3257e717989d35e1430597734743df4447735cbf1dcc2e31124ae7012d6a945828dc55f80f095cf6b89584341fc5059f1275e2b8 SHA512 1d8025dd075475fcae1c663789154f7fc8dbb334f9a069a1c1a21f4b101e9b85dc7cdfc6097bbfa9387463d3050e7a715e68a0b09ebfa66aa27ccaa74a1ffe91

diff --git a/dev-ruby/metasploit-concern/metasploit-concern-2.0.3.ebuild b/dev-ruby/metasploit-concern/metasploit-concern-2.0.3.ebuild
deleted file mode 100644
index fd196351a7d..00000000000
--- a/dev-ruby/metasploit-concern/metasploit-concern-2.0.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=6
-USE_RUBY="ruby23"
-
-RUBY_FAKEGEM_EXTRAINSTALL="app spec"
-
-inherit ruby-fakegem versionator
-
-DESCRIPTION="Metasploit concern allows you to define concerns in app/concerns. "
-HOMEPAGE="https://github.com/rapid7/metasploit-concern"
-SRC_URI="mirror://rubygems/${P}.gem"
-
-LICENSE="BSD"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm"
-#IUSE="development test"
-RESTRICT=test
-IUSE=""
-
-RDEPEND="${RDEPEND} !dev-ruby/metasploit-concern:0"
-
-ruby_add_rdepend ">=dev-ruby/railties-4.2.6:4.2
-		  >=dev-ruby/activesupport-4.2.6:4.2
-		  >=dev-ruby/activemodel-2.4.6:4.2"


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/metasploit-concern/
@ 2018-11-21 18:21 Rick Farina
  0 siblings, 0 replies; 11+ messages in thread
From: Rick Farina @ 2018-11-21 18:21 UTC (permalink / raw
  To: gentoo-commits

commit:     9b6b53bade8b15687872e42c9291dd88a560b615
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 21 18:00:04 2018 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Wed Nov 21 18:21:01 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b6b53ba

dev-ruby/metasploit-concern: fix whitespace

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 dev-ruby/metasploit-concern/metasploit-concern-2.0.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/metasploit-concern/metasploit-concern-2.0.5.ebuild b/dev-ruby/metasploit-concern/metasploit-concern-2.0.5.ebuild
index 6335ab864e8..eefc6d3c9a8 100644
--- a/dev-ruby/metasploit-concern/metasploit-concern-2.0.5.ebuild
+++ b/dev-ruby/metasploit-concern/metasploit-concern-2.0.5.ebuild
@@ -22,5 +22,5 @@ IUSE=""
 RDEPEND="${RDEPEND} !dev-ruby/metasploit-concern:0"
 
 ruby_add_rdepend ">=dev-ruby/railties-4.2.6:4.2
-		  >=dev-ruby/activesupport-4.2.6:4.2
-		  >=dev-ruby/activemodel-2.4.6:4.2"
+		>=dev-ruby/activesupport-4.2.6:4.2
+		>=dev-ruby/activemodel-2.4.6:4.2"


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/metasploit-concern/
@ 2018-11-21 18:21 Rick Farina
  0 siblings, 0 replies; 11+ messages in thread
From: Rick Farina @ 2018-11-21 18:21 UTC (permalink / raw
  To: gentoo-commits

commit:     9f4724972154489832d97d51d53f2ec754bbf7b9
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 21 17:59:17 2018 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Wed Nov 21 18:21:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f472497

dev-ruby/metasploit-concern: bump

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 dev-ruby/metasploit-concern/Manifest               |  1 +
 .../metasploit-concern-2.0.5.ebuild                | 26 ++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/dev-ruby/metasploit-concern/Manifest b/dev-ruby/metasploit-concern/Manifest
index bbc9eccd0f7..d49e8949220 100644
--- a/dev-ruby/metasploit-concern/Manifest
+++ b/dev-ruby/metasploit-concern/Manifest
@@ -1 +1,2 @@
 DIST metasploit-concern-2.0.3.gem 19456 BLAKE2B 1eb189e51a4cb0a6c8f721124d65d20a56afefa861dbc6f4bd979413ccadbdfed72309aac3698a6260f4711bbcdc9a5755af8d46efc564acf6cc6cc38342e88e SHA512 2323bd2220abc7305bcbdeacf9e079fc9af23a84dd62865078f0b476a55d32b803a6bf2bb2e7c93fb42e49b0bb3b495a6854b6c294a0938fbfb9461af41a366b
+DIST metasploit-concern-2.0.5.gem 18944 BLAKE2B 090dccb8e43426da0f51604b3257e717989d35e1430597734743df4447735cbf1dcc2e31124ae7012d6a945828dc55f80f095cf6b89584341fc5059f1275e2b8 SHA512 1d8025dd075475fcae1c663789154f7fc8dbb334f9a069a1c1a21f4b101e9b85dc7cdfc6097bbfa9387463d3050e7a715e68a0b09ebfa66aa27ccaa74a1ffe91

diff --git a/dev-ruby/metasploit-concern/metasploit-concern-2.0.5.ebuild b/dev-ruby/metasploit-concern/metasploit-concern-2.0.5.ebuild
new file mode 100644
index 00000000000..6335ab864e8
--- /dev/null
+++ b/dev-ruby/metasploit-concern/metasploit-concern-2.0.5.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby24"
+
+RUBY_FAKEGEM_EXTRAINSTALL="app spec"
+
+inherit ruby-fakegem eapi7-ver
+
+DESCRIPTION="Metasploit concern allows you to define concerns in app/concerns. "
+HOMEPAGE="https://github.com/rapid7/metasploit-concern"
+SRC_URI="mirror://rubygems/${P}.gem"
+
+LICENSE="BSD"
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~arm ~x86"
+#IUSE="development test"
+RESTRICT=test
+IUSE=""
+
+RDEPEND="${RDEPEND} !dev-ruby/metasploit-concern:0"
+
+ruby_add_rdepend ">=dev-ruby/railties-4.2.6:4.2
+		  >=dev-ruby/activesupport-4.2.6:4.2
+		  >=dev-ruby/activemodel-2.4.6:4.2"


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/metasploit-concern/
@ 2018-01-30  5:19 Hans de Graaff
  0 siblings, 0 replies; 11+ messages in thread
From: Hans de Graaff @ 2018-01-30  5:19 UTC (permalink / raw
  To: gentoo-commits

commit:     07904f87c89138491c8ee9928832d7ceb81b4d1b
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 29 18:54:56 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Jan 30 05:18:19 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07904f87

dev-ruby/metasploit-concern: cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/metasploit-concern/Manifest               |  1 -
 .../metasploit-concern-2.0.1.ebuild                | 25 ----------------------
 2 files changed, 26 deletions(-)

diff --git a/dev-ruby/metasploit-concern/Manifest b/dev-ruby/metasploit-concern/Manifest
index bb0afe9de5d..bbc9eccd0f7 100644
--- a/dev-ruby/metasploit-concern/Manifest
+++ b/dev-ruby/metasploit-concern/Manifest
@@ -1,2 +1 @@
-DIST metasploit-concern-2.0.1.gem 19456 BLAKE2B 8a8059bd85d8f93f094d7aa0c5ff26ce34ebcae72cac727ac5ba8dc071323a354977284e4e4a3459480663fd9d272b8c87334f0c1ccc1211e9f1c15a90c67ee5 SHA512 759b1d96a3339f2396fe98ae979e0d3188fc75ff7374069b90e8cd98145d18c5d77d863d580aa1481aef91f8b8eb3d12e6fc1dc67354e1b52be33fad28741003
 DIST metasploit-concern-2.0.3.gem 19456 BLAKE2B 1eb189e51a4cb0a6c8f721124d65d20a56afefa861dbc6f4bd979413ccadbdfed72309aac3698a6260f4711bbcdc9a5755af8d46efc564acf6cc6cc38342e88e SHA512 2323bd2220abc7305bcbdeacf9e079fc9af23a84dd62865078f0b476a55d32b803a6bf2bb2e7c93fb42e49b0bb3b495a6854b6c294a0938fbfb9461af41a366b

diff --git a/dev-ruby/metasploit-concern/metasploit-concern-2.0.1.ebuild b/dev-ruby/metasploit-concern/metasploit-concern-2.0.1.ebuild
deleted file mode 100644
index 464e63ee875..00000000000
--- a/dev-ruby/metasploit-concern/metasploit-concern-2.0.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby22"
-
-RUBY_FAKEGEM_EXTRAINSTALL="app spec"
-
-inherit ruby-fakegem versionator
-
-DESCRIPTION="Metasploit concern allows you to define concerns in app/concerns. "
-HOMEPAGE="https://github.com/rapid7/metasploit-concern"
-SRC_URI="mirror://rubygems/${P}.gem"
-
-LICENSE="BSD"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm"
-#IUSE="development test"
-RESTRICT=test
-IUSE=""
-
-RDEPEND="${RDEPEND} !dev-ruby/metasploit-concern:0"
-
-ruby_add_rdepend ">=dev-ruby/railties-4.2.6:4.2
-		  >=dev-ruby/activesupport-4.2.6:4.2"


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/metasploit-concern/
@ 2017-05-09  3:09 Richard Farina
  0 siblings, 0 replies; 11+ messages in thread
From: Richard Farina @ 2017-05-09  3:09 UTC (permalink / raw
  To: gentoo-commits

commit:     f95e44fe21260221672782bc00bca48f05542b08
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon May  8 21:19:17 2017 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Tue May  9 03:08:33 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f95e44fe

dev-ruby/metasploit-concern: bump in prep for metasploit bump

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ruby/metasploit-concern/Manifest               |  1 +
 .../metasploit-concern-2.0.3.ebuild                | 26 ++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/dev-ruby/metasploit-concern/Manifest b/dev-ruby/metasploit-concern/Manifest
index b4cd3d4bf9b..0cb4ead6416 100644
--- a/dev-ruby/metasploit-concern/Manifest
+++ b/dev-ruby/metasploit-concern/Manifest
@@ -1 +1,2 @@
 DIST metasploit-concern-2.0.1.gem 19456 SHA256 ef42d34726f294712710c9efbd6229733877051eab77bfd1369e83df39a0c2a9 SHA512 759b1d96a3339f2396fe98ae979e0d3188fc75ff7374069b90e8cd98145d18c5d77d863d580aa1481aef91f8b8eb3d12e6fc1dc67354e1b52be33fad28741003 WHIRLPOOL 31243cd6b167c1766785e918515234e17f6ac47d764e00eb5e6e0782bd14ab8c053cf2c9b03ebd25e7a5dc35e9b439ab4bf03d1a4be6af6507bb91c266382491
+DIST metasploit-concern-2.0.3.gem 19456 SHA256 e3e8ecfd767d3e3b1713cebd160f9d79a3ccd70355a89d031aab6b299f65df7c SHA512 2323bd2220abc7305bcbdeacf9e079fc9af23a84dd62865078f0b476a55d32b803a6bf2bb2e7c93fb42e49b0bb3b495a6854b6c294a0938fbfb9461af41a366b WHIRLPOOL ae3a6c9a23da01f4ef14941e5f4412c4085029d7d612a7971ff7fc7c1864cd477ca70c4693aa307c15c9d9cf8db5cb7646d69ba38cd556ab46e8233f441f3ab5

diff --git a/dev-ruby/metasploit-concern/metasploit-concern-2.0.3.ebuild b/dev-ruby/metasploit-concern/metasploit-concern-2.0.3.ebuild
new file mode 100644
index 00000000000..47fe9354e4b
--- /dev/null
+++ b/dev-ruby/metasploit-concern/metasploit-concern-2.0.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23"
+
+RUBY_FAKEGEM_EXTRAINSTALL="app spec"
+
+inherit ruby-fakegem versionator
+
+DESCRIPTION="Metasploit concern allows you to define concerns in app/concerns. "
+HOMEPAGE="https://github.com/rapid7/metasploit-concern"
+SRC_URI="mirror://rubygems/${P}.gem"
+
+LICENSE="BSD"
+SLOT="$(get_version_component_range 1-2)"
+KEYWORDS="~amd64 ~arm ~x86"
+#IUSE="development test"
+RESTRICT=test
+IUSE=""
+
+RDEPEND="${RDEPEND} !dev-ruby/metasploit-concern:0"
+
+ruby_add_rdepend ">=dev-ruby/railties-4.2.6:4.2
+		  >=dev-ruby/activesupport-4.2.6:4.2
+		  >=dev-ruby/activemodel-2.4.6:4.2"


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/metasploit-concern/
@ 2016-10-30 19:51 Hans de Graaff
  0 siblings, 0 replies; 11+ messages in thread
From: Hans de Graaff @ 2016-10-30 19:51 UTC (permalink / raw
  To: gentoo-commits

commit:     98a5388af97eb8467aa75ec433d0b2d76d3caa34
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 30 19:43:33 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Oct 30 19:43:33 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98a5388a

dev-ruby/metasploit-concern: remove masked version

Package-Manager: portage-2.3.0

 dev-ruby/metasploit-concern/Manifest               |  1 -
 .../metasploit-concern-1.0.0.ebuild                | 26 ----------------------
 2 files changed, 27 deletions(-)

diff --git a/dev-ruby/metasploit-concern/Manifest b/dev-ruby/metasploit-concern/Manifest
index c705d01..b4cd3d4 100644
--- a/dev-ruby/metasploit-concern/Manifest
+++ b/dev-ruby/metasploit-concern/Manifest
@@ -1,2 +1 @@
-DIST metasploit-concern-1.0.0.gem 13312 SHA256 0479a6766d4754720d8eb6ac6b9c108c68095b7e3068d4cca62dd5838173ecfe SHA512 2fc2e511503b4efcc10fec9e0027936333a16de14acd53155942bde1d77e5e208510ec2b563e9ffb81d49d320b6f62bf0fd04f40bc2d2703778943d4730d5bc9 WHIRLPOOL 748be7d2f09af22d9767a0b41321182637058ceefbff8dd1a41ba336a5c31c9c59589b80a012402e7fd33e6892f6ca233d7b0d3cc4d863a955a3fc617f3eaeb2
 DIST metasploit-concern-2.0.1.gem 19456 SHA256 ef42d34726f294712710c9efbd6229733877051eab77bfd1369e83df39a0c2a9 SHA512 759b1d96a3339f2396fe98ae979e0d3188fc75ff7374069b90e8cd98145d18c5d77d863d580aa1481aef91f8b8eb3d12e6fc1dc67354e1b52be33fad28741003 WHIRLPOOL 31243cd6b167c1766785e918515234e17f6ac47d764e00eb5e6e0782bd14ab8c053cf2c9b03ebd25e7a5dc35e9b439ab4bf03d1a4be6af6507bb91c266382491

diff --git a/dev-ruby/metasploit-concern/metasploit-concern-1.0.0.ebuild b/dev-ruby/metasploit-concern/metasploit-concern-1.0.0.ebuild
deleted file mode 100644
index c9a8661..00000000
--- a/dev-ruby/metasploit-concern/metasploit-concern-1.0.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21"
-
-RUBY_FAKEGEM_EXTRAINSTALL="app spec"
-
-inherit ruby-fakegem versionator
-
-DESCRIPTION="Metasploit concern allows you to define concerns in app/concerns. "
-HOMEPAGE="https://github.com/rapid7/metasploit-concern"
-SRC_URI="mirror://rubygems/${P}.gem"
-
-LICENSE="BSD"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~x86"
-#IUSE="development test"
-RESTRICT=test
-IUSE=""
-
-RDEPEND="${RDEPEND} !dev-ruby/metasploit-concern:0"
-
-ruby_add_rdepend ">=dev-ruby/railties-4.0.9:4.0
-		  >=dev-ruby/activesupport-4.0.9:4.0"


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/metasploit-concern/
@ 2016-06-13  4:37 Richard Farina
  0 siblings, 0 replies; 11+ messages in thread
From: Richard Farina @ 2016-06-13  4:37 UTC (permalink / raw
  To: gentoo-commits

commit:     d64ec2749558f2b6942b186e41f4db15c9fbcce8
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 12 21:23:27 2016 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Jun 13 04:36:29 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d64ec274

dev-ruby/metasploit-concern: drop ruby19 stuff

Package-Manager: portage-2.3.0_rc1

 dev-ruby/metasploit-concern/metasploit-concern-1.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/metasploit-concern/metasploit-concern-1.0.0.ebuild b/dev-ruby/metasploit-concern/metasploit-concern-1.0.0.ebuild
index 78952d8..c9a8661 100644
--- a/dev-ruby/metasploit-concern/metasploit-concern-1.0.0.ebuild
+++ b/dev-ruby/metasploit-concern/metasploit-concern-1.0.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"
+USE_RUBY="ruby20 ruby21"
 
 RUBY_FAKEGEM_EXTRAINSTALL="app spec"
 


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/metasploit-concern/
@ 2016-06-13  4:37 Richard Farina
  0 siblings, 0 replies; 11+ messages in thread
From: Richard Farina @ 2016-06-13  4:37 UTC (permalink / raw
  To: gentoo-commits

commit:     5c4d83bc21559feab452d0f839b7dd556a1cd562
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 12 21:22:34 2016 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Jun 13 04:36:27 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c4d83bc

dev-ruby/metasploit-concern: add 2.0.1

Package-Manager: portage-2.3.0_rc1

 dev-ruby/metasploit-concern/Manifest               |  1 +
 .../metasploit-concern-2.0.1.ebuild                | 26 ++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/dev-ruby/metasploit-concern/Manifest b/dev-ruby/metasploit-concern/Manifest
index 5108dd2..c705d01 100644
--- a/dev-ruby/metasploit-concern/Manifest
+++ b/dev-ruby/metasploit-concern/Manifest
@@ -1 +1,2 @@
 DIST metasploit-concern-1.0.0.gem 13312 SHA256 0479a6766d4754720d8eb6ac6b9c108c68095b7e3068d4cca62dd5838173ecfe SHA512 2fc2e511503b4efcc10fec9e0027936333a16de14acd53155942bde1d77e5e208510ec2b563e9ffb81d49d320b6f62bf0fd04f40bc2d2703778943d4730d5bc9 WHIRLPOOL 748be7d2f09af22d9767a0b41321182637058ceefbff8dd1a41ba336a5c31c9c59589b80a012402e7fd33e6892f6ca233d7b0d3cc4d863a955a3fc617f3eaeb2
+DIST metasploit-concern-2.0.1.gem 19456 SHA256 ef42d34726f294712710c9efbd6229733877051eab77bfd1369e83df39a0c2a9 SHA512 759b1d96a3339f2396fe98ae979e0d3188fc75ff7374069b90e8cd98145d18c5d77d863d580aa1481aef91f8b8eb3d12e6fc1dc67354e1b52be33fad28741003 WHIRLPOOL 31243cd6b167c1766785e918515234e17f6ac47d764e00eb5e6e0782bd14ab8c053cf2c9b03ebd25e7a5dc35e9b439ab4bf03d1a4be6af6507bb91c266382491

diff --git a/dev-ruby/metasploit-concern/metasploit-concern-2.0.1.ebuild b/dev-ruby/metasploit-concern/metasploit-concern-2.0.1.ebuild
new file mode 100644
index 0000000..e9743d1
--- /dev/null
+++ b/dev-ruby/metasploit-concern/metasploit-concern-2.0.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby21 ruby22"
+
+RUBY_FAKEGEM_EXTRAINSTALL="app spec"
+
+inherit ruby-fakegem versionator
+
+DESCRIPTION="Metasploit concern allows you to define concerns in app/concerns. "
+HOMEPAGE="https://github.com/rapid7/metasploit-concern"
+SRC_URI="mirror://rubygems/${P}.gem"
+
+LICENSE="BSD"
+SLOT="$(get_version_component_range 1-2)"
+KEYWORDS="~amd64 ~arm ~x86"
+#IUSE="development test"
+RESTRICT=test
+IUSE=""
+
+RDEPEND="${RDEPEND} !dev-ruby/metasploit-concern:0"
+
+ruby_add_rdepend ">=dev-ruby/railties-4.2.6:4.2
+		  >=dev-ruby/activesupport-4.2.6:4.2"


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/metasploit-concern/
@ 2015-09-04 21:28 Richard Farina
  0 siblings, 0 replies; 11+ messages in thread
From: Richard Farina @ 2015-09-04 21:28 UTC (permalink / raw
  To: gentoo-commits

commit:     2d2b7d9011981ec7eaf07eae96c59e2730607512
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  4 21:28:25 2015 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Fri Sep  4 21:28:25 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d2b7d90

dev-ruby/metasploit-concern: fix ebuild accidently imported improperly
from pentoo

Package-Manager: portage-2.2.20.1

 .../metasploit-concern-1.0.0.ebuild                | 24 ----------------------
 1 file changed, 24 deletions(-)

diff --git a/dev-ruby/metasploit-concern/metasploit-concern-1.0.0.ebuild b/dev-ruby/metasploit-concern/metasploit-concern-1.0.0.ebuild
index 7891f8d..fdb8a6b 100644
--- a/dev-ruby/metasploit-concern/metasploit-concern-1.0.0.ebuild
+++ b/dev-ruby/metasploit-concern/metasploit-concern-1.0.0.ebuild
@@ -24,27 +24,3 @@ RDEPEND="${RDEPEND} !dev-ruby/metasploit-concern:0"
 
 ruby_add_rdepend ">=dev-ruby/railties-4.0.9:4.0
 		  >=dev-ruby/activesupport-4.0.9:4.0"
-ruby_add_bdepend "dev-ruby/bundler"
-
-all_ruby_prepare() {
-	[ -f Gemfile.lock ] && rm Gemfile.lock
-	#For now, we don't support development or testing at all
-	#if ! use development; then
-		sed -i -e "/^group :development do/,/^end$/d" Gemfile || die
-		sed -i -e "/s.add_development_dependency/d" "${PN}".gemspec || die
-	#fi
-	#if ! use test; then
-		sed -i -e "/^group :test do/,/^end$/d" Gemfile || die
-	#fi
-	#if ! use test && ! use development; then
-		sed -i -e "/^group :development, :test do/,/^end$/d" Gemfile || die
-	#fi
-}
-
-each_ruby_prepare() {
-	if [ -f Gemfile ]
-	then
-		BUNDLE_GEMFILE=Gemfile ${RUBY} -S bundle install --local || die
-		BUNDLE_GEMFILE=Gemfile ${RUBY} -S bundle check || die
-	fi
-}


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

end of thread, other threads:[~2019-10-05  6:54 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-09  7:55 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/metasploit-concern/ Hans de Graaff
  -- strict thread matches above, loose matches on Subject: below --
2019-10-05  6:54 Michał Górny
2019-04-09  5:53 Hans de Graaff
2018-11-21 18:21 Rick Farina
2018-11-21 18:21 Rick Farina
2018-01-30  5:19 Hans de Graaff
2017-05-09  3:09 Richard Farina
2016-10-30 19:51 Hans de Graaff
2016-06-13  4:37 Richard Farina
2016-06-13  4:37 Richard Farina
2015-09-04 21:28 Richard Farina

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