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

2023-12-31 Thread Hans de Graaff
commit: 97c897c73fb8516f33ffcce00ebcfc2297b4ae0d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec 31 19:23:35 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec 31 19:23:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97c897c7

dev-ruby/ed25519: enable ruby33

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

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

diff --git a/dev-ruby/ed25519/ed25519-1.3.0.ebuild 
b/dev-ruby/ed25519/ed25519-1.3.0.ebuild
index 8f443f84171a..8b3f2455d74b 100644
--- a/dev-ruby/ed25519/ed25519-1.3.0.ebuild
+++ b/dev-ruby/ed25519/ed25519-1.3.0.ebuild
@@ -3,7 +3,7 @@
 
 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/ed25519/

2023-03-28 Thread Sam James
commit: 7647874860ce6af9b820e819fb76b17936f92572
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 28 21:12:47 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 28 21:12:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76478748

dev-ruby/ed25519: Stabilize 1.3.0 ppc, #90

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

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

diff --git a/dev-ruby/ed25519/ed25519-1.3.0.ebuild 
b/dev-ruby/ed25519/ed25519-1.3.0.ebuild
index 89bd57db8640..8f443f84171a 100644
--- a/dev-ruby/ed25519/ed25519-1.3.0.ebuild
+++ b/dev-ruby/ed25519/ed25519-1.3.0.ebuild
@@ -21,7 +21,7 @@ 
SRC_URI="https://github.com/crypto-rb/ed25519/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
 IUSE=""
 
 all_ruby_prepare() {



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

2023-03-28 Thread Sam James
commit: 07daedb37c7b63c6e12ac66c53446b264c1d30c3
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 28 16:03:43 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 28 16:03:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07daedb3

dev-ruby/ed25519: Stabilize 1.3.0 ppc64, #90

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

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

diff --git a/dev-ruby/ed25519/ed25519-1.3.0.ebuild 
b/dev-ruby/ed25519/ed25519-1.3.0.ebuild
index d2ab8760552a..89bd57db8640 100644
--- a/dev-ruby/ed25519/ed25519-1.3.0.ebuild
+++ b/dev-ruby/ed25519/ed25519-1.3.0.ebuild
@@ -21,7 +21,7 @@ 
SRC_URI="https://github.com/crypto-rb/ed25519/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86"
 IUSE=""
 
 all_ruby_prepare() {



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

2023-03-28 Thread Sam James
commit: 2a286a4e671131294c719fd78b3222d7cc9ea458
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 28 16:00:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 28 16:00:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a286a4e

dev-ruby/ed25519: Stabilize 1.3.0 x86, #90

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

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

diff --git a/dev-ruby/ed25519/ed25519-1.3.0.ebuild 
b/dev-ruby/ed25519/ed25519-1.3.0.ebuild
index a5f5e1ad7e42..af2bb12ae92f 100644
--- a/dev-ruby/ed25519/ed25519-1.3.0.ebuild
+++ b/dev-ruby/ed25519/ed25519-1.3.0.ebuild
@@ -21,7 +21,7 @@ 
SRC_URI="https://github.com/crypto-rb/ed25519/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE=""
 
 all_ruby_prepare() {



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

2023-03-28 Thread Sam James
commit: 9c32a8f16821f19746316fb99daf88f6582ad3a0
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 28 16:00:07 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 28 16:00:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c32a8f1

dev-ruby/ed25519: Stabilize 1.3.0 amd64, #90

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

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

diff --git a/dev-ruby/ed25519/ed25519-1.3.0.ebuild 
b/dev-ruby/ed25519/ed25519-1.3.0.ebuild
index af2bb12ae92f..d2ab8760552a 100644
--- a/dev-ruby/ed25519/ed25519-1.3.0.ebuild
+++ b/dev-ruby/ed25519/ed25519-1.3.0.ebuild
@@ -21,7 +21,7 @@ 
SRC_URI="https://github.com/crypto-rb/ed25519/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE=""
 
 all_ruby_prepare() {



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

2023-03-13 Thread Hans de Graaff
commit: f236e3197c473c947eb52a80f6500fdff9cbcc3b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Mar 13 07:03:58 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 13 07:14:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f236e319

dev-ruby/ed25519: enable ruby32

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

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

diff --git a/dev-ruby/ed25519/ed25519-1.3.0.ebuild 
b/dev-ruby/ed25519/ed25519-1.3.0.ebuild
index 2bb0fdb04b78..a5f5e1ad7e42 100644
--- a/dev-ruby/ed25519/ed25519-1.3.0.ebuild
+++ b/dev-ruby/ed25519/ed25519-1.3.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
 



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

2022-08-17 Thread Sam James
commit: a36c4e4b61b65724b174b1004b0cc6edfa02a8a5
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 17 15:39:00 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 17 15:39:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a36c4e4b

dev-ruby/ed25519: Keyword 1.3.0 arm64, #851081

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

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

diff --git a/dev-ruby/ed25519/ed25519-1.3.0.ebuild 
b/dev-ruby/ed25519/ed25519-1.3.0.ebuild
index 259a7fcc67ec..2bb0fdb04b78 100644
--- a/dev-ruby/ed25519/ed25519-1.3.0.ebuild
+++ b/dev-ruby/ed25519/ed25519-1.3.0.ebuild
@@ -21,7 +21,7 @@ 
SRC_URI="https://github.com/crypto-rb/ed25519/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 all_ruby_prepare() {



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

2022-05-06 Thread Hans de Graaff
commit: cc42ccaae405615c3fe69e2fb34b2cb9374c0b5a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May  6 08:31:06 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May  6 08:38:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc42ccaa

dev-ruby/ed25519: drop 1.2.4

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

 dev-ruby/ed25519/ed25519-1.2.4.ebuild | 35 ---
 1 file changed, 35 deletions(-)

diff --git a/dev-ruby/ed25519/ed25519-1.2.4.ebuild 
b/dev-ruby/ed25519/ed25519-1.2.4.ebuild
deleted file mode 100644
index 282a543f34f2..
--- a/dev-ruby/ed25519/ed25519-1.2.4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for the Ed25519 public-key signature system"
-HOMEPAGE="https://github.com/crypto-rb/ed25519;
-SRC_URI="https://github.com/crypto-rb/ed25519/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="1"
-KEYWORDS="amd64 ~arm ppc ppc64 x86"
-IUSE=""
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/ s:^:#:' spec/spec_helper.rb || die
-}
-
-each_ruby_configure() {
-   ${RUBY} -Cext/ed25519_ref10 extconf.rb || die
-}
-
-each_ruby_compile() {
-   emake V=1 -Cext/ed25519_ref10
-   cp ext/ed25519_ref10/ed25519_ref10.so lib/ || die
-}



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

2022-03-30 Thread Hans de Graaff
commit: 0348cdf46eee06f3c66b40b2729ad394ee77d61b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Mar 30 08:07:35 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Mar 31 05:39:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0348cdf4

dev-ruby/ed25519: stabilize 1.2.4-r1 for amd64, ppc, ppc64, x86

Stable on arches since this there are no code changes in this revision.

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

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

diff --git a/dev-ruby/ed25519/ed25519-1.2.4-r1.ebuild 
b/dev-ruby/ed25519/ed25519-1.2.4-r1.ebuild
index 3b2578925016..08e98bf86a2b 100644
--- a/dev-ruby/ed25519/ed25519-1.2.4-r1.ebuild
+++ b/dev-ruby/ed25519/ed25519-1.2.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -21,7 +21,7 @@ 
SRC_URI="https://github.com/crypto-rb/ed25519/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ppc ppc64 x86"
 IUSE=""
 
 all_ruby_prepare() {



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

2022-03-30 Thread Hans de Graaff
commit: 7a1049f2e4f519e43919f99f21953179c2a6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Mar 30 08:06:26 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Mar 31 05:39:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a1049f2

dev-ruby/ed25519: add 1.3.0

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

 dev-ruby/ed25519/Manifest |  1 +
 dev-ruby/ed25519/ed25519-1.3.0.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-ruby/ed25519/Manifest b/dev-ruby/ed25519/Manifest
index aacf5d4f0ae1..44bc214b2a57 100644
--- a/dev-ruby/ed25519/Manifest
+++ b/dev-ruby/ed25519/Manifest
@@ -1 +1,2 @@
 DIST ed25519-1.2.4.tar.gz 136685 BLAKE2B 
d0fd78f16df2b09f5835fca4b0963cee930e17ece2c4eea2cbf4544ed1a5e30c7dc63525b285f4e1e150e5e70d1e8207ca07ce985c27441a903c69875fd92dee
 SHA512 
cf2de7781848d804f3a279baef26f887846d7d846d225293c74dc3f4e301d18518c9edc8b721f9637fff8f087703e91d2376119f2d8185ef19be5862f99801b3
+DIST ed25519-1.3.0.tar.gz 137160 BLAKE2B 
520ffa6bd0a801faa9f5f63873d705a211c3dba0e5319246b77bd455585e60baf7c7829ddebb892a896c1ae763e6df732115675307451c33bb20f56bb7c89be4
 SHA512 
dbd108769e131d15e4f31eaf7f4a46530769f279ccbbe4a10b5fe9e1d394bafb0ea6af95b6b1da2d66db00072576ff9d6d5c9156d949d79daf929a9dbd22eea8

diff --git a/dev-ruby/ed25519/ed25519-1.3.0.ebuild 
b/dev-ruby/ed25519/ed25519-1.3.0.ebuild
new file mode 100644
index ..259a7fcc67ec
--- /dev/null
+++ b/dev-ruby/ed25519/ed25519-1.3.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTENSIONS=(ext/ed25519_ref10/extconf.rb)
+
+RUBY_FAKEGEM_GEMSPEC="ed25519.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for the Ed25519 public-key signature system"
+HOMEPAGE="https://github.com/crypto-rb/ed25519;
+SRC_URI="https://github.com/crypto-rb/ed25519/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE=""
+
+all_ruby_prepare() {
+   sed -i -e '/\(bundler\|coverall\)/I s:^:#:' spec/spec_helper.rb || die
+}



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

2021-07-07 Thread Hans de Graaff
commit: d0d12306ba1222e89a02afb4a25eb3ca06ab21f9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul  7 09:47:48 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul  7 17:38:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0d12306

dev-ruby/ed25519: add ruby30; EAPI 7; fix extension

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

 dev-ruby/ed25519/ed25519-1.2.4-r1.ebuild | 29 +
 1 file changed, 29 insertions(+)

diff --git a/dev-ruby/ed25519/ed25519-1.2.4-r1.ebuild 
b/dev-ruby/ed25519/ed25519-1.2.4-r1.ebuild
new file mode 100644
index 000..3b257892501
--- /dev/null
+++ b/dev-ruby/ed25519/ed25519-1.2.4-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTENSIONS=(ext/ed25519_ref10/extconf.rb)
+
+RUBY_FAKEGEM_GEMSPEC="ed25519.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for the Ed25519 public-key signature system"
+HOMEPAGE="https://github.com/crypto-rb/ed25519;
+SRC_URI="https://github.com/crypto-rb/ed25519/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE=""
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/ s:^:#:' spec/spec_helper.rb || die
+}



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

2020-02-09 Thread Hans de Graaff
commit: 8c887854c8c7eb1ea7a88b6f0eee273dc19b8c5e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb  9 14:34:14 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb  9 15:07:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c887854

dev-ruby/ed25519: add ruby27

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

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

diff --git a/dev-ruby/ed25519/ed25519-1.2.4.ebuild 
b/dev-ruby/ed25519/ed25519-1.2.4.ebuild
index eab124b782a..282a543f34f 100644
--- a/dev-ruby/ed25519/ed25519-1.2.4.ebuild
+++ b/dev-ruby/ed25519/ed25519-1.2.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"



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

2019-09-11 Thread Agostino Sarubbo
commit: 6ea892ef6cc801491539098558e8b6f18d789289
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Sep 11 11:06:00 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Sep 11 11:06:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ea892ef

dev-ruby/ed25519: ppc64 stable wrt bug #694018

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-ruby/ed25519/ed25519-1.2.4.ebuild 
b/dev-ruby/ed25519/ed25519-1.2.4.ebuild
index 80da581b8d6..eab124b782a 100644
--- a/dev-ruby/ed25519/ed25519-1.2.4.ebuild
+++ b/dev-ruby/ed25519/ed25519-1.2.4.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/crypto-rb/ed25519/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="amd64 ~arm ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ppc ppc64 x86"
 IUSE=""
 
 all_ruby_prepare() {



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

2019-09-11 Thread Agostino Sarubbo
commit: fc39230c47c78fb969224512803672f5ce882567
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Sep 11 08:43:35 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Sep 11 08:43:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc39230c

dev-ruby/ed25519: x86 stable wrt bug #694018

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

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

diff --git a/dev-ruby/ed25519/ed25519-1.2.4.ebuild 
b/dev-ruby/ed25519/ed25519-1.2.4.ebuild
index 6e43190d3db..80da581b8d6 100644
--- a/dev-ruby/ed25519/ed25519-1.2.4.ebuild
+++ b/dev-ruby/ed25519/ed25519-1.2.4.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/crypto-rb/ed25519/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="amd64 ~arm ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ppc ~ppc64 x86"
 IUSE=""
 
 all_ruby_prepare() {



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

2019-09-11 Thread Agostino Sarubbo
commit: 352cf935f24ff5220ea55771a96d67d76bfe8a9f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Sep 11 08:28:32 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Sep 11 08:28:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=352cf935

dev-ruby/ed25519: ppc stable wrt bug #694018

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

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

diff --git a/dev-ruby/ed25519/ed25519-1.2.4.ebuild 
b/dev-ruby/ed25519/ed25519-1.2.4.ebuild
index 424675f9922..6e43190d3db 100644
--- a/dev-ruby/ed25519/ed25519-1.2.4.ebuild
+++ b/dev-ruby/ed25519/ed25519-1.2.4.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/crypto-rb/ed25519/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ppc ~ppc64 ~x86"
 IUSE=""
 
 all_ruby_prepare() {



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

2019-09-11 Thread Agostino Sarubbo
commit: f1faafd3175de84d9cfb9358096cb043e3ba26eb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Sep 11 08:20:33 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Sep 11 08:20:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1faafd3

dev-ruby/ed25519: amd64 stable wrt bug #694018

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

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

diff --git a/dev-ruby/ed25519/ed25519-1.2.4.ebuild 
b/dev-ruby/ed25519/ed25519-1.2.4.ebuild
index 0fff8931b08..424675f9922 100644
--- a/dev-ruby/ed25519/ed25519-1.2.4.ebuild
+++ b/dev-ruby/ed25519/ed25519-1.2.4.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/crypto-rb/ed25519/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE=""
 
 all_ruby_prepare() {



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

2019-01-19 Thread Hans de Graaff
commit: 85d345cf64d8894233255d56a82e7833423db608
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 19 10:48:58 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan 19 14:47:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85d345cf

dev-ruby/ed25519: add ruby26

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

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

diff --git a/dev-ruby/ed25519/ed25519-1.2.4.ebuild 
b/dev-ruby/ed25519/ed25519-1.2.4.ebuild
index 69c4b0553ab..0fff8931b08 100644
--- a/dev-ruby/ed25519/ed25519-1.2.4.ebuild
+++ b/dev-ruby/ed25519/ed25519-1.2.4.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/ed25519/

2018-11-26 Thread Rick Farina
commit: 175b383c0382c2a1970e1a373cf0ad2581de6b05
Author: Zero_Chaos  gentoo  org>
AuthorDate: Mon Nov 26 15:43:40 2018 +
Commit: Rick Farina  gentoo  org>
CommitDate: Mon Nov 26 15:43:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=175b383c

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

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

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

diff --git a/dev-ruby/ed25519/ed25519-1.2.4.ebuild 
b/dev-ruby/ed25519/ed25519-1.2.4.ebuild
index 42d20b58a4f..69c4b0553ab 100644
--- a/dev-ruby/ed25519/ed25519-1.2.4.ebuild
+++ b/dev-ruby/ed25519/ed25519-1.2.4.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/crypto-rb/ed25519/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE=""
 
 all_ruby_prepare() {



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

2018-11-06 Thread Sergei Trofimovich
commit: e45a352a458665b51e72912fef91236e11832dfc
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Nov  7 00:37:01 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov  7 00:37:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e45a352a

dev-ruby/ed25519: keyworded 1.2.4 for ppc, bug #667070

Package-Manager: Portage-2.3.51, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-ruby/ed25519/ed25519-1.2.4.ebuild 
b/dev-ruby/ed25519/ed25519-1.2.4.ebuild
index bac0177a8e5..42d20b58a4f 100644
--- a/dev-ruby/ed25519/ed25519-1.2.4.ebuild
+++ b/dev-ruby/ed25519/ed25519-1.2.4.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/crypto-rb/ed25519/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 all_ruby_prepare() {



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

2018-10-14 Thread Sergei Trofimovich
commit: 12d5e1c29da648e920e62417b82887e8e5a1fc72
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Oct 14 09:09:12 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Oct 14 09:09:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12d5e1c2

dev-ruby/ed25519: keyworded 1.2.4 for ppc64, bug #667070

Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/dev-ruby/ed25519/ed25519-1.2.4.ebuild 
b/dev-ruby/ed25519/ed25519-1.2.4.ebuild
index 12c3544c6c0..bac0177a8e5 100644
--- a/dev-ruby/ed25519/ed25519-1.2.4.ebuild
+++ b/dev-ruby/ed25519/ed25519-1.2.4.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/crypto-rb/ed25519/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE=""
 
 all_ruby_prepare() {



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

2018-10-01 Thread Thomas Deutschmann
commit: 364cbf77e6d422d7ee00d4d55df4055419ff
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Oct  1 22:40:45 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Oct  1 22:42:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=364c

dev-ruby/ed25519: x86 keyworded (bug #667070)

Signed-off-by: Thomas Deutschmann  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

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

diff --git a/dev-ruby/ed25519/ed25519-1.2.4.ebuild 
b/dev-ruby/ed25519/ed25519-1.2.4.ebuild
index ad1b52d61a5..12c3544c6c0 100644
--- a/dev-ruby/ed25519/ed25519-1.2.4.ebuild
+++ b/dev-ruby/ed25519/ed25519-1.2.4.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
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/crypto-rb/ed25519/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 all_ruby_prepare() {



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

2018-06-07 Thread Hans de Graaff
commit: 44f87aef074b09e9fc369fcc8a693c2ba8b0b869
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun  8 05:30:40 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun  8 05:33:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44f87aef

dev-ruby/ed25519: initial import of 1.2.4

New dependency for dev-ruby/net-ssh

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/ed25519/Manifest |  1 +
 dev-ruby/ed25519/ed25519-1.2.4.ebuild | 35 +++
 dev-ruby/ed25519/metadata.xml | 11 +++
 3 files changed, 47 insertions(+)

diff --git a/dev-ruby/ed25519/Manifest b/dev-ruby/ed25519/Manifest
new file mode 100644
index 000..aacf5d4f0ae
--- /dev/null
+++ b/dev-ruby/ed25519/Manifest
@@ -0,0 +1 @@
+DIST ed25519-1.2.4.tar.gz 136685 BLAKE2B 
d0fd78f16df2b09f5835fca4b0963cee930e17ece2c4eea2cbf4544ed1a5e30c7dc63525b285f4e1e150e5e70d1e8207ca07ce985c27441a903c69875fd92dee
 SHA512 
cf2de7781848d804f3a279baef26f887846d7d846d225293c74dc3f4e301d18518c9edc8b721f9637fff8f087703e91d2376119f2d8185ef19be5862f99801b3

diff --git a/dev-ruby/ed25519/ed25519-1.2.4.ebuild 
b/dev-ruby/ed25519/ed25519-1.2.4.ebuild
new file mode 100644
index 000..ad1b52d61a5
--- /dev/null
+++ b/dev-ruby/ed25519/ed25519-1.2.4.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for the Ed25519 public-key signature system"
+HOMEPAGE="https://github.com/crypto-rb/ed25519;
+SRC_URI="https://github.com/crypto-rb/ed25519/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~amd64"
+IUSE=""
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/ s:^:#:' spec/spec_helper.rb || die
+}
+
+each_ruby_configure() {
+   ${RUBY} -Cext/ed25519_ref10 extconf.rb || die
+}
+
+each_ruby_compile() {
+   emake V=1 -Cext/ed25519_ref10
+   cp ext/ed25519_ref10/ed25519_ref10.so lib/ || die
+}

diff --git a/dev-ruby/ed25519/metadata.xml b/dev-ruby/ed25519/metadata.xml
new file mode 100644
index 000..63e6d11b32c
--- /dev/null
+++ b/dev-ruby/ed25519/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+r...@gentoo.org
+Gentoo Ruby Project
+  
+  
+crypto-rb/ed25519
+  
+