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, 25 Oct 2015 08:30:51 +0000 (UTC) [thread overview]
Message-ID: <1445761841.9312f8e01a9f4c069f30dd95f9c343a21f02dcd4.graaff@gentoo> (raw)
commit: 9312f8e01a9f4c069f30dd95f9c343a21f02dcd4
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 25 05:43:35 2015 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Oct 25 08:30:41 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9312f8e0
dev-ruby/msgpack: cleanup
Package-Manager: portage-2.2.20.1
dev-ruby/msgpack/Manifest | 3 ---
dev-ruby/msgpack/msgpack-0.5.12.ebuild | 41 ----------------------------------
dev-ruby/msgpack/msgpack-0.6.0.ebuild | 41 ----------------------------------
dev-ruby/msgpack/msgpack-0.6.1.ebuild | 41 ----------------------------------
4 files changed, 126 deletions(-)
diff --git a/dev-ruby/msgpack/Manifest b/dev-ruby/msgpack/Manifest
index f4d452e..5d0b7de 100644
--- a/dev-ruby/msgpack/Manifest
+++ b/dev-ruby/msgpack/Manifest
@@ -1,4 +1 @@
-DIST msgpack-0.5.12.gem 57344 SHA256 423dc261bd9db477965d867b425a399bf9afab4a49e671d4f0eafb3fbdecaa26 SHA512 27bbeb258d6b18cf2711b0afc4c6dfbcd71c21587fb78213f8583f5aa4ef67ec19f34b7501878a63c798a9859e0d63de4773f9d66b190b7d6ba4b4019c864144 WHIRLPOOL a40c0971f3f6942198a398ca26a94326c0a73b759ca0221a30542f139911b492fda195ae21a59bfc71860755f69b04d11fd602b31a1e0658f36bb86d35a053d1
-DIST msgpack-0.6.0.gem 58880 SHA256 217c137b704b34ef7d1d86e9e2da5d2336c0958b50bf9d8f81e18222ffa4170e SHA512 ee482aa45ba3c4f4d79221da3b2c624c7d65f5c5dc70c79ff09217b81508ca186fe21eabe83a444b29a6262ec2508f7724429b4ef5855ecd075bf7500d172a38 WHIRLPOOL cbfc0858fbd16588bcc95368d379b8fe128433ceb089cd244298e6186048bc2b2dcb0e15777cd0f08fa916e79482455e929c17c93dbe46a868aff127f48d3cde
-DIST msgpack-0.6.1.gem 59392 SHA256 94fd8ef7ab2db7085429f8da31ab00a39d1e0fe8cf5837ca1f140dcd8b67e9c2 SHA512 1e0edd9148e4544cc1974b76de541d3ab175ee6f38f4e61c4f1bfa3997a49703ad3e518bc78632986f9892535a30adc4dcb72a0e4464c35ca3a625c9f7501c8d WHIRLPOOL b6b1cbd47d4bc729f220a6c623d76399956748bf649ea362c7012dccb029e53d2f003cd78cc86a815f2bd21a985b2ea356e5ea0b13cef37cc6fa612143c180ec
DIST msgpack-0.6.2.gem 59904 SHA256 f59a903e239f7caa7c714042171e104029e575cd62415f1927407fd042b478a1 SHA512 7b3a697ee69df19dddcb0de835d4a6910a249bc2747fbeba1ba8ef9d485cdfaf0eafee52fbc5bf00c1c386f25d324109b46160f7ca56643feea1ddc9fc6605e9 WHIRLPOOL 516745a4cc0e2a0559b9ed4948e4db53fd4712a619b7ff9750d9d11e49e6e00b4a85242a30caf30f8bfadc438b70ed327a51728b051bf54a273b2120ed72b833
diff --git a/dev-ruby/msgpack/msgpack-0.5.12.ebuild b/dev-ruby/msgpack/msgpack-0.5.12.ebuild
deleted file mode 100644
index b495087..0000000
--- a/dev-ruby/msgpack/msgpack-0.5.12.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby19 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.sourceforge.jp/"
-
-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
-
- 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."
-}
diff --git a/dev-ruby/msgpack/msgpack-0.6.0.ebuild b/dev-ruby/msgpack/msgpack-0.6.0.ebuild
deleted file mode 100644
index 2be6446..0000000
--- a/dev-ruby/msgpack/msgpack-0.6.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby19 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
-
- 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."
-}
diff --git a/dev-ruby/msgpack/msgpack-0.6.1.ebuild b/dev-ruby/msgpack/msgpack-0.6.1.ebuild
deleted file mode 100644
index 2be6446..0000000
--- a/dev-ruby/msgpack/msgpack-0.6.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby19 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
-
- 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:[~2015-10-25 8:30 UTC|newest]
Thread overview: 76+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-25 8:30 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-10-25 8:30 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/msgpack/ Hans de Graaff
2015-11-24 7:00 Hans de Graaff
2016-01-10 7:28 Hans de Graaff
2016-01-10 7:28 Hans de Graaff
2016-04-06 5:13 Hans de Graaff
2016-04-06 5:13 Hans de Graaff
2016-05-11 4:55 Hans de Graaff
2016-05-30 18:15 Hans de Graaff
2016-05-30 18:15 Hans de Graaff
2016-08-22 19:15 Ole Reifschneider
2016-10-17 5:23 Hans de Graaff
2016-11-14 6:39 Hans de Graaff
2016-11-14 6:39 Hans de Graaff
2017-01-28 6:48 Hans de Graaff
2017-03-07 6:01 Hans de Graaff
2017-09-10 7:53 Hans de Graaff
2017-10-28 16:23 Andreas Sturmlechner
2017-12-07 6:36 Hans de Graaff
2018-01-12 6:01 Hans de Graaff
2018-01-12 6:01 Hans de Graaff
2018-02-04 15:15 Hans de Graaff
2018-03-03 6:41 Hans de Graaff
2018-04-06 4:54 Hans de Graaff
2019-01-09 9:12 Hans de Graaff
2019-03-01 6:09 Hans de Graaff
2019-03-01 6:09 Hans de Graaff
2019-03-11 6:25 Hans de Graaff
2019-05-07 5:16 Hans de Graaff
2019-05-07 5:16 Hans de Graaff
2019-06-21 6:05 Hans de Graaff
2019-08-05 5:17 Hans de Graaff
2019-08-05 5:17 Hans de Graaff
2020-02-05 6:16 Hans de Graaff
2020-08-08 6:37 Hans de Graaff
2021-02-07 8:24 Hans de Graaff
2021-04-02 11:16 Hans de Graaff
2021-10-27 11:26 Hans de Graaff
2022-01-20 6:40 Hans de Graaff
2022-01-30 8:19 Hans de Graaff
2022-02-05 6:57 Hans de Graaff
2022-03-17 6:40 Hans de Graaff
2022-04-09 7:38 Hans de Graaff
2022-05-28 5:39 Hans de Graaff
2022-05-28 5:39 Hans de Graaff
2022-06-25 8:55 Hans de Graaff
2022-07-06 5:28 Hans de Graaff
2022-07-26 6:45 Hans de Graaff
2022-08-26 11:45 Hans de Graaff
2022-08-26 11:45 Hans de Graaff
2022-10-01 7:06 Hans de Graaff
2023-03-18 23:12 Sam James
2023-06-06 13:40 Hans de Graaff
2023-07-02 7:49 Hans de Graaff
2023-07-11 9:43 Hans de Graaff
2023-07-19 5:26 Hans de Graaff
2023-11-15 17:49 Jakov Smolić
2023-11-15 18:39 Arthur Zamarin
2023-11-23 17:12 Sam James
2023-11-23 21:09 Sam James
2023-11-24 9:31 Sam James
2023-12-06 17:57 Ionen Wolkens
2023-12-31 17:15 Hans de Graaff
2024-06-01 5:41 Hans de Graaff
2024-10-05 7:00 Hans de Graaff
2024-10-05 7:00 Hans de Graaff
2024-10-30 11:07 Sam James
2024-10-30 11:07 Sam James
2024-10-30 11:07 Sam James
2024-10-30 14:41 Sam James
2024-10-30 15:46 Arthur Zamarin
2024-11-02 11:45 Arthur Zamarin
2024-11-12 10:46 Hans de Graaff
2024-11-12 10:46 Hans de Graaff
2025-02-07 5:58 Hans de Graaff
2025-04-01 16:31 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=1445761841.9312f8e01a9f4c069f30dd95f9c343a21f02dcd4.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