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

2023-12-27 Thread Hans de Graaff
commit: a0a35199ab625b5fdeac3505c5b2f15f74a3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Dec 27 14:05:19 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Dec 27 14:07:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0a35199

dev-ruby/narray: enable ruby33

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

 dev-ruby/narray/narray-0.6.1.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/narray/narray-0.6.1.2-r2.ebuild 
b/dev-ruby/narray/narray-0.6.1.2-r2.ebuild
index 5237da704e96..3def3445048e 100644
--- a/dev-ruby/narray/narray-0.6.1.2-r2.ebuild
+++ b/dev-ruby/narray/narray-0.6.1.2-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_TASK_DOC=""



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

2023-03-28 Thread Sam James
commit: bb4ec298cd1fcd0547605107d1cd0f253ad5a50a
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 29 01:32:45 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 29 01:32:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb4ec298

dev-ruby/narray: Stabilize 0.6.1.2-r2 ppc, #903425

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

 dev-ruby/narray/narray-0.6.1.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/narray/narray-0.6.1.2-r2.ebuild 
b/dev-ruby/narray/narray-0.6.1.2-r2.ebuild
index 3b99fa12e0b4..5237da704e96 100644
--- a/dev-ruby/narray/narray-0.6.1.2-r2.ebuild
+++ b/dev-ruby/narray/narray-0.6.1.2-r2.ebuild
@@ -23,7 +23,7 @@ SRC_URI="https://github.com/masa16/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="Ruby-BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ~mips ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm64 ~hppa ~mips ppc ~ppc64 x86"
 
 IUSE=""
 



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

2023-03-25 Thread Sam James
commit: bd269d8047f5f1d2ea1b6b767759d51675719b34
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar 25 06:57:30 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 25 07:11:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd269d80

dev-ruby/narray: enable ruby32

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

 dev-ruby/narray/narray-0.6.1.2-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/narray/narray-0.6.1.2-r2.ebuild 
b/dev-ruby/narray/narray-0.6.1.2-r2.ebuild
index 0d45789133f2..4154ee0c1d70 100644
--- a/dev-ruby/narray/narray-0.6.1.2-r2.ebuild
+++ b/dev-ruby/narray/narray-0.6.1.2-r2.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_TASK_TEST=""
 RUBY_FAKEGEM_TASK_DOC=""



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

2022-07-30 Thread Hans de Graaff
commit: 7721f26b2a40e7b3b1ad404dd83dff0dc980a270
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jul 30 07:06:53 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jul 30 07:46:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7721f26b

dev-ruby/narray: update LICENSE

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

 dev-ruby/narray/narray-0.6.1.2-r1.ebuild | 4 ++--
 dev-ruby/narray/narray-0.6.1.2-r2.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/narray/narray-0.6.1.2-r1.ebuild 
b/dev-ruby/narray/narray-0.6.1.2-r1.ebuild
index 6476e6194a42..b06f4ff57937 100644
--- a/dev-ruby/narray/narray-0.6.1.2-r1.ebuild
+++ b/dev-ruby/narray/narray-0.6.1.2-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=8
@@ -19,7 +19,7 @@ DESCRIPTION="Numerical N-dimensional Array class"
 HOMEPAGE="https://masa16.github.io/narray/;
 SRC_URI="https://github.com/masa16/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
-LICENSE="Ruby"
+LICENSE="Ruby-BSD"
 SLOT="0"
 KEYWORDS="amd64 ~arm64 ~hppa ~mips ppc ~ppc64 x86"
 

diff --git a/dev-ruby/narray/narray-0.6.1.2-r2.ebuild 
b/dev-ruby/narray/narray-0.6.1.2-r2.ebuild
index 17c9c193b908..991be0790988 100644
--- a/dev-ruby/narray/narray-0.6.1.2-r2.ebuild
+++ b/dev-ruby/narray/narray-0.6.1.2-r2.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=8
@@ -21,7 +21,7 @@ DESCRIPTION="Numerical N-dimensional Array class"
 HOMEPAGE="https://masa16.github.io/narray/;
 SRC_URI="https://github.com/masa16/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
-LICENSE="Ruby"
+LICENSE="Ruby-BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86"
 



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

2022-07-30 Thread Hans de Graaff
commit: 81c74f0889cbfe4cd66dabec1327d6e593088f4b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jul 30 07:07:39 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jul 30 07:46:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81c74f08

dev-ruby/narray: enable ruby31

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

 dev-ruby/narray/narray-0.6.1.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/narray/narray-0.6.1.2-r2.ebuild 
b/dev-ruby/narray/narray-0.6.1.2-r2.ebuild
index 991be0790988..0d45789133f2 100644
--- a/dev-ruby/narray/narray-0.6.1.2-r2.ebuild
+++ b/dev-ruby/narray/narray-0.6.1.2-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-USE_RUBY="ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_TASK_DOC=""



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

2021-11-24 Thread Hans de Graaff
commit: 98cdb62a6190176f65d308119d2bb37f93c8203a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Nov 25 06:35:26 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Nov 25 06:37:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98cdb62a

dev-ruby/narray: fix extension install

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

 dev-ruby/narray/narray-0.6.1.2-r2.ebuild | 45 
 1 file changed, 45 insertions(+)

diff --git a/dev-ruby/narray/narray-0.6.1.2-r2.ebuild 
b/dev-ruby/narray/narray-0.6.1.2-r2.ebuild
new file mode 100644
index ..17c9c193b908
--- /dev/null
+++ b/dev-ruby/narray/narray-0.6.1.2-r2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_TASK_TEST=""
+RUBY_FAKEGEM_TASK_DOC=""
+
+RUBY_FAKEGEM_EXTRADOC="ChangeLog README.md README.ja.md SPEC.en.txt 
SPEC.ja.txt"
+
+RUBY_FAKEGEM_GEMSPEC="narray.gemspec"
+RUBY_FAKEGEM_VERSION="${PV/_p/.}"
+
+RUBY_FAKEGEM_EXTENSIONS=(./extconf.rb)
+
+inherit ruby-fakegem
+
+DESCRIPTION="Numerical N-dimensional Array class"
+HOMEPAGE="https://masa16.github.io/narray/;
+SRC_URI="https://github.com/masa16/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Ruby"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86"
+
+IUSE=""
+
+all_ruby_prepare() {
+   # the tests aren't really written to be a testsuite, so the
+   # failure cases will literally fail; ignore all of those and
+   # instead expect that the rest won't fail.
+   sed -i -e '/[fF]ollowing will fail/,$ s:^:#:' \
+   -e '/next will fail/,$ s:^:#:' \
+   test/*.rb || die "sed failed"
+
+   sed -i -e 's:src/narray.h:narray.h:' ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+   for unit in test/*; do
+   ${RUBY} -Ilib ${unit} || die "test ${unit} failed"
+   done
+}



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

2021-11-24 Thread Hans de Graaff
commit: 216ff8dcb546bb9d10aa820ce7f99fed9815aece
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Nov 25 06:26:44 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Nov 25 06:37:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=216ff8dc

dev-ruby/narray: cleanup

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

 dev-ruby/narray/narray-0.6.1.2.ebuild | 49 ---
 1 file changed, 49 deletions(-)

diff --git a/dev-ruby/narray/narray-0.6.1.2.ebuild 
b/dev-ruby/narray/narray-0.6.1.2.ebuild
deleted file mode 100644
index 34ca5260bb13..
--- a/dev-ruby/narray/narray-0.6.1.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="ChangeLog README.md README.ja.md SPEC.en.txt 
SPEC.ja.txt"
-
-RUBY_FAKEGEM_VERSION="${PV/_p/.}"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="Numerical N-dimensional Array class"
-HOMEPAGE="https://masa16.github.io/narray/;
-SRC_URI="https://github.com/masa16/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Ruby"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ~mips ppc ~ppc64 x86"
-
-IUSE=""
-
-all_ruby_prepare() {
-   # the tests aren't really written to be a testsuite, so the
-   # failure cases will literally fail; ignore all of those and
-   # instead expect that the rest won't fail.
-   sed -i -e '/[fF]ollowing will fail/,$ s:^:#:' \
-   -e '/next will fail/,$ s:^:#:' \
-   test/*.rb || die "sed failed"
-}
-
-each_ruby_configure() {
-   ${RUBY} extconf.rb || die "extconf.rb failed"
-}
-
-each_ruby_compile() {
-   emake V=1 CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}"
-   cp -l ${PN}$(get_modname) ${PN}.h ${PN}_config.h lib/ || die "copy of 
${PN}$(get_modname) failed"
-}
-
-each_ruby_test() {
-   for unit in test/*; do
-   ${RUBY} -Ilib ${unit} || die "test ${unit} failed"
-   done
-}



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

2021-11-23 Thread Hans de Graaff
commit: 2a9f9b8e280fd4c021d494ed2e05b30db36d1651
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Nov 24 07:05:43 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Nov 24 07:29:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a9f9b8e

dev-ruby/narray: all arches stable

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

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

diff --git a/dev-ruby/narray/narray-0.6.1.2-r1.ebuild 
b/dev-ruby/narray/narray-0.6.1.2-r1.ebuild
index 009d7058af8e..6476e6194a42 100644
--- a/dev-ruby/narray/narray-0.6.1.2-r1.ebuild
+++ b/dev-ruby/narray/narray-0.6.1.2-r1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/masa16/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="Ruby"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~hppa ~mips ppc ~ppc64 x86"
 
 IUSE=""
 



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

2021-10-18 Thread Hans de Graaff
commit: 7d0b380da8625d5232fc1bf82bfce84f69fd8288
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Oct 18 11:11:34 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Oct 18 11:11:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d0b380d

dev-ruby/narray: EAPI 8; add ruby30

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

 dev-ruby/narray/narray-0.6.1.2-r1.ebuild | 52 
 1 file changed, 52 insertions(+)

diff --git a/dev-ruby/narray/narray-0.6.1.2-r1.ebuild 
b/dev-ruby/narray/narray-0.6.1.2-r1.ebuild
new file mode 100644
index 000..009d7058af8
--- /dev/null
+++ b/dev-ruby/narray/narray-0.6.1.2-r1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_TASK_TEST=""
+RUBY_FAKEGEM_TASK_DOC=""
+
+RUBY_FAKEGEM_EXTRADOC="ChangeLog README.md README.ja.md SPEC.en.txt 
SPEC.ja.txt"
+
+RUBY_FAKEGEM_GEMSPEC="narray.gemspec"
+RUBY_FAKEGEM_VERSION="${PV/_p/.}"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="Numerical N-dimensional Array class"
+HOMEPAGE="https://masa16.github.io/narray/;
+SRC_URI="https://github.com/masa16/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Ruby"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86"
+
+IUSE=""
+
+all_ruby_prepare() {
+   # the tests aren't really written to be a testsuite, so the
+   # failure cases will literally fail; ignore all of those and
+   # instead expect that the rest won't fail.
+   sed -i -e '/[fF]ollowing will fail/,$ s:^:#:' \
+   -e '/next will fail/,$ s:^:#:' \
+   test/*.rb || die "sed failed"
+
+   sed -i -e 's:src/narray.h:narray.h:' ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_configure() {
+   ${RUBY} extconf.rb || die "extconf.rb failed"
+}
+
+each_ruby_compile() {
+   emake V=1 CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}"
+   cp -l ${PN}$(get_modname) ${PN}.h ${PN}_config.h lib/ || die "copy of 
${PN}$(get_modname) failed"
+}
+
+each_ruby_test() {
+   for unit in test/*; do
+   ${RUBY} -Ilib ${unit} || die "test ${unit} failed"
+   done
+}



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

2021-08-17 Thread Hans de Graaff
commit: 6f620933eef6cb871818c797e0d5133ac2a1f6dc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Aug 18 04:51:29 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Aug 18 04:51:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f620933

dev-ruby/narray: update HOMEPAGE

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

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

diff --git a/dev-ruby/narray/narray-0.6.1.2.ebuild 
b/dev-ruby/narray/narray-0.6.1.2.ebuild
index aa48f74c788..34ca5260bb1 100644
--- a/dev-ruby/narray/narray-0.6.1.2.ebuild
+++ b/dev-ruby/narray/narray-0.6.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,7 +15,7 @@ RUBY_FAKEGEM_VERSION="${PV/_p/.}"
 inherit multilib ruby-fakegem
 
 DESCRIPTION="Numerical N-dimensional Array class"
-HOMEPAGE="http://www.ir.isas.ac.jp/~masa/ruby/index-e.html;
+HOMEPAGE="https://masa16.github.io/narray/;
 SRC_URI="https://github.com/masa16/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Ruby"



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

2020-07-26 Thread Sam James
commit: 158166ccc86dea50c8da1ac6000f1f9087fdd157
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 27 02:06:38 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 27 02:06:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=158166cc

dev-ruby/narray: arm64 keyworded (bug #733784)

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-ruby/narray/narray-0.6.1.2.ebuild 
b/dev-ruby/narray/narray-0.6.1.2.ebuild
index 7ad3e23d174..f643a9e405c 100644
--- a/dev-ruby/narray/narray-0.6.1.2.ebuild
+++ b/dev-ruby/narray/narray-0.6.1.2.ebuild
@@ -20,7 +20,7 @@ SRC_URI="https://github.com/masa16/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="Ruby"
 SLOT="0"
-KEYWORDS="amd64 hppa ~mips ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm64 hppa ~mips ppc ~ppc64 x86"
 
 IUSE=""
 



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

2020-05-09 Thread Hans de Graaff
commit: 300b4bc017a799bf4b20cddfd54f4ef62b52f2fd
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May  9 08:56:28 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May  9 09:20:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=300b4bc0

dev-ruby/narray: add ruby27

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

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

diff --git a/dev-ruby/narray/narray-0.6.1.2.ebuild 
b/dev-ruby/narray/narray-0.6.1.2.ebuild
index 8972cc9b257..7ad3e23d174 100644
--- a/dev-ruby/narray/narray-0.6.1.2.ebuild
+++ b/dev-ruby/narray/narray-0.6.1.2.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=5
 
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_TASK_DOC=""



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

2019-01-27 Thread Hans de Graaff
commit: 7fc0f92fe893d1c69dea5445ac8afea6324c225d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jan 27 16:49:37 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jan 27 19:11:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fc0f92f

dev-ruby/narray: add ruby26

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

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

diff --git a/dev-ruby/narray/narray-0.6.1.2.ebuild 
b/dev-ruby/narray/narray-0.6.1.2.ebuild
index eeb30014535..8972cc9b257 100644
--- a/dev-ruby/narray/narray-0.6.1.2.ebuild
+++ b/dev-ruby/narray/narray-0.6.1.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_TASK_DOC=""



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

2018-04-25 Thread Hans de Graaff
commit: c1b9fca64d7aceee94c46b1138b35975228296a2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Apr 26 04:55:42 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Apr 26 04:55:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1b9fca6

dev-ruby/narray: cleanup

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/narray/Manifest  |  1 -
 dev-ruby/narray/narray-0.6.1.1.ebuild | 50 ---
 2 files changed, 51 deletions(-)

diff --git a/dev-ruby/narray/Manifest b/dev-ruby/narray/Manifest
index 444710dc4d5..2cd737d4b67 100644
--- a/dev-ruby/narray/Manifest
+++ b/dev-ruby/narray/Manifest
@@ -1,2 +1 @@
-DIST narray-0.6.1.1.tar.gz 68536 BLAKE2B 
07aaa85ed719da6e5d78f1783e93bf5a46574e2fc8461a75f7a20aad56234c973ec3e5267888e94b505baab2401a210368f93bd003db2e57ac41d4ac5f54875f
 SHA512 
1c9983d29c774cb61b7f8ec53290d427c123b648d88407ff4a2e2aef1a289267050d4846adfc00c075629cb228ed5b3d4f9f5ded4cded0b84ec1a5532cbb49ff
 DIST narray-0.6.1.2.tar.gz 68621 BLAKE2B 
c4e48b81fb0d79cc49e32ed8204d9cac3f483eb44e1207f422f5b272bb8891836d81cd83c090f4d643677b1159801c13d15580504e6ca244a2a75d4b6dfb3204
 SHA512 
51e9bec0b711e79e268b73496ad742b80bb46a6e9ea6aab9a2535a700b6efc8f7ae2e854f5772d434e3d385d81275744dbc796ebec4d3de73f2ec0546bd2339a

diff --git a/dev-ruby/narray/narray-0.6.1.1.ebuild 
b/dev-ruby/narray/narray-0.6.1.1.ebuild
deleted file mode 100644
index 6ea4f1b4bc1..000
--- a/dev-ruby/narray/narray-0.6.1.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# jruby → native extension
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="ChangeLog README.md README.ja.md SPEC.en.txt 
SPEC.ja.txt"
-
-RUBY_FAKEGEM_VERSION="${PV/_p/.}"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="Numerical N-dimensional Array class"
-HOMEPAGE="http://www.ir.isas.ac.jp/~masa/ruby/index-e.html;
-SRC_URI="https://github.com/masa16/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Ruby"
-SLOT="0"
-KEYWORDS="amd64 hppa ~mips ppc ~ppc64 x86"
-
-IUSE=""
-
-all_ruby_prepare() {
-   # the tests aren't really written to be a testsuite, so the
-   # failure cases will literally fail; ignore all of those and
-   # instead expect that the rest won't fail.
-   sed -i -e '/[fF]ollowing will fail/,$ s:^:#:' \
-   -e '/next will fail/,$ s:^:#:' \
-   test/*.rb || die "sed failed"
-}
-
-each_ruby_configure() {
-   ${RUBY} extconf.rb || die "extconf.rb failed"
-}
-
-each_ruby_compile() {
-   emake V=1 CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}"
-   cp -l ${PN}$(get_modname) ${PN}.h ${PN}_config.h lib/ || die "copy of 
${PN}$(get_modname) failed"
-}
-
-each_ruby_test() {
-   for unit in test/*; do
-   ${RUBY} -Ilib ${unit} || die "test ${unit} failed"
-   done
-}



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

2018-04-14 Thread Hans de Graaff
commit: b0a1a7ec9407b56d1b433142e20b1b95a37c0aff
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr 15 05:36:10 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr 15 05:38:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0a1a7ec

dev-ruby/narray: ppc stable, bug 645622

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-ruby/narray/narray-0.6.1.2.ebuild 
b/dev-ruby/narray/narray-0.6.1.2.ebuild
index aa560462fcf..6fee0ac67b1 100644
--- a/dev-ruby/narray/narray-0.6.1.2.ebuild
+++ b/dev-ruby/narray/narray-0.6.1.2.ebuild
@@ -20,7 +20,7 @@ SRC_URI="https://github.com/masa16/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="Ruby"
 SLOT="0"
-KEYWORDS="amd64 hppa ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 hppa ~mips ppc ~ppc64 ~x86"
 
 IUSE=""
 



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

2018-03-20 Thread Matt Turner
commit: a51c8b03bef4f0e81d41c633af4faccd4d10a313
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Mar 21 02:43:38 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Mar 21 02:43:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a51c8b03

dev-ruby/narray-0.6.1.2: hppa stable, bug 645622

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

diff --git a/dev-ruby/narray/narray-0.6.1.2.ebuild 
b/dev-ruby/narray/narray-0.6.1.2.ebuild
index 86c8af07e28..aa560462fcf 100644
--- a/dev-ruby/narray/narray-0.6.1.2.ebuild
+++ b/dev-ruby/narray/narray-0.6.1.2.ebuild
@@ -20,7 +20,7 @@ SRC_URI="https://github.com/masa16/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="Ruby"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 hppa ~mips ~ppc ~ppc64 ~x86"
 
 IUSE=""
 



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

2018-02-24 Thread Hans de Graaff
commit: b99b4aad6657f7f077bdde107c42037dee25d6b4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb 25 06:44:58 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb 25 06:44:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b99b4aad

dev-ruby/narray: amd64 stable, bug 645622

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-ruby/narray/narray-0.6.1.2.ebuild 
b/dev-ruby/narray/narray-0.6.1.2.ebuild
index c0ed314c4f5..86c8af07e28 100644
--- a/dev-ruby/narray/narray-0.6.1.2.ebuild
+++ b/dev-ruby/narray/narray-0.6.1.2.ebuild
@@ -20,7 +20,7 @@ SRC_URI="https://github.com/masa16/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="Ruby"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~hppa ~mips ~ppc ~ppc64 ~x86"
 
 IUSE=""
 



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

2018-01-22 Thread Hans de Graaff
commit: 6f84c6c0a9ffdec3f1269fe9a60a890e1a3267f5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jan 22 19:17:38 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jan 22 19:26:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f84c6c0

dev-ruby/narray: add ruby25

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-ruby/narray/narray-0.6.1.2.ebuild 
b/dev-ruby/narray/narray-0.6.1.2.ebuild
index af3971c3440..c0ed314c4f5 100644
--- a/dev-ruby/narray/narray-0.6.1.2.ebuild
+++ b/dev-ruby/narray/narray-0.6.1.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_TASK_DOC=""



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

2017-08-09 Thread Patrice Clement
commit: f904a8db6b691b59f2e592598c73454cacabb36e
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Mon Aug  7 15:57:14 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Aug  9 06:21:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f904a8db

dev-ruby/narray: remove unused patch.

 .../narray/files/narray-0.6.0.8-fix-tests.patch| 69 --
 1 file changed, 69 deletions(-)

diff --git a/dev-ruby/narray/files/narray-0.6.0.8-fix-tests.patch 
b/dev-ruby/narray/files/narray-0.6.0.8-fix-tests.patch
deleted file mode 100644
index 1e3b6ed6ae8..000
--- a/dev-ruby/narray/files/narray-0.6.0.8-fix-tests.patch
+++ /dev/null
@@ -1,69 +0,0 @@
-From c56dc59527f0681dae7175b2fcab1fe53f52 Mon Sep 17 00:00:00 2001
-From: Masahiro TANAKA 
-Date: Thu, 9 May 2013 16:47:50 +0900
-Subject: [PATCH] fix tests for change in Complex class
-

- test/testcomplex.rb | 4 ++--
- test/testmath.rb| 8 
- test/testpow.rb | 4 ++--
- 3 files changed, 8 insertions(+), 8 deletions(-)
-
-diff --git a/test/testcomplex.rb b/test/testcomplex.rb
-index 7be2e18..8a6346d 100644
 a/test/testcomplex.rb
-+++ b/test/testcomplex.rb
-@@ -10,8 +10,8 @@ def testop(a,b)
-   print "a**b = "; p a**b
- end
- 
--a = NArray.complex(4,1).indgen!.sbt!(-1) + 0.25.im
--b = NArray.complex(1,3).indgen!.add!(-0.5).mul!(0.5.im)
-+a = NArray.complex(4,1).indgen!.sbt!(-1) + Complex(0,0.25)
-+b = NArray.complex(1,3).indgen!.add!(-0.5).mul!(Complex(0,0.5))
- testop(a,b)
- 
- # compare a/b with real-number operation
-diff --git a/test/testmath.rb b/test/testmath.rb
-index 0bf70d3..0aaf089 100644
 a/test/testmath.rb
-+++ b/test/testmath.rb
-@@ -4,10 +4,10 @@
- def pr x
-   x.each{|i|
- if i.kind_of?(Complex)
--  printf("%.3f%+.3fi ",i.real,i.image)
-+  printf("%.3f%+.3fi ",i.real,i.imag)
- else
-   printf("%.3f ",i)
--end  
-+end
-   }
-   print "\n"
- end
-@@ -44,5 +44,5 @@ def testmath(x)
- testmath NArray.sfloat(6).indgen.div!(2)
- testmath NArray.float(6).indgen.div!(2)
- 
--testmath NArray.scomplex(6).indgen.div!(2)-2 - 1.im
--testmath NArray.complex(6).indgen!/5-0.5# - 0.3.im
-+testmath NArray.scomplex(6).indgen.div!(2)-2 - Complex(0,1)
-+testmath NArray.complex(6).indgen!/5-0.5# - Complex(0,0.3)
-diff --git a/test/testpow.rb b/test/testpow.rb
-index 17f81d1..e7360e8 100644
 a/test/testpow.rb
-+++ b/test/testpow.rb
-@@ -7,8 +7,8 @@ def test a
-   p  a**[[-3],[0],[7]]
-   puts 'a**[[-3.0],[0],[7.0]] = '
-   p  a**[[-3.0],[0],[7.0]]
--  puts 'a**(1+0.im) = '
--  p  a**(1+0.im)
-+  puts 'a**Complex(1,0) = '
-+  p  a**Complex(1,0)
-   puts 'a**1.0 = '
-   p  a**1.0
-   puts
--- 
-1.8.1.6
-



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

2017-02-05 Thread Hans de Graaff
commit: d48f411debe3950257d2c7dfa9041738a57ca717
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb  5 15:19:44 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb  5 15:35:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d48f411d

dev-ruby/narray: add 0.6.1.2

Package-Manager: portage-2.3.3

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

diff --git a/dev-ruby/narray/narray-0.6.1.2.ebuild 
b/dev-ruby/narray/narray-0.6.1.2.ebuild
index d00619a..e2968b8 100644
--- a/dev-ruby/narray/narray-0.6.1.2.ebuild
+++ b/dev-ruby/narray/narray-0.6.1.2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_TASK_DOC=""



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

2016-10-02 Thread Hans de Graaff
commit: 47f29159ef6141834b7ede3db73a36a2e6714303
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Oct  2 09:08:18 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Oct  2 17:56:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47f29159

dev-ruby/narray: cleanup

Package-Manager: portage-2.3.0

 dev-ruby/narray/Manifest |  1 -
 dev-ruby/narray/narray-0.6.0.8-r1.ebuild | 57 
 2 files changed, 58 deletions(-)

diff --git a/dev-ruby/narray/Manifest b/dev-ruby/narray/Manifest
index 80a0c69..bd810e9 100644
--- a/dev-ruby/narray/Manifest
+++ b/dev-ruby/narray/Manifest
@@ -1,3 +1,2 @@
-DIST narray-0.6.0.8.tar.gz 68519 SHA256 
0e7ec5d8554ad273ef74b3513d297e60769373fd8b258cfb2afcdd7b8320d642 SHA512 
a2f194c0baea7c561d1ef70554e6d568876dd7192506c1e5432bcaccabae03a3e842e73d9cbccd110ac8924d86d18c559109244e302a4ad8aaa3acf304dd4618
 WHIRLPOOL 
8f722ac74f66759521bf467db3d5266538ab99b959ccbaa1c53d3ef26dab365996d34b37e65c49c739b1b0fecaeb72b0974bd7db897b3132caf3a29600ff8573
 DIST narray-0.6.1.1.tar.gz 68536 SHA256 
7c2f415666c834d982cba97de3bbda9160e76358c62f8f754cd0d11e90e95ed6 SHA512 
1c9983d29c774cb61b7f8ec53290d427c123b648d88407ff4a2e2aef1a289267050d4846adfc00c075629cb228ed5b3d4f9f5ded4cded0b84ec1a5532cbb49ff
 WHIRLPOOL 
cdfdc8050daafb10629228bac4bc146a2d8b3461d3c365207ee1112e5f226da82183450f28b98fce98719ae10fbfd31c76ec6567d40e0cf63efe89f018c5db8a
 DIST narray-0.6.1.2.tar.gz 68621 SHA256 
7ac717a8690ad5c85ae528102ef42ea50128c979a383abd35585db68cfd31f76 SHA512 
51e9bec0b711e79e268b73496ad742b80bb46a6e9ea6aab9a2535a700b6efc8f7ae2e854f5772d434e3d385d81275744dbc796ebec4d3de73f2ec0546bd2339a
 WHIRLPOOL 
8c339a8377dbdc5ee61a4d09085de40cdcbe30ecaaae091dd62c6348e7579174ad0620d6b4c0175a9f90c224b9d9fa49d818f1455f3303d71f4d5d8bc50b92aa

diff --git a/dev-ruby/narray/narray-0.6.0.8-r1.ebuild 
b/dev-ruby/narray/narray-0.6.0.8-r1.ebuild
deleted file mode 100644
index 0562cb6..
--- a/dev-ruby/narray/narray-0.6.0.8-r1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# jruby → native extension
-USE_RUBY="ruby20"
-
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="ChangeLog README.en README.ja SPEC.en SPEC.ja"
-
-RUBY_FAKEGEM_VERSION="${PV/_p/.}"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="Numerical N-dimensional Array class"
-HOMEPAGE="http://www.ir.isas.ac.jp/~masa/ruby/index-e.html;
-SRC_URI="https://github.com/masa16/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Ruby"
-SLOT="0"
-KEYWORDS="amd64 hppa ~mips ppc ~ppc64 x86"
-
-IUSE=""
-
-RUBY_PATCHES=( "${FILESDIR}"/${P}-fix-tests.patch )
-
-all_ruby_prepare() {
-   # the tests aren't really written to be a testsuite, so the
-   # failure cases will literally fail; ignore all of those ad
-   # instead expect that the rest won't fail.
-   sed -i -e '/[fF]ollowing will fail/,$ s:^:#:' \
-   -e '/next will fail/,$ s:^:#:' \
-   test/*.rb || die "sed failed"
-}
-
-each_ruby_configure() {
-   ${RUBY} extconf.rb || die "extconf.rb failed"
-}
-
-each_ruby_compile() {
-   emake CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}"
-   cp -l ${PN}$(get_modname) ${PN}.h ${PN}_config.h lib/ || die "copy of 
${PN}$(get_modname) failed"
-}
-
-each_ruby_test() {
-   for unit in test/*; do
-   # Skip over the FFTW test because it needs a package we don't
-   # have in tree.
-   [[ ${unit} == test/testfftw.rb ]] && continue
-
-   ${RUBY} -Ilib ${unit} || die "test ${unit} failed"
-   done
-}



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

2016-10-02 Thread Jeroen Roovers
commit: b36c4da749cd340e600d7b5cd3f3ad94c1081c79
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Oct  2 08:53:13 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Oct  2 08:59:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b36c4da7

dev-ruby/narray: Stable for HPPA (bug #568040).

Package-Manager: portage-2.3.1
RepoMan-Options: --ignore-arches

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

diff --git a/dev-ruby/narray/narray-0.6.1.1.ebuild 
b/dev-ruby/narray/narray-0.6.1.1.ebuild
index 64ac1ee..6b6b5e8 100644
--- a/dev-ruby/narray/narray-0.6.1.1.ebuild
+++ b/dev-ruby/narray/narray-0.6.1.1.ebuild
@@ -22,7 +22,7 @@ SRC_URI="https://github.com/masa16/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="Ruby"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~mips ppc ~ppc64 x86"
+KEYWORDS="amd64 hppa ~mips ppc ~ppc64 x86"
 
 IUSE=""
 



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

2016-05-09 Thread Manuel Rüger
commit: 5c6ef131c6693f2ede9764b0371ba7463ced63bd
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon May  9 22:31:55 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon May  9 22:31:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c6ef131

dev-ruby/narray: Drop ruby19

Package-Manager: portage-2.2.28

 dev-ruby/narray/narray-0.6.0.8-r1.ebuild | 4 ++--
 dev-ruby/narray/narray-0.6.1.1.ebuild| 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/narray/narray-0.6.0.8-r1.ebuild 
b/dev-ruby/narray/narray-0.6.0.8-r1.ebuild
index 27532e0..0562cb6 100644
--- a/dev-ruby/narray/narray-0.6.0.8-r1.ebuild
+++ b/dev-ruby/narray/narray-0.6.0.8-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
 # jruby → native extension
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby20"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_TASK_DOC=""

diff --git a/dev-ruby/narray/narray-0.6.1.1.ebuild 
b/dev-ruby/narray/narray-0.6.1.1.ebuild
index 03821aa..64ac1ee 100644
--- a/dev-ruby/narray/narray-0.6.1.1.ebuild
+++ b/dev-ruby/narray/narray-0.6.1.1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
 # jruby → native extension
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_TASK_DOC=""



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

2016-02-11 Thread Hans de Graaff
commit: 515bfb9163c864604fe8b5879ccb14f02c4226c5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Feb 12 06:07:54 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Feb 12 06:20:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=515bfb91

dev-ruby/narray: add 0.6.1.2

Package-Manager: portage-2.2.26

 dev-ruby/narray/Manifest  |  1 +
 dev-ruby/narray/narray-0.6.1.2.ebuild | 50 +++
 2 files changed, 51 insertions(+)

diff --git a/dev-ruby/narray/Manifest b/dev-ruby/narray/Manifest
index 142d652..80a0c69 100644
--- a/dev-ruby/narray/Manifest
+++ b/dev-ruby/narray/Manifest
@@ -1,2 +1,3 @@
 DIST narray-0.6.0.8.tar.gz 68519 SHA256 
0e7ec5d8554ad273ef74b3513d297e60769373fd8b258cfb2afcdd7b8320d642 SHA512 
a2f194c0baea7c561d1ef70554e6d568876dd7192506c1e5432bcaccabae03a3e842e73d9cbccd110ac8924d86d18c559109244e302a4ad8aaa3acf304dd4618
 WHIRLPOOL 
8f722ac74f66759521bf467db3d5266538ab99b959ccbaa1c53d3ef26dab365996d34b37e65c49c739b1b0fecaeb72b0974bd7db897b3132caf3a29600ff8573
 DIST narray-0.6.1.1.tar.gz 68536 SHA256 
7c2f415666c834d982cba97de3bbda9160e76358c62f8f754cd0d11e90e95ed6 SHA512 
1c9983d29c774cb61b7f8ec53290d427c123b648d88407ff4a2e2aef1a289267050d4846adfc00c075629cb228ed5b3d4f9f5ded4cded0b84ec1a5532cbb49ff
 WHIRLPOOL 
cdfdc8050daafb10629228bac4bc146a2d8b3461d3c365207ee1112e5f226da82183450f28b98fce98719ae10fbfd31c76ec6567d40e0cf63efe89f018c5db8a
+DIST narray-0.6.1.2.tar.gz 68621 SHA256 
7ac717a8690ad5c85ae528102ef42ea50128c979a383abd35585db68cfd31f76 SHA512 
51e9bec0b711e79e268b73496ad742b80bb46a6e9ea6aab9a2535a700b6efc8f7ae2e854f5772d434e3d385d81275744dbc796ebec4d3de73f2ec0546bd2339a
 WHIRLPOOL 
8c339a8377dbdc5ee61a4d09085de40cdcbe30ecaaae091dd62c6348e7579174ad0620d6b4c0175a9f90c224b9d9fa49d818f1455f3303d71f4d5d8bc50b92aa

diff --git a/dev-ruby/narray/narray-0.6.1.2.ebuild 
b/dev-ruby/narray/narray-0.6.1.2.ebuild
new file mode 100644
index 000..d00619a
--- /dev/null
+++ b/dev-ruby/narray/narray-0.6.1.2.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_TASK_TEST=""
+RUBY_FAKEGEM_TASK_DOC=""
+
+RUBY_FAKEGEM_EXTRADOC="ChangeLog README.md README.ja.md SPEC.en.txt 
SPEC.ja.txt"
+
+RUBY_FAKEGEM_VERSION="${PV/_p/.}"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="Numerical N-dimensional Array class"
+HOMEPAGE="http://www.ir.isas.ac.jp/~masa/ruby/index-e.html;
+SRC_URI="https://github.com/masa16/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Ruby"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc64 ~x86"
+
+IUSE=""
+
+all_ruby_prepare() {
+   # the tests aren't really written to be a testsuite, so the
+   # failure cases will literally fail; ignore all of those and
+   # instead expect that the rest won't fail.
+   sed -i -e '/[fF]ollowing will fail/,$ s:^:#:' \
+   -e '/next will fail/,$ s:^:#:' \
+   test/*.rb || die "sed failed"
+}
+
+each_ruby_configure() {
+   ${RUBY} extconf.rb || die "extconf.rb failed"
+}
+
+each_ruby_compile() {
+   emake V=1 CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}"
+   cp -l ${PN}$(get_modname) ${PN}.h ${PN}_config.h lib/ || die "copy of 
${PN}$(get_modname) failed"
+}
+
+each_ruby_test() {
+   for unit in test/*; do
+   ${RUBY} -Ilib ${unit} || die "test ${unit} failed"
+   done
+}



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

2016-02-11 Thread Hans de Graaff
commit: fca4b74c7042739807de10690f77ad5c303320bf
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Feb 12 06:01:04 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Feb 12 06:20:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fca4b74c

dev-ruby/narray: cleanup

Package-Manager: portage-2.2.26

 dev-ruby/narray/Manifest |  1 -
 dev-ruby/narray/narray-0.6.0.8-r2.ebuild | 57 
 dev-ruby/narray/narray-0.6.0.9.ebuild| 55 --
 3 files changed, 113 deletions(-)

diff --git a/dev-ruby/narray/Manifest b/dev-ruby/narray/Manifest
index ed234ae..142d652 100644
--- a/dev-ruby/narray/Manifest
+++ b/dev-ruby/narray/Manifest
@@ -1,3 +1,2 @@
 DIST narray-0.6.0.8.tar.gz 68519 SHA256 
0e7ec5d8554ad273ef74b3513d297e60769373fd8b258cfb2afcdd7b8320d642 SHA512 
a2f194c0baea7c561d1ef70554e6d568876dd7192506c1e5432bcaccabae03a3e842e73d9cbccd110ac8924d86d18c559109244e302a4ad8aaa3acf304dd4618
 WHIRLPOOL 
8f722ac74f66759521bf467db3d5266538ab99b959ccbaa1c53d3ef26dab365996d34b37e65c49c739b1b0fecaeb72b0974bd7db897b3132caf3a29600ff8573
-DIST narray-0.6.0.9.tar.gz 68431 SHA256 
54456689c3ed81a156a7d0a613369d271805761306653ca9fae6f68b9e1b442a SHA512 
0da5a76582bc6226f6d8d087aaf6593fd6338d0d1f124f7707ebc7c2d296b098c553115ba0380af7b3b0b1afef9c1e7c4424cabe32604a22bc6616296deeb108
 WHIRLPOOL 
b09c0b46616320909cdac4784cb5040e8086b5f6644755d529361754de63008d1dfeac7691d0ac0a8304603c7655886b131fd8eb7644d7c1305d777a46d7bd98
 DIST narray-0.6.1.1.tar.gz 68536 SHA256 
7c2f415666c834d982cba97de3bbda9160e76358c62f8f754cd0d11e90e95ed6 SHA512 
1c9983d29c774cb61b7f8ec53290d427c123b648d88407ff4a2e2aef1a289267050d4846adfc00c075629cb228ed5b3d4f9f5ded4cded0b84ec1a5532cbb49ff
 WHIRLPOOL 
cdfdc8050daafb10629228bac4bc146a2d8b3461d3c365207ee1112e5f226da82183450f28b98fce98719ae10fbfd31c76ec6567d40e0cf63efe89f018c5db8a

diff --git a/dev-ruby/narray/narray-0.6.0.8-r2.ebuild 
b/dev-ruby/narray/narray-0.6.0.8-r2.ebuild
deleted file mode 100644
index 6d2e906..000
--- a/dev-ruby/narray/narray-0.6.0.8-r2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# jruby → native extension
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="ChangeLog README.en README.ja SPEC.en SPEC.ja"
-
-RUBY_FAKEGEM_VERSION="${PV/_p/.}"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="Numerical N-dimensional Array class"
-HOMEPAGE="http://www.ir.isas.ac.jp/~masa/ruby/index-e.html;
-SRC_URI="https://github.com/masa16/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Ruby"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc64 ~x86"
-
-IUSE=""
-
-RUBY_PATCHES=( "${FILESDIR}"/${P}-fix-tests.patch )
-
-all_ruby_prepare() {
-   # the tests aren't really written to be a testsuite, so the
-   # failure cases will literally fail; ignore all of those ad
-   # instead expect that the rest won't fail.
-   sed -i -e '/[fF]ollowing will fail/,$ s:^:#:' \
-   -e '/next will fail/,$ s:^:#:' \
-   test/*.rb || die "sed failed"
-}
-
-each_ruby_configure() {
-   ${RUBY} extconf.rb || die "extconf.rb failed"
-}
-
-each_ruby_compile() {
-   emake CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}"
-   cp -l ${PN}$(get_modname) ${PN}.h ${PN}_config.h lib/ || die "copy of 
${PN}$(get_modname) failed"
-}
-
-each_ruby_test() {
-   for unit in test/*; do
-   # Skip over the FFTW test because it needs a package we don't
-   # have in tree.
-   [[ ${unit} == test/testfftw.rb ]] && continue
-
-   ${RUBY} -Ilib ${unit} || die "test ${unit} failed"
-   done
-}

diff --git a/dev-ruby/narray/narray-0.6.0.9.ebuild 
b/dev-ruby/narray/narray-0.6.0.9.ebuild
deleted file mode 100644
index d0267a8..000
--- a/dev-ruby/narray/narray-0.6.0.9.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# jruby → native extension
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="ChangeLog README.md README.ja.md SPEC.en.txt 
SPEC.ja.txt"
-
-RUBY_FAKEGEM_VERSION="${PV/_p/.}"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="Numerical N-dimensional Array class"
-HOMEPAGE="http://www.ir.isas.ac.jp/~masa/ruby/index-e.html;
-SRC_URI="https://github.com/masa16/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Ruby"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc64 ~x86"
-
-IUSE=""
-
-all_ruby_prepare() {
-   # the tests aren't really written to be a testsuite, so the
-   # failure cases will literally fail; ignore all of those and
-   # instead expect that the rest won't fail.
-   sed -i -e '/[fF]ollowing will fail/,$ s:^:#:' \
- 

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

2015-12-26 Thread Agostino Sarubbo
commit: 543b9ad76e25f5a9601842fb84b375be58268f4d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Dec 26 10:34:58 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Dec 26 10:34:58 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=543b9ad7

dev-ruby/narray: ppc stable wrt bug #568040

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

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

diff --git a/dev-ruby/narray/narray-0.6.1.1.ebuild 
b/dev-ruby/narray/narray-0.6.1.1.ebuild
index e2b30cf..03821aa 100644
--- a/dev-ruby/narray/narray-0.6.1.1.ebuild
+++ b/dev-ruby/narray/narray-0.6.1.1.ebuild
@@ -22,7 +22,7 @@ SRC_URI="https://github.com/masa16/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="Ruby"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~mips ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~hppa ~mips ppc ~ppc64 x86"
 
 IUSE=""
 



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

2015-12-25 Thread Agostino Sarubbo
commit: 7c552a84d563f7b415d5ecd94c38f858ab5d8ad4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Dec 25 16:19:24 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Dec 25 16:19:24 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c552a84

dev-ruby/narray: x86 stable wrt bug #568040

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

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

diff --git a/dev-ruby/narray/narray-0.6.1.1.ebuild 
b/dev-ruby/narray/narray-0.6.1.1.ebuild
index b4f9ba5..e2b30cf 100644
--- a/dev-ruby/narray/narray-0.6.1.1.ebuild
+++ b/dev-ruby/narray/narray-0.6.1.1.ebuild
@@ -22,7 +22,7 @@ SRC_URI="https://github.com/masa16/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="Ruby"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~hppa ~mips ~ppc ~ppc64 x86"
 
 IUSE=""
 



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

2015-12-14 Thread Agostino Sarubbo
commit: 23b121b0d5581a1fcae9f07cfb4b873ee64fc536
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Dec 14 14:10:54 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Dec 14 14:10:54 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23b121b0

dev-ruby/narray: amd64 stable wrt bug #568040

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

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

diff --git a/dev-ruby/narray/narray-0.6.1.1.ebuild 
b/dev-ruby/narray/narray-0.6.1.1.ebuild
index d69b8bf..b4f9ba5 100644
--- a/dev-ruby/narray/narray-0.6.1.1.ebuild
+++ b/dev-ruby/narray/narray-0.6.1.1.ebuild
@@ -22,7 +22,7 @@ SRC_URI="https://github.com/masa16/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="Ruby"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~hppa ~mips ~ppc ~ppc64 ~x86"
 
 IUSE=""