[gentoo-commits] repo/gentoo:master commit in: dev-ruby/stomp/

2023-12-31 Thread Hans de Graaff
commit: cac1988bbb409b83f5cbb41cf19007015fce439a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec 31 09:15:44 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec 31 09:15:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cac1988b

dev-ruby/stomp: enable ruby33

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

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

diff --git a/dev-ruby/stomp/stomp-1.4.10-r1.ebuild 
b/dev-ruby/stomp/stomp-1.4.10-r1.ebuild
index 2344aac53557..b3d25fc0bea1 100644
--- a/dev-ruby/stomp/stomp-1.4.10-r1.ebuild
+++ b/dev-ruby/stomp/stomp-1.4.10-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_DOCDIR="doc"
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/stomp/

2023-01-21 Thread Hans de Graaff
commit: b7e9a3fae0b1323947ce17e389c1cd396842abb5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 21 08:17:19 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan 21 08:44:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7e9a3fa

dev-ruby/stomp: drop 1.4.9

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

 dev-ruby/stomp/Manifest   |  1 -
 dev-ruby/stomp/stomp-1.4.9.ebuild | 27 ---
 2 files changed, 28 deletions(-)

diff --git a/dev-ruby/stomp/Manifest b/dev-ruby/stomp/Manifest
index 055b7586488f..b0e928f9c22b 100644
--- a/dev-ruby/stomp/Manifest
+++ b/dev-ruby/stomp/Manifest
@@ -1,2 +1 @@
 DIST stomp-1.4.10.gem 99840 BLAKE2B 
5dc2b18d7551629dccb599a77934bffcf92d83158b6797a1645f5fd8af6c4738e1d8d97d5a6c6bb6655c19f98accd4ecdee0677096f9a5e89bdf0295532a1087
 SHA512 
bff1a533e5455cf4540bab3b5d16c63f1e0783b0257b5e0bf2fd26512586670ce5db66f97e098805c7b5fc02913478553409b90a4014bdc883465bc7b474eb7e
-DIST stomp-1.4.9.gem 99328 BLAKE2B 
9aa50880224cede15be69657ec7ecccf1a075db3e51de55faf3a0ba50335b90b910d1202c646585229cc35c0e2e4cf01fd99774960d9ae90ff82030c4bac6a69
 SHA512 
e1e3aed86621e2dac199fd7e4ba67fedc3582b5cfe9e4ff2efbdc9c545bb25d2c52391d9403e2fa935f69635e85bd3c1ca29d2d5b3c425aa850d3ccb8f7a5e86

diff --git a/dev-ruby/stomp/stomp-1.4.9.ebuild 
b/dev-ruby/stomp/stomp-1.4.9.ebuild
deleted file mode 100644
index cd1e6a88a687..
--- a/dev-ruby/stomp/stomp-1.4.9.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby bindings for the stomp messaging protocol"
-HOMEPAGE="https://github.com/stompgem/stomp;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-all_ruby_prepare() {
-   # Skip specs that hang the test run indefinitely, most likely
-   # because of rspec-mocks deprecation output
-   rm -f spec/connection_spec.rb || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/stomp/

2022-12-03 Thread Arthur Zamarin
commit: 949932ff29105df270162bd85c6c87275eb39063
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec  3 16:00:32 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec  3 16:00:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=949932ff

dev-ruby/stomp: Stabilize 1.4.10 x86, #884021

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-ruby/stomp/stomp-1.4.10.ebuild 
b/dev-ruby/stomp/stomp-1.4.10.ebuild
index 77d3fa18814a..e57bb3a1bdeb 100644
--- a/dev-ruby/stomp/stomp-1.4.10.ebuild
+++ b/dev-ruby/stomp/stomp-1.4.10.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/stompgem/stomp;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 all_ruby_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/stomp/

2021-09-12 Thread Hans de Graaff
commit: bc236a6973cb8531421f47fabac03afa8663ff52
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Sep 12 07:54:48 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Sep 12 07:54:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc236a69

dev-ruby/stomp: add ruby30

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

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

diff --git a/dev-ruby/stomp/stomp-1.4.10.ebuild 
b/dev-ruby/stomp/stomp-1.4.10.ebuild
index d9e26e486d7..67495063da2 100644
--- a/dev-ruby/stomp/stomp-1.4.10.ebuild
+++ b/dev-ruby/stomp/stomp-1.4.10.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-USE_RUBY="ruby25 ruby26 ruby27"
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
 
 RUBY_FAKEGEM_DOCDIR="doc"
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/stomp/

2020-09-10 Thread Hans de Graaff
commit: a009bf948b6372d5d17bdcf41d29ca07951b017e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Sep 11 04:32:14 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Sep 11 04:32:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a009bf94

dev-ruby/stomp: add 1.4.10

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/stomp/Manifest|  1 +
 dev-ruby/stomp/stomp-1.4.10.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-ruby/stomp/Manifest b/dev-ruby/stomp/Manifest
index f4c87745f65..055b7586488 100644
--- a/dev-ruby/stomp/Manifest
+++ b/dev-ruby/stomp/Manifest
@@ -1 +1,2 @@
+DIST stomp-1.4.10.gem 99840 BLAKE2B 
5dc2b18d7551629dccb599a77934bffcf92d83158b6797a1645f5fd8af6c4738e1d8d97d5a6c6bb6655c19f98accd4ecdee0677096f9a5e89bdf0295532a1087
 SHA512 
bff1a533e5455cf4540bab3b5d16c63f1e0783b0257b5e0bf2fd26512586670ce5db66f97e098805c7b5fc02913478553409b90a4014bdc883465bc7b474eb7e
 DIST stomp-1.4.9.gem 99328 BLAKE2B 
9aa50880224cede15be69657ec7ecccf1a075db3e51de55faf3a0ba50335b90b910d1202c646585229cc35c0e2e4cf01fd99774960d9ae90ff82030c4bac6a69
 SHA512 
e1e3aed86621e2dac199fd7e4ba67fedc3582b5cfe9e4ff2efbdc9c545bb25d2c52391d9403e2fa935f69635e85bd3c1ca29d2d5b3c425aa850d3ccb8f7a5e86

diff --git a/dev-ruby/stomp/stomp-1.4.10.ebuild 
b/dev-ruby/stomp/stomp-1.4.10.ebuild
new file mode 100644
index 000..d9e26e486d7
--- /dev/null
+++ b/dev-ruby/stomp/stomp-1.4.10.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby bindings for the stomp messaging protocol"
+HOMEPAGE="https://github.com/stompgem/stomp;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+all_ruby_prepare() {
+   # Skip specs that hang the test run indefinitely, most likely
+   # because of rspec-mocks deprecation output
+   rm -f spec/connection_spec.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/stomp/

2020-06-15 Thread Hans de Graaff
commit: d8891d8e4f074b6c3a96fb07b2aa3944bad8cd48
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jun 15 17:30:58 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jun 15 17:36:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8891d8e

dev-ruby/stomp: cleanup

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/stomp/Manifest   |  1 -
 dev-ruby/stomp/stomp-1.4.4.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/dev-ruby/stomp/Manifest b/dev-ruby/stomp/Manifest
index 302a78d2f23..f4c87745f65 100644
--- a/dev-ruby/stomp/Manifest
+++ b/dev-ruby/stomp/Manifest
@@ -1,2 +1 @@
-DIST stomp-1.4.4.gem 93696 BLAKE2B 
c1647ba119946ed41d58b1fe08baae5fa54317e3ba4b4b33eef50b7ff588daaf2ecf89a45b21b3eac7969609337fc8b09d73ea7f54f40af6c4b2613cab686df7
 SHA512 
77c5a53b56177869beb9ff236405479d1fe48ba6841f42eefbd104a5e1b8f82584283c909bb2f6ec5a34ae99c0dfa91079d0716d1bef65db24c5b1414c1ed673
 DIST stomp-1.4.9.gem 99328 BLAKE2B 
9aa50880224cede15be69657ec7ecccf1a075db3e51de55faf3a0ba50335b90b910d1202c646585229cc35c0e2e4cf01fd99774960d9ae90ff82030c4bac6a69
 SHA512 
e1e3aed86621e2dac199fd7e4ba67fedc3582b5cfe9e4ff2efbdc9c545bb25d2c52391d9403e2fa935f69635e85bd3c1ca29d2d5b3c425aa850d3ccb8f7a5e86

diff --git a/dev-ruby/stomp/stomp-1.4.4.ebuild 
b/dev-ruby/stomp/stomp-1.4.4.ebuild
deleted file mode 100644
index cf57278dc9f..000
--- a/dev-ruby/stomp/stomp-1.4.4.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby bindings for the stomp messaging protocol"
-HOMEPAGE="https://github.com/stompgem/stomp;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/stomp/

2020-04-29 Thread Hans de Graaff
commit: 42b48e88a5ebbce0723916c4f10a21cae48dea61
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Apr 30 05:17:38 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Apr 30 05:26:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42b48e88

dev-ruby/stomp: cleanup

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/stomp/Manifest   |  1 -
 dev-ruby/stomp/stomp-1.4.8.ebuild | 27 ---
 2 files changed, 28 deletions(-)

diff --git a/dev-ruby/stomp/Manifest b/dev-ruby/stomp/Manifest
index c2c1c237ee8..302a78d2f23 100644
--- a/dev-ruby/stomp/Manifest
+++ b/dev-ruby/stomp/Manifest
@@ -1,3 +1,2 @@
 DIST stomp-1.4.4.gem 93696 BLAKE2B 
c1647ba119946ed41d58b1fe08baae5fa54317e3ba4b4b33eef50b7ff588daaf2ecf89a45b21b3eac7969609337fc8b09d73ea7f54f40af6c4b2613cab686df7
 SHA512 
77c5a53b56177869beb9ff236405479d1fe48ba6841f42eefbd104a5e1b8f82584283c909bb2f6ec5a34ae99c0dfa91079d0716d1bef65db24c5b1414c1ed673
-DIST stomp-1.4.8.gem 97792 BLAKE2B 
d3a3ff9795adfe9b53a60a3fa9f18e9e96693882325475fba6629b2c4bb4cf3fc3d9bbd68277d6dc3e093ceaefb680a5f0365e89cd87fae187880c8b35ee022e
 SHA512 
6e5c0727d4b3853f90f8ec4450162b38f571dcd63b58a4d09c284f42f5b9ee884ee8a3b8d27c8d85f8a297337e0d6ed61538bafee840cfc26e15b15039e1e4c9
 DIST stomp-1.4.9.gem 99328 BLAKE2B 
9aa50880224cede15be69657ec7ecccf1a075db3e51de55faf3a0ba50335b90b910d1202c646585229cc35c0e2e4cf01fd99774960d9ae90ff82030c4bac6a69
 SHA512 
e1e3aed86621e2dac199fd7e4ba67fedc3582b5cfe9e4ff2efbdc9c545bb25d2c52391d9403e2fa935f69635e85bd3c1ca29d2d5b3c425aa850d3ccb8f7a5e86

diff --git a/dev-ruby/stomp/stomp-1.4.8.ebuild 
b/dev-ruby/stomp/stomp-1.4.8.ebuild
deleted file mode 100644
index 6564bcdb89c..000
--- a/dev-ruby/stomp/stomp-1.4.8.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby bindings for the stomp messaging protocol"
-HOMEPAGE="https://github.com/stompgem/stomp;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-all_ruby_prepare() {
-   # Skip specs that hang the test run indefinitely, most likely
-   # because of rspec-mocks deprecation output
-   rm -f spec/connection_spec.rb || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/stomp/

2020-02-01 Thread Hans de Graaff
commit: 6bfdd3fa2a26a2656e649cbcd2c7bc9983de4360
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb  2 07:11:04 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb  2 07:11:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bfdd3fa

dev-ruby/stomp: add 1.4.9

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/stomp/Manifest   |  1 +
 dev-ruby/stomp/stomp-1.4.9.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-ruby/stomp/Manifest b/dev-ruby/stomp/Manifest
index 42c8b0b6967..c2c1c237ee8 100644
--- a/dev-ruby/stomp/Manifest
+++ b/dev-ruby/stomp/Manifest
@@ -1,2 +1,3 @@
 DIST stomp-1.4.4.gem 93696 BLAKE2B 
c1647ba119946ed41d58b1fe08baae5fa54317e3ba4b4b33eef50b7ff588daaf2ecf89a45b21b3eac7969609337fc8b09d73ea7f54f40af6c4b2613cab686df7
 SHA512 
77c5a53b56177869beb9ff236405479d1fe48ba6841f42eefbd104a5e1b8f82584283c909bb2f6ec5a34ae99c0dfa91079d0716d1bef65db24c5b1414c1ed673
 DIST stomp-1.4.8.gem 97792 BLAKE2B 
d3a3ff9795adfe9b53a60a3fa9f18e9e96693882325475fba6629b2c4bb4cf3fc3d9bbd68277d6dc3e093ceaefb680a5f0365e89cd87fae187880c8b35ee022e
 SHA512 
6e5c0727d4b3853f90f8ec4450162b38f571dcd63b58a4d09c284f42f5b9ee884ee8a3b8d27c8d85f8a297337e0d6ed61538bafee840cfc26e15b15039e1e4c9
+DIST stomp-1.4.9.gem 99328 BLAKE2B 
9aa50880224cede15be69657ec7ecccf1a075db3e51de55faf3a0ba50335b90b910d1202c646585229cc35c0e2e4cf01fd99774960d9ae90ff82030c4bac6a69
 SHA512 
e1e3aed86621e2dac199fd7e4ba67fedc3582b5cfe9e4ff2efbdc9c545bb25d2c52391d9403e2fa935f69635e85bd3c1ca29d2d5b3c425aa850d3ccb8f7a5e86

diff --git a/dev-ruby/stomp/stomp-1.4.9.ebuild 
b/dev-ruby/stomp/stomp-1.4.9.ebuild
new file mode 100644
index 000..089aa7105ea
--- /dev/null
+++ b/dev-ruby/stomp/stomp-1.4.9.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby bindings for the stomp messaging protocol"
+HOMEPAGE="https://github.com/stompgem/stomp;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+all_ruby_prepare() {
+   # Skip specs that hang the test run indefinitely, most likely
+   # because of rspec-mocks deprecation output
+   rm -f spec/connection_spec.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/stomp/

2019-11-03 Thread Hans de Graaff
commit: 0906f554f8626b13cdcf477263b5c6c4dbca44d0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Nov  3 10:00:33 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Nov  3 10:00:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0906f554

dev-ruby/stomp: add 1.4.8

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/stomp/Manifest   |  1 +
 dev-ruby/stomp/stomp-1.4.8.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-ruby/stomp/Manifest b/dev-ruby/stomp/Manifest
index ee75769007f..42c8b0b6967 100644
--- a/dev-ruby/stomp/Manifest
+++ b/dev-ruby/stomp/Manifest
@@ -1 +1,2 @@
 DIST stomp-1.4.4.gem 93696 BLAKE2B 
c1647ba119946ed41d58b1fe08baae5fa54317e3ba4b4b33eef50b7ff588daaf2ecf89a45b21b3eac7969609337fc8b09d73ea7f54f40af6c4b2613cab686df7
 SHA512 
77c5a53b56177869beb9ff236405479d1fe48ba6841f42eefbd104a5e1b8f82584283c909bb2f6ec5a34ae99c0dfa91079d0716d1bef65db24c5b1414c1ed673
+DIST stomp-1.4.8.gem 97792 BLAKE2B 
d3a3ff9795adfe9b53a60a3fa9f18e9e96693882325475fba6629b2c4bb4cf3fc3d9bbd68277d6dc3e093ceaefb680a5f0365e89cd87fae187880c8b35ee022e
 SHA512 
6e5c0727d4b3853f90f8ec4450162b38f571dcd63b58a4d09c284f42f5b9ee884ee8a3b8d27c8d85f8a297337e0d6ed61538bafee840cfc26e15b15039e1e4c9

diff --git a/dev-ruby/stomp/stomp-1.4.8.ebuild 
b/dev-ruby/stomp/stomp-1.4.8.ebuild
new file mode 100644
index 000..6564bcdb89c
--- /dev/null
+++ b/dev-ruby/stomp/stomp-1.4.8.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby bindings for the stomp messaging protocol"
+HOMEPAGE="https://github.com/stompgem/stomp;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+all_ruby_prepare() {
+   # Skip specs that hang the test run indefinitely, most likely
+   # because of rspec-mocks deprecation output
+   rm -f spec/connection_spec.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/stomp/

2018-07-05 Thread Hans de Graaff
commit: bd6649d01ade4bd72d3f08aa7fcc93ed4cd99f5e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jul  5 18:24:44 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jul  5 18:37:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd6649d0

dev-ruby/stomp: cleanup

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/stomp/Manifest   |  1 -
 dev-ruby/stomp/stomp-1.4.3.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/dev-ruby/stomp/Manifest b/dev-ruby/stomp/Manifest
index f15d6583ad1..ee75769007f 100644
--- a/dev-ruby/stomp/Manifest
+++ b/dev-ruby/stomp/Manifest
@@ -1,2 +1 @@
-DIST stomp-1.4.3.gem 91136 BLAKE2B 
249752ab204401ab91660461c8e45c3c1677c008cbea1abe027059d8b2dfbac9b8b5c8f3446f23e94b2c90dd4f35b3bf5de9837f3ca251579e94de0fcadda6dd
 SHA512 
b23eb5af9323107fddfb1d8d11c8039f567452674e38c7da5a3709412d56489f462b5d0634459c750525ef9a909c988e44a53aefda7e6b6bb30eee4b90a2b948
 DIST stomp-1.4.4.gem 93696 BLAKE2B 
c1647ba119946ed41d58b1fe08baae5fa54317e3ba4b4b33eef50b7ff588daaf2ecf89a45b21b3eac7969609337fc8b09d73ea7f54f40af6c4b2613cab686df7
 SHA512 
77c5a53b56177869beb9ff236405479d1fe48ba6841f42eefbd104a5e1b8f82584283c909bb2f6ec5a34ae99c0dfa91079d0716d1bef65db24c5b1414c1ed673

diff --git a/dev-ruby/stomp/stomp-1.4.3.ebuild 
b/dev-ruby/stomp/stomp-1.4.3.ebuild
deleted file mode 100644
index 0003bf613f0..000
--- a/dev-ruby/stomp/stomp-1.4.3.ebuild
+++ /dev/null
@@ -1,21 +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 ruby24"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby bindings for the stomp messaging protocol"
-HOMEPAGE="https://github.com/stompgem/stomp;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/stomp/

2018-07-05 Thread Hans de Graaff
commit: bc134b19fd7a0ceec74643aec65ca40b52ed9d47
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jul  5 18:27:42 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jul  5 18:37:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc134b19

dev-ruby/stomp: add ruby25

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-ruby/stomp/stomp-1.4.4.ebuild 
b/dev-ruby/stomp/stomp-1.4.4.ebuild
index f1d2c296ef8..cf57278dc9f 100644
--- a/dev-ruby/stomp/stomp-1.4.4.ebuild
+++ b/dev-ruby/stomp/stomp-1.4.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_DOCDIR="doc"
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/stomp/

2018-04-18 Thread Matt Thode
commit: 5b6aa5d7c132d572b57d3258c2dfea06ad77cadb
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Apr 18 19:35:18 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Apr 18 19:51:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b6aa5d7

dev-ruby/stomp: 1.4.4 stable amd64/x86 for mcollective

Package-Manager: Portage-2.3.27, Repoman-2.3.9

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

diff --git a/dev-ruby/stomp/stomp-1.4.4.ebuild 
b/dev-ruby/stomp/stomp-1.4.4.ebuild
index eeb9f4e1f03..f1d2c296ef8 100644
--- a/dev-ruby/stomp/stomp-1.4.4.ebuild
+++ b/dev-ruby/stomp/stomp-1.4.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,5 +17,5 @@ HOMEPAGE="https://github.com/stompgem/stomp;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/stomp/

2017-08-23 Thread Hans de Graaff
commit: 9927f2f75e90b0d965d9b37a98f1570bf7efa2ae
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Aug 23 06:00:19 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Aug 23 06:10:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9927f2f7

dev-ruby/stomp: cleanup

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/stomp/Manifest   |  1 -
 dev-ruby/stomp/stomp-1.3.4.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/dev-ruby/stomp/Manifest b/dev-ruby/stomp/Manifest
index 1ab88248483..8ad8754e36f 100644
--- a/dev-ruby/stomp/Manifest
+++ b/dev-ruby/stomp/Manifest
@@ -1,3 +1,2 @@
-DIST stomp-1.3.4.gem 77824 SHA256 
adc77e8760236bd6d751991e0a4fc2bfd5443fc45dd5cfedb0d8c99273bc5897 SHA512 
f141593a36bf45bcfa7254379fd88b78a62630eeebd638cea9e6e125d6cf5006632c96bcbdd6c0def0cea8f5fe7af11925d372d1e1fb3f1ee802c1a1023e2f15
 WHIRLPOOL 
e1ac18aa1272e3cc59ab98c415c55e719437dbeb1fe13d07692564c636b08516d0be60570baa31973adf80c52fcc3017d7a7490daba737cac9f229811d402eab
 DIST stomp-1.4.3.gem 91136 SHA256 
6c2a7f27581d28bf08453026a0fa28978d144320896652823001bb8cf760ca86 SHA512 
b23eb5af9323107fddfb1d8d11c8039f567452674e38c7da5a3709412d56489f462b5d0634459c750525ef9a909c988e44a53aefda7e6b6bb30eee4b90a2b948
 WHIRLPOOL 
d1188acc3668cde12de0025c4a48412322e6dc7389403ea68c3bde13a27849c2cdcfa72dd1f8e52890f5974b5662e68f9f771d21ef7cad46c041b14b50f350b9
 DIST stomp-1.4.4.gem 93696 SHA256 
d241ccd1d3b77f631b87fd78baa512fed11cf1948fb72f4ce4b109001ec3853e SHA512 
77c5a53b56177869beb9ff236405479d1fe48ba6841f42eefbd104a5e1b8f82584283c909bb2f6ec5a34ae99c0dfa91079d0716d1bef65db24c5b1414c1ed673
 WHIRLPOOL 
5717d8a0994e4df762421f6f9d7cd1ebd251ce8d3da2d8ec4325079065a4927f4adcecd8b976cc2171f64cf95f32fc62f0f3a01d18fad44a78beeb3144537b1d

diff --git a/dev-ruby/stomp/stomp-1.3.4.ebuild 
b/dev-ruby/stomp/stomp-1.3.4.ebuild
deleted file mode 100644
index e9f55470457..000
--- a/dev-ruby/stomp/stomp-1.3.4.ebuild
+++ /dev/null
@@ -1,21 +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_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby bindings for the stomp messaging protocol"
-HOMEPAGE="https://github.com/stompgem/stomp;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/stomp/

2017-06-15 Thread Agostino Sarubbo
commit: 9edd9552ec7f1bd966c904098685b3a233c2744b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 15 09:53:11 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 15 09:53:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9edd9552

dev-ruby/stomp: x86 stable wrt bug #621640

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-ruby/stomp/stomp-1.4.3.ebuild 
b/dev-ruby/stomp/stomp-1.4.3.ebuild
index 55d0796ae54..0003bf613f0 100644
--- a/dev-ruby/stomp/stomp-1.4.3.ebuild
+++ b/dev-ruby/stomp/stomp-1.4.3.ebuild
@@ -17,5 +17,5 @@ HOMEPAGE="https://github.com/stompgem/stomp;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/stomp/

2017-06-13 Thread Agostino Sarubbo
commit: 7e46daa1ce93aa1beb2f8a19aa1c770f4f3ae382
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jun 13 10:46:34 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jun 13 10:46:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e46daa1

dev-ruby/stomp: amd64 stable wrt bug #621640

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-ruby/stomp/stomp-1.4.3.ebuild 
b/dev-ruby/stomp/stomp-1.4.3.ebuild
index 14443506268..55d0796ae54 100644
--- a/dev-ruby/stomp/stomp-1.4.3.ebuild
+++ b/dev-ruby/stomp/stomp-1.4.3.ebuild
@@ -17,5 +17,5 @@ HOMEPAGE="https://github.com/stompgem/stomp;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/stomp/

2017-06-12 Thread Hans de Graaff
commit: 75259a68efe582cb005739d8b9d45c5b1f046dae
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jun 13 04:18:56 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jun 13 04:18:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75259a68

dev-ruby/stomp: cleanup

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/stomp/Manifest   |  3 ---
 dev-ruby/stomp/stomp-1.3.5.ebuild | 21 -
 dev-ruby/stomp/stomp-1.4.0.ebuild | 21 -
 dev-ruby/stomp/stomp-1.4.1.ebuild | 21 -
 4 files changed, 66 deletions(-)

diff --git a/dev-ruby/stomp/Manifest b/dev-ruby/stomp/Manifest
index a0e3a6c5ed3..1ab88248483 100644
--- a/dev-ruby/stomp/Manifest
+++ b/dev-ruby/stomp/Manifest
@@ -1,6 +1,3 @@
 DIST stomp-1.3.4.gem 77824 SHA256 
adc77e8760236bd6d751991e0a4fc2bfd5443fc45dd5cfedb0d8c99273bc5897 SHA512 
f141593a36bf45bcfa7254379fd88b78a62630eeebd638cea9e6e125d6cf5006632c96bcbdd6c0def0cea8f5fe7af11925d372d1e1fb3f1ee802c1a1023e2f15
 WHIRLPOOL 
e1ac18aa1272e3cc59ab98c415c55e719437dbeb1fe13d07692564c636b08516d0be60570baa31973adf80c52fcc3017d7a7490daba737cac9f229811d402eab
-DIST stomp-1.3.5.gem 78848 SHA256 
5abfd406fced18f236a84a457853afb99eab60ee3a4d4cd605678128f61aa9cd SHA512 
d546f262d9a2d6a4934d66b9849f59e1d4676ffc35ad1d476477a2736e1eba3c8da9ab684204f97935ba6aaf83271a1d8fdeff8ebcdd4446ecababa366940284
 WHIRLPOOL 
773e26b27306df16b519f246a15240b71814359c0d4df0fee3aedf47da9ed154e2c4d154f279cb636501f3a086fa14ef6193776e9c645c16e780c9fd86f1aebf
-DIST stomp-1.4.0.gem 88576 SHA256 
8e7f3cee76f492e577cf1538886b9b72148c849aabe6267a395e1ca5b7f7e873 SHA512 
f6a472b8c247cffdb43b7c9d3704092f1c64208721b9b3f2a3aaebc4c4cf2d39d187fde439052b5f71df736dc2df38fe16b0f442af631da8fe089f7b8fbb75c4
 WHIRLPOOL 
4594d10409d6c8dcad0fcddade12d9daa0aca86ec8886631e9e784953a2f5f0205124ddb09a28e562653fb258747e8301b3b72ab90d1b93cceceac79da7a821c
-DIST stomp-1.4.1.gem 89088 SHA256 
f16584296813e9d5bfaa2e32d988676bc58e3661ddabbafa75706e2b426feacd SHA512 
7df6f97397b3cae43c31bea178ab3e420c9a332e4ff4b935b301e46cd56e95712c8b4fe4493f5256b5eff64f3e19b39f0fa78421bdd377898f8c2084d3d1f2cd
 WHIRLPOOL 
99374ffb5944508ec851dde58d317b38f8ad0bc6a439ff8be768f0f7d3c8d8ab59391b4377941309a226922f89aee4d6dac0bb8870401510d567cf202ca27aa4
 DIST stomp-1.4.3.gem 91136 SHA256 
6c2a7f27581d28bf08453026a0fa28978d144320896652823001bb8cf760ca86 SHA512 
b23eb5af9323107fddfb1d8d11c8039f567452674e38c7da5a3709412d56489f462b5d0634459c750525ef9a909c988e44a53aefda7e6b6bb30eee4b90a2b948
 WHIRLPOOL 
d1188acc3668cde12de0025c4a48412322e6dc7389403ea68c3bde13a27849c2cdcfa72dd1f8e52890f5974b5662e68f9f771d21ef7cad46c041b14b50f350b9
 DIST stomp-1.4.4.gem 93696 SHA256 
d241ccd1d3b77f631b87fd78baa512fed11cf1948fb72f4ce4b109001ec3853e SHA512 
77c5a53b56177869beb9ff236405479d1fe48ba6841f42eefbd104a5e1b8f82584283c909bb2f6ec5a34ae99c0dfa91079d0716d1bef65db24c5b1414c1ed673
 WHIRLPOOL 
5717d8a0994e4df762421f6f9d7cd1ebd251ce8d3da2d8ec4325079065a4927f4adcecd8b976cc2171f64cf95f32fc62f0f3a01d18fad44a78beeb3144537b1d

diff --git a/dev-ruby/stomp/stomp-1.3.5.ebuild 
b/dev-ruby/stomp/stomp-1.3.5.ebuild
deleted file mode 100644
index 354600443eb..000
--- a/dev-ruby/stomp/stomp-1.3.5.ebuild
+++ /dev/null
@@ -1,21 +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_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby bindings for the stomp messaging protocol"
-HOMEPAGE="https://github.com/stompgem/stomp;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""

diff --git a/dev-ruby/stomp/stomp-1.4.0.ebuild 
b/dev-ruby/stomp/stomp-1.4.0.ebuild
deleted file mode 100644
index 705c70a9f37..000
--- a/dev-ruby/stomp/stomp-1.4.0.ebuild
+++ /dev/null
@@ -1,21 +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_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby bindings for the stomp messaging protocol"
-HOMEPAGE="https://github.com/stompgem/stomp;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""

diff --git a/dev-ruby/stomp/stomp-1.4.1.ebuild 
b/dev-ruby/stomp/stomp-1.4.1.ebuild
deleted file mode 100644
index 705c70a9f37..000
--- a/dev-ruby/stomp/stomp-1.4.1.ebuild
+++ /dev/null
@@ -1,21 +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_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby bindings for 

[gentoo-commits] repo/gentoo:master commit in: dev-ruby/stomp/

2017-06-12 Thread Hans de Graaff
commit: a06f22c1c513de78e117b1f746d682bb267414e5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jun 13 04:17:49 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jun 13 04:17:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a06f22c1

dev-ruby/stomp: add ruby23, ruby24

Package-Manager: Portage-2.3.5, Repoman-2.3.1

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

diff --git a/dev-ruby/stomp/stomp-1.4.3.ebuild 
b/dev-ruby/stomp/stomp-1.4.3.ebuild
index 0d6d7b0856c..14443506268 100644
--- a/dev-ruby/stomp/stomp-1.4.3.ebuild
+++ b/dev-ruby/stomp/stomp-1.4.3.ebuild
@@ -1,9 +1,9 @@
-# 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 ruby23 ruby24"
 
 RUBY_FAKEGEM_DOCDIR="doc"
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/stomp/

2017-06-12 Thread Hans de Graaff
commit: 6a50da3dfd09bd5f40170794a4ab35051d8705ba
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jun 13 04:15:48 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jun 13 04:15:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a50da3d

dev-ruby/stomp: add 1.4.4

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/stomp/Manifest   |  1 +
 dev-ruby/stomp/stomp-1.4.4.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-ruby/stomp/Manifest b/dev-ruby/stomp/Manifest
index a58cd3f232d..a0e3a6c5ed3 100644
--- a/dev-ruby/stomp/Manifest
+++ b/dev-ruby/stomp/Manifest
@@ -3,3 +3,4 @@ DIST stomp-1.3.5.gem 78848 SHA256 
5abfd406fced18f236a84a457853afb99eab60ee3a4d4c
 DIST stomp-1.4.0.gem 88576 SHA256 
8e7f3cee76f492e577cf1538886b9b72148c849aabe6267a395e1ca5b7f7e873 SHA512 
f6a472b8c247cffdb43b7c9d3704092f1c64208721b9b3f2a3aaebc4c4cf2d39d187fde439052b5f71df736dc2df38fe16b0f442af631da8fe089f7b8fbb75c4
 WHIRLPOOL 
4594d10409d6c8dcad0fcddade12d9daa0aca86ec8886631e9e784953a2f5f0205124ddb09a28e562653fb258747e8301b3b72ab90d1b93cceceac79da7a821c
 DIST stomp-1.4.1.gem 89088 SHA256 
f16584296813e9d5bfaa2e32d988676bc58e3661ddabbafa75706e2b426feacd SHA512 
7df6f97397b3cae43c31bea178ab3e420c9a332e4ff4b935b301e46cd56e95712c8b4fe4493f5256b5eff64f3e19b39f0fa78421bdd377898f8c2084d3d1f2cd
 WHIRLPOOL 
99374ffb5944508ec851dde58d317b38f8ad0bc6a439ff8be768f0f7d3c8d8ab59391b4377941309a226922f89aee4d6dac0bb8870401510d567cf202ca27aa4
 DIST stomp-1.4.3.gem 91136 SHA256 
6c2a7f27581d28bf08453026a0fa28978d144320896652823001bb8cf760ca86 SHA512 
b23eb5af9323107fddfb1d8d11c8039f567452674e38c7da5a3709412d56489f462b5d0634459c750525ef9a909c988e44a53aefda7e6b6bb30eee4b90a2b948
 WHIRLPOOL 
d1188acc3668cde12de0025c4a48412322e6dc7389403ea68c3bde13a27849c2cdcfa72dd1f8e52890f5974b5662e68f9f771d21ef7cad46c041b14b50f350b9
+DIST stomp-1.4.4.gem 93696 SHA256 
d241ccd1d3b77f631b87fd78baa512fed11cf1948fb72f4ce4b109001ec3853e SHA512 
77c5a53b56177869beb9ff236405479d1fe48ba6841f42eefbd104a5e1b8f82584283c909bb2f6ec5a34ae99c0dfa91079d0716d1bef65db24c5b1414c1ed673
 WHIRLPOOL 
5717d8a0994e4df762421f6f9d7cd1ebd251ce8d3da2d8ec4325079065a4927f4adcecd8b976cc2171f64cf95f32fc62f0f3a01d18fad44a78beeb3144537b1d

diff --git a/dev-ruby/stomp/stomp-1.4.4.ebuild 
b/dev-ruby/stomp/stomp-1.4.4.ebuild
new file mode 100644
index 000..eeb9f4e1f03
--- /dev/null
+++ b/dev-ruby/stomp/stomp-1.4.4.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby bindings for the stomp messaging protocol"
+HOMEPAGE="https://github.com/stompgem/stomp;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/stomp/

2016-08-21 Thread Hans de Graaff
commit: c20282ce708709567f520c5938b1e24145f6108f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Aug 22 05:39:22 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Aug 22 05:39:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c20282ce

dev-ruby/stomp: add 1.4.3

Package-Manager: portage-2.2.28

 dev-ruby/stomp/Manifest   |  1 +
 dev-ruby/stomp/stomp-1.4.3.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-ruby/stomp/Manifest b/dev-ruby/stomp/Manifest
index b671dd5..a58cd3f 100644
--- a/dev-ruby/stomp/Manifest
+++ b/dev-ruby/stomp/Manifest
@@ -2,3 +2,4 @@ DIST stomp-1.3.4.gem 77824 SHA256 
adc77e8760236bd6d751991e0a4fc2bfd5443fc45dd5cf
 DIST stomp-1.3.5.gem 78848 SHA256 
5abfd406fced18f236a84a457853afb99eab60ee3a4d4cd605678128f61aa9cd SHA512 
d546f262d9a2d6a4934d66b9849f59e1d4676ffc35ad1d476477a2736e1eba3c8da9ab684204f97935ba6aaf83271a1d8fdeff8ebcdd4446ecababa366940284
 WHIRLPOOL 
773e26b27306df16b519f246a15240b71814359c0d4df0fee3aedf47da9ed154e2c4d154f279cb636501f3a086fa14ef6193776e9c645c16e780c9fd86f1aebf
 DIST stomp-1.4.0.gem 88576 SHA256 
8e7f3cee76f492e577cf1538886b9b72148c849aabe6267a395e1ca5b7f7e873 SHA512 
f6a472b8c247cffdb43b7c9d3704092f1c64208721b9b3f2a3aaebc4c4cf2d39d187fde439052b5f71df736dc2df38fe16b0f442af631da8fe089f7b8fbb75c4
 WHIRLPOOL 
4594d10409d6c8dcad0fcddade12d9daa0aca86ec8886631e9e784953a2f5f0205124ddb09a28e562653fb258747e8301b3b72ab90d1b93cceceac79da7a821c
 DIST stomp-1.4.1.gem 89088 SHA256 
f16584296813e9d5bfaa2e32d988676bc58e3661ddabbafa75706e2b426feacd SHA512 
7df6f97397b3cae43c31bea178ab3e420c9a332e4ff4b935b301e46cd56e95712c8b4fe4493f5256b5eff64f3e19b39f0fa78421bdd377898f8c2084d3d1f2cd
 WHIRLPOOL 
99374ffb5944508ec851dde58d317b38f8ad0bc6a439ff8be768f0f7d3c8d8ab59391b4377941309a226922f89aee4d6dac0bb8870401510d567cf202ca27aa4
+DIST stomp-1.4.3.gem 91136 SHA256 
6c2a7f27581d28bf08453026a0fa28978d144320896652823001bb8cf760ca86 SHA512 
b23eb5af9323107fddfb1d8d11c8039f567452674e38c7da5a3709412d56489f462b5d0634459c750525ef9a909c988e44a53aefda7e6b6bb30eee4b90a2b948
 WHIRLPOOL 
d1188acc3668cde12de0025c4a48412322e6dc7389403ea68c3bde13a27849c2cdcfa72dd1f8e52890f5974b5662e68f9f771d21ef7cad46c041b14b50f350b9

diff --git a/dev-ruby/stomp/stomp-1.4.3.ebuild 
b/dev-ruby/stomp/stomp-1.4.3.ebuild
new file mode 100644
index 000..8407ad5
--- /dev/null
+++ b/dev-ruby/stomp/stomp-1.4.3.ebuild
@@ -0,0 +1,22 @@
+# 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_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby bindings for the stomp messaging protocol"
+HOMEPAGE="https://github.com/stompgem/stomp;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/stomp/

2016-07-10 Thread Hans de Graaff
commit: 5cd5a1452c8209c53ea3d1a740bea7c11a2623eb
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jul 11 05:02:25 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jul 11 05:04:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cd5a145

dev-ruby/stomp: add 1.4.1

Package-Manager: portage-2.2.28

 dev-ruby/stomp/Manifest   |  1 +
 dev-ruby/stomp/stomp-1.4.1.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-ruby/stomp/Manifest b/dev-ruby/stomp/Manifest
index 8e1aa8b..b671dd5 100644
--- a/dev-ruby/stomp/Manifest
+++ b/dev-ruby/stomp/Manifest
@@ -1,3 +1,4 @@
 DIST stomp-1.3.4.gem 77824 SHA256 
adc77e8760236bd6d751991e0a4fc2bfd5443fc45dd5cfedb0d8c99273bc5897 SHA512 
f141593a36bf45bcfa7254379fd88b78a62630eeebd638cea9e6e125d6cf5006632c96bcbdd6c0def0cea8f5fe7af11925d372d1e1fb3f1ee802c1a1023e2f15
 WHIRLPOOL 
e1ac18aa1272e3cc59ab98c415c55e719437dbeb1fe13d07692564c636b08516d0be60570baa31973adf80c52fcc3017d7a7490daba737cac9f229811d402eab
 DIST stomp-1.3.5.gem 78848 SHA256 
5abfd406fced18f236a84a457853afb99eab60ee3a4d4cd605678128f61aa9cd SHA512 
d546f262d9a2d6a4934d66b9849f59e1d4676ffc35ad1d476477a2736e1eba3c8da9ab684204f97935ba6aaf83271a1d8fdeff8ebcdd4446ecababa366940284
 WHIRLPOOL 
773e26b27306df16b519f246a15240b71814359c0d4df0fee3aedf47da9ed154e2c4d154f279cb636501f3a086fa14ef6193776e9c645c16e780c9fd86f1aebf
 DIST stomp-1.4.0.gem 88576 SHA256 
8e7f3cee76f492e577cf1538886b9b72148c849aabe6267a395e1ca5b7f7e873 SHA512 
f6a472b8c247cffdb43b7c9d3704092f1c64208721b9b3f2a3aaebc4c4cf2d39d187fde439052b5f71df736dc2df38fe16b0f442af631da8fe089f7b8fbb75c4
 WHIRLPOOL 
4594d10409d6c8dcad0fcddade12d9daa0aca86ec8886631e9e784953a2f5f0205124ddb09a28e562653fb258747e8301b3b72ab90d1b93cceceac79da7a821c
+DIST stomp-1.4.1.gem 89088 SHA256 
f16584296813e9d5bfaa2e32d988676bc58e3661ddabbafa75706e2b426feacd SHA512 
7df6f97397b3cae43c31bea178ab3e420c9a332e4ff4b935b301e46cd56e95712c8b4fe4493f5256b5eff64f3e19b39f0fa78421bdd377898f8c2084d3d1f2cd
 WHIRLPOOL 
99374ffb5944508ec851dde58d317b38f8ad0bc6a439ff8be768f0f7d3c8d8ab59391b4377941309a226922f89aee4d6dac0bb8870401510d567cf202ca27aa4

diff --git a/dev-ruby/stomp/stomp-1.4.1.ebuild 
b/dev-ruby/stomp/stomp-1.4.1.ebuild
new file mode 100644
index 000..e2e5e37
--- /dev/null
+++ b/dev-ruby/stomp/stomp-1.4.1.ebuild
@@ -0,0 +1,22 @@
+# 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_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby bindings for the stomp messaging protocol"
+HOMEPAGE="https://github.com/stompgem/stomp;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/stomp/

2016-06-08 Thread Hans de Graaff
commit: 9b1dc81fb706832a7c74a5ca76da4fe3bb52ffb9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jun  9 04:44:03 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jun  9 04:44:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b1dc81f

dev-ruby/stomp: add 1.4.0

Package-Manager: portage-2.2.28

 dev-ruby/stomp/Manifest   |  1 +
 dev-ruby/stomp/stomp-1.4.0.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-ruby/stomp/Manifest b/dev-ruby/stomp/Manifest
index 3638353..8e1aa8b 100644
--- a/dev-ruby/stomp/Manifest
+++ b/dev-ruby/stomp/Manifest
@@ -1,2 +1,3 @@
 DIST stomp-1.3.4.gem 77824 SHA256 
adc77e8760236bd6d751991e0a4fc2bfd5443fc45dd5cfedb0d8c99273bc5897 SHA512 
f141593a36bf45bcfa7254379fd88b78a62630eeebd638cea9e6e125d6cf5006632c96bcbdd6c0def0cea8f5fe7af11925d372d1e1fb3f1ee802c1a1023e2f15
 WHIRLPOOL 
e1ac18aa1272e3cc59ab98c415c55e719437dbeb1fe13d07692564c636b08516d0be60570baa31973adf80c52fcc3017d7a7490daba737cac9f229811d402eab
 DIST stomp-1.3.5.gem 78848 SHA256 
5abfd406fced18f236a84a457853afb99eab60ee3a4d4cd605678128f61aa9cd SHA512 
d546f262d9a2d6a4934d66b9849f59e1d4676ffc35ad1d476477a2736e1eba3c8da9ab684204f97935ba6aaf83271a1d8fdeff8ebcdd4446ecababa366940284
 WHIRLPOOL 
773e26b27306df16b519f246a15240b71814359c0d4df0fee3aedf47da9ed154e2c4d154f279cb636501f3a086fa14ef6193776e9c645c16e780c9fd86f1aebf
+DIST stomp-1.4.0.gem 88576 SHA256 
8e7f3cee76f492e577cf1538886b9b72148c849aabe6267a395e1ca5b7f7e873 SHA512 
f6a472b8c247cffdb43b7c9d3704092f1c64208721b9b3f2a3aaebc4c4cf2d39d187fde439052b5f71df736dc2df38fe16b0f442af631da8fe089f7b8fbb75c4
 WHIRLPOOL 
4594d10409d6c8dcad0fcddade12d9daa0aca86ec8886631e9e784953a2f5f0205124ddb09a28e562653fb258747e8301b3b72ab90d1b93cceceac79da7a821c

diff --git a/dev-ruby/stomp/stomp-1.4.0.ebuild 
b/dev-ruby/stomp/stomp-1.4.0.ebuild
new file mode 100644
index 000..e2e5e37
--- /dev/null
+++ b/dev-ruby/stomp/stomp-1.4.0.ebuild
@@ -0,0 +1,22 @@
+# 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_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby bindings for the stomp messaging protocol"
+HOMEPAGE="https://github.com/stompgem/stomp;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/stomp/

2016-03-15 Thread Manuel Rüger
commit: 00f523787303a531b4d9ae6e03439123afcd1f2d
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Mar 15 23:40:45 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Mar 15 23:40:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00f52378

dev-ruby/stomp: Remove old

Package-Manager: portage-2.2.28

 dev-ruby/stomp/Manifest   |  1 -
 dev-ruby/stomp/stomp-1.3.2.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/dev-ruby/stomp/Manifest b/dev-ruby/stomp/Manifest
index 01cbbbd..3638353 100644
--- a/dev-ruby/stomp/Manifest
+++ b/dev-ruby/stomp/Manifest
@@ -1,3 +1,2 @@
-DIST stomp-1.3.2.gem 75264 SHA256 
37ed903900f7abfcad0a714c0153632c97cb65de7c247c2a34f955c07ce174b4 SHA512 
69142c2dae059f63d3cc2ac2ae5d9ccaceda84aa6b69a880325cbfc90f18774bc413a150449acc30fe66d932224731508a20e097f8c3a8c3dae7f636c41dbf94
 WHIRLPOOL 
ad914a64050eb41f07ba760489fb952e811c9f094f30847f4f43b47f600b2b55968b481d93590375eea8c43c17469a9a401dd5e9d01a2d11294b224c22095a70
 DIST stomp-1.3.4.gem 77824 SHA256 
adc77e8760236bd6d751991e0a4fc2bfd5443fc45dd5cfedb0d8c99273bc5897 SHA512 
f141593a36bf45bcfa7254379fd88b78a62630eeebd638cea9e6e125d6cf5006632c96bcbdd6c0def0cea8f5fe7af11925d372d1e1fb3f1ee802c1a1023e2f15
 WHIRLPOOL 
e1ac18aa1272e3cc59ab98c415c55e719437dbeb1fe13d07692564c636b08516d0be60570baa31973adf80c52fcc3017d7a7490daba737cac9f229811d402eab
 DIST stomp-1.3.5.gem 78848 SHA256 
5abfd406fced18f236a84a457853afb99eab60ee3a4d4cd605678128f61aa9cd SHA512 
d546f262d9a2d6a4934d66b9849f59e1d4676ffc35ad1d476477a2736e1eba3c8da9ab684204f97935ba6aaf83271a1d8fdeff8ebcdd4446ecababa366940284
 WHIRLPOOL 
773e26b27306df16b519f246a15240b71814359c0d4df0fee3aedf47da9ed154e2c4d154f279cb636501f3a086fa14ef6193776e9c645c16e780c9fd86f1aebf

diff --git a/dev-ruby/stomp/stomp-1.3.2.ebuild 
b/dev-ruby/stomp/stomp-1.3.2.ebuild
deleted file mode 100644
index d8605b9..000
--- a/dev-ruby/stomp/stomp-1.3.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby19 ruby20"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby bindings for the stomp messaging protocol"
-HOMEPAGE="https://github.com/stompgem/stomp;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/stomp/

2016-03-15 Thread Manuel Rüger
commit: 56a02ea1484119aeb8398bc870ddd6cb31442265
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Mar 15 23:41:13 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Mar 15 23:41:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56a02ea1

dev-ruby/stomp: Remove ruby19

Package-Manager: portage-2.2.28

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

diff --git a/dev-ruby/stomp/stomp-1.3.4.ebuild 
b/dev-ruby/stomp/stomp-1.3.4.ebuild
index 7ebc6df..9dca53b 100644
--- a/dev-ruby/stomp/stomp-1.3.4.ebuild
+++ b/dev-ruby/stomp/stomp-1.3.4.ebuild
@@ -1,10 +1,10 @@
-# 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_DOCDIR="doc"
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/stomp/

2016-03-15 Thread Agostino Sarubbo
commit: a18e0c6c4af10a833988b88bf0a8ee263ece9bf7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Mar 15 15:24:47 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Mar 15 15:24:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a18e0c6c

dev-ruby/stomp: x86 stable wrt bug #576408

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-ruby/stomp/stomp-1.3.4.ebuild 
b/dev-ruby/stomp/stomp-1.3.4.ebuild
index 653cd4c..7ebc6df 100644
--- a/dev-ruby/stomp/stomp-1.3.4.ebuild
+++ b/dev-ruby/stomp/stomp-1.3.4.ebuild
@@ -18,5 +18,5 @@ HOMEPAGE="https://github.com/stompgem/stomp;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/stomp/

2016-03-03 Thread Hans de Graaff
commit: 20b61633165b917b97b97553829ca82b69e42c97
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Mar  4 05:46:46 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Mar  4 07:24:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20b61633

dev-ruby/stomp: cleanup

Package-Manager: portage-2.2.26

 dev-ruby/stomp/stomp-1.3.2-r1.ebuild | 22 --
 1 file changed, 22 deletions(-)

diff --git a/dev-ruby/stomp/stomp-1.3.2-r1.ebuild 
b/dev-ruby/stomp/stomp-1.3.2-r1.ebuild
deleted file mode 100644
index 7a0b39b..000
--- a/dev-ruby/stomp/stomp-1.3.2-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby bindings for the stomp messaging protocol"
-HOMEPAGE="https://github.com/stompgem/stomp;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/stomp/

2016-03-03 Thread Hans de Graaff
commit: a0c3a583a4b440306406f206b4c3b62f099d311e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Mar  4 05:52:19 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Mar  4 07:24:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0c3a583

dev-ruby/stomp: add 1.3.5

Package-Manager: portage-2.2.26

 dev-ruby/stomp/Manifest   |  1 +
 dev-ruby/stomp/stomp-1.3.5.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-ruby/stomp/Manifest b/dev-ruby/stomp/Manifest
index ce072f4..01cbbbd 100644
--- a/dev-ruby/stomp/Manifest
+++ b/dev-ruby/stomp/Manifest
@@ -1,2 +1,3 @@
 DIST stomp-1.3.2.gem 75264 SHA256 
37ed903900f7abfcad0a714c0153632c97cb65de7c247c2a34f955c07ce174b4 SHA512 
69142c2dae059f63d3cc2ac2ae5d9ccaceda84aa6b69a880325cbfc90f18774bc413a150449acc30fe66d932224731508a20e097f8c3a8c3dae7f636c41dbf94
 WHIRLPOOL 
ad914a64050eb41f07ba760489fb952e811c9f094f30847f4f43b47f600b2b55968b481d93590375eea8c43c17469a9a401dd5e9d01a2d11294b224c22095a70
 DIST stomp-1.3.4.gem 77824 SHA256 
adc77e8760236bd6d751991e0a4fc2bfd5443fc45dd5cfedb0d8c99273bc5897 SHA512 
f141593a36bf45bcfa7254379fd88b78a62630eeebd638cea9e6e125d6cf5006632c96bcbdd6c0def0cea8f5fe7af11925d372d1e1fb3f1ee802c1a1023e2f15
 WHIRLPOOL 
e1ac18aa1272e3cc59ab98c415c55e719437dbeb1fe13d07692564c636b08516d0be60570baa31973adf80c52fcc3017d7a7490daba737cac9f229811d402eab
+DIST stomp-1.3.5.gem 78848 SHA256 
5abfd406fced18f236a84a457853afb99eab60ee3a4d4cd605678128f61aa9cd SHA512 
d546f262d9a2d6a4934d66b9849f59e1d4676ffc35ad1d476477a2736e1eba3c8da9ab684204f97935ba6aaf83271a1d8fdeff8ebcdd4446ecababa366940284
 WHIRLPOOL 
773e26b27306df16b519f246a15240b71814359c0d4df0fee3aedf47da9ed154e2c4d154f279cb636501f3a086fa14ef6193776e9c645c16e780c9fd86f1aebf

diff --git a/dev-ruby/stomp/stomp-1.3.5.ebuild 
b/dev-ruby/stomp/stomp-1.3.5.ebuild
new file mode 100644
index 000..c74c1ce
--- /dev/null
+++ b/dev-ruby/stomp/stomp-1.3.5.ebuild
@@ -0,0 +1,22 @@
+# 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_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby bindings for the stomp messaging protocol"
+HOMEPAGE="https://github.com/stompgem/stomp;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""