From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/atomic/
Date: Sun, 13 May 2018 04:46:49 +0000 (UTC) [thread overview]
Message-ID: <1526185454.7842e9d39fb05655acea1f33416d2da16bfabe5d.graaff@gentoo> (raw)
commit: 7842e9d39fb05655acea1f33416d2da16bfabe5d
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun May 13 04:24:14 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun May 13 04:24:14 2018 +0000
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 00000000000..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
+}
next reply other threads:[~2018-05-13 4:46 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-13 4:46 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-12-27 21:13 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/atomic/ Hans de Graaff
2023-04-05 23:42 Sam James
2022-04-17 8:09 Hans de Graaff
2021-11-24 10:25 Hans de Graaff
2021-11-06 8:05 Hans de Graaff
2021-09-07 15:34 Marek Szuba
2021-04-02 11:16 Hans de Graaff
2020-05-03 16:25 Sergei Trofimovich
2020-01-25 7:12 Hans de Graaff
2019-01-09 8:07 Hans de Graaff
2019-01-09 8:07 Hans de Graaff
2018-07-22 1:17 Mikle Kolyada
2018-07-08 19:10 Sergei Trofimovich
2018-06-24 20:25 Sergei Trofimovich
2018-06-18 5:07 Hans de Graaff
2018-06-18 0:13 Thomas Deutschmann
2018-04-15 5:32 Hans de Graaff
2018-02-26 6:27 Hans de Graaff
2018-01-26 19:54 Thomas Deutschmann
2018-01-11 5:58 Hans de Graaff
2017-12-25 7:58 Hans de Graaff
2017-06-30 12:47 Alexis Ballier
2017-05-06 6:41 Hans de Graaff
2017-04-17 9:26 Hans de Graaff
2016-03-28 10:21 Hans de Graaff
2016-03-09 22:46 Manuel Rüger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1526185454.7842e9d39fb05655acea1f33416d2da16bfabe5d.graaff@gentoo \
--to=graaff@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox