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

2024-03-04 Thread Rick Farina
commit: 48985a4d37c067e3b92f43195219cd19891ef584
Author: Rick Farina  gentoo  org>
AuthorDate: Mon Mar  4 16:56:39 2024 +
Commit: Rick Farina  gentoo  org>
CommitDate: Mon Mar  4 18:33:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48985a4d

dev-ruby/bindata: remove myself as maintainer

Per discussion with Graaff, dropping myself as maintainer for everything
I originally added as a metasploit deps or worked on because it was a
metasploit dep.
Signed-off-by: Rick Farina  gentoo.org>

 dev-ruby/bindata/bindata-2.4.15.ebuild | 3 +--
 dev-ruby/bindata/metadata.xml  | 4 
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/dev-ruby/bindata/bindata-2.4.15.ebuild 
b/dev-ruby/bindata/bindata-2.4.15.ebuild
index ed5bdb4b22cf..a170452bcbfc 100644
--- a/dev-ruby/bindata/bindata-2.4.15.ebuild
+++ b/dev-ruby/bindata/bindata-2.4.15.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,6 @@ HOMEPAGE="https://github.com/dmendel/bindata;
 LICENSE="BSD-2"
 SLOT="2"
 KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
 
 ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
 

diff --git a/dev-ruby/bindata/metadata.xml b/dev-ruby/bindata/metadata.xml
index ee0ff3494b69..3d6fbecca45b 100644
--- a/dev-ruby/bindata/metadata.xml
+++ b/dev-ruby/bindata/metadata.xml
@@ -1,10 +1,6 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-zeroch...@gentoo.org
-Rick Farina
-  
   
 r...@gentoo.org
 Gentoo Ruby Project



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

2024-02-18 Thread Hans de Graaff
commit: 8e2a7706930e206c04e63e929598489ff7f40c29
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb 18 08:30:08 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb 18 08:30:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e2a7706

dev-ruby/bindata: add ruby as co-maintainer

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

 dev-ruby/bindata/metadata.xml | 18 +++---
 1 file changed, 11 insertions(+), 7 deletions(-)

diff --git a/dev-ruby/bindata/metadata.xml b/dev-ruby/bindata/metadata.xml
index 162861c0c6c8..ee0ff3494b69 100644
--- a/dev-ruby/bindata/metadata.xml
+++ b/dev-ruby/bindata/metadata.xml
@@ -1,11 +1,15 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   zeroch...@gentoo.org
-   Rick Farina
-   
-   
-   dmendel/bindata
-   
+  
+zeroch...@gentoo.org
+Rick Farina
+  
+  
+r...@gentoo.org
+Gentoo Ruby Project
+  
+  
+dmendel/bindata
+  
 



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

2024-02-18 Thread Hans de Graaff
commit: 9b11c78e1780d743f3521cf882d4b0d08fb09c62
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb 18 08:07:20 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb 18 08:30:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b11c78e

dev-ruby/bindata: avoid dependency on simplecov

Closes: https://bugs.gentoo.org/924869
Signed-off-by: Hans de Graaff  gentoo.org>

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

diff --git a/dev-ruby/bindata/bindata-2.5.0.ebuild 
b/dev-ruby/bindata/bindata-2.5.0.ebuild
index 57ed44e62c84..a30bd5321636 100644
--- a/dev-ruby/bindata/bindata-2.5.0.ebuild
+++ b/dev-ruby/bindata/bindata-2.5.0.ebuild
@@ -18,5 +18,5 @@ ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
 
 all_ruby_prepare() {
sed -i -e '/[Bb]undler/d' Rakefile || die
-   sed -i -e '/[Cc]overalls/d' test/test_helper.rb || die
+   sed -i -e '/simplecov/,/^end/ s:^:#:' test/test_helper.rb || die
 }



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

2024-02-17 Thread Hans de Graaff
commit: 46f2e71dbdcc6246e0ffe264ece8215e86c676b3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb 18 07:04:55 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb 18 07:04:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46f2e71d

dev-ruby/bindata: add 2.5.0

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

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

diff --git a/dev-ruby/bindata/Manifest b/dev-ruby/bindata/Manifest
index 92a30367f6dd..f5415d758c68 100644
--- a/dev-ruby/bindata/Manifest
+++ b/dev-ruby/bindata/Manifest
@@ -1 +1,2 @@
 DIST bindata-2.4.15.gem 80384 BLAKE2B 
e874f396d1ac7902db0fadca4b2d75da3af6ef553d84cea07a7fefa2fcba46d383c4c4b1ec0db8e744675253fd86dc5e9a287b3834616286a08f1e5605711443
 SHA512 
366b9de24ce6276832f0ea9c76cad70b433aa1f7f29839a1317b0fe2582f9c91d16ea90d74da7364d94f088b53ada2597b0e25cee859487657af4db20efed930
+DIST bindata-2.5.0.gem 83456 BLAKE2B 
237ad6310c1af3af2c57637395082c65d445098a80971debcf1744f97bda027c0a6bcd21ef3f208adee3fd238f50697ec3c28537bd355d434c83f5b7efb6f0ee
 SHA512 
17aa458d9450775f46247f97c04e9c73fbf629321404b1c785e077028ab1edaf5e9bd5cbbc606b950a7bd968b3a1460c55fbbffedad16a4d7df6fc67781ef356

diff --git a/dev-ruby/bindata/bindata-2.5.0.ebuild 
b/dev-ruby/bindata/bindata-2.5.0.ebuild
new file mode 100644
index ..57ed44e62c84
--- /dev/null
+++ b/dev-ruby/bindata/bindata-2.5.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32 ruby33"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Parsing Binary Data in Ruby"
+HOMEPAGE="https://github.com/dmendel/bindata;
+
+LICENSE="BSD-2"
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="test"
+
+ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
+
+all_ruby_prepare() {
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+   sed -i -e '/[Cc]overalls/d' test/test_helper.rb || die
+}



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

2023-12-27 Thread Hans de Graaff
commit: 5d4b725a74cd966e629e7db93ceb50fa8df135ee
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Dec 27 20:54:09 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Dec 27 20:59:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d4b725a

dev-ruby/bindata: enable ruby33

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

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

diff --git a/dev-ruby/bindata/bindata-2.4.15.ebuild 
b/dev-ruby/bindata/bindata-2.4.15.ebuild
index 46b8412da889..ed5bdb4b22cf 100644
--- a/dev-ruby/bindata/bindata-2.4.15.ebuild
+++ b/dev-ruby/bindata/bindata-2.4.15.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"
 
 inherit ruby-fakegem
 



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

2023-07-12 Thread Hans de Graaff
commit: 65736bd56ee43b0ed9eadcf879caa6b9aa8c495d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 12 09:23:11 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 12 09:27:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65736bd5

dev-ruby/bindata: drop 2.4.14

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

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

diff --git a/dev-ruby/bindata/Manifest b/dev-ruby/bindata/Manifest
index 698014a36e36..92a30367f6dd 100644
--- a/dev-ruby/bindata/Manifest
+++ b/dev-ruby/bindata/Manifest
@@ -1,2 +1 @@
-DIST bindata-2.4.14.gem 80896 BLAKE2B 
f01cdd12a66ddb9c94a583d0629d4e9ad7fef8dda36ad0267d9a0eddf505f0c68127a8c1add0bc3450e66185eeb58fd8cad8aea57d06f147f81ace5a22d77ae5
 SHA512 
5aa18d10c9a05c6b41845e258925fbd5bcbdd1cbcbf2c581dde2212f226437c032c4158835dca9881aaeff94a52b803c6294fda35a7afadadc76829875c3e9b0
 DIST bindata-2.4.15.gem 80384 BLAKE2B 
e874f396d1ac7902db0fadca4b2d75da3af6ef553d84cea07a7fefa2fcba46d383c4c4b1ec0db8e744675253fd86dc5e9a287b3834616286a08f1e5605711443
 SHA512 
366b9de24ce6276832f0ea9c76cad70b433aa1f7f29839a1317b0fe2582f9c91d16ea90d74da7364d94f088b53ada2597b0e25cee859487657af4db20efed930

diff --git a/dev-ruby/bindata/bindata-2.4.14.ebuild 
b/dev-ruby/bindata/bindata-2.4.14.ebuild
deleted file mode 100644
index ddade981b0e8..
--- a/dev-ruby/bindata/bindata-2.4.14.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Parsing Binary Data in Ruby"
-HOMEPAGE="https://github.com/dmendel/bindata;
-
-LICENSE="BSD-2"
-SLOT="2"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
-
-all_ruby_prepare() {
-   sed -i -e '/[Bb]undler/d' Rakefile || die
-   sed -i -e '/[Cc]overalls/d' test/test_helper.rb || die
-}



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

2023-04-08 Thread Hans de Graaff
commit: e7fe0ca4e05f3d76979ed6633cc4c7ead7a447cf
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Apr  8 09:22:49 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Apr  8 09:22:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7fe0ca4

dev-ruby/bindata: drop 2.4.10

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

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

diff --git a/dev-ruby/bindata/Manifest b/dev-ruby/bindata/Manifest
index a1df9117b2ce..698014a36e36 100644
--- a/dev-ruby/bindata/Manifest
+++ b/dev-ruby/bindata/Manifest
@@ -1,3 +1,2 @@
-DIST bindata-2.4.10.gem 80384 BLAKE2B 
a95f607771cbee45e65748ff8f09a87f2fa5b1462f311a0630b4202ec99d2c20815e0ea2e451c52583e5964f29189a56a63e1a03a6193d23125d1720beccbb4f
 SHA512 
4f3fee967fd27e5f69bcf0126582191579ff36786f9841e31253de6d5de9de21c81b71e4efbdf5a9c5d8585a8404e2064bd378feae0a9a5cc9bd3664846ea423
 DIST bindata-2.4.14.gem 80896 BLAKE2B 
f01cdd12a66ddb9c94a583d0629d4e9ad7fef8dda36ad0267d9a0eddf505f0c68127a8c1add0bc3450e66185eeb58fd8cad8aea57d06f147f81ace5a22d77ae5
 SHA512 
5aa18d10c9a05c6b41845e258925fbd5bcbdd1cbcbf2c581dde2212f226437c032c4158835dca9881aaeff94a52b803c6294fda35a7afadadc76829875c3e9b0
 DIST bindata-2.4.15.gem 80384 BLAKE2B 
e874f396d1ac7902db0fadca4b2d75da3af6ef553d84cea07a7fefa2fcba46d383c4c4b1ec0db8e744675253fd86dc5e9a287b3834616286a08f1e5605711443
 SHA512 
366b9de24ce6276832f0ea9c76cad70b433aa1f7f29839a1317b0fe2582f9c91d16ea90d74da7364d94f088b53ada2597b0e25cee859487657af4db20efed930

diff --git a/dev-ruby/bindata/bindata-2.4.10.ebuild 
b/dev-ruby/bindata/bindata-2.4.10.ebuild
deleted file mode 100644
index 2f797ad91789..
--- a/dev-ruby/bindata/bindata-2.4.10.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Parsing Binary Data in Ruby"
-HOMEPAGE="https://github.com/dmendel/bindata;
-
-LICENSE="BSD-2"
-SLOT="2"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
-
-all_ruby_prepare() {
-   sed -i -e '/[Bb]undler/d' Rakefile || die
-   sed -i -e '/[Cc]overalls/d' test/test_helper.rb || die
-}



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

2023-03-18 Thread Hans de Graaff
commit: 17d3ceef23a1322c3af45a67f0e14fd46a9be78d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Mar 18 15:56:30 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Mar 18 16:29:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17d3ceef

dev-ruby/bindata: add 2.4.15

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

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

diff --git a/dev-ruby/bindata/Manifest b/dev-ruby/bindata/Manifest
index f8963e4651fd..a1df9117b2ce 100644
--- a/dev-ruby/bindata/Manifest
+++ b/dev-ruby/bindata/Manifest
@@ -1,2 +1,3 @@
 DIST bindata-2.4.10.gem 80384 BLAKE2B 
a95f607771cbee45e65748ff8f09a87f2fa5b1462f311a0630b4202ec99d2c20815e0ea2e451c52583e5964f29189a56a63e1a03a6193d23125d1720beccbb4f
 SHA512 
4f3fee967fd27e5f69bcf0126582191579ff36786f9841e31253de6d5de9de21c81b71e4efbdf5a9c5d8585a8404e2064bd378feae0a9a5cc9bd3664846ea423
 DIST bindata-2.4.14.gem 80896 BLAKE2B 
f01cdd12a66ddb9c94a583d0629d4e9ad7fef8dda36ad0267d9a0eddf505f0c68127a8c1add0bc3450e66185eeb58fd8cad8aea57d06f147f81ace5a22d77ae5
 SHA512 
5aa18d10c9a05c6b41845e258925fbd5bcbdd1cbcbf2c581dde2212f226437c032c4158835dca9881aaeff94a52b803c6294fda35a7afadadc76829875c3e9b0
+DIST bindata-2.4.15.gem 80384 BLAKE2B 
e874f396d1ac7902db0fadca4b2d75da3af6ef553d84cea07a7fefa2fcba46d383c4c4b1ec0db8e744675253fd86dc5e9a287b3834616286a08f1e5605711443
 SHA512 
366b9de24ce6276832f0ea9c76cad70b433aa1f7f29839a1317b0fe2582f9c91d16ea90d74da7364d94f088b53ada2597b0e25cee859487657af4db20efed930

diff --git a/dev-ruby/bindata/bindata-2.4.15.ebuild 
b/dev-ruby/bindata/bindata-2.4.15.ebuild
new file mode 100644
index ..46b8412da889
--- /dev/null
+++ b/dev-ruby/bindata/bindata-2.4.15.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Parsing Binary Data in Ruby"
+HOMEPAGE="https://github.com/dmendel/bindata;
+
+LICENSE="BSD-2"
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
+
+all_ruby_prepare() {
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+   sed -i -e '/[Cc]overalls/d' test/test_helper.rb || die
+}



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

2022-11-05 Thread Hans de Graaff
commit: 534a95f29fd15dad1677dcdab45b71221fdfb88d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Nov  4 10:25:05 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Nov  5 07:10:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=534a95f2

dev-ruby/bindata: add 2.4.14

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

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

diff --git a/dev-ruby/bindata/Manifest b/dev-ruby/bindata/Manifest
index 8b096e8c24fb..f8963e4651fd 100644
--- a/dev-ruby/bindata/Manifest
+++ b/dev-ruby/bindata/Manifest
@@ -1 +1,2 @@
 DIST bindata-2.4.10.gem 80384 BLAKE2B 
a95f607771cbee45e65748ff8f09a87f2fa5b1462f311a0630b4202ec99d2c20815e0ea2e451c52583e5964f29189a56a63e1a03a6193d23125d1720beccbb4f
 SHA512 
4f3fee967fd27e5f69bcf0126582191579ff36786f9841e31253de6d5de9de21c81b71e4efbdf5a9c5d8585a8404e2064bd378feae0a9a5cc9bd3664846ea423
+DIST bindata-2.4.14.gem 80896 BLAKE2B 
f01cdd12a66ddb9c94a583d0629d4e9ad7fef8dda36ad0267d9a0eddf505f0c68127a8c1add0bc3450e66185eeb58fd8cad8aea57d06f147f81ace5a22d77ae5
 SHA512 
5aa18d10c9a05c6b41845e258925fbd5bcbdd1cbcbf2c581dde2212f226437c032c4158835dca9881aaeff94a52b803c6294fda35a7afadadc76829875c3e9b0

diff --git a/dev-ruby/bindata/bindata-2.4.14.ebuild 
b/dev-ruby/bindata/bindata-2.4.14.ebuild
new file mode 100644
index ..ddade981b0e8
--- /dev/null
+++ b/dev-ruby/bindata/bindata-2.4.14.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Parsing Binary Data in Ruby"
+HOMEPAGE="https://github.com/dmendel/bindata;
+
+LICENSE="BSD-2"
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
+
+all_ruby_prepare() {
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+   sed -i -e '/[Cc]overalls/d' test/test_helper.rb || die
+}



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

2021-08-07 Thread Hans de Graaff
commit: f7b08ad8c26cfdf83481f70d4010d0ab7157
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug  8 05:51:57 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug  8 05:51:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7b08ad8

dev-ruby/bindata: cleanup

Bug: https://bugs.gentoo.org/798417
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/bindata/Manifest |  3 ---
 dev-ruby/bindata/bindata-2.4.6.ebuild | 22 --
 dev-ruby/bindata/bindata-2.4.7.ebuild | 22 --
 dev-ruby/bindata/bindata-2.4.8.ebuild | 22 --
 4 files changed, 69 deletions(-)

diff --git a/dev-ruby/bindata/Manifest b/dev-ruby/bindata/Manifest
index 60eaabd16fe..8b096e8c24f 100644
--- a/dev-ruby/bindata/Manifest
+++ b/dev-ruby/bindata/Manifest
@@ -1,4 +1 @@
 DIST bindata-2.4.10.gem 80384 BLAKE2B 
a95f607771cbee45e65748ff8f09a87f2fa5b1462f311a0630b4202ec99d2c20815e0ea2e451c52583e5964f29189a56a63e1a03a6193d23125d1720beccbb4f
 SHA512 
4f3fee967fd27e5f69bcf0126582191579ff36786f9841e31253de6d5de9de21c81b71e4efbdf5a9c5d8585a8404e2064bd378feae0a9a5cc9bd3664846ea423
-DIST bindata-2.4.6.gem 80384 BLAKE2B 
f8e5ee0ff0fa849b5f00fb456235f002ae2786af8fedef0b13105669808269a95a6125969d7ba07f8db04c8d7e43db4d93e81550144e8f23f8d31af5a2f9fc8f
 SHA512 
8c8970abecdd83bf803b8793d36bc0425872fbfeef5db7a7175ea5f7c9e809185bd6b0cf0c7587028d907d74cbb1f9bc9728a49ea4659b7460104934b6a2ae2b
-DIST bindata-2.4.7.gem 80384 BLAKE2B 
f65fe9132faebf645f905dfa749ec3e5dc958dc5523f2b60e9568fd6353323a405bd436b54788a2d98fe0f64ed7df8b4b5c00a0f8186d2e2c65572107219d83a
 SHA512 
f5616a372c0f17ae3b1c89f5993954b565058d099ad0783dbaf49081b7847a26a3a2908c957ec6cd2518ffec85686cf3b19e76f96e5244faa6c83b2598f55364
-DIST bindata-2.4.8.gem 80384 BLAKE2B 
c5c87078016ca42fd09a903b803aa9b5d7b9da576c9060428f64433d21d0c30a7884c1baee4f5a48cfc0e0e462623a826f932fa38f3b4db9dd9fc6869ff10df4
 SHA512 
a6e037720acd520e248aecf0c0f4de413ac1f47665487c876457585853c822d1ee46816ab7cd7060e58566b8288ba77917be51cd6a783c25f619bb8a84724446

diff --git a/dev-ruby/bindata/bindata-2.4.6.ebuild 
b/dev-ruby/bindata/bindata-2.4.6.ebuild
deleted file mode 100644
index 37680de8635..000
--- a/dev-ruby/bindata/bindata-2.4.6.ebuild
+++ /dev/null
@@ -1,22 +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"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Parsing Binary Data in Ruby"
-HOMEPAGE="https://github.com/dmendel/bindata;
-
-LICENSE="BSD-2"
-SLOT="2"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
-
-all_ruby_prepare() {
-   sed -i -e '/[Bb]undler/d' Rakefile || die
-   sed -i -e '/[Cc]overalls/d' test/test_helper.rb || die
-}

diff --git a/dev-ruby/bindata/bindata-2.4.7.ebuild 
b/dev-ruby/bindata/bindata-2.4.7.ebuild
deleted file mode 100644
index 37680de8635..000
--- a/dev-ruby/bindata/bindata-2.4.7.ebuild
+++ /dev/null
@@ -1,22 +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"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Parsing Binary Data in Ruby"
-HOMEPAGE="https://github.com/dmendel/bindata;
-
-LICENSE="BSD-2"
-SLOT="2"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
-
-all_ruby_prepare() {
-   sed -i -e '/[Bb]undler/d' Rakefile || die
-   sed -i -e '/[Cc]overalls/d' test/test_helper.rb || die
-}

diff --git a/dev-ruby/bindata/bindata-2.4.8.ebuild 
b/dev-ruby/bindata/bindata-2.4.8.ebuild
deleted file mode 100644
index 985e24dd547..000
--- a/dev-ruby/bindata/bindata-2.4.8.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Parsing Binary Data in Ruby"
-HOMEPAGE="https://github.com/dmendel/bindata;
-
-LICENSE="BSD-2"
-SLOT="2"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
-
-all_ruby_prepare() {
-   sed -i -e '/[Bb]undler/d' Rakefile || die
-   sed -i -e '/[Cc]overalls/d' test/test_helper.rb || die
-}



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

2021-08-07 Thread Hans de Graaff
commit: 2bec4ab7f5ce551ca1e954ff50cf8b9467f9cd5d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug  8 05:51:16 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug  8 05:51:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bec4ab7

dev-ruby/bindata: add 2.4.10

Bug: https://bugs.gentoo.org/798417
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

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

diff --git a/dev-ruby/bindata/Manifest b/dev-ruby/bindata/Manifest
index 2c13d6a37d8..60eaabd16fe 100644
--- a/dev-ruby/bindata/Manifest
+++ b/dev-ruby/bindata/Manifest
@@ -1,3 +1,4 @@
+DIST bindata-2.4.10.gem 80384 BLAKE2B 
a95f607771cbee45e65748ff8f09a87f2fa5b1462f311a0630b4202ec99d2c20815e0ea2e451c52583e5964f29189a56a63e1a03a6193d23125d1720beccbb4f
 SHA512 
4f3fee967fd27e5f69bcf0126582191579ff36786f9841e31253de6d5de9de21c81b71e4efbdf5a9c5d8585a8404e2064bd378feae0a9a5cc9bd3664846ea423
 DIST bindata-2.4.6.gem 80384 BLAKE2B 
f8e5ee0ff0fa849b5f00fb456235f002ae2786af8fedef0b13105669808269a95a6125969d7ba07f8db04c8d7e43db4d93e81550144e8f23f8d31af5a2f9fc8f
 SHA512 
8c8970abecdd83bf803b8793d36bc0425872fbfeef5db7a7175ea5f7c9e809185bd6b0cf0c7587028d907d74cbb1f9bc9728a49ea4659b7460104934b6a2ae2b
 DIST bindata-2.4.7.gem 80384 BLAKE2B 
f65fe9132faebf645f905dfa749ec3e5dc958dc5523f2b60e9568fd6353323a405bd436b54788a2d98fe0f64ed7df8b4b5c00a0f8186d2e2c65572107219d83a
 SHA512 
f5616a372c0f17ae3b1c89f5993954b565058d099ad0783dbaf49081b7847a26a3a2908c957ec6cd2518ffec85686cf3b19e76f96e5244faa6c83b2598f55364
 DIST bindata-2.4.8.gem 80384 BLAKE2B 
c5c87078016ca42fd09a903b803aa9b5d7b9da576c9060428f64433d21d0c30a7884c1baee4f5a48cfc0e0e462623a826f932fa38f3b4db9dd9fc6869ff10df4
 SHA512 
a6e037720acd520e248aecf0c0f4de413ac1f47665487c876457585853c822d1ee46816ab7cd7060e58566b8288ba77917be51cd6a783c25f619bb8a84724446

diff --git a/dev-ruby/bindata/bindata-2.4.10.ebuild 
b/dev-ruby/bindata/bindata-2.4.10.ebuild
new file mode 100644
index 000..2f797ad9178
--- /dev/null
+++ b/dev-ruby/bindata/bindata-2.4.10.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Parsing Binary Data in Ruby"
+HOMEPAGE="https://github.com/dmendel/bindata;
+
+LICENSE="BSD-2"
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
+
+all_ruby_prepare() {
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+   sed -i -e '/[Cc]overalls/d' test/test_helper.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/bindata/, profiles/

2020-10-16 Thread Michał Górny
commit: 3aff26d5b4cc8afe15b5a9bf6585b1d967016191
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 16 07:38:03 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 16 07:42:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aff26d5

dev-ruby/bindata: Remove old

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

 dev-ruby/bindata/Manifest |  1 -
 dev-ruby/bindata/bindata-2.4.1.ebuild | 24 
 profiles/package.mask |  5 -
 3 files changed, 30 deletions(-)

diff --git a/dev-ruby/bindata/Manifest b/dev-ruby/bindata/Manifest
index 368107c4138..2c13d6a37d8 100644
--- a/dev-ruby/bindata/Manifest
+++ b/dev-ruby/bindata/Manifest
@@ -1,4 +1,3 @@
-DIST bindata-2.4.1.gem 78848 BLAKE2B 
a497299aca02abe61c64fe946ef928ade75f58195bdafa1b5ac842c7dd272e0dd2e5da957b558492bb1dd1e47da7da1525c0d54f0e97e571c5db804e8b24ef7e
 SHA512 
538f7deb461c234801677baf30bf6d5300dd46f201ebcaef4cc4182354e1ed375fc1c341a13d6b3a1f579e25e4e53d8aeab0dd979a581131e2a984758243
 DIST bindata-2.4.6.gem 80384 BLAKE2B 
f8e5ee0ff0fa849b5f00fb456235f002ae2786af8fedef0b13105669808269a95a6125969d7ba07f8db04c8d7e43db4d93e81550144e8f23f8d31af5a2f9fc8f
 SHA512 
8c8970abecdd83bf803b8793d36bc0425872fbfeef5db7a7175ea5f7c9e809185bd6b0cf0c7587028d907d74cbb1f9bc9728a49ea4659b7460104934b6a2ae2b
 DIST bindata-2.4.7.gem 80384 BLAKE2B 
f65fe9132faebf645f905dfa749ec3e5dc958dc5523f2b60e9568fd6353323a405bd436b54788a2d98fe0f64ed7df8b4b5c00a0f8186d2e2c65572107219d83a
 SHA512 
f5616a372c0f17ae3b1c89f5993954b565058d099ad0783dbaf49081b7847a26a3a2908c957ec6cd2518ffec85686cf3b19e76f96e5244faa6c83b2598f55364
 DIST bindata-2.4.8.gem 80384 BLAKE2B 
c5c87078016ca42fd09a903b803aa9b5d7b9da576c9060428f64433d21d0c30a7884c1baee4f5a48cfc0e0e462623a826f932fa38f3b4db9dd9fc6869ff10df4
 SHA512 
a6e037720acd520e248aecf0c0f4de413ac1f47665487c876457585853c822d1ee46816ab7cd7060e58566b8288ba77917be51cd6a783c25f619bb8a84724446

diff --git a/dev-ruby/bindata/bindata-2.4.1.ebuild 
b/dev-ruby/bindata/bindata-2.4.1.ebuild
deleted file mode 100644
index 88c6970cf0a..000
--- a/dev-ruby/bindata/bindata-2.4.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Parsing Binary Data in Ruby"
-HOMEPAGE="https://github.com/dmendel/bindata;
-
-LICENSE="BSD-2"
-SLOT="${PV}"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
-
-all_ruby_prepare() {
-   sed -i -e '/[Bb]undler/d' Rakefile || die
-   sed -i -e '/[Cc]overalls/d' test/test_helper.rb || die
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index ab2c196468d..a42ced3561a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -419,11 +419,6 @@ app-admin/recursos
 # Removal in 30 days.  Bug #664120, #742008.
 sci-chemistry/ortep3
 
-# Hans de Graaff  (2020-09-16)
-# Mask old ruby slots for removal in 30 days. Please use a newer slot
-# instead.
-dev-ruby/bindata:2.4.1
-
 # Thomas Deutschmann  (2020-09-11)
 # These versions are not compatible with current stable
 # dev-libs/openssl version, bug #741622.



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

2020-08-22 Thread Hans de Graaff
commit: 3515173c38e4e68323ef71e5c217de7363d95015
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 22 09:31:12 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug 23 05:41:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3515173c

dev-ruby/bindata: cleanup

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

 dev-ruby/bindata/Manifest |  2 --
 dev-ruby/bindata/bindata-2.4.4.ebuild | 24 
 dev-ruby/bindata/bindata-2.4.5.ebuild | 22 --
 3 files changed, 48 deletions(-)

diff --git a/dev-ruby/bindata/Manifest b/dev-ruby/bindata/Manifest
index 08458c7f42a..73bed460c03 100644
--- a/dev-ruby/bindata/Manifest
+++ b/dev-ruby/bindata/Manifest
@@ -1,5 +1,3 @@
 DIST bindata-2.4.1.gem 78848 BLAKE2B 
a497299aca02abe61c64fe946ef928ade75f58195bdafa1b5ac842c7dd272e0dd2e5da957b558492bb1dd1e47da7da1525c0d54f0e97e571c5db804e8b24ef7e
 SHA512 
538f7deb461c234801677baf30bf6d5300dd46f201ebcaef4cc4182354e1ed375fc1c341a13d6b3a1f579e25e4e53d8aeab0dd979a581131e2a984758243
-DIST bindata-2.4.4.gem 79872 BLAKE2B 
f22f8af6270cd7d790031d2ab53a80f2480ad687abd91803ce556495d1fe8f09e1c316ccfc5b35f2cf914e44e17121d3cc84baab19d51a5671b540429d6ff1f2
 SHA512 
c7af17ea3c7aec6360acfbe0b511700706daec24a4028c86eee441baaad39c259200ee66d33e6f73766c24ae9a8a3c00e5a0c140b4e12e0d526046cd81c6ce79
-DIST bindata-2.4.5.gem 79872 BLAKE2B 
e92abc567f7bf62aa49c72415c9e49e976cb72bb5e44bb45aecfa7771b03017b112504ca733fb0db79913e2b67966338fd1bb59d6c4472171352e5d2c6248998
 SHA512 
28b8985624620d62e426b9cae0c29cd487132297b1218bafa8f82701d2633ac4308188698adaafdafbde9ae009379447e2964b111e9230841b018903500877b5
 DIST bindata-2.4.6.gem 80384 BLAKE2B 
f8e5ee0ff0fa849b5f00fb456235f002ae2786af8fedef0b13105669808269a95a6125969d7ba07f8db04c8d7e43db4d93e81550144e8f23f8d31af5a2f9fc8f
 SHA512 
8c8970abecdd83bf803b8793d36bc0425872fbfeef5db7a7175ea5f7c9e809185bd6b0cf0c7587028d907d74cbb1f9bc9728a49ea4659b7460104934b6a2ae2b
 DIST bindata-2.4.7.gem 80384 BLAKE2B 
f65fe9132faebf645f905dfa749ec3e5dc958dc5523f2b60e9568fd6353323a405bd436b54788a2d98fe0f64ed7df8b4b5c00a0f8186d2e2c65572107219d83a
 SHA512 
f5616a372c0f17ae3b1c89f5993954b565058d099ad0783dbaf49081b7847a26a3a2908c957ec6cd2518ffec85686cf3b19e76f96e5244faa6c83b2598f55364

diff --git a/dev-ruby/bindata/bindata-2.4.4.ebuild 
b/dev-ruby/bindata/bindata-2.4.4.ebuild
deleted file mode 100644
index e08c6e1a982..000
--- a/dev-ruby/bindata/bindata-2.4.4.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Parsing Binary Data in Ruby"
-HOMEPAGE="https://github.com/dmendel/bindata;
-
-LICENSE="BSD-2"
-SLOT="2"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
-
-all_ruby_prepare() {
-   sed -i -e '/[Bb]undler/d' Rakefile || die
-   sed -i -e '/[Cc]overalls/d' test/test_helper.rb || die
-}

diff --git a/dev-ruby/bindata/bindata-2.4.5.ebuild 
b/dev-ruby/bindata/bindata-2.4.5.ebuild
deleted file mode 100644
index 37680de8635..000
--- a/dev-ruby/bindata/bindata-2.4.5.ebuild
+++ /dev/null
@@ -1,22 +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"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Parsing Binary Data in Ruby"
-HOMEPAGE="https://github.com/dmendel/bindata;
-
-LICENSE="BSD-2"
-SLOT="2"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
-
-all_ruby_prepare() {
-   sed -i -e '/[Bb]undler/d' Rakefile || die
-   sed -i -e '/[Cc]overalls/d' test/test_helper.rb || die
-}



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

2020-08-22 Thread Hans de Graaff
commit: d9366427bb331a93992ad403d2e06ad09995def9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Aug 23 05:41:29 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Aug 23 05:41:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9366427

dev-ruby/bindata: add 2.4.8

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

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

diff --git a/dev-ruby/bindata/Manifest b/dev-ruby/bindata/Manifest
index 73bed460c03..368107c4138 100644
--- a/dev-ruby/bindata/Manifest
+++ b/dev-ruby/bindata/Manifest
@@ -1,3 +1,4 @@
 DIST bindata-2.4.1.gem 78848 BLAKE2B 
a497299aca02abe61c64fe946ef928ade75f58195bdafa1b5ac842c7dd272e0dd2e5da957b558492bb1dd1e47da7da1525c0d54f0e97e571c5db804e8b24ef7e
 SHA512 
538f7deb461c234801677baf30bf6d5300dd46f201ebcaef4cc4182354e1ed375fc1c341a13d6b3a1f579e25e4e53d8aeab0dd979a581131e2a984758243
 DIST bindata-2.4.6.gem 80384 BLAKE2B 
f8e5ee0ff0fa849b5f00fb456235f002ae2786af8fedef0b13105669808269a95a6125969d7ba07f8db04c8d7e43db4d93e81550144e8f23f8d31af5a2f9fc8f
 SHA512 
8c8970abecdd83bf803b8793d36bc0425872fbfeef5db7a7175ea5f7c9e809185bd6b0cf0c7587028d907d74cbb1f9bc9728a49ea4659b7460104934b6a2ae2b
 DIST bindata-2.4.7.gem 80384 BLAKE2B 
f65fe9132faebf645f905dfa749ec3e5dc958dc5523f2b60e9568fd6353323a405bd436b54788a2d98fe0f64ed7df8b4b5c00a0f8186d2e2c65572107219d83a
 SHA512 
f5616a372c0f17ae3b1c89f5993954b565058d099ad0783dbaf49081b7847a26a3a2908c957ec6cd2518ffec85686cf3b19e76f96e5244faa6c83b2598f55364
+DIST bindata-2.4.8.gem 80384 BLAKE2B 
c5c87078016ca42fd09a903b803aa9b5d7b9da576c9060428f64433d21d0c30a7884c1baee4f5a48cfc0e0e462623a826f932fa38f3b4db9dd9fc6869ff10df4
 SHA512 
a6e037720acd520e248aecf0c0f4de413ac1f47665487c876457585853c822d1ee46816ab7cd7060e58566b8288ba77917be51cd6a783c25f619bb8a84724446

diff --git a/dev-ruby/bindata/bindata-2.4.8.ebuild 
b/dev-ruby/bindata/bindata-2.4.8.ebuild
new file mode 100644
index 000..985e24dd547
--- /dev/null
+++ b/dev-ruby/bindata/bindata-2.4.8.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Parsing Binary Data in Ruby"
+HOMEPAGE="https://github.com/dmendel/bindata;
+
+LICENSE="BSD-2"
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
+
+all_ruby_prepare() {
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+   sed -i -e '/[Cc]overalls/d' test/test_helper.rb || die
+}



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

2020-04-11 Thread Hans de Graaff
commit: 82f790918096e599de124759db45f2695d2060c4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Apr 10 05:39:33 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Apr 11 06:05:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82f79091

dev-ruby/bindata: add 2.4.7

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

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

diff --git a/dev-ruby/bindata/Manifest b/dev-ruby/bindata/Manifest
index ddb1a285461..08458c7f42a 100644
--- a/dev-ruby/bindata/Manifest
+++ b/dev-ruby/bindata/Manifest
@@ -2,3 +2,4 @@ DIST bindata-2.4.1.gem 78848 BLAKE2B 
a497299aca02abe61c64fe946ef928ade75f58195bd
 DIST bindata-2.4.4.gem 79872 BLAKE2B 
f22f8af6270cd7d790031d2ab53a80f2480ad687abd91803ce556495d1fe8f09e1c316ccfc5b35f2cf914e44e17121d3cc84baab19d51a5671b540429d6ff1f2
 SHA512 
c7af17ea3c7aec6360acfbe0b511700706daec24a4028c86eee441baaad39c259200ee66d33e6f73766c24ae9a8a3c00e5a0c140b4e12e0d526046cd81c6ce79
 DIST bindata-2.4.5.gem 79872 BLAKE2B 
e92abc567f7bf62aa49c72415c9e49e976cb72bb5e44bb45aecfa7771b03017b112504ca733fb0db79913e2b67966338fd1bb59d6c4472171352e5d2c6248998
 SHA512 
28b8985624620d62e426b9cae0c29cd487132297b1218bafa8f82701d2633ac4308188698adaafdafbde9ae009379447e2964b111e9230841b018903500877b5
 DIST bindata-2.4.6.gem 80384 BLAKE2B 
f8e5ee0ff0fa849b5f00fb456235f002ae2786af8fedef0b13105669808269a95a6125969d7ba07f8db04c8d7e43db4d93e81550144e8f23f8d31af5a2f9fc8f
 SHA512 
8c8970abecdd83bf803b8793d36bc0425872fbfeef5db7a7175ea5f7c9e809185bd6b0cf0c7587028d907d74cbb1f9bc9728a49ea4659b7460104934b6a2ae2b
+DIST bindata-2.4.7.gem 80384 BLAKE2B 
f65fe9132faebf645f905dfa749ec3e5dc958dc5523f2b60e9568fd6353323a405bd436b54788a2d98fe0f64ed7df8b4b5c00a0f8186d2e2c65572107219d83a
 SHA512 
f5616a372c0f17ae3b1c89f5993954b565058d099ad0783dbaf49081b7847a26a3a2908c957ec6cd2518ffec85686cf3b19e76f96e5244faa6c83b2598f55364

diff --git a/dev-ruby/bindata/bindata-2.4.7.ebuild 
b/dev-ruby/bindata/bindata-2.4.7.ebuild
new file mode 100644
index 000..37680de8635
--- /dev/null
+++ b/dev-ruby/bindata/bindata-2.4.7.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Parsing Binary Data in Ruby"
+HOMEPAGE="https://github.com/dmendel/bindata;
+
+LICENSE="BSD-2"
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
+
+all_ruby_prepare() {
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+   sed -i -e '/[Cc]overalls/d' test/test_helper.rb || die
+}



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

2020-03-07 Thread Hans de Graaff
commit: d06e00860ccb808f63c8557a90bebeb1eabc3add
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Mar  8 06:27:12 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Mar  8 06:27:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d06e0086

dev-ruby/bindata: add 2.4.6

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

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

diff --git a/dev-ruby/bindata/Manifest b/dev-ruby/bindata/Manifest
index 5d664c21c83..ddb1a285461 100644
--- a/dev-ruby/bindata/Manifest
+++ b/dev-ruby/bindata/Manifest
@@ -1,3 +1,4 @@
 DIST bindata-2.4.1.gem 78848 BLAKE2B 
a497299aca02abe61c64fe946ef928ade75f58195bdafa1b5ac842c7dd272e0dd2e5da957b558492bb1dd1e47da7da1525c0d54f0e97e571c5db804e8b24ef7e
 SHA512 
538f7deb461c234801677baf30bf6d5300dd46f201ebcaef4cc4182354e1ed375fc1c341a13d6b3a1f579e25e4e53d8aeab0dd979a581131e2a984758243
 DIST bindata-2.4.4.gem 79872 BLAKE2B 
f22f8af6270cd7d790031d2ab53a80f2480ad687abd91803ce556495d1fe8f09e1c316ccfc5b35f2cf914e44e17121d3cc84baab19d51a5671b540429d6ff1f2
 SHA512 
c7af17ea3c7aec6360acfbe0b511700706daec24a4028c86eee441baaad39c259200ee66d33e6f73766c24ae9a8a3c00e5a0c140b4e12e0d526046cd81c6ce79
 DIST bindata-2.4.5.gem 79872 BLAKE2B 
e92abc567f7bf62aa49c72415c9e49e976cb72bb5e44bb45aecfa7771b03017b112504ca733fb0db79913e2b67966338fd1bb59d6c4472171352e5d2c6248998
 SHA512 
28b8985624620d62e426b9cae0c29cd487132297b1218bafa8f82701d2633ac4308188698adaafdafbde9ae009379447e2964b111e9230841b018903500877b5
+DIST bindata-2.4.6.gem 80384 BLAKE2B 
f8e5ee0ff0fa849b5f00fb456235f002ae2786af8fedef0b13105669808269a95a6125969d7ba07f8db04c8d7e43db4d93e81550144e8f23f8d31af5a2f9fc8f
 SHA512 
8c8970abecdd83bf803b8793d36bc0425872fbfeef5db7a7175ea5f7c9e809185bd6b0cf0c7587028d907d74cbb1f9bc9728a49ea4659b7460104934b6a2ae2b

diff --git a/dev-ruby/bindata/bindata-2.4.6.ebuild 
b/dev-ruby/bindata/bindata-2.4.6.ebuild
new file mode 100644
index 000..37680de8635
--- /dev/null
+++ b/dev-ruby/bindata/bindata-2.4.6.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Parsing Binary Data in Ruby"
+HOMEPAGE="https://github.com/dmendel/bindata;
+
+LICENSE="BSD-2"
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
+
+all_ruby_prepare() {
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+   sed -i -e '/[Cc]overalls/d' test/test_helper.rb || die
+}



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

2020-02-21 Thread Hans de Graaff
commit: 5e0ff5ec1a7bfe6e103d3d69e9cb14c253b82930
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Feb 22 05:30:25 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Feb 22 05:30:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e0ff5ec

dev-ruby/bindata: add 2.4.5

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

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

diff --git a/dev-ruby/bindata/Manifest b/dev-ruby/bindata/Manifest
index fa5b7841c0d..5d664c21c83 100644
--- a/dev-ruby/bindata/Manifest
+++ b/dev-ruby/bindata/Manifest
@@ -1,2 +1,3 @@
 DIST bindata-2.4.1.gem 78848 BLAKE2B 
a497299aca02abe61c64fe946ef928ade75f58195bdafa1b5ac842c7dd272e0dd2e5da957b558492bb1dd1e47da7da1525c0d54f0e97e571c5db804e8b24ef7e
 SHA512 
538f7deb461c234801677baf30bf6d5300dd46f201ebcaef4cc4182354e1ed375fc1c341a13d6b3a1f579e25e4e53d8aeab0dd979a581131e2a984758243
 DIST bindata-2.4.4.gem 79872 BLAKE2B 
f22f8af6270cd7d790031d2ab53a80f2480ad687abd91803ce556495d1fe8f09e1c316ccfc5b35f2cf914e44e17121d3cc84baab19d51a5671b540429d6ff1f2
 SHA512 
c7af17ea3c7aec6360acfbe0b511700706daec24a4028c86eee441baaad39c259200ee66d33e6f73766c24ae9a8a3c00e5a0c140b4e12e0d526046cd81c6ce79
+DIST bindata-2.4.5.gem 79872 BLAKE2B 
e92abc567f7bf62aa49c72415c9e49e976cb72bb5e44bb45aecfa7771b03017b112504ca733fb0db79913e2b67966338fd1bb59d6c4472171352e5d2c6248998
 SHA512 
28b8985624620d62e426b9cae0c29cd487132297b1218bafa8f82701d2633ac4308188698adaafdafbde9ae009379447e2964b111e9230841b018903500877b5

diff --git a/dev-ruby/bindata/bindata-2.4.5.ebuild 
b/dev-ruby/bindata/bindata-2.4.5.ebuild
new file mode 100644
index 000..37680de8635
--- /dev/null
+++ b/dev-ruby/bindata/bindata-2.4.5.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Parsing Binary Data in Ruby"
+HOMEPAGE="https://github.com/dmendel/bindata;
+
+LICENSE="BSD-2"
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
+
+all_ruby_prepare() {
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+   sed -i -e '/[Cc]overalls/d' test/test_helper.rb || die
+}



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

2019-07-13 Thread Hans de Graaff
commit: 9a4a4368df4ad54c55be4f225cad2b50e72379a0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jul 13 06:04:01 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jul 13 06:13:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a4a4368

dev-ruby/bindata: add 2.4.4

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

 dev-ruby/bindata/Manifest |  1 +
 dev-ruby/bindata/bindata-2.4.4.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-ruby/bindata/Manifest b/dev-ruby/bindata/Manifest
index 871dbcc6c67..fa5b7841c0d 100644
--- a/dev-ruby/bindata/Manifest
+++ b/dev-ruby/bindata/Manifest
@@ -1 +1,2 @@
 DIST bindata-2.4.1.gem 78848 BLAKE2B 
a497299aca02abe61c64fe946ef928ade75f58195bdafa1b5ac842c7dd272e0dd2e5da957b558492bb1dd1e47da7da1525c0d54f0e97e571c5db804e8b24ef7e
 SHA512 
538f7deb461c234801677baf30bf6d5300dd46f201ebcaef4cc4182354e1ed375fc1c341a13d6b3a1f579e25e4e53d8aeab0dd979a581131e2a984758243
+DIST bindata-2.4.4.gem 79872 BLAKE2B 
f22f8af6270cd7d790031d2ab53a80f2480ad687abd91803ce556495d1fe8f09e1c316ccfc5b35f2cf914e44e17121d3cc84baab19d51a5671b540429d6ff1f2
 SHA512 
c7af17ea3c7aec6360acfbe0b511700706daec24a4028c86eee441baaad39c259200ee66d33e6f73766c24ae9a8a3c00e5a0c140b4e12e0d526046cd81c6ce79

diff --git a/dev-ruby/bindata/bindata-2.4.4.ebuild 
b/dev-ruby/bindata/bindata-2.4.4.ebuild
new file mode 100644
index 000..e08c6e1a982
--- /dev/null
+++ b/dev-ruby/bindata/bindata-2.4.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Parsing Binary Data in Ruby"
+HOMEPAGE="https://github.com/dmendel/bindata;
+
+LICENSE="BSD-2"
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
+
+all_ruby_prepare() {
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+   sed -i -e '/[Cc]overalls/d' test/test_helper.rb || die
+}



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

2019-04-11 Thread Hans de Graaff
commit: cde74e6ca0bde2cdaf0ba8338ce6bf30e9121bdb
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Apr 11 14:53:57 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Apr 11 14:53:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cde74e6c

dev-ruby/bindata: cleanup

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

 dev-ruby/bindata/Manifest |  1 -
 dev-ruby/bindata/bindata-2.4.0.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/dev-ruby/bindata/Manifest b/dev-ruby/bindata/Manifest
index 71651d095c4..871dbcc6c67 100644
--- a/dev-ruby/bindata/Manifest
+++ b/dev-ruby/bindata/Manifest
@@ -1,2 +1 @@
-DIST bindata-2.4.0.gem 78848 BLAKE2B 
a4c602a2557293449ba0e5b36e300ba6e108db7364cd08e76b8c1db65a51e74c4d1a522b075a09684ba543fc8c57a3f9ac427a23b273cbd689962488d97acf48
 SHA512 
3c6d4391e2b4c684d00b63addd544e3ddbfcbfd5cc9de42e4b45f7d655a0231902dfc960ef342a9935b39f12dc15adeb861b1a001105203f066e0efd9d6997f3
 DIST bindata-2.4.1.gem 78848 BLAKE2B 
a497299aca02abe61c64fe946ef928ade75f58195bdafa1b5ac842c7dd272e0dd2e5da957b558492bb1dd1e47da7da1525c0d54f0e97e571c5db804e8b24ef7e
 SHA512 
538f7deb461c234801677baf30bf6d5300dd46f201ebcaef4cc4182354e1ed375fc1c341a13d6b3a1f579e25e4e53d8aeab0dd979a581131e2a984758243

diff --git a/dev-ruby/bindata/bindata-2.4.0.ebuild 
b/dev-ruby/bindata/bindata-2.4.0.ebuild
deleted file mode 100644
index 6c0d17208a7..000
--- a/dev-ruby/bindata/bindata-2.4.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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_RECIPE_DOC="rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Parsing Binary Data in Ruby"
-HOMEPAGE="https://github.com/dmendel/bindata;
-
-LICENSE="BSD-2"
-SLOT="${PV}"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
-
-all_ruby_prepare() {
-   sed -i -e '/[Bb]undler/d' Rakefile || die
-   sed -i -e '/[Cc]overalls/d' test/test_helper.rb || die
-}



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

2019-01-21 Thread Hans de Graaff
commit: 167d2b53b51d0bff7fbe8567999b3fdae595aaa6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jan 21 19:25:26 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jan 21 20:41:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=167d2b53

dev-ruby/bindata: add ruby26

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

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

diff --git a/dev-ruby/bindata/bindata-2.4.1.ebuild 
b/dev-ruby/bindata/bindata-2.4.1.ebuild
index 03ea745a561..88c6970cf0a 100644
--- a/dev-ruby/bindata/bindata-2.4.1.ebuild
+++ b/dev-ruby/bindata/bindata-2.4.1.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="ruby22 ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 



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

2018-04-12 Thread Hans de Graaff
commit: 35ea5e1e86c23b4c51373435e3508273a4395b40
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Apr 12 16:55:41 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Apr 12 16:55:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35ea5e1e

dev-ruby/bindata: add ruby25

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-ruby/bindata/bindata-2.4.1.ebuild 
b/dev-ruby/bindata/bindata-2.4.1.ebuild
index 5c4e9154a29..03ea745a561 100644
--- a/dev-ruby/bindata/bindata-2.4.1.ebuild
+++ b/dev-ruby/bindata/bindata-2.4.1.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="ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 



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

2017-08-29 Thread Hans de Graaff
commit: b8dfbfec0570d51616c0e1baac3f206662091020
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Aug 30 05:00:07 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Aug 30 05:00:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8dfbfec

dev-ruby/bindata: add 2.4.1

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/bindata/Manifest |  1 +
 dev-ruby/bindata/bindata-2.4.1.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-ruby/bindata/Manifest b/dev-ruby/bindata/Manifest
index 57b804b17a9..d87b1b980e4 100644
--- a/dev-ruby/bindata/Manifest
+++ b/dev-ruby/bindata/Manifest
@@ -1 +1,2 @@
 DIST bindata-2.4.0.gem 78848 SHA256 
cf335c407124f1d914948966ce78b8e802b1b8c84b8381b81477da0799885183 SHA512 
3c6d4391e2b4c684d00b63addd544e3ddbfcbfd5cc9de42e4b45f7d655a0231902dfc960ef342a9935b39f12dc15adeb861b1a001105203f066e0efd9d6997f3
 WHIRLPOOL 
a365e8f731d634fe235438aec70c27ee5ef0ce1b77c23671084877225668c7fcdb232ef5c67b234c4e477978469a5a36cb23f465cd8066b68c0ff6f1382137e7
+DIST bindata-2.4.1.gem 78848 SHA256 
5fdc3ba70a30503a38d2d0548be4518689d7d32a5a0341716624cb3f8078cb2a SHA512 
538f7deb461c234801677baf30bf6d5300dd46f201ebcaef4cc4182354e1ed375fc1c341a13d6b3a1f579e25e4e53d8aeab0dd979a581131e2a984758243
 WHIRLPOOL 
e24358db4bb86c697dd3c97ea9c7150764f131b011479bddd91389d594c4addffa70addd3b4c2d0eec3a60c56cea0444ed72bb5bc9909d26175655024d979bf5

diff --git a/dev-ruby/bindata/bindata-2.4.1.ebuild 
b/dev-ruby/bindata/bindata-2.4.1.ebuild
new file mode 100644
index 000..5c4e9154a29
--- /dev/null
+++ b/dev-ruby/bindata/bindata-2.4.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Parsing Binary Data in Ruby"
+HOMEPAGE="https://github.com/dmendel/bindata;
+
+LICENSE="BSD-2"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
+
+all_ruby_prepare() {
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+   sed -i -e '/[Cc]overalls/d' test/test_helper.rb || die
+}



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

2017-08-01 Thread Hans de Graaff
commit: e690ad1c67a379ec7f7de369bc3424ac3e7b70d2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Aug  2 04:42:50 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Aug  2 04:42:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e690ad1c

dev-ruby/bindata: add ruby24

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-ruby/bindata/bindata-2.4.0.ebuild 
b/dev-ruby/bindata/bindata-2.4.0.ebuild
index 5a00e2b6880..6c0d17208a7 100644
--- a/dev-ruby/bindata/bindata-2.4.0.ebuild
+++ b/dev-ruby/bindata/bindata-2.4.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 



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

2017-05-09 Thread Richard Farina
commit: de7c8098802f50649aed61f7d854e0c3a2763546
Author: Zero_Chaos  gentoo  org>
AuthorDate: Tue May  9 15:56:25 2017 +
Commit: Richard Farina  gentoo  org>
CommitDate: Tue May  9 16:31:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de7c8098

dev-ruby/bindata: deps for deps for metasploit

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ruby/bindata/Manifest |  1 +
 dev-ruby/bindata/bindata-2.4.0.ebuild | 24 
 dev-ruby/bindata/metadata.xml | 13 +
 3 files changed, 38 insertions(+)

diff --git a/dev-ruby/bindata/Manifest b/dev-ruby/bindata/Manifest
new file mode 100644
index 000..57b804b17a9
--- /dev/null
+++ b/dev-ruby/bindata/Manifest
@@ -0,0 +1 @@
+DIST bindata-2.4.0.gem 78848 SHA256 
cf335c407124f1d914948966ce78b8e802b1b8c84b8381b81477da0799885183 SHA512 
3c6d4391e2b4c684d00b63addd544e3ddbfcbfd5cc9de42e4b45f7d655a0231902dfc960ef342a9935b39f12dc15adeb861b1a001105203f066e0efd9d6997f3
 WHIRLPOOL 
a365e8f731d634fe235438aec70c27ee5ef0ce1b77c23671084877225668c7fcdb232ef5c67b234c4e477978469a5a36cb23f465cd8066b68c0ff6f1382137e7

diff --git a/dev-ruby/bindata/bindata-2.4.0.ebuild 
b/dev-ruby/bindata/bindata-2.4.0.ebuild
new file mode 100644
index 000..5a00e2b6880
--- /dev/null
+++ b/dev-ruby/bindata/bindata-2.4.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Parsing Binary Data in Ruby"
+HOMEPAGE="https://github.com/dmendel/bindata;
+
+LICENSE="BSD-2"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
+
+all_ruby_prepare() {
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+   sed -i -e '/[Cc]overalls/d' test/test_helper.rb || die
+}

diff --git a/dev-ruby/bindata/metadata.xml b/dev-ruby/bindata/metadata.xml
new file mode 100644
index 000..c6166ed2d95
--- /dev/null
+++ b/dev-ruby/bindata/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+zeroch...@gentoo.org
+Rick Farina
+  
+
+
+  
+ dmendel/bindata
+  
+