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

2024-01-01 Thread Hans de Graaff
commit: 5a918be330404a4c385fc98ec16596943b760af9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jan  1 08:08:54 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jan  1 09:32:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a918be3

dev-ruby/rbnacl: enable ruby33

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

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

diff --git a/dev-ruby/rbnacl/rbnacl-7.1.1-r1.ebuild 
b/dev-ruby/rbnacl/rbnacl-7.1.1-r1.ebuild
index d861fb51b01a..fe46f32b4f0b 100644
--- a/dev-ruby/rbnacl/rbnacl-7.1.1-r1.ebuild
+++ b/dev-ruby/rbnacl/rbnacl-7.1.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
 



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

2023-08-16 Thread Sam James
commit: f18f13c0ea1f496bbb62a975161e42fba569a0b3
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 17 02:55:16 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 17 02:55:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f18f13c0

dev-ruby/rbnacl: Keyword 7.1.1-r1 arm64, #912162

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-ruby/rbnacl/rbnacl-7.1.1-r1.ebuild 
b/dev-ruby/rbnacl/rbnacl-7.1.1-r1.ebuild
index 13ee8544ca90..d861fb51b01a 100644
--- a/dev-ruby/rbnacl/rbnacl-7.1.1-r1.ebuild
+++ b/dev-ruby/rbnacl/rbnacl-7.1.1-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/RubyCrypto/rbnacl;
 
 LICENSE="MIT"
 SLOT="6"
-KEYWORDS="amd64 ~arm ppc ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
 IUSE=""
 
 RDEPEND+=" dev-libs/libsodium"



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

2023-06-29 Thread Hans de Graaff
commit: f334c2cd94fd794e7ac687d3000a7147c7e25e7b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jun 29 15:42:22 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jun 29 15:42:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f334c2cd

dev-ruby/rbnacl: drop 7.1.1

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

 dev-ruby/rbnacl/rbnacl-7.1.1.ebuild | 31 ---
 1 file changed, 31 deletions(-)

diff --git a/dev-ruby/rbnacl/rbnacl-7.1.1.ebuild 
b/dev-ruby/rbnacl/rbnacl-7.1.1.ebuild
deleted file mode 100644
index 4296272cd694..
--- a/dev-ruby/rbnacl/rbnacl-7.1.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Provides a high-level toolkit for building cryptographic systems 
and protocols"
-HOMEPAGE="https://github.com/cryptosphere/rbnacl;
-
-LICENSE="MIT"
-SLOT="6"
-KEYWORDS="amd64 ~arm ppc ppc64 x86"
-IUSE=""
-
-RDEPEND+=" dev-libs/libsodium"
-DEPEND+=" test? ( dev-libs/libsodium )"
-
-ruby_add_rdepend "dev-ruby/ffi"
-
-all_ruby_prepare() {
-   sed -i -e '/coveralls/I s:^:#:' \
-   -e '/bundler/ s:^:#:' \
-   -e 's:rbnacl/libsodium:rbnacl:' spec/spec_helper.rb
-}



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

2023-03-27 Thread Hans de Graaff
commit: e401c2ea5c28b7bad14594ccb96451e54658b517
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Mar 27 06:15:26 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 27 07:37:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e401c2ea

dev-ruby/rbnacl: update EAPI 7 -> 8, add ruby32

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

 dev-ruby/rbnacl/rbnacl-7.1.1-r1.ebuild | 31 +++
 1 file changed, 31 insertions(+)

diff --git a/dev-ruby/rbnacl/rbnacl-7.1.1-r1.ebuild 
b/dev-ruby/rbnacl/rbnacl-7.1.1-r1.ebuild
new file mode 100644
index ..a991bed06b6d
--- /dev/null
+++ b/dev-ruby/rbnacl/rbnacl-7.1.1-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provides a high-level toolkit for building cryptographic systems 
and protocols"
+HOMEPAGE="https://github.com/RubyCrypto/rbnacl;
+
+LICENSE="MIT"
+SLOT="6"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND+=" dev-libs/libsodium"
+DEPEND+=" test? ( dev-libs/libsodium )"
+
+ruby_add_rdepend "dev-ruby/ffi"
+
+all_ruby_prepare() {
+   sed -i -e '/coveralls/I s:^:#:' \
+   -e '/bundler/ s:^:#:' \
+   -e 's:rbnacl/libsodium:rbnacl:' spec/spec_helper.rb
+}



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

2023-03-27 Thread Hans de Graaff
commit: 516893acc7b5c715a96d3ffb1a8e25a07233afcc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Mar 27 06:16:15 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 27 07:37:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=516893ac

dev-ruby/rbnacl: update upstream metadata

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

 dev-ruby/rbnacl/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rbnacl/metadata.xml b/dev-ruby/rbnacl/metadata.xml
index ff5205606ab3..7901e664f629 100644
--- a/dev-ruby/rbnacl/metadata.xml
+++ b/dev-ruby/rbnacl/metadata.xml
@@ -6,6 +6,6 @@
 Gentoo Ruby Project
   
   
-cryptosphere/rbnacl
+RubyCrypto/rbnacl
   
 



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

2022-04-22 Thread Hans de Graaff
commit: edb3801e1b884a450119a3bfdb03110f3aa91fd5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Apr 22 07:58:17 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Apr 23 05:14:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edb3801e

dev-ruby/rbnacl: enable ruby31 and disable ruby25

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

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

diff --git a/dev-ruby/rbnacl/rbnacl-7.1.1.ebuild 
b/dev-ruby/rbnacl/rbnacl-7.1.1.ebuild
index 389b2b881905..4296272cd694 100644
--- a/dev-ruby/rbnacl/rbnacl-7.1.1.ebuild
+++ b/dev-ruby/rbnacl/rbnacl-7.1.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
 



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

2021-12-03 Thread Hans de Graaff
commit: 5c558221c352c7fc2899114b17f53039cd72f6ed
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Fri Dec  3 16:37:19 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Dec  4 07:25:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c558221

dev-ruby/rbnacl: remove unused patch(es)

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/rbnacl/files/rbnacl-buffer-size.patch | 24 
 1 file changed, 24 deletions(-)

diff --git a/dev-ruby/rbnacl/files/rbnacl-buffer-size.patch 
b/dev-ruby/rbnacl/files/rbnacl-buffer-size.patch
deleted file mode 100644
index 3725c8550e0b..
--- a/dev-ruby/rbnacl/files/rbnacl-buffer-size.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Patches based on upstream patch below but reworked to apply to 5.0.0
-
-From 299e0ddbb8fcafc99214c26d6002da145cc84a0c Mon Sep 17 00:00:00 2001
-From: Sergei Trofimovich 
-Date: Sun, 18 Mar 2018 21:13:09 +
-Subject: [PATCH] rbnacl: fix byffer size type in randombytes_buf binding
-

- lib/rbnacl/random.rb | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/lib/rbnacl/random.rb b/lib/rbnacl/random.rb
-index 9742186..db85d6d 100644
 a/lib/rbnacl/random.rb
-+++ b/lib/rbnacl/random.rb
-@@ -13,7 +13,7 @@ module Random
- 
- sodium_function :c_random_bytes,
- :randombytes_buf,
--[:pointer, :ulong_long]
-+%i[pointer size_t]
- 
- # Returns a string of random bytes
- #



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

2021-12-01 Thread Jakov Smolić
commit: 0f9061718fdf0f52e0a1cf7c1d823a9144058977
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Dec  1 13:32:37 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Dec  1 13:36:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f906171

dev-ruby/rbnacl: drop 4.0.2-r1

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-ruby/rbnacl/Manifest   |  1 -
 dev-ruby/rbnacl/rbnacl-4.0.2-r1.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/dev-ruby/rbnacl/Manifest b/dev-ruby/rbnacl/Manifest
index 6584b34fba27..2af7a2868eb2 100644
--- a/dev-ruby/rbnacl/Manifest
+++ b/dev-ruby/rbnacl/Manifest
@@ -1,2 +1 @@
-DIST rbnacl-4.0.2.gem 220160 BLAKE2B 
a4a3a7b0346bdc3d0e1930bf9b1c6c05182456837c53c8a56f5d8eec831df8768589affb00450088c4ccc3de37f474a359e9ea362655ea66ada63467936abcbe
 SHA512 
d13d36e4248d5e40bb5d9496e08823438d312c16d14e3068be89a62dd7f80ec7f99fa5995752b183656b6ae863af77645b16ce45d05a74ad0dfbd4a93c8854d4
 DIST rbnacl-7.1.1.gem 226304 BLAKE2B 
4c7c356cc3414c1b49302ff16af701bffbeaaa18b49bcdb4c9d0c10fe2e1f693e7917f8031c90d5c4362d95ffe5a8d471a48476788f64f97092adbcdce0d9f72
 SHA512 
da7e406bd2b5112e51d2c15cab35d955b65091ed745fbd027750eaca8ff1d11d982c82f497fc15b9ee9aa6536dbd21ff9ac285bb2a2d1fb39c3374fd0f3dca5a

diff --git a/dev-ruby/rbnacl/rbnacl-4.0.2-r1.ebuild 
b/dev-ruby/rbnacl/rbnacl-4.0.2-r1.ebuild
deleted file mode 100644
index adb077bd30a8..
--- a/dev-ruby/rbnacl/rbnacl-4.0.2-r1.ebuild
+++ /dev/null
@@ -1,34 +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"
-RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Provides a high-level toolkit for building cryptographic systems 
and protocols"
-HOMEPAGE="https://github.com/cryptosphere/rbnacl;
-
-LICENSE="MIT"
-SLOT="4"
-KEYWORDS="amd64 ~arm ppc ppc64 x86"
-IUSE=""
-
-RDEPEND+=" dev-libs/libsodium"
-DEPEND+=" test? ( dev-libs/libsodium )"
-
-ruby_add_rdepend "dev-ruby/ffi"
-
-PATCHES=( "${FILESDIR}/rbnacl-buffer-size.patch" )
-
-all_ruby_prepare() {
-   sed -i -e '/coveralls/I s:^:#:' \
-   -e '/bundler/ s:^:#:' \
-   -e 's:rbnacl/libsodium:rbnacl:' spec/spec_helper.rb
-}



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

2021-10-28 Thread Agostino Sarubbo
commit: cf4060da0a4614d0a89248138452cda08d1fd123
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Oct 29 05:53:45 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Oct 29 05:54:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf4060da

dev-ruby/rbnacl: ppc stable wrt bug #818565

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-ruby/rbnacl/rbnacl-7.1.1.ebuild 
b/dev-ruby/rbnacl/rbnacl-7.1.1.ebuild
index 75a630b8bde..389b2b88190 100644
--- a/dev-ruby/rbnacl/rbnacl-7.1.1.ebuild
+++ b/dev-ruby/rbnacl/rbnacl-7.1.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/cryptosphere/rbnacl;
 
 LICENSE="MIT"
 SLOT="6"
-KEYWORDS="amd64 ~arm ~ppc ppc64 x86"
+KEYWORDS="amd64 ~arm ppc ppc64 x86"
 IUSE=""
 
 RDEPEND+=" dev-libs/libsodium"



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

2021-10-18 Thread Agostino Sarubbo
commit: 29421d65e69eabe9bf22bf99dc82d1a99fccc6e6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Oct 19 05:52:57 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Oct 19 05:52:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29421d65

dev-ruby/rbnacl: amd64 stable wrt bug #818565

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

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

diff --git a/dev-ruby/rbnacl/rbnacl-7.1.1.ebuild 
b/dev-ruby/rbnacl/rbnacl-7.1.1.ebuild
index 4b1e28e3ab0..75a630b8bde 100644
--- a/dev-ruby/rbnacl/rbnacl-7.1.1.ebuild
+++ b/dev-ruby/rbnacl/rbnacl-7.1.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/cryptosphere/rbnacl;
 
 LICENSE="MIT"
 SLOT="6"
-KEYWORDS="~amd64 ~arm ~ppc ppc64 x86"
+KEYWORDS="amd64 ~arm ~ppc ppc64 x86"
 IUSE=""
 
 RDEPEND+=" dev-libs/libsodium"



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

2021-10-18 Thread Agostino Sarubbo
commit: 26fe63c3c5d2a3b66b863a6a09dc73a975b2ebdc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 18 15:22:15 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 18 15:22:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26fe63c3

dev-ruby/rbnacl: x86 stable wrt bug #818565

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

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

diff --git a/dev-ruby/rbnacl/rbnacl-7.1.1.ebuild 
b/dev-ruby/rbnacl/rbnacl-7.1.1.ebuild
index 57c4a97019b..4b1e28e3ab0 100644
--- a/dev-ruby/rbnacl/rbnacl-7.1.1.ebuild
+++ b/dev-ruby/rbnacl/rbnacl-7.1.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/cryptosphere/rbnacl;
 
 LICENSE="MIT"
 SLOT="6"
-KEYWORDS="~amd64 ~arm ~ppc ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ppc64 x86"
 IUSE=""
 
 RDEPEND+=" dev-libs/libsodium"



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

2021-10-17 Thread Sam James
commit: f640707d35d96b41fdccba87d17331304693ea35
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 17 08:52:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 17 08:52:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f640707d

dev-ruby/rbnacl: Stabilize 7.1.1 ppc64, #818565

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-ruby/rbnacl/rbnacl-7.1.1.ebuild 
b/dev-ruby/rbnacl/rbnacl-7.1.1.ebuild
index 2d6b8d9ae9d..57c4a97019b 100644
--- a/dev-ruby/rbnacl/rbnacl-7.1.1.ebuild
+++ b/dev-ruby/rbnacl/rbnacl-7.1.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/cryptosphere/rbnacl;
 
 LICENSE="MIT"
 SLOT="6"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ppc64 ~x86"
 IUSE=""
 
 RDEPEND+=" dev-libs/libsodium"



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

2021-04-29 Thread Hans de Graaff
commit: 546097adb9caaa028db2fad4ef408991590133a0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Apr 29 05:26:35 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Apr 30 05:52:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=546097ad

dev-ruby/rbnacl: add ruby30

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

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

diff --git a/dev-ruby/rbnacl/rbnacl-7.1.1.ebuild 
b/dev-ruby/rbnacl/rbnacl-7.1.1.ebuild
index e195a555ee5..2d6b8d9ae9d 100644
--- a/dev-ruby/rbnacl/rbnacl-7.1.1.ebuild
+++ b/dev-ruby/rbnacl/rbnacl-7.1.1.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="ruby24 ruby25 ruby26 ruby27"
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
 
 RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
 



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

2020-09-10 Thread Hans de Graaff
commit: 0f9c1e78724acd2a4a9b4296d93cd4c421d6e4f0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Sep 10 08:03:17 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Sep 11 04:06:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f9c1e78

dev-ruby/rbnacl: cleanup

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

 dev-ruby/rbnacl/Manifest|  3 ---
 dev-ruby/rbnacl/rbnacl-6.0.1.ebuild | 32 
 dev-ruby/rbnacl/rbnacl-7.0.0.ebuild | 32 
 dev-ruby/rbnacl/rbnacl-7.1.0.ebuild | 31 ---
 4 files changed, 98 deletions(-)

diff --git a/dev-ruby/rbnacl/Manifest b/dev-ruby/rbnacl/Manifest
index 4940e87e5ca..4dcb46b1bc9 100644
--- a/dev-ruby/rbnacl/Manifest
+++ b/dev-ruby/rbnacl/Manifest
@@ -1,6 +1,3 @@
 DIST rbnacl-4.0.2.gem 220160 BLAKE2B 
a4a3a7b0346bdc3d0e1930bf9b1c6c05182456837c53c8a56f5d8eec831df8768589affb00450088c4ccc3de37f474a359e9ea362655ea66ada63467936abcbe
 SHA512 
d13d36e4248d5e40bb5d9496e08823438d312c16d14e3068be89a62dd7f80ec7f99fa5995752b183656b6ae863af77645b16ce45d05a74ad0dfbd4a93c8854d4
 DIST rbnacl-5.0.0.gem 221184 BLAKE2B 
f64a754c478c57af901432e9cef335d9f01c1acadcd9d860dacca2ed5d59bdb71f3a431488357b57cbe7af61cf03b50b95ab5421a9ac59f63242a0ddd693e373
 SHA512 
d6c0c90587beae9f5086c442f4b7b9f430d527576307c5a5cdc5532b231245e5615434a001b3a4b47d1fb7d7148a167d77f12e7b4f5bd1c25c7ce5d361eb42f6
-DIST rbnacl-6.0.1.gem 225792 BLAKE2B 
dd2f3ab1996b51f905016df9a21d2c4dce69246727efa35444a9f88f3d071607d122aaa7e61e5283f491e3e8e9deb0897844fc4d8f8562c3b855b6489ff8ee71
 SHA512 
f30161cf38972c94f00200bdc0790b7b3b6c5a7b0b2663fab0a11b488477424e5b57280479cd28e2736eeaa1e524227e6aa688e814a1b4af274f1c82a5d553ab
-DIST rbnacl-7.0.0.gem 225792 BLAKE2B 
f489e0f8521ca01d49676ba4d06b28b449743dad309a0ff9ab30499b76ab132b1d176144d24bc0eada1bbc2cb13e83d332105a0010946cff0b02baf4d4b3c246
 SHA512 
49cb3587ce183349234be7ec7db83b797c1e6d09535e4e692d01a307e221baf7af6009ae8aed5fd36bbcd8f1847c49a0cf599160e89dc2f2cb3eefdbadc2bb09
-DIST rbnacl-7.1.0.gem 226304 BLAKE2B 
ebaca6708a1e57e131bb4b5dc973264eebc719df8603a9eb663f4e835c6370ac3d71a9ed27a1210aba9a93e98067e2065d317f0367f978b15db7f189a0c44552
 SHA512 
bde9cd8ed43732758e3315fa10c88c7754edb9de34691090664c961469928d7b39d26b712dd9b978e38dd90c82d2fed66e864f749e8842e934e1472f1d83dbd5
 DIST rbnacl-7.1.1.gem 226304 BLAKE2B 
4c7c356cc3414c1b49302ff16af701bffbeaaa18b49bcdb4c9d0c10fe2e1f693e7917f8031c90d5c4362d95ffe5a8d471a48476788f64f97092adbcdce0d9f72
 SHA512 
da7e406bd2b5112e51d2c15cab35d955b65091ed745fbd027750eaca8ff1d11d982c82f497fc15b9ee9aa6536dbd21ff9ac285bb2a2d1fb39c3374fd0f3dca5a

diff --git a/dev-ruby/rbnacl/rbnacl-6.0.1.ebuild 
b/dev-ruby/rbnacl/rbnacl-6.0.1.ebuild
deleted file mode 100644
index 1207ef48183..000
--- a/dev-ruby/rbnacl/rbnacl-6.0.1.ebuild
+++ /dev/null
@@ -1,32 +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"
-RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Provides a high-level toolkit for building cryptographic systems 
and protocols"
-HOMEPAGE="https://github.com/cryptosphere/rbnacl;
-
-LICENSE="MIT"
-SLOT="6"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND+=" dev-libs/libsodium"
-DEPEND+=" test? ( dev-libs/libsodium )"
-
-ruby_add_rdepend "dev-ruby/ffi"
-
-all_ruby_prepare() {
-   sed -i -e '/coveralls/I s:^:#:' \
-   -e '/bundler/ s:^:#:' \
-   -e 's:rbnacl/libsodium:rbnacl:' spec/spec_helper.rb
-}

diff --git a/dev-ruby/rbnacl/rbnacl-7.0.0.ebuild 
b/dev-ruby/rbnacl/rbnacl-7.0.0.ebuild
deleted file mode 100644
index 191075d0bb4..000
--- a/dev-ruby/rbnacl/rbnacl-7.0.0.ebuild
+++ /dev/null
@@ -1,32 +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"
-RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Provides a high-level toolkit for building cryptographic systems 
and protocols"
-HOMEPAGE="https://github.com/cryptosphere/rbnacl;
-
-LICENSE="MIT"
-SLOT="6"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND+=" dev-libs/libsodium"
-DEPEND+=" test? ( dev-libs/libsodium )"
-
-ruby_add_rdepend "dev-ruby/ffi"
-
-all_ruby_prepare() {
-   sed -i -e '/coveralls/I s:^:#:' \
-   -e '/bundler/ s:^:#:' \
-   -e 's:rbnacl/libsodium:rbnacl:' spec/spec_helper.rb
-}

diff --git a/dev-ruby/rbnacl/rbnacl-7.1.0.ebuild 
b/dev-ruby/rbnacl/rbnacl-7.1.0.ebuild
deleted file mode 100644
index e947ec005c6..000
--- a/dev-ruby/rbnacl/rbnacl-7.1.0.ebuild
+++ /dev/null
@@ -1,31 

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

2020-01-30 Thread Hans de Graaff
commit: e9fe049293c547acf7ffd5b2940854d7330d5d86
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jan 30 07:17:57 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jan 30 12:02:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9fe0492

dev-ruby/rbnacl: add 7.1.1

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

 dev-ruby/rbnacl/Manifest|  1 +
 dev-ruby/rbnacl/rbnacl-7.1.1.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-ruby/rbnacl/Manifest b/dev-ruby/rbnacl/Manifest
index 3691257f5e7..4940e87e5ca 100644
--- a/dev-ruby/rbnacl/Manifest
+++ b/dev-ruby/rbnacl/Manifest
@@ -3,3 +3,4 @@ DIST rbnacl-5.0.0.gem 221184 BLAKE2B 
f64a754c478c57af901432e9cef335d9f01c1acadcd
 DIST rbnacl-6.0.1.gem 225792 BLAKE2B 
dd2f3ab1996b51f905016df9a21d2c4dce69246727efa35444a9f88f3d071607d122aaa7e61e5283f491e3e8e9deb0897844fc4d8f8562c3b855b6489ff8ee71
 SHA512 
f30161cf38972c94f00200bdc0790b7b3b6c5a7b0b2663fab0a11b488477424e5b57280479cd28e2736eeaa1e524227e6aa688e814a1b4af274f1c82a5d553ab
 DIST rbnacl-7.0.0.gem 225792 BLAKE2B 
f489e0f8521ca01d49676ba4d06b28b449743dad309a0ff9ab30499b76ab132b1d176144d24bc0eada1bbc2cb13e83d332105a0010946cff0b02baf4d4b3c246
 SHA512 
49cb3587ce183349234be7ec7db83b797c1e6d09535e4e692d01a307e221baf7af6009ae8aed5fd36bbcd8f1847c49a0cf599160e89dc2f2cb3eefdbadc2bb09
 DIST rbnacl-7.1.0.gem 226304 BLAKE2B 
ebaca6708a1e57e131bb4b5dc973264eebc719df8603a9eb663f4e835c6370ac3d71a9ed27a1210aba9a93e98067e2065d317f0367f978b15db7f189a0c44552
 SHA512 
bde9cd8ed43732758e3315fa10c88c7754edb9de34691090664c961469928d7b39d26b712dd9b978e38dd90c82d2fed66e864f749e8842e934e1472f1d83dbd5
+DIST rbnacl-7.1.1.gem 226304 BLAKE2B 
4c7c356cc3414c1b49302ff16af701bffbeaaa18b49bcdb4c9d0c10fe2e1f693e7917f8031c90d5c4362d95ffe5a8d471a48476788f64f97092adbcdce0d9f72
 SHA512 
da7e406bd2b5112e51d2c15cab35d955b65091ed745fbd027750eaca8ff1d11d982c82f497fc15b9ee9aa6536dbd21ff9ac285bb2a2d1fb39c3374fd0f3dca5a

diff --git a/dev-ruby/rbnacl/rbnacl-7.1.1.ebuild 
b/dev-ruby/rbnacl/rbnacl-7.1.1.ebuild
new file mode 100644
index 000..e195a555ee5
--- /dev/null
+++ b/dev-ruby/rbnacl/rbnacl-7.1.1.ebuild
@@ -0,0 +1,31 @@
+# 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_EXTRADOC="CHANGES.md README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provides a high-level toolkit for building cryptographic systems 
and protocols"
+HOMEPAGE="https://github.com/cryptosphere/rbnacl;
+
+LICENSE="MIT"
+SLOT="6"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND+=" dev-libs/libsodium"
+DEPEND+=" test? ( dev-libs/libsodium )"
+
+ruby_add_rdepend "dev-ruby/ffi"
+
+all_ruby_prepare() {
+   sed -i -e '/coveralls/I s:^:#:' \
+   -e '/bundler/ s:^:#:' \
+   -e 's:rbnacl/libsodium:rbnacl:' spec/spec_helper.rb
+}



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

2019-09-08 Thread Hans de Graaff
commit: c5cc0d85baea4bc5233308215b81ad681c9ba993
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Sep  9 05:40:07 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Sep  9 05:40:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5cc0d85

dev-ruby/rbnacl: add 7.1.0

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

 dev-ruby/rbnacl/Manifest|  1 +
 dev-ruby/rbnacl/rbnacl-7.1.0.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-ruby/rbnacl/Manifest b/dev-ruby/rbnacl/Manifest
index 0042247ba41..3691257f5e7 100644
--- a/dev-ruby/rbnacl/Manifest
+++ b/dev-ruby/rbnacl/Manifest
@@ -2,3 +2,4 @@ DIST rbnacl-4.0.2.gem 220160 BLAKE2B 
a4a3a7b0346bdc3d0e1930bf9b1c6c05182456837c5
 DIST rbnacl-5.0.0.gem 221184 BLAKE2B 
f64a754c478c57af901432e9cef335d9f01c1acadcd9d860dacca2ed5d59bdb71f3a431488357b57cbe7af61cf03b50b95ab5421a9ac59f63242a0ddd693e373
 SHA512 
d6c0c90587beae9f5086c442f4b7b9f430d527576307c5a5cdc5532b231245e5615434a001b3a4b47d1fb7d7148a167d77f12e7b4f5bd1c25c7ce5d361eb42f6
 DIST rbnacl-6.0.1.gem 225792 BLAKE2B 
dd2f3ab1996b51f905016df9a21d2c4dce69246727efa35444a9f88f3d071607d122aaa7e61e5283f491e3e8e9deb0897844fc4d8f8562c3b855b6489ff8ee71
 SHA512 
f30161cf38972c94f00200bdc0790b7b3b6c5a7b0b2663fab0a11b488477424e5b57280479cd28e2736eeaa1e524227e6aa688e814a1b4af274f1c82a5d553ab
 DIST rbnacl-7.0.0.gem 225792 BLAKE2B 
f489e0f8521ca01d49676ba4d06b28b449743dad309a0ff9ab30499b76ab132b1d176144d24bc0eada1bbc2cb13e83d332105a0010946cff0b02baf4d4b3c246
 SHA512 
49cb3587ce183349234be7ec7db83b797c1e6d09535e4e692d01a307e221baf7af6009ae8aed5fd36bbcd8f1847c49a0cf599160e89dc2f2cb3eefdbadc2bb09
+DIST rbnacl-7.1.0.gem 226304 BLAKE2B 
ebaca6708a1e57e131bb4b5dc973264eebc719df8603a9eb663f4e835c6370ac3d71a9ed27a1210aba9a93e98067e2065d317f0367f978b15db7f189a0c44552
 SHA512 
bde9cd8ed43732758e3315fa10c88c7754edb9de34691090664c961469928d7b39d26b712dd9b978e38dd90c82d2fed66e864f749e8842e934e1472f1d83dbd5

diff --git a/dev-ruby/rbnacl/rbnacl-7.1.0.ebuild 
b/dev-ruby/rbnacl/rbnacl-7.1.0.ebuild
new file mode 100644
index 000..e947ec005c6
--- /dev/null
+++ b/dev-ruby/rbnacl/rbnacl-7.1.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provides a high-level toolkit for building cryptographic systems 
and protocols"
+HOMEPAGE="https://github.com/cryptosphere/rbnacl;
+
+LICENSE="MIT"
+SLOT="6"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND+=" dev-libs/libsodium"
+DEPEND+=" test? ( dev-libs/libsodium )"
+
+ruby_add_rdepend "dev-ruby/ffi"
+
+all_ruby_prepare() {
+   sed -i -e '/coveralls/I s:^:#:' \
+   -e '/bundler/ s:^:#:' \
+   -e 's:rbnacl/libsodium:rbnacl:' spec/spec_helper.rb
+}



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

2019-05-24 Thread Hans de Graaff
commit: 8a1f81682ae2f4d00d6fa324c56d49d589f7d722
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May 24 06:59:48 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May 24 07:06:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a1f8168

dev-ruby/rbnacl: cleanup

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

 dev-ruby/rbnacl/Manifest|  1 -
 dev-ruby/rbnacl/rbnacl-6.0.0.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/dev-ruby/rbnacl/Manifest b/dev-ruby/rbnacl/Manifest
index 4aab281bf56..4b44e25c82a 100644
--- a/dev-ruby/rbnacl/Manifest
+++ b/dev-ruby/rbnacl/Manifest
@@ -1,4 +1,3 @@
 DIST rbnacl-4.0.2.gem 220160 BLAKE2B 
a4a3a7b0346bdc3d0e1930bf9b1c6c05182456837c53c8a56f5d8eec831df8768589affb00450088c4ccc3de37f474a359e9ea362655ea66ada63467936abcbe
 SHA512 
d13d36e4248d5e40bb5d9496e08823438d312c16d14e3068be89a62dd7f80ec7f99fa5995752b183656b6ae863af77645b16ce45d05a74ad0dfbd4a93c8854d4
 DIST rbnacl-5.0.0.gem 221184 BLAKE2B 
f64a754c478c57af901432e9cef335d9f01c1acadcd9d860dacca2ed5d59bdb71f3a431488357b57cbe7af61cf03b50b95ab5421a9ac59f63242a0ddd693e373
 SHA512 
d6c0c90587beae9f5086c442f4b7b9f430d527576307c5a5cdc5532b231245e5615434a001b3a4b47d1fb7d7148a167d77f12e7b4f5bd1c25c7ce5d361eb42f6
-DIST rbnacl-6.0.0.gem 225280 BLAKE2B 
bd9b12d4b7bedbc091e21c48f859bcdc969ef99ba50cd8b329040ad4522821e8eddf2269efcc29d30d967d70cb5132863f783990c860f3b3f9dcb342c2d3
 SHA512 
2921269c65503038d271506c56c8ce9d2ce34e1dde45cbe5f1bb14a6350608dc6690db7760c29960232c71fa21e7e183be1fe5238fbed228b74d3c71d7881034
 DIST rbnacl-6.0.1.gem 225792 BLAKE2B 
dd2f3ab1996b51f905016df9a21d2c4dce69246727efa35444a9f88f3d071607d122aaa7e61e5283f491e3e8e9deb0897844fc4d8f8562c3b855b6489ff8ee71
 SHA512 
f30161cf38972c94f00200bdc0790b7b3b6c5a7b0b2663fab0a11b488477424e5b57280479cd28e2736eeaa1e524227e6aa688e814a1b4af274f1c82a5d553ab

diff --git a/dev-ruby/rbnacl/rbnacl-6.0.0.ebuild 
b/dev-ruby/rbnacl/rbnacl-6.0.0.ebuild
deleted file mode 100644
index 1207ef48183..000
--- a/dev-ruby/rbnacl/rbnacl-6.0.0.ebuild
+++ /dev/null
@@ -1,32 +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"
-RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Provides a high-level toolkit for building cryptographic systems 
and protocols"
-HOMEPAGE="https://github.com/cryptosphere/rbnacl;
-
-LICENSE="MIT"
-SLOT="6"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND+=" dev-libs/libsodium"
-DEPEND+=" test? ( dev-libs/libsodium )"
-
-ruby_add_rdepend "dev-ruby/ffi"
-
-all_ruby_prepare() {
-   sed -i -e '/coveralls/I s:^:#:' \
-   -e '/bundler/ s:^:#:' \
-   -e 's:rbnacl/libsodium:rbnacl:' spec/spec_helper.rb
-}



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

2019-05-24 Thread Hans de Graaff
commit: f88c0fdfdefd02f4eae570ca3de07f937b518aa5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May 24 07:01:39 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May 24 07:06:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f88c0fdf

dev-ruby/rbnacl: add 7.0.0

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

 dev-ruby/rbnacl/Manifest|  1 +
 dev-ruby/rbnacl/rbnacl-7.0.0.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/rbnacl/Manifest b/dev-ruby/rbnacl/Manifest
index 4b44e25c82a..0042247ba41 100644
--- a/dev-ruby/rbnacl/Manifest
+++ b/dev-ruby/rbnacl/Manifest
@@ -1,3 +1,4 @@
 DIST rbnacl-4.0.2.gem 220160 BLAKE2B 
a4a3a7b0346bdc3d0e1930bf9b1c6c05182456837c53c8a56f5d8eec831df8768589affb00450088c4ccc3de37f474a359e9ea362655ea66ada63467936abcbe
 SHA512 
d13d36e4248d5e40bb5d9496e08823438d312c16d14e3068be89a62dd7f80ec7f99fa5995752b183656b6ae863af77645b16ce45d05a74ad0dfbd4a93c8854d4
 DIST rbnacl-5.0.0.gem 221184 BLAKE2B 
f64a754c478c57af901432e9cef335d9f01c1acadcd9d860dacca2ed5d59bdb71f3a431488357b57cbe7af61cf03b50b95ab5421a9ac59f63242a0ddd693e373
 SHA512 
d6c0c90587beae9f5086c442f4b7b9f430d527576307c5a5cdc5532b231245e5615434a001b3a4b47d1fb7d7148a167d77f12e7b4f5bd1c25c7ce5d361eb42f6
 DIST rbnacl-6.0.1.gem 225792 BLAKE2B 
dd2f3ab1996b51f905016df9a21d2c4dce69246727efa35444a9f88f3d071607d122aaa7e61e5283f491e3e8e9deb0897844fc4d8f8562c3b855b6489ff8ee71
 SHA512 
f30161cf38972c94f00200bdc0790b7b3b6c5a7b0b2663fab0a11b488477424e5b57280479cd28e2736eeaa1e524227e6aa688e814a1b4af274f1c82a5d553ab
+DIST rbnacl-7.0.0.gem 225792 BLAKE2B 
f489e0f8521ca01d49676ba4d06b28b449743dad309a0ff9ab30499b76ab132b1d176144d24bc0eada1bbc2cb13e83d332105a0010946cff0b02baf4d4b3c246
 SHA512 
49cb3587ce183349234be7ec7db83b797c1e6d09535e4e692d01a307e221baf7af6009ae8aed5fd36bbcd8f1847c49a0cf599160e89dc2f2cb3eefdbadc2bb09

diff --git a/dev-ruby/rbnacl/rbnacl-7.0.0.ebuild 
b/dev-ruby/rbnacl/rbnacl-7.0.0.ebuild
new file mode 100644
index 000..191075d0bb4
--- /dev/null
+++ b/dev-ruby/rbnacl/rbnacl-7.0.0.ebuild
@@ -0,0 +1,32 @@
+# 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"
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provides a high-level toolkit for building cryptographic systems 
and protocols"
+HOMEPAGE="https://github.com/cryptosphere/rbnacl;
+
+LICENSE="MIT"
+SLOT="6"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND+=" dev-libs/libsodium"
+DEPEND+=" test? ( dev-libs/libsodium )"
+
+ruby_add_rdepend "dev-ruby/ffi"
+
+all_ruby_prepare() {
+   sed -i -e '/coveralls/I s:^:#:' \
+   -e '/bundler/ s:^:#:' \
+   -e 's:rbnacl/libsodium:rbnacl:' spec/spec_helper.rb
+}



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

2019-01-28 Thread Hans de Graaff
commit: 88ad7af5d7e2843cc49db6a62294a2d6b63d1471
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jan 28 06:28:30 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jan 28 06:57:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88ad7af5

dev-ruby/rbnacl: add 6.0.1

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

 dev-ruby/rbnacl/Manifest|  1 +
 dev-ruby/rbnacl/rbnacl-6.0.1.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/rbnacl/Manifest b/dev-ruby/rbnacl/Manifest
index b3328b28b97..4aab281bf56 100644
--- a/dev-ruby/rbnacl/Manifest
+++ b/dev-ruby/rbnacl/Manifest
@@ -1,3 +1,4 @@
 DIST rbnacl-4.0.2.gem 220160 BLAKE2B 
a4a3a7b0346bdc3d0e1930bf9b1c6c05182456837c53c8a56f5d8eec831df8768589affb00450088c4ccc3de37f474a359e9ea362655ea66ada63467936abcbe
 SHA512 
d13d36e4248d5e40bb5d9496e08823438d312c16d14e3068be89a62dd7f80ec7f99fa5995752b183656b6ae863af77645b16ce45d05a74ad0dfbd4a93c8854d4
 DIST rbnacl-5.0.0.gem 221184 BLAKE2B 
f64a754c478c57af901432e9cef335d9f01c1acadcd9d860dacca2ed5d59bdb71f3a431488357b57cbe7af61cf03b50b95ab5421a9ac59f63242a0ddd693e373
 SHA512 
d6c0c90587beae9f5086c442f4b7b9f430d527576307c5a5cdc5532b231245e5615434a001b3a4b47d1fb7d7148a167d77f12e7b4f5bd1c25c7ce5d361eb42f6
 DIST rbnacl-6.0.0.gem 225280 BLAKE2B 
bd9b12d4b7bedbc091e21c48f859bcdc969ef99ba50cd8b329040ad4522821e8eddf2269efcc29d30d967d70cb5132863f783990c860f3b3f9dcb342c2d3
 SHA512 
2921269c65503038d271506c56c8ce9d2ce34e1dde45cbe5f1bb14a6350608dc6690db7760c29960232c71fa21e7e183be1fe5238fbed228b74d3c71d7881034
+DIST rbnacl-6.0.1.gem 225792 BLAKE2B 
dd2f3ab1996b51f905016df9a21d2c4dce69246727efa35444a9f88f3d071607d122aaa7e61e5283f491e3e8e9deb0897844fc4d8f8562c3b855b6489ff8ee71
 SHA512 
f30161cf38972c94f00200bdc0790b7b3b6c5a7b0b2663fab0a11b488477424e5b57280479cd28e2736eeaa1e524227e6aa688e814a1b4af274f1c82a5d553ab

diff --git a/dev-ruby/rbnacl/rbnacl-6.0.1.ebuild 
b/dev-ruby/rbnacl/rbnacl-6.0.1.ebuild
new file mode 100644
index 000..1207ef48183
--- /dev/null
+++ b/dev-ruby/rbnacl/rbnacl-6.0.1.ebuild
@@ -0,0 +1,32 @@
+# 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"
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provides a high-level toolkit for building cryptographic systems 
and protocols"
+HOMEPAGE="https://github.com/cryptosphere/rbnacl;
+
+LICENSE="MIT"
+SLOT="6"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND+=" dev-libs/libsodium"
+DEPEND+=" test? ( dev-libs/libsodium )"
+
+ruby_add_rdepend "dev-ruby/ffi"
+
+all_ruby_prepare() {
+   sed -i -e '/coveralls/I s:^:#:' \
+   -e '/bundler/ s:^:#:' \
+   -e 's:rbnacl/libsodium:rbnacl:' spec/spec_helper.rb
+}



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

2019-01-20 Thread Hans de Graaff
commit: 719b5e780582007e7de313c353ff7be23e099cf3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jan 20 07:26:09 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jan 20 10:11:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=719b5e78

dev-ruby/rbnacl: add ruby26

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

 dev-ruby/rbnacl/rbnacl-4.0.2-r1.ebuild | 4 ++--
 dev-ruby/rbnacl/rbnacl-5.0.0-r1.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/rbnacl/rbnacl-4.0.2-r1.ebuild 
b/dev-ruby/rbnacl/rbnacl-4.0.2-r1.ebuild
index dff0a8d5da8..adb077bd30a 100644
--- a/dev-ruby/rbnacl/rbnacl-4.0.2-r1.ebuild
+++ b/dev-ruby/rbnacl/rbnacl-4.0.2-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# 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"
 RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"

diff --git a/dev-ruby/rbnacl/rbnacl-5.0.0-r1.ebuild 
b/dev-ruby/rbnacl/rbnacl-5.0.0-r1.ebuild
index f10721dc362..231a1413e65 100644
--- a/dev-ruby/rbnacl/rbnacl-5.0.0-r1.ebuild
+++ b/dev-ruby/rbnacl/rbnacl-5.0.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# 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"
 RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"



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

2019-01-19 Thread Hans de Graaff
commit: 4542da5ba5a779d04316472706113aabf275c207
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 19 10:25:03 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan 19 14:47:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4542da5b

dev-ruby/rbnacl: add ruby26

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

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

diff --git a/dev-ruby/rbnacl/rbnacl-6.0.0.ebuild 
b/dev-ruby/rbnacl/rbnacl-6.0.0.ebuild
index d5438f05beb..1207ef48183 100644
--- a/dev-ruby/rbnacl/rbnacl-6.0.0.ebuild
+++ b/dev-ruby/rbnacl/rbnacl-6.0.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"



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

2018-11-26 Thread Mikle Kolyada
commit: 464c9aa815a2f1844d3a31a07b2dd35ed68a22e9
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 26 19:25:54 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 26 19:25:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=464c9aa8

dev-ruby/rbnacl: Add ~arm keyword wrt bug #666790

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

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

diff --git a/dev-ruby/rbnacl/rbnacl-6.0.0.ebuild 
b/dev-ruby/rbnacl/rbnacl-6.0.0.ebuild
index 8b66c427ccb..d5438f05beb 100644
--- a/dev-ruby/rbnacl/rbnacl-6.0.0.ebuild
+++ b/dev-ruby/rbnacl/rbnacl-6.0.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/cryptosphere/rbnacl;
 
 LICENSE="MIT"
 SLOT="6"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND+=" dev-libs/libsodium"



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

2018-11-26 Thread Rick Farina
commit: 3fc676b1d7a5a693fea357e6149500b568259d89
Author: Zero_Chaos  gentoo  org>
AuthorDate: Mon Nov 26 15:41:45 2018 +
Commit: Rick Farina  gentoo  org>
CommitDate: Mon Nov 26 15:41:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fc676b1

dev-ruby/rbnacl: add ~arm bug# 671660

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

 dev-ruby/rbnacl/rbnacl-4.0.2-r1.ebuild | 4 ++--
 dev-ruby/rbnacl/rbnacl-5.0.0-r1.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/rbnacl/rbnacl-4.0.2-r1.ebuild 
b/dev-ruby/rbnacl/rbnacl-4.0.2-r1.ebuild
index 362512caff8..dff0a8d5da8 100644
--- a/dev-ruby/rbnacl/rbnacl-4.0.2-r1.ebuild
+++ b/dev-ruby/rbnacl/rbnacl-4.0.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/cryptosphere/rbnacl;
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="amd64 ppc ppc64 x86"
+KEYWORDS="amd64 ~arm ppc ppc64 x86"
 IUSE=""
 
 RDEPEND+=" dev-libs/libsodium"

diff --git a/dev-ruby/rbnacl/rbnacl-5.0.0-r1.ebuild 
b/dev-ruby/rbnacl/rbnacl-5.0.0-r1.ebuild
index eb869f6fed5..f10721dc362 100644
--- a/dev-ruby/rbnacl/rbnacl-5.0.0-r1.ebuild
+++ b/dev-ruby/rbnacl/rbnacl-5.0.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/cryptosphere/rbnacl;
 
 LICENSE="MIT"
 SLOT="5"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND+=" dev-libs/libsodium"



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

2018-11-25 Thread Hans de Graaff
commit: c535e0dcd20ac631df3bc7b831c8054f2ab2c71f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Nov 26 06:33:47 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Nov 26 06:33:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c535e0dc

dev-ruby/rbnacl: add 6.0.0

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

 dev-ruby/rbnacl/Manifest|  1 +
 dev-ruby/rbnacl/rbnacl-6.0.0.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/rbnacl/Manifest b/dev-ruby/rbnacl/Manifest
index e38c5ae5b4b..b3328b28b97 100644
--- a/dev-ruby/rbnacl/Manifest
+++ b/dev-ruby/rbnacl/Manifest
@@ -1,2 +1,3 @@
 DIST rbnacl-4.0.2.gem 220160 BLAKE2B 
a4a3a7b0346bdc3d0e1930bf9b1c6c05182456837c53c8a56f5d8eec831df8768589affb00450088c4ccc3de37f474a359e9ea362655ea66ada63467936abcbe
 SHA512 
d13d36e4248d5e40bb5d9496e08823438d312c16d14e3068be89a62dd7f80ec7f99fa5995752b183656b6ae863af77645b16ce45d05a74ad0dfbd4a93c8854d4
 DIST rbnacl-5.0.0.gem 221184 BLAKE2B 
f64a754c478c57af901432e9cef335d9f01c1acadcd9d860dacca2ed5d59bdb71f3a431488357b57cbe7af61cf03b50b95ab5421a9ac59f63242a0ddd693e373
 SHA512 
d6c0c90587beae9f5086c442f4b7b9f430d527576307c5a5cdc5532b231245e5615434a001b3a4b47d1fb7d7148a167d77f12e7b4f5bd1c25c7ce5d361eb42f6
+DIST rbnacl-6.0.0.gem 225280 BLAKE2B 
bd9b12d4b7bedbc091e21c48f859bcdc969ef99ba50cd8b329040ad4522821e8eddf2269efcc29d30d967d70cb5132863f783990c860f3b3f9dcb342c2d3
 SHA512 
2921269c65503038d271506c56c8ce9d2ce34e1dde45cbe5f1bb14a6350608dc6690db7760c29960232c71fa21e7e183be1fe5238fbed228b74d3c71d7881034

diff --git a/dev-ruby/rbnacl/rbnacl-6.0.0.ebuild 
b/dev-ruby/rbnacl/rbnacl-6.0.0.ebuild
new file mode 100644
index 000..8b66c427ccb
--- /dev/null
+++ b/dev-ruby/rbnacl/rbnacl-6.0.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provides a high-level toolkit for building cryptographic systems 
and protocols"
+HOMEPAGE="https://github.com/cryptosphere/rbnacl;
+
+LICENSE="MIT"
+SLOT="6"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND+=" dev-libs/libsodium"
+DEPEND+=" test? ( dev-libs/libsodium )"
+
+ruby_add_rdepend "dev-ruby/ffi"
+
+all_ruby_prepare() {
+   sed -i -e '/coveralls/I s:^:#:' \
+   -e '/bundler/ s:^:#:' \
+   -e 's:rbnacl/libsodium:rbnacl:' spec/spec_helper.rb
+}



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

2018-07-30 Thread Hans de Graaff
commit: 3a70e1b388020138731473680848382855c6f563
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jul 30 19:41:18 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jul 30 19:41:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a70e1b3

dev-ruby/rbnacl: ppc stable, bug 658604

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-ruby/rbnacl/rbnacl-4.0.2-r1.ebuild 
b/dev-ruby/rbnacl/rbnacl-4.0.2-r1.ebuild
index b62445566fc..362512caff8 100644
--- a/dev-ruby/rbnacl/rbnacl-4.0.2-r1.ebuild
+++ b/dev-ruby/rbnacl/rbnacl-4.0.2-r1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/cryptosphere/rbnacl;
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="amd64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 IUSE=""
 
 RDEPEND+=" dev-libs/libsodium"



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

2018-06-27 Thread Sergei Trofimovich
commit: 785176d4609e1f24cf04e07c98e5225a562f067a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Jun 27 22:00:33 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jun 27 22:13:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=785176d4

dev-ruby/rbnacl: stable 4.0.2-r1 for ppc64, bug #658604

Bug: https://bugs.gentoo.org/658604
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/dev-ruby/rbnacl/rbnacl-4.0.2-r1.ebuild 
b/dev-ruby/rbnacl/rbnacl-4.0.2-r1.ebuild
index d2dfc03249d..b62445566fc 100644
--- a/dev-ruby/rbnacl/rbnacl-4.0.2-r1.ebuild
+++ b/dev-ruby/rbnacl/rbnacl-4.0.2-r1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/cryptosphere/rbnacl;
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ppc64 x86"
 IUSE=""
 
 RDEPEND+=" dev-libs/libsodium"



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

2018-06-25 Thread Aaron Bauman
commit: 0a73c7b4668b5c683a69792a4dc63566ae4dcc61
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Jun 26 01:45:25 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun 26 02:04:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a73c7b4

dev-ruby/rbnacl: amd64 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-ruby/rbnacl/rbnacl-4.0.2-r1.ebuild 
b/dev-ruby/rbnacl/rbnacl-4.0.2-r1.ebuild
index f926581bc4b..d2dfc03249d 100644
--- a/dev-ruby/rbnacl/rbnacl-4.0.2-r1.ebuild
+++ b/dev-ruby/rbnacl/rbnacl-4.0.2-r1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/cryptosphere/rbnacl;
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="~amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE=""
 
 RDEPEND+=" dev-libs/libsodium"



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

2018-06-20 Thread Hans de Graaff
commit: 2b8d301ae3689d353196906ab13ab38c595e7578
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jun 20 18:47:03 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jun 20 18:52:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b8d301a

dev-ruby/rbnacl: cleanup

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/rbnacl/rbnacl-4.0.2.ebuild | 32 
 dev-ruby/rbnacl/rbnacl-5.0.0.ebuild | 32 
 2 files changed, 64 deletions(-)

diff --git a/dev-ruby/rbnacl/rbnacl-4.0.2.ebuild 
b/dev-ruby/rbnacl/rbnacl-4.0.2.ebuild
deleted file mode 100644
index af64068d6c3..000
--- a/dev-ruby/rbnacl/rbnacl-4.0.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Provides a high-level toolkit for building cryptographic systems 
and protocols"
-HOMEPAGE="https://github.com/cryptosphere/rbnacl;
-
-LICENSE="MIT"
-SLOT="4"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND+=" dev-libs/libsodium"
-DEPEND+=" test? ( dev-libs/libsodium )"
-
-ruby_add_rdepend "dev-ruby/ffi"
-
-all_ruby_prepare() {
-   sed -i -e '/coveralls/I s:^:#:' \
-   -e '/bundler/ s:^:#:' \
-   -e 's:rbnacl/libsodium:rbnacl:' spec/spec_helper.rb
-}

diff --git a/dev-ruby/rbnacl/rbnacl-5.0.0.ebuild 
b/dev-ruby/rbnacl/rbnacl-5.0.0.ebuild
deleted file mode 100644
index 6453f3b687c..000
--- a/dev-ruby/rbnacl/rbnacl-5.0.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 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"
-RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Provides a high-level toolkit for building cryptographic systems 
and protocols"
-HOMEPAGE="https://github.com/cryptosphere/rbnacl;
-
-LICENSE="MIT"
-SLOT="5"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND+=" dev-libs/libsodium"
-DEPEND+=" test? ( dev-libs/libsodium )"
-
-ruby_add_rdepend "dev-ruby/ffi"
-
-all_ruby_prepare() {
-   sed -i -e '/coveralls/I s:^:#:' \
-   -e '/bundler/ s:^:#:' \
-   -e 's:rbnacl/libsodium:rbnacl:' spec/spec_helper.rb
-}



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

2018-04-08 Thread Sergei Trofimovich
commit: adb17f969665584890bd47cb4d8a41b4d5930874
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Apr  8 09:07:45 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr  8 09:13:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adb17f96

dev-ruby/rbnacl: keyworded 5.0.0-r1 for ppc, bug #611168

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"

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

diff --git a/dev-ruby/rbnacl/rbnacl-5.0.0-r1.ebuild 
b/dev-ruby/rbnacl/rbnacl-5.0.0-r1.ebuild
index 6637069d73d..eb869f6fed5 100644
--- a/dev-ruby/rbnacl/rbnacl-5.0.0-r1.ebuild
+++ b/dev-ruby/rbnacl/rbnacl-5.0.0-r1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/cryptosphere/rbnacl;
 
 LICENSE="MIT"
 SLOT="5"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND+=" dev-libs/libsodium"



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

2018-04-08 Thread Sergei Trofimovich
commit: 619b47e6cc62db64524bd541cfe956006f606a52
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Apr  8 09:07:34 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr  8 09:13:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=619b47e6

dev-ruby/rbnacl: keyworded 4.0.2-r1 for ppc, bug #611168

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"

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

diff --git a/dev-ruby/rbnacl/rbnacl-4.0.2-r1.ebuild 
b/dev-ruby/rbnacl/rbnacl-4.0.2-r1.ebuild
index 8501b10c9e7..da9980ebca5 100644
--- a/dev-ruby/rbnacl/rbnacl-4.0.2-r1.ebuild
+++ b/dev-ruby/rbnacl/rbnacl-4.0.2-r1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/cryptosphere/rbnacl;
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND+=" dev-libs/libsodium"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rbnacl/files/, dev-ruby/rbnacl/

2018-04-06 Thread Hans de Graaff
commit: a5ce5d3cecdf57bbac811abf0e6f9a1069f0ee8f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Apr  7 05:32:12 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Apr  7 05:32:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5ce5d3c

dev-ruby/rbnacl: fix buffer size on ppc32, bug 650834

Thanks to slyfox for providing a patch.

Closes: https://bugs.gentoo.org/650834
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/rbnacl/files/rbnacl-buffer-size.patch | 24 ++
 dev-ruby/rbnacl/rbnacl-4.0.2-r1.ebuild | 34 ++
 dev-ruby/rbnacl/rbnacl-5.0.0-r1.ebuild | 34 ++
 3 files changed, 92 insertions(+)

diff --git a/dev-ruby/rbnacl/files/rbnacl-buffer-size.patch 
b/dev-ruby/rbnacl/files/rbnacl-buffer-size.patch
new file mode 100644
index 000..3725c8550e0
--- /dev/null
+++ b/dev-ruby/rbnacl/files/rbnacl-buffer-size.patch
@@ -0,0 +1,24 @@
+Patches based on upstream patch below but reworked to apply to 5.0.0
+
+From 299e0ddbb8fcafc99214c26d6002da145cc84a0c Mon Sep 17 00:00:00 2001
+From: Sergei Trofimovich 
+Date: Sun, 18 Mar 2018 21:13:09 +
+Subject: [PATCH] rbnacl: fix byffer size type in randombytes_buf binding
+
+---
+ lib/rbnacl/random.rb | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/lib/rbnacl/random.rb b/lib/rbnacl/random.rb
+index 9742186..db85d6d 100644
+--- a/lib/rbnacl/random.rb
 b/lib/rbnacl/random.rb
+@@ -13,7 +13,7 @@ module Random
+ 
+ sodium_function :c_random_bytes,
+ :randombytes_buf,
+-[:pointer, :ulong_long]
++%i[pointer size_t]
+ 
+ # Returns a string of random bytes
+ #

diff --git a/dev-ruby/rbnacl/rbnacl-4.0.2-r1.ebuild 
b/dev-ruby/rbnacl/rbnacl-4.0.2-r1.ebuild
new file mode 100644
index 000..8501b10c9e7
--- /dev/null
+++ b/dev-ruby/rbnacl/rbnacl-4.0.2-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provides a high-level toolkit for building cryptographic systems 
and protocols"
+HOMEPAGE="https://github.com/cryptosphere/rbnacl;
+
+LICENSE="MIT"
+SLOT="4"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND+=" dev-libs/libsodium"
+DEPEND+=" test? ( dev-libs/libsodium )"
+
+ruby_add_rdepend "dev-ruby/ffi"
+
+PATCHES=( "${FILESDIR}/rbnacl-buffer-size.patch" )
+
+all_ruby_prepare() {
+   sed -i -e '/coveralls/I s:^:#:' \
+   -e '/bundler/ s:^:#:' \
+   -e 's:rbnacl/libsodium:rbnacl:' spec/spec_helper.rb
+}

diff --git a/dev-ruby/rbnacl/rbnacl-5.0.0-r1.ebuild 
b/dev-ruby/rbnacl/rbnacl-5.0.0-r1.ebuild
new file mode 100644
index 000..6637069d73d
--- /dev/null
+++ b/dev-ruby/rbnacl/rbnacl-5.0.0-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provides a high-level toolkit for building cryptographic systems 
and protocols"
+HOMEPAGE="https://github.com/cryptosphere/rbnacl;
+
+LICENSE="MIT"
+SLOT="5"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND+=" dev-libs/libsodium"
+DEPEND+=" test? ( dev-libs/libsodium )"
+
+ruby_add_rdepend "dev-ruby/ffi"
+
+PATCHES=( "${FILESDIR}/rbnacl-buffer-size.patch" )
+
+all_ruby_prepare() {
+   sed -i -e '/coveralls/I s:^:#:' \
+   -e '/bundler/ s:^:#:' \
+   -e 's:rbnacl/libsodium:rbnacl:' spec/spec_helper.rb
+}



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

2018-03-13 Thread Sergei Trofimovich
commit: 471d86522f6a45f1bab048000229b99731743f52
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Mar 13 22:38:18 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Mar 13 22:39:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=471d8652

dev-ruby/rbnacl: keyworded 5.0.0 for ppc64, bug #611168

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/dev-ruby/rbnacl/rbnacl-5.0.0.ebuild 
b/dev-ruby/rbnacl/rbnacl-5.0.0.ebuild
index cce62e8b619..6453f3b687c 100644
--- a/dev-ruby/rbnacl/rbnacl-5.0.0.ebuild
+++ b/dev-ruby/rbnacl/rbnacl-5.0.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/cryptosphere/rbnacl;
 
 LICENSE="MIT"
 SLOT="5"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND+=" dev-libs/libsodium"



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

2018-03-13 Thread Sergei Trofimovich
commit: fbee0d13993e965f76f9c05b54330a953090ec2e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Mar 13 22:38:13 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Mar 13 22:39:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbee0d13

dev-ruby/rbnacl: keyworded 4.0.2 for ppc64, bug #611168

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/dev-ruby/rbnacl/rbnacl-4.0.2.ebuild 
b/dev-ruby/rbnacl/rbnacl-4.0.2.ebuild
index 005d941df59..af64068d6c3 100644
--- a/dev-ruby/rbnacl/rbnacl-4.0.2.ebuild
+++ b/dev-ruby/rbnacl/rbnacl-4.0.2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/cryptosphere/rbnacl;
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND+=" dev-libs/libsodium"



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

2018-02-11 Thread Thomas Deutschmann
commit: 00b78e44e67c75492671ac3287ef770e9e10a4e6
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Feb 11 21:48:27 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Feb 11 21:56:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00b78e44

dev-ruby/rbnacl: x86 keyworded (bug #611168)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/rbnacl/rbnacl-4.0.2.ebuild | 4 ++--
 dev-ruby/rbnacl/rbnacl-5.0.0.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/rbnacl/rbnacl-4.0.2.ebuild 
b/dev-ruby/rbnacl/rbnacl-4.0.2.ebuild
index 9a21d0ad14e..005d941df59 100644
--- a/dev-ruby/rbnacl/rbnacl-4.0.2.ebuild
+++ b/dev-ruby/rbnacl/rbnacl-4.0.2.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=5
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/cryptosphere/rbnacl;
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND+=" dev-libs/libsodium"

diff --git a/dev-ruby/rbnacl/rbnacl-5.0.0.ebuild 
b/dev-ruby/rbnacl/rbnacl-5.0.0.ebuild
index eb435dee8db..cce62e8b619 100644
--- a/dev-ruby/rbnacl/rbnacl-5.0.0.ebuild
+++ b/dev-ruby/rbnacl/rbnacl-5.0.0.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,7 +17,7 @@ HOMEPAGE="https://github.com/cryptosphere/rbnacl;
 
 LICENSE="MIT"
 SLOT="5"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND+=" dev-libs/libsodium"



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

2017-08-19 Thread Hans de Graaff
commit: de2c8660fa1736fbfd926b192369661a7c1f3556
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 19 06:39:12 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 19 07:11:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de2c8660

dev-ruby/rbnacl: cleanup

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/rbnacl/Manifest|  1 -
 dev-ruby/rbnacl/rbnacl-4.0.1.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-ruby/rbnacl/Manifest b/dev-ruby/rbnacl/Manifest
index 0506ddd48eb..ffef6064a87 100644
--- a/dev-ruby/rbnacl/Manifest
+++ b/dev-ruby/rbnacl/Manifest
@@ -1,3 +1,2 @@
-DIST rbnacl-4.0.1.gem 219648 SHA256 
8161c789cf6567084b648b480e4c6081546ecea265061376f715887977ba4072 SHA512 
987a3cdbaa83ee433bf8acce8c6b89202a7ae6c485a0f8bbb58b77c6c6f096fd60ec571c88cd96cabc861bc0e4fecf0611177732136a88a98a03dbb547cf6b67
 WHIRLPOOL 
6c53418e2b492a38b1dea30501375f893fadb64d590321cb0d1c9b0e2494adfcb3e04ddcdf7480bacd9ae26ea9af951f4ce100024bc514b4630cbf07a4486c5c
 DIST rbnacl-4.0.2.gem 220160 SHA256 
885c5f5dfa23007132df6d34992067f867968fcef8071e371ca5378ef88bb321 SHA512 
d13d36e4248d5e40bb5d9496e08823438d312c16d14e3068be89a62dd7f80ec7f99fa5995752b183656b6ae863af77645b16ce45d05a74ad0dfbd4a93c8854d4
 WHIRLPOOL 
a262c19e8e1df26ba637e440225a627fa54bebe1ecc0ced7a5c3000c6c5c8957e0e463405223d14fa287673ccbf7f1a1bea0c35725abe7f792e3307d5519034b
 DIST rbnacl-5.0.0.gem 221184 SHA256 
3364b6bcd50d716c15d692bcd9e77d22e15927b9e442b496a5a7e1e4f3d2bb76 SHA512 
d6c0c90587beae9f5086c442f4b7b9f430d527576307c5a5cdc5532b231245e5615434a001b3a4b47d1fb7d7148a167d77f12e7b4f5bd1c25c7ce5d361eb42f6
 WHIRLPOOL 
053fd756650738a21297c03abfb7b8505773a835e459d14a7bae69b939864eec7405f0d8815bfaa7dd7ca7491377d31825822c15aade889e100da5e015470f10

diff --git a/dev-ruby/rbnacl/rbnacl-4.0.1.ebuild 
b/dev-ruby/rbnacl/rbnacl-4.0.1.ebuild
deleted file mode 100644
index 0761e6a1a7d..000
--- a/dev-ruby/rbnacl/rbnacl-4.0.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Provides a high-level toolkit for building cryptographic systems 
and protocols"
-HOMEPAGE="https://github.com/cryptosphere/rbnacl;
-
-LICENSE="MIT"
-SLOT="4"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND+=" dev-libs/libsodium"
-DEPEND+=" test? ( dev-libs/libsodium )"
-
-all_ruby_prepare() {
-   sed -i -e '/coveralls/I s:^:#:' \
-   -e '/bundler/ s:^:#:' \
-   -e 's:rbnacl/libsodium:rbnacl:' spec/spec_helper.rb
-}



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

2017-08-19 Thread Hans de Graaff
commit: 22bc2472c0393c02de71d37a73fc52a4bd5e4053
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 19 06:47:00 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 19 07:11:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22bc2472

dev-ruby/rbnacl: add missing ffi dependency, bug 628218

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/rbnacl/rbnacl-4.0.2.ebuild | 2 ++
 dev-ruby/rbnacl/rbnacl-5.0.0.ebuild | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/dev-ruby/rbnacl/rbnacl-4.0.2.ebuild 
b/dev-ruby/rbnacl/rbnacl-4.0.2.ebuild
index ab73721d1e1..9a21d0ad14e 100644
--- a/dev-ruby/rbnacl/rbnacl-4.0.2.ebuild
+++ b/dev-ruby/rbnacl/rbnacl-4.0.2.ebuild
@@ -23,6 +23,8 @@ IUSE=""
 RDEPEND+=" dev-libs/libsodium"
 DEPEND+=" test? ( dev-libs/libsodium )"
 
+ruby_add_rdepend "dev-ruby/ffi"
+
 all_ruby_prepare() {
sed -i -e '/coveralls/I s:^:#:' \
-e '/bundler/ s:^:#:' \

diff --git a/dev-ruby/rbnacl/rbnacl-5.0.0.ebuild 
b/dev-ruby/rbnacl/rbnacl-5.0.0.ebuild
index 5ec64d2b6f3..eb435dee8db 100644
--- a/dev-ruby/rbnacl/rbnacl-5.0.0.ebuild
+++ b/dev-ruby/rbnacl/rbnacl-5.0.0.ebuild
@@ -23,6 +23,8 @@ IUSE=""
 RDEPEND+=" dev-libs/libsodium"
 DEPEND+=" test? ( dev-libs/libsodium )"
 
+ruby_add_rdepend "dev-ruby/ffi"
+
 all_ruby_prepare() {
sed -i -e '/coveralls/I s:^:#:' \
-e '/bundler/ s:^:#:' \



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

2017-06-13 Thread Hans de Graaff
commit: 63a215917798c619a20132226421302a65f965cd
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jun 14 04:33:20 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jun 14 04:33:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63a21591

dev-ruby/rbnacl: add 5.0.0

Package-Manager: Portage-2.3.5, Repoman-2.3.1

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

diff --git a/dev-ruby/rbnacl/Manifest b/dev-ruby/rbnacl/Manifest
index 290b4604b89..0506ddd48eb 100644
--- a/dev-ruby/rbnacl/Manifest
+++ b/dev-ruby/rbnacl/Manifest
@@ -1,2 +1,3 @@
 DIST rbnacl-4.0.1.gem 219648 SHA256 
8161c789cf6567084b648b480e4c6081546ecea265061376f715887977ba4072 SHA512 
987a3cdbaa83ee433bf8acce8c6b89202a7ae6c485a0f8bbb58b77c6c6f096fd60ec571c88cd96cabc861bc0e4fecf0611177732136a88a98a03dbb547cf6b67
 WHIRLPOOL 
6c53418e2b492a38b1dea30501375f893fadb64d590321cb0d1c9b0e2494adfcb3e04ddcdf7480bacd9ae26ea9af951f4ce100024bc514b4630cbf07a4486c5c
 DIST rbnacl-4.0.2.gem 220160 SHA256 
885c5f5dfa23007132df6d34992067f867968fcef8071e371ca5378ef88bb321 SHA512 
d13d36e4248d5e40bb5d9496e08823438d312c16d14e3068be89a62dd7f80ec7f99fa5995752b183656b6ae863af77645b16ce45d05a74ad0dfbd4a93c8854d4
 WHIRLPOOL 
a262c19e8e1df26ba637e440225a627fa54bebe1ecc0ced7a5c3000c6c5c8957e0e463405223d14fa287673ccbf7f1a1bea0c35725abe7f792e3307d5519034b
+DIST rbnacl-5.0.0.gem 221184 SHA256 
3364b6bcd50d716c15d692bcd9e77d22e15927b9e442b496a5a7e1e4f3d2bb76 SHA512 
d6c0c90587beae9f5086c442f4b7b9f430d527576307c5a5cdc5532b231245e5615434a001b3a4b47d1fb7d7148a167d77f12e7b4f5bd1c25c7ce5d361eb42f6
 WHIRLPOOL 
053fd756650738a21297c03abfb7b8505773a835e459d14a7bae69b939864eec7405f0d8815bfaa7dd7ca7491377d31825822c15aade889e100da5e015470f10

diff --git a/dev-ruby/rbnacl/rbnacl-5.0.0.ebuild 
b/dev-ruby/rbnacl/rbnacl-5.0.0.ebuild
new file mode 100644
index 000..5ec64d2b6f3
--- /dev/null
+++ b/dev-ruby/rbnacl/rbnacl-5.0.0.ebuild
@@ -0,0 +1,30 @@
+# 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"
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provides a high-level toolkit for building cryptographic systems 
and protocols"
+HOMEPAGE="https://github.com/cryptosphere/rbnacl;
+
+LICENSE="MIT"
+SLOT="5"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND+=" dev-libs/libsodium"
+DEPEND+=" test? ( dev-libs/libsodium )"
+
+all_ruby_prepare() {
+   sed -i -e '/coveralls/I s:^:#:' \
+   -e '/bundler/ s:^:#:' \
+   -e 's:rbnacl/libsodium:rbnacl:' spec/spec_helper.rb
+}



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

2017-05-09 Thread Hans de Graaff
commit: 01babc98ed5ae7def2843ec24f96a1d314e70713
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue May  9 18:49:24 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue May  9 18:50:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01babc98

dev-ruby/rbnacl: add ruby24

Package-Manager: Portage-2.3.5, Repoman-2.3.1

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

diff --git a/dev-ruby/rbnacl/rbnacl-4.0.2.ebuild 
b/dev-ruby/rbnacl/rbnacl-4.0.2.ebuild
index 0761e6a1a7d..ab73721d1e1 100644
--- a/dev-ruby/rbnacl/rbnacl-4.0.2.ebuild
+++ b/dev-ruby/rbnacl/rbnacl-4.0.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby22 ruby23"
+USE_RUBY="ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"



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

2017-03-13 Thread Hans de Graaff
commit: e14ecfe0d97403b4b3216396416efbcef3ffbba8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Mar 14 05:06:49 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Mar 14 05:06:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e14ecfe0

dev-ruby/rbnacl: add 4.0.2

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/dev-ruby/rbnacl/Manifest b/dev-ruby/rbnacl/Manifest
index b9b6e98b6a9..290b4604b89 100644
--- a/dev-ruby/rbnacl/Manifest
+++ b/dev-ruby/rbnacl/Manifest
@@ -1 +1,2 @@
 DIST rbnacl-4.0.1.gem 219648 SHA256 
8161c789cf6567084b648b480e4c6081546ecea265061376f715887977ba4072 SHA512 
987a3cdbaa83ee433bf8acce8c6b89202a7ae6c485a0f8bbb58b77c6c6f096fd60ec571c88cd96cabc861bc0e4fecf0611177732136a88a98a03dbb547cf6b67
 WHIRLPOOL 
6c53418e2b492a38b1dea30501375f893fadb64d590321cb0d1c9b0e2494adfcb3e04ddcdf7480bacd9ae26ea9af951f4ce100024bc514b4630cbf07a4486c5c
+DIST rbnacl-4.0.2.gem 220160 SHA256 
885c5f5dfa23007132df6d34992067f867968fcef8071e371ca5378ef88bb321 SHA512 
d13d36e4248d5e40bb5d9496e08823438d312c16d14e3068be89a62dd7f80ec7f99fa5995752b183656b6ae863af77645b16ce45d05a74ad0dfbd4a93c8854d4
 WHIRLPOOL 
a262c19e8e1df26ba637e440225a627fa54bebe1ecc0ced7a5c3000c6c5c8957e0e463405223d14fa287673ccbf7f1a1bea0c35725abe7f792e3307d5519034b

diff --git a/dev-ruby/rbnacl/rbnacl-4.0.2.ebuild 
b/dev-ruby/rbnacl/rbnacl-4.0.2.ebuild
new file mode 100644
index 000..0761e6a1a7d
--- /dev/null
+++ b/dev-ruby/rbnacl/rbnacl-4.0.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+USE_RUBY="ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provides a high-level toolkit for building cryptographic systems 
and protocols"
+HOMEPAGE="https://github.com/cryptosphere/rbnacl;
+
+LICENSE="MIT"
+SLOT="4"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND+=" dev-libs/libsodium"
+DEPEND+=" test? ( dev-libs/libsodium )"
+
+all_ruby_prepare() {
+   sed -i -e '/coveralls/I s:^:#:' \
+   -e '/bundler/ s:^:#:' \
+   -e 's:rbnacl/libsodium:rbnacl:' spec/spec_helper.rb
+}



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

2017-02-02 Thread Hans de Graaff
commit: 3e55cb6b21e30501829ce623526b6e788d2ce027
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Feb  3 07:29:05 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Feb  3 07:29:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e55cb6b

dev-ruby/rbnacl: import 4.0.1

Package-Manager: portage-2.3.3

 dev-ruby/rbnacl/Manifest|  1 +
 dev-ruby/rbnacl/metadata.xml| 11 +++
 dev-ruby/rbnacl/rbnacl-4.0.1.ebuild | 31 +++
 3 files changed, 43 insertions(+)

diff --git a/dev-ruby/rbnacl/Manifest b/dev-ruby/rbnacl/Manifest
new file mode 100644
index ..b9b6e98
--- /dev/null
+++ b/dev-ruby/rbnacl/Manifest
@@ -0,0 +1 @@
+DIST rbnacl-4.0.1.gem 219648 SHA256 
8161c789cf6567084b648b480e4c6081546ecea265061376f715887977ba4072 SHA512 
987a3cdbaa83ee433bf8acce8c6b89202a7ae6c485a0f8bbb58b77c6c6f096fd60ec571c88cd96cabc861bc0e4fecf0611177732136a88a98a03dbb547cf6b67
 WHIRLPOOL 
6c53418e2b492a38b1dea30501375f893fadb64d590321cb0d1c9b0e2494adfcb3e04ddcdf7480bacd9ae26ea9af951f4ce100024bc514b4630cbf07a4486c5c

diff --git a/dev-ruby/rbnacl/metadata.xml b/dev-ruby/rbnacl/metadata.xml
new file mode 100644
index ..22da007
--- /dev/null
+++ b/dev-ruby/rbnacl/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+r...@gentoo.org
+Gentoo Ruby Project
+  
+  
+cryptosphere/rbnacl
+  
+

diff --git a/dev-ruby/rbnacl/rbnacl-4.0.1.ebuild 
b/dev-ruby/rbnacl/rbnacl-4.0.1.ebuild
new file mode 100644
index ..444d500
--- /dev/null
+++ b/dev-ruby/rbnacl/rbnacl-4.0.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provides a high-level toolkit for building cryptographic systems 
and protocols"
+HOMEPAGE="https://github.com/cryptosphere/rbnacl;
+
+LICENSE="MIT"
+SLOT="4"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND+=" dev-libs/libsodium"
+DEPEND+=" test? ( dev-libs/libsodium )"
+
+all_ruby_prepare() {
+   sed -i -e '/coveralls/I s:^:#:' \
+   -e '/bundler/ s:^:#:' \
+   -e 's:rbnacl/libsodium:rbnacl:' spec/spec_helper.rb
+}