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

2023-12-27 Thread Hans de Graaff
commit: dbbc7c2f8d9bc218b740f5754cb010a9970f1fa5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Dec 27 21:06:44 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Dec 27 21:13:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbbc7c2f

dev-ruby/atomic: update EAPI 7 -> 8

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

 dev-ruby/atomic/atomic-1.1.101-r2.ebuild | 26 ++
 1 file changed, 26 insertions(+)

diff --git a/dev-ruby/atomic/atomic-1.1.101-r2.ebuild 
b/dev-ruby/atomic/atomic-1.1.101-r2.ebuild
new file mode 100644
index ..7f348355158f
--- /dev/null
+++ b/dev-ruby/atomic/atomic-1.1.101-r2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby31 ruby32 ruby33"
+
+RUBY_FAKEGEM_TASK_DOC=""
+
+RUBY_FAKEGEM_EXTENSIONS=(ext/extconf.rb)
+
+inherit ruby-fakegem
+
+DESCRIPTION="An atomic reference implementation for JRuby, Rubinius, and MRI"
+HOMEPAGE="https://github.com/headius/ruby-atomic;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE=""
+
+all_ruby_prepare() {
+   # Avoid compilation dependencies since we compile directly.
+   sed -i -e '/:test => :compile/ s:^:#:' \
+   -e '/extensiontask/,/end/ s:^:#:' Rakefile || die
+}



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

2023-04-05 Thread Sam James
commit: 10754d95bcac94b7901308391387e2b348e0783a
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr  5 04:39:41 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr  5 23:42:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10754d95

dev-ruby/atomic: enable ruby32

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

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

diff --git a/dev-ruby/atomic/atomic-1.1.101-r1.ebuild 
b/dev-ruby/atomic/atomic-1.1.101-r1.ebuild
index b00b7bb450c4..c556a238d861 100644
--- a/dev-ruby/atomic/atomic-1.1.101-r1.ebuild
+++ b/dev-ruby/atomic/atomic-1.1.101-r1.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=7
 
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_TASK_DOC=""
 



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

2022-04-17 Thread Hans de Graaff
commit: a0119f9b0c743a104a796f6563bd0c3aa8ac2d49
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr 17 07:16:09 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr 17 08:08:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0119f9b

dev-ruby/atomic: enable ruby31 and disable ruby25

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

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

diff --git a/dev-ruby/atomic/atomic-1.1.101-r1.ebuild 
b/dev-ruby/atomic/atomic-1.1.101-r1.ebuild
index d57ffa12793e..01d2565aa336 100644
--- a/dev-ruby/atomic/atomic-1.1.101-r1.ebuild
+++ b/dev-ruby/atomic/atomic-1.1.101-r1.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_TASK_DOC=""
 



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

2021-11-24 Thread Hans de Graaff
commit: 525fc7e0464e9d4da4ae4f2e61f8bdf57258903e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Nov 24 10:24:14 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Nov 24 10:25:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=525fc7e0

dev-ruby/atomic: cleanup

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

 dev-ruby/atomic/atomic-1.1.101.ebuild | 33 -
 1 file changed, 33 deletions(-)

diff --git a/dev-ruby/atomic/atomic-1.1.101.ebuild 
b/dev-ruby/atomic/atomic-1.1.101.ebuild
deleted file mode 100644
index b2301eb94cfe..
--- a/dev-ruby/atomic/atomic-1.1.101.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="An atomic reference implementation for JRuby, Rubinius, and MRI"
-HOMEPAGE="https://github.com/headius/ruby-atomic;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 ~sparc x86"
-IUSE=""
-
-all_ruby_prepare() {
-   # Avoid compilation dependencies since we compile directly.
-   sed -i -e '/:test => :compile/ s:^:#:' \
-   -e '/extensiontask/,/end/ s:^:#:' Rakefile || die
-}
-
-each_ruby_configure() {
-   ${RUBY} -Cext extconf.rb || die
-}
-
-each_ruby_compile() {
-   emake V=1 -Cext
-   cp ext/atomic_reference$(get_modname) lib/ || die
-}



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

2021-11-06 Thread Hans de Graaff
commit: babe002e2b35f6a9b8c342babad76eccb6b1926a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Nov  6 07:07:25 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Nov  6 08:05:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=babe002e

dev-ruby/atomic: all arches stable

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

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

diff --git a/dev-ruby/atomic/atomic-1.1.101-r1.ebuild 
b/dev-ruby/atomic/atomic-1.1.101-r1.ebuild
index 7f6e62e6190..d57ffa12793 100644
--- a/dev-ruby/atomic/atomic-1.1.101-r1.ebuild
+++ b/dev-ruby/atomic/atomic-1.1.101-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/headius/ruby-atomic;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv ~sparc x86"
 IUSE=""
 
 all_ruby_prepare() {



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

2021-09-07 Thread Marek Szuba
commit: 2adb15e8f788fc447220e701f91c80d6aeb65321
Author: Marek Szuba  gentoo  org>
AuthorDate: Tue Sep  7 14:47:45 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Tue Sep  7 15:34:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2adb15e8

dev-ruby/atomic: keyword 1.1.101-r1 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

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

diff --git a/dev-ruby/atomic/atomic-1.1.101-r1.ebuild 
b/dev-ruby/atomic/atomic-1.1.101-r1.ebuild
index a30e90d0040..7f6e62e6190 100644
--- a/dev-ruby/atomic/atomic-1.1.101-r1.ebuild
+++ b/dev-ruby/atomic/atomic-1.1.101-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/headius/ruby-atomic;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE=""
 
 all_ruby_prepare() {



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

2021-04-02 Thread Hans de Graaff
commit: 36a49dd1b188c34165301448ac0d4851911e3cfd
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Apr  2 09:36:14 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Apr  2 11:15:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36a49dd1

dev-ruby/atomic: add ruby30; fix extension

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

 dev-ruby/atomic/atomic-1.1.101-r1.ebuild | 26 ++
 1 file changed, 26 insertions(+)

diff --git a/dev-ruby/atomic/atomic-1.1.101-r1.ebuild 
b/dev-ruby/atomic/atomic-1.1.101-r1.ebuild
new file mode 100644
index 000..a30e90d0040
--- /dev/null
+++ b/dev-ruby/atomic/atomic-1.1.101-r1.ebuild
@@ -0,0 +1,26 @@
+# 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_TASK_DOC=""
+
+RUBY_FAKEGEM_EXTENSIONS=(ext/extconf.rb)
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="An atomic reference implementation for JRuby, Rubinius, and MRI"
+HOMEPAGE="https://github.com/headius/ruby-atomic;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+all_ruby_prepare() {
+   # Avoid compilation dependencies since we compile directly.
+   sed -i -e '/:test => :compile/ s:^:#:' \
+   -e '/extensiontask/,/end/ s:^:#:' Rakefile || die
+}



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

2020-05-03 Thread Sergei Trofimovich
commit: c771a70ffb19389d52eb9b88492e14bb8ffcd8c8
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun May  3 14:50:15 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun May  3 16:25:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c771a70f

dev-ruby/atomic: keyworded 1.1.101 for sparc, bug #720380

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-ruby/atomic/atomic-1.1.101.ebuild 
b/dev-ruby/atomic/atomic-1.1.101.ebuild
index 0d393335047..427fca75a65 100644
--- a/dev-ruby/atomic/atomic-1.1.101.ebuild
+++ b/dev-ruby/atomic/atomic-1.1.101.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/headius/ruby-atomic;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 x86"
+KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 ~sparc x86"
 IUSE=""
 
 all_ruby_prepare() {



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

2020-01-24 Thread Hans de Graaff
commit: e1dbef9fa6911d7bf84aa9da63f67606163b3e7d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jan 25 06:46:53 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jan 25 06:46:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1dbef9f

dev-ruby/atomic: add ruby27

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

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

diff --git a/dev-ruby/atomic/atomic-1.1.101.ebuild 
b/dev-ruby/atomic/atomic-1.1.101.ebuild
index 0d8b2bf69aa..9a534cfbfa6 100644
--- a/dev-ruby/atomic/atomic-1.1.101.ebuild
+++ b/dev-ruby/atomic/atomic-1.1.101.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_DOC=""
 



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

2019-01-09 Thread Hans de Graaff
commit: b738bba9c7fffc0abf477836707251bd49fb0073
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jan  7 08:02:45 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jan  9 08:06:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b738bba9

dev-ruby/atomic: add ruby26

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

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

diff --git a/dev-ruby/atomic/atomic-1.1.101.ebuild 
b/dev-ruby/atomic/atomic-1.1.101.ebuild
index 29991cd5374..0d8b2bf69aa 100644
--- a/dev-ruby/atomic/atomic-1.1.101.ebuild
+++ b/dev-ruby/atomic/atomic-1.1.101.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="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_TASK_DOC=""
 



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

2019-01-09 Thread Hans de Graaff
commit: 89d5dc664d9ea0ee9cb867e4ca6241211161ac02
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jan  7 08:00:52 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jan  9 08:06:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89d5dc66

dev-ruby/atomic: cleanup

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

 dev-ruby/atomic/Manifest  |  2 --
 dev-ruby/atomic/atomic-1.1.100.ebuild | 33 -
 dev-ruby/atomic/atomic-1.1.99.ebuild  | 33 -
 3 files changed, 68 deletions(-)

diff --git a/dev-ruby/atomic/Manifest b/dev-ruby/atomic/Manifest
index c64c5671ec8..8d151b41362 100644
--- a/dev-ruby/atomic/Manifest
+++ b/dev-ruby/atomic/Manifest
@@ -1,3 +1 @@
-DIST atomic-1.1.100.gem 17920 BLAKE2B 
47c96c49a572a6d6705b952e419e1a07f3b06de4e0235a4d9d98e6ff546c96aa9af69c39864107c6bec1ba7b92ca2a9ceef2cb5d5938c1c82f40973376920d6e
 SHA512 
64c374b69b7ea8b7fc6aa3e189cb6ae3d4a9a214d410a83fa0ef464a55624792055c5e3e61adda3eff039aba604a0c1b710ba5304d33f27ae9cc6e421e8e1892
 DIST atomic-1.1.101.gem 17920 BLAKE2B 
50f4efc215293e931380b6307231279b3c5ca055aa8082fee8575963a68b3d54262449bf45fb1a514dab18f53a1dd9e0467a0f7ac67dea7a45fcce09155721dd
 SHA512 
59c82fa5ec984b7ecd97964ea075ea327511fd4e71cc5ac72d3fb573b777c9fb289f462d022ea1e0256b38dc369c9f7fa7a61b7af877bd06ec94252237111e8d
-DIST atomic-1.1.99.gem 17920 BLAKE2B 
814406dc3e38a3ec882eb47e20e6153da9f68c4dd6ba3bc3d3869c0542754ba38678512872b25379b12d902ad6f740b1da974680867d492d2c4620091c5a32c9
 SHA512 
9c7762f6c32d11b2c5b45be68954ca12c753d2b4683167158a037ce791d72b13d940beef5bf6dd445c8b12e358c62d2a9f43a609fb3b7c7357fea4f66316063c

diff --git a/dev-ruby/atomic/atomic-1.1.100.ebuild 
b/dev-ruby/atomic/atomic-1.1.100.ebuild
deleted file mode 100644
index 811158c883e..000
--- a/dev-ruby/atomic/atomic-1.1.100.ebuild
+++ /dev/null
@@ -1,33 +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 ruby25"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="An atomic reference implementation for JRuby, Rubinius, and MRI"
-HOMEPAGE="https://github.com/headius/ruby-atomic;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
-IUSE=""
-
-all_ruby_prepare() {
-   # Avoid compilation dependencies since we compile directly.
-   sed -i -e '/:test => :compile/ s:^:#:' \
-   -e '/extensiontask/,/end/ s:^:#:' Rakefile || die
-}
-
-each_ruby_configure() {
-   ${RUBY} -Cext extconf.rb || die
-}
-
-each_ruby_compile() {
-   emake V=1 -Cext
-   cp ext/atomic_reference$(get_modname) lib/ || die
-}

diff --git a/dev-ruby/atomic/atomic-1.1.99.ebuild 
b/dev-ruby/atomic/atomic-1.1.99.ebuild
deleted file mode 100644
index b70c62957f0..000
--- a/dev-ruby/atomic/atomic-1.1.99.ebuild
+++ /dev/null
@@ -1,33 +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 ruby25"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="An atomic reference implementation for JRuby, Rubinius, and MRI"
-HOMEPAGE="https://github.com/headius/ruby-atomic;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ~ppc64 x86"
-IUSE=""
-
-all_ruby_prepare() {
-   # Avoid compilation dependencies since we compile directly.
-   sed -i -e '/:test => :compile/ s:^:#:' \
-   -e '/extensiontask/,/end/ s:^:#:' Rakefile || die
-}
-
-each_ruby_configure() {
-   ${RUBY} -Cext extconf.rb || die
-}
-
-each_ruby_compile() {
-   emake V=1 -Cext
-   cp ext/atomic_reference$(get_modname) lib/ || die
-}



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

2018-07-21 Thread Mikle Kolyada
commit: 4e7034e97758f8c1460237cf39482538b1b51527
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 01:15:18 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 01:15:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e7034e9

dev-ruby/atomic: arm stable wrt bug #658324

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-ruby/atomic/atomic-1.1.101.ebuild 
b/dev-ruby/atomic/atomic-1.1.101.ebuild
index a7c394c0b3f..29991cd5374 100644
--- a/dev-ruby/atomic/atomic-1.1.101.ebuild
+++ b/dev-ruby/atomic/atomic-1.1.101.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/headius/ruby-atomic;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ppc ppc64 x86"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ppc ppc64 x86"
 IUSE=""
 
 all_ruby_prepare() {



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

2018-07-08 Thread Sergei Trofimovich
commit: 66b8f679427c41bbe1e577c0b298e06f93a45bf5
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Jul  8 18:44:21 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jul  8 19:09:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66b8f679

dev-ruby/atomic: stable 1.1.101 for hppa

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

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

diff --git a/dev-ruby/atomic/atomic-1.1.101.ebuild 
b/dev-ruby/atomic/atomic-1.1.101.ebuild
index d1359993041..a7c394c0b3f 100644
--- a/dev-ruby/atomic/atomic-1.1.101.ebuild
+++ b/dev-ruby/atomic/atomic-1.1.101.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/headius/ruby-atomic;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ppc ppc64 x86"
 IUSE=""
 
 all_ruby_prepare() {



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

2018-06-24 Thread Sergei Trofimovich
commit: 3397adcacf8c9f0a77aca9e228d019319268ab6c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jun 24 20:01:42 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jun 24 20:21:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3397adca

dev-ruby/atomic: stable 1.1.101 for ppc64, bug #658324

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

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

diff --git a/dev-ruby/atomic/atomic-1.1.101.ebuild 
b/dev-ruby/atomic/atomic-1.1.101.ebuild
index b1ffcafaf6b..d1359993041 100644
--- a/dev-ruby/atomic/atomic-1.1.101.ebuild
+++ b/dev-ruby/atomic/atomic-1.1.101.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/headius/ruby-atomic;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 x86"
 IUSE=""
 
 all_ruby_prepare() {



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

2018-06-17 Thread Hans de Graaff
commit: 28f84ac58653cda4a8d1f075aebbcbe1e86cd79f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jun 18 05:06:26 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jun 18 05:06:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28f84ac5

dev-ruby/atomic: amd64 stable, bug 658324

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-ruby/atomic/atomic-1.1.101.ebuild 
b/dev-ruby/atomic/atomic-1.1.101.ebuild
index 9da1f9ae26b..7a133a5d5bd 100644
--- a/dev-ruby/atomic/atomic-1.1.101.ebuild
+++ b/dev-ruby/atomic/atomic-1.1.101.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/headius/ruby-atomic;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86"
 IUSE=""
 
 all_ruby_prepare() {



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

2018-06-17 Thread Thomas Deutschmann
commit: db8af57d37eb632c30b9c3ae0161f8745aba81fd
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jun 18 00:01:26 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jun 18 00:12:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db8af57d

dev-ruby/atomic: x86 stable (bug #658324)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-ruby/atomic/atomic-1.1.101.ebuild 
b/dev-ruby/atomic/atomic-1.1.101.ebuild
index f4208b05803..9da1f9ae26b 100644
--- a/dev-ruby/atomic/atomic-1.1.101.ebuild
+++ b/dev-ruby/atomic/atomic-1.1.101.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/headius/ruby-atomic;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86"
 IUSE=""
 
 all_ruby_prepare() {



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

2018-05-12 Thread Hans de Graaff
commit: 7842e9d39fb05655acea1f33416d2da16bfabe5d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun May 13 04:24:14 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun May 13 04:24:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7842e9d3

dev-ruby/atomic: add 1.0.101

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/atomic/Manifest  |  1 +
 dev-ruby/atomic/atomic-1.1.101.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/atomic/Manifest b/dev-ruby/atomic/Manifest
index b2488b863ba..c64c5671ec8 100644
--- a/dev-ruby/atomic/Manifest
+++ b/dev-ruby/atomic/Manifest
@@ -1,2 +1,3 @@
 DIST atomic-1.1.100.gem 17920 BLAKE2B 
47c96c49a572a6d6705b952e419e1a07f3b06de4e0235a4d9d98e6ff546c96aa9af69c39864107c6bec1ba7b92ca2a9ceef2cb5d5938c1c82f40973376920d6e
 SHA512 
64c374b69b7ea8b7fc6aa3e189cb6ae3d4a9a214d410a83fa0ef464a55624792055c5e3e61adda3eff039aba604a0c1b710ba5304d33f27ae9cc6e421e8e1892
+DIST atomic-1.1.101.gem 17920 BLAKE2B 
50f4efc215293e931380b6307231279b3c5ca055aa8082fee8575963a68b3d54262449bf45fb1a514dab18f53a1dd9e0467a0f7ac67dea7a45fcce09155721dd
 SHA512 
59c82fa5ec984b7ecd97964ea075ea327511fd4e71cc5ac72d3fb573b777c9fb289f462d022ea1e0256b38dc369c9f7fa7a61b7af877bd06ec94252237111e8d
 DIST atomic-1.1.99.gem 17920 BLAKE2B 
814406dc3e38a3ec882eb47e20e6153da9f68c4dd6ba3bc3d3869c0542754ba38678512872b25379b12d902ad6f740b1da974680867d492d2c4620091c5a32c9
 SHA512 
9c7762f6c32d11b2c5b45be68954ca12c753d2b4683167158a037ce791d72b13d940beef5bf6dd445c8b12e358c62d2a9f43a609fb3b7c7357fea4f66316063c

diff --git a/dev-ruby/atomic/atomic-1.1.101.ebuild 
b/dev-ruby/atomic/atomic-1.1.101.ebuild
new file mode 100644
index 000..f4208b05803
--- /dev/null
+++ b/dev-ruby/atomic/atomic-1.1.101.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_TASK_DOC=""
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="An atomic reference implementation for JRuby, Rubinius, and MRI"
+HOMEPAGE="https://github.com/headius/ruby-atomic;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+IUSE=""
+
+all_ruby_prepare() {
+   # Avoid compilation dependencies since we compile directly.
+   sed -i -e '/:test => :compile/ s:^:#:' \
+   -e '/extensiontask/,/end/ s:^:#:' Rakefile || die
+}
+
+each_ruby_configure() {
+   ${RUBY} -Cext extconf.rb || die
+}
+
+each_ruby_compile() {
+   emake V=1 -Cext
+   cp ext/atomic_reference$(get_modname) lib/ || die
+}



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

2018-04-14 Thread Hans de Graaff
commit: 55bcb9335c7132acfd1f655195e8ed90c75bbf9d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr 15 05:29:07 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr 15 05:31:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55bcb933

dev-ruby/atomic: ppc stable, bug 645618

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-ruby/atomic/atomic-1.1.99.ebuild 
b/dev-ruby/atomic/atomic-1.1.99.ebuild
index 74370c81d51..b70c62957f0 100644
--- a/dev-ruby/atomic/atomic-1.1.99.ebuild
+++ b/dev-ruby/atomic/atomic-1.1.99.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/headius/ruby-atomic;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ~ppc64 x86"
 IUSE=""
 
 all_ruby_prepare() {



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

2018-02-25 Thread Hans de Graaff
commit: 6a3c7ee7f4b0877d77e5287fc4ef5a2c76d01bf7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Feb 26 06:01:05 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Feb 26 06:01:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a3c7ee7

dev-ruby/atomic: add 1.1.100

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/atomic/Manifest  |  1 +
 dev-ruby/atomic/atomic-1.1.100.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/atomic/Manifest b/dev-ruby/atomic/Manifest
index 81d21ec64ec..b2488b863ba 100644
--- a/dev-ruby/atomic/Manifest
+++ b/dev-ruby/atomic/Manifest
@@ -1 +1,2 @@
+DIST atomic-1.1.100.gem 17920 BLAKE2B 
47c96c49a572a6d6705b952e419e1a07f3b06de4e0235a4d9d98e6ff546c96aa9af69c39864107c6bec1ba7b92ca2a9ceef2cb5d5938c1c82f40973376920d6e
 SHA512 
64c374b69b7ea8b7fc6aa3e189cb6ae3d4a9a214d410a83fa0ef464a55624792055c5e3e61adda3eff039aba604a0c1b710ba5304d33f27ae9cc6e421e8e1892
 DIST atomic-1.1.99.gem 17920 BLAKE2B 
814406dc3e38a3ec882eb47e20e6153da9f68c4dd6ba3bc3d3869c0542754ba38678512872b25379b12d902ad6f740b1da974680867d492d2c4620091c5a32c9
 SHA512 
9c7762f6c32d11b2c5b45be68954ca12c753d2b4683167158a037ce791d72b13d940beef5bf6dd445c8b12e358c62d2a9f43a609fb3b7c7357fea4f66316063c

diff --git a/dev-ruby/atomic/atomic-1.1.100.ebuild 
b/dev-ruby/atomic/atomic-1.1.100.ebuild
new file mode 100644
index 000..811158c883e
--- /dev/null
+++ b/dev-ruby/atomic/atomic-1.1.100.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_TASK_DOC=""
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="An atomic reference implementation for JRuby, Rubinius, and MRI"
+HOMEPAGE="https://github.com/headius/ruby-atomic;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+IUSE=""
+
+all_ruby_prepare() {
+   # Avoid compilation dependencies since we compile directly.
+   sed -i -e '/:test => :compile/ s:^:#:' \
+   -e '/extensiontask/,/end/ s:^:#:' Rakefile || die
+}
+
+each_ruby_configure() {
+   ${RUBY} -Cext extconf.rb || die
+}
+
+each_ruby_compile() {
+   emake V=1 -Cext
+   cp ext/atomic_reference$(get_modname) lib/ || die
+}



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

2018-01-26 Thread Thomas Deutschmann
commit: e2ece48438d5fdcfb677965797505d231ef49e8b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jan 26 19:50:54 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jan 26 19:54:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2ece484

dev-ruby/atomic: x86 stable (bug #645618)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

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

diff --git a/dev-ruby/atomic/atomic-1.1.99.ebuild 
b/dev-ruby/atomic/atomic-1.1.99.ebuild
index a11c8ef258b..74370c81d51 100644
--- a/dev-ruby/atomic/atomic-1.1.99.ebuild
+++ b/dev-ruby/atomic/atomic-1.1.99.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/headius/ruby-atomic;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86"
 IUSE=""
 
 all_ruby_prepare() {



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

2018-01-10 Thread Hans de Graaff
commit: 61c255d0694a6388ce2b177f8e229277c085de00
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jan 11 05:57:44 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jan 11 05:57:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61c255d0

dev-ruby/atomic: add ruby25

Package-Manager: Portage-2.3.13, Repoman-2.3.3

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

diff --git a/dev-ruby/atomic/atomic-1.1.99.ebuild 
b/dev-ruby/atomic/atomic-1.1.99.ebuild
index 800f70a4261..a11c8ef258b 100644
--- a/dev-ruby/atomic/atomic-1.1.99.ebuild
+++ b/dev-ruby/atomic/atomic-1.1.99.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_DOC=""
 



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

2017-12-24 Thread Hans de Graaff
commit: 3062c584b1115cee67bc22db225531237ec465ee
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Dec 25 07:19:54 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Dec 25 07:58:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3062c584

dev-ruby/atomic: amd64 stable

Package-Manager: Portage-2.3.13, Repoman-2.3.3

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

diff --git a/dev-ruby/atomic/atomic-1.1.99.ebuild 
b/dev-ruby/atomic/atomic-1.1.99.ebuild
index 7efdf341a55..800f70a4261 100644
--- a/dev-ruby/atomic/atomic-1.1.99.ebuild
+++ b/dev-ruby/atomic/atomic-1.1.99.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/headius/ruby-atomic;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 all_ruby_prepare() {



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

2017-06-30 Thread Alexis Ballier
commit: fd74b755e4f2267dec76a9f636e7d0c03af45309
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jun 30 12:44:33 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jun 30 12:47:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd74b755

dev-ruby/atomic: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-ruby/atomic/atomic-1.1.99.ebuild 
b/dev-ruby/atomic/atomic-1.1.99.ebuild
index 3a434b4592c..7efdf341a55 100644
--- a/dev-ruby/atomic/atomic-1.1.99.ebuild
+++ b/dev-ruby/atomic/atomic-1.1.99.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/headius/ruby-atomic;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 all_ruby_prepare() {



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

2017-05-06 Thread Hans de Graaff
commit: 2c92f10130526be44536b90fa9d5daa43330dba5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May  6 06:03:40 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May  6 06:39:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c92f101

dev-ruby/atomic: add ruby24

Package-Manager: Portage-2.3.5, Repoman-2.3.1

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

diff --git a/dev-ruby/atomic/atomic-1.1.99.ebuild 
b/dev-ruby/atomic/atomic-1.1.99.ebuild
index e5336fb3f27..3a434b4592c 100644
--- a/dev-ruby/atomic/atomic-1.1.99.ebuild
+++ b/dev-ruby/atomic/atomic-1.1.99.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_TASK_DOC=""
 



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

2017-04-17 Thread Hans de Graaff
commit: 4a0c40af74e6d51b8e09e5f74688855758fc0ae3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 17 09:16:02 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 17 09:16:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a0c40af

dev-ruby/atomic: cleanup

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/dev-ruby/atomic/Manifest b/dev-ruby/atomic/Manifest
index 41379eab2b0..75f8ed3f6bd 100644
--- a/dev-ruby/atomic/Manifest
+++ b/dev-ruby/atomic/Manifest
@@ -1,2 +1 @@
-DIST atomic-1.1.16.gem 16896 SHA256 
56748e82ab4a29bb76e4f73843587a322666ed15d90e1925119afaa12b38dfc4 SHA512 
d8c3acb5eebbd5a9d22b783860eb036893f03580c70480c3226dbdf22e081aabdd7edb96eb830688e342e42286586c57a29141332ccc0e59d8df2dff7dcd9c70
 WHIRLPOOL 
f179763300d9c0e6d43b5231d6ec6bfb468dec4c937e16d41a6c731b66b4d96b780f9b006016fecbc738e77b9afe430083943e04dd73fc89bc61272316df4f8d
 DIST atomic-1.1.99.gem 17920 SHA256 
093fa4d0522bfac61b4793b00c8e14dae846d5c1d28fa9dd6ab6112be1ce09ce SHA512 
9c7762f6c32d11b2c5b45be68954ca12c753d2b4683167158a037ce791d72b13d940beef5bf6dd445c8b12e358c62d2a9f43a609fb3b7c7357fea4f66316063c
 WHIRLPOOL 
72970b2f8a503eb29fe2aa2702b8a91f796c5f0382d2ff3f3f809a5eb39db5252e1732bfc919021f77e7a308a0ce05dc4d2cd1c9027412942077dac95804cf0d

diff --git a/dev-ruby/atomic/atomic-1.1.16.ebuild 
b/dev-ruby/atomic/atomic-1.1.16.ebuild
deleted file mode 100644
index 071d3bc8ec2..000
--- a/dev-ruby/atomic/atomic-1.1.16.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-# jruby → there is code for this in ext but that requires compiling java.
-USE_RUBY="ruby20 ruby21"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="An atomic reference implementation for JRuby, Rubinius, and MRI"
-HOMEPAGE="https://github.com/headius/ruby-atomic;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
-IUSE=""
-
-all_ruby_prepare() {
-   # Avoid compilation dependencies since we compile directly.
-   sed -i -e '/:test => :compile/ s:^:#:' Rakefile || die
-}
-
-each_ruby_configure() {
-   ${RUBY} -Cext extconf.rb || die
-}
-
-each_ruby_compile() {
-   emake V=1 -Cext
-   cp ext/atomic_reference$(get_modname) lib/ || die
-}



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

2016-03-28 Thread Hans de Graaff
commit: ddd66827adca90a64a4b980e101a5135ba1ceb79
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Mar 28 06:36:14 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 28 10:21:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddd66827

dev-ruby/atomic: add ruby23

Package-Manager: portage-2.2.26

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

diff --git a/dev-ruby/atomic/atomic-1.1.99.ebuild 
b/dev-ruby/atomic/atomic-1.1.99.ebuild
index 71cb874..eee012b 100644
--- a/dev-ruby/atomic/atomic-1.1.99.ebuild
+++ b/dev-ruby/atomic/atomic-1.1.99.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_TASK_DOC=""
 



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

2016-03-09 Thread Manuel Rüger
commit: f88acb264e29552ff9a0eb3f3e08ba57eec6f208
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Mar  9 22:46:22 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Mar  9 22:46:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f88acb26

dev-ruby/atomic: Remove ruby19

Package-Manager: portage-2.2.27

 dev-ruby/atomic/atomic-1.1.16.ebuild | 4 ++--
 dev-ruby/atomic/atomic-1.1.99.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/atomic/atomic-1.1.16.ebuild 
b/dev-ruby/atomic/atomic-1.1.16.ebuild
index 604a5d0..f1eaabb 100644
--- a/dev-ruby/atomic/atomic-1.1.16.ebuild
+++ b/dev-ruby/atomic/atomic-1.1.16.ebuild
@@ -1,10 +1,10 @@
-# 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 → there is code for this in ext but that requires compiling java.
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby20 ruby21"
 
 RUBY_FAKEGEM_TASK_DOC=""
 

diff --git a/dev-ruby/atomic/atomic-1.1.99.ebuild 
b/dev-ruby/atomic/atomic-1.1.99.ebuild
index 0d822d1..71cb874 100644
--- a/dev-ruby/atomic/atomic-1.1.99.ebuild
+++ b/dev-ruby/atomic/atomic-1.1.99.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_TASK_DOC=""