From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/msgpack/
Date: Sun, 10 Jan 2016 07:28:23 +0000 (UTC) [thread overview]
Message-ID: <1452409182.31f4b05b3be3f146f47716d3b041c6e9adba9a92.graaff@gentoo> (raw)
commit: 31f4b05b3be3f146f47716d3b041c6e9adba9a92
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 10 06:59:42 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 06:59:42 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31f4b05b
dev-ruby/msgpack: add 0.7.4
Package-Manager: portage-2.2.26
dev-ruby/msgpack/Manifest | 1 +
dev-ruby/msgpack/msgpack-0.7.4.ebuild | 41 +++++++++++++++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/dev-ruby/msgpack/Manifest b/dev-ruby/msgpack/Manifest
index 2e50a4e..8da1b54 100644
--- a/dev-ruby/msgpack/Manifest
+++ b/dev-ruby/msgpack/Manifest
@@ -1 +1,2 @@
DIST msgpack-0.7.1.gem 73216 SHA256 27d6182a94057f1d73f04acbd242c647e089a4bac469d5dc7dc4195afab53947 SHA512 dde9492b6bfa56e070043e4f55beaba1f9fc509df643acb946048b30d566a3e3d9c278f6691bc065507382cfe9a975fd658e2ccfc7370123d67cededf18cd807 WHIRLPOOL 9679761d5b780852ebf6a1cbc3746b63079139c6df86d8c8b9292e6d7fb4268076cc924f7ad51e9b32e8fd54ee200444a28874e537cf94e3e43446fc8e7f7855
+DIST msgpack-0.7.4.gem 74752 SHA256 c4fa8f8d727877b3dc9f90dfe0fff0b012df5d49e6498c5a33a4ec03f9e2be72 SHA512 4e78df4abe0f9c91a67f66108ee4e8420651d8d23a6ec7de9241138fd1065ce723ad68648c0bd4572801f800363e7f1f34362312d8f861857ffcdfc7accd950a WHIRLPOOL e08f686772af7e549e3997dfa382c8f94b97fe40ce1de3cb6fbfda01286d1e55bc80854c82869e0a0d54125a855e3761ede25225e9c8b69f5e732581bf23593e
diff --git a/dev-ruby/msgpack/msgpack-0.7.4.ebuild b/dev-ruby/msgpack/msgpack-0.7.4.ebuild
new file mode 100644
index 0000000..d6f6e81
--- /dev/null
+++ b/dev-ruby/msgpack/msgpack-0.7.4.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_TASK_DOC="doc"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_EXTRADOC="README.rdoc"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="Binary-based efficient data interchange format for ruby binding"
+HOMEPAGE="http://msgpack.org/"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
+IUSE="doc"
+
+ruby_add_bdepend "doc? ( dev-ruby/yard )"
+
+all_ruby_prepare() {
+ sed -i -e '/bundler/I s:^:#:' Rakefile || die
+
+ # Remove jruby-specific specs that are run also for other rubies.
+ rm -rf spec/jruby || die
+
+ sed -i -e '/git ls-files/d' msgpack.gemspec || die
+}
+
+each_ruby_configure() {
+ ${RUBY} -Cext/${PN} extconf.rb || die "Configuration of extension failed."
+}
+
+each_ruby_compile() {
+ emake V=1 -Cext/${PN}
+ cp ext/${PN}/msgpack$(get_modname) lib/${PN} || die "Unable to install msgpack library."
+}
next reply other threads:[~2016-01-10 7:28 UTC|newest]
Thread overview: 75+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-10 7:28 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-07 5:58 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/msgpack/ Hans de Graaff
2024-11-12 10:46 Hans de Graaff
2024-11-12 10:46 Hans de Graaff
2024-11-02 11:45 Arthur Zamarin
2024-10-30 15:46 Arthur Zamarin
2024-10-30 14:41 Sam James
2024-10-30 11:07 Sam James
2024-10-30 11:07 Sam James
2024-10-30 11:07 Sam James
2024-10-05 7:00 Hans de Graaff
2024-10-05 7:00 Hans de Graaff
2024-06-01 5:41 Hans de Graaff
2023-12-31 17:15 Hans de Graaff
2023-12-06 17:57 Ionen Wolkens
2023-11-24 9:31 Sam James
2023-11-23 21:09 Sam James
2023-11-23 17:12 Sam James
2023-11-15 18:39 Arthur Zamarin
2023-11-15 17:49 Jakov Smolić
2023-07-19 5:26 Hans de Graaff
2023-07-11 9:43 Hans de Graaff
2023-07-02 7:49 Hans de Graaff
2023-06-06 13:40 Hans de Graaff
2023-03-18 23:12 Sam James
2022-10-01 7:06 Hans de Graaff
2022-08-26 11:45 Hans de Graaff
2022-08-26 11:45 Hans de Graaff
2022-07-26 6:45 Hans de Graaff
2022-07-06 5:28 Hans de Graaff
2022-06-25 8:55 Hans de Graaff
2022-05-28 5:39 Hans de Graaff
2022-05-28 5:39 Hans de Graaff
2022-04-09 7:38 Hans de Graaff
2022-03-17 6:40 Hans de Graaff
2022-02-05 6:57 Hans de Graaff
2022-01-30 8:19 Hans de Graaff
2022-01-20 6:40 Hans de Graaff
2021-10-27 11:26 Hans de Graaff
2021-04-02 11:16 Hans de Graaff
2021-02-07 8:24 Hans de Graaff
2020-08-08 6:37 Hans de Graaff
2020-02-05 6:16 Hans de Graaff
2019-08-05 5:17 Hans de Graaff
2019-08-05 5:17 Hans de Graaff
2019-06-21 6:05 Hans de Graaff
2019-05-07 5:16 Hans de Graaff
2019-05-07 5:16 Hans de Graaff
2019-03-11 6:25 Hans de Graaff
2019-03-01 6:09 Hans de Graaff
2019-03-01 6:09 Hans de Graaff
2019-01-09 9:12 Hans de Graaff
2018-04-06 4:54 Hans de Graaff
2018-03-03 6:41 Hans de Graaff
2018-02-04 15:15 Hans de Graaff
2018-01-12 6:01 Hans de Graaff
2018-01-12 6:01 Hans de Graaff
2017-12-07 6:36 Hans de Graaff
2017-10-28 16:23 Andreas Sturmlechner
2017-09-10 7:53 Hans de Graaff
2017-03-07 6:01 Hans de Graaff
2017-01-28 6:48 Hans de Graaff
2016-11-14 6:39 Hans de Graaff
2016-11-14 6:39 Hans de Graaff
2016-10-17 5:23 Hans de Graaff
2016-08-22 19:15 Ole Reifschneider
2016-05-30 18:15 Hans de Graaff
2016-05-30 18:15 Hans de Graaff
2016-05-11 4:55 Hans de Graaff
2016-04-06 5:13 Hans de Graaff
2016-04-06 5:13 Hans de Graaff
2016-01-10 7:28 Hans de Graaff
2015-11-24 7:00 Hans de Graaff
2015-10-25 8:30 Hans de Graaff
2015-10-25 8:30 Hans de Graaff
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=1452409182.31f4b05b3be3f146f47716d3b041c6e9adba9a92.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