commit:     22b9426d61cc825c4b622660de0e8ceb2e312be3
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 05:56:00 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 05:56:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22b9426d

dev-ruby/msgpack: cleanup

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/msgpack/Manifest             |  2 --
 dev-ruby/msgpack/msgpack-0.7.6.ebuild | 44 -----------------------------------
 dev-ruby/msgpack/msgpack-1.0.3.ebuild | 44 -----------------------------------
 dev-ruby/msgpack/msgpack-1.1.0.ebuild | 44 -----------------------------------
 4 files changed, 134 deletions(-)

diff --git a/dev-ruby/msgpack/Manifest b/dev-ruby/msgpack/Manifest
index b71aecb2378..46700971533 100644
--- a/dev-ruby/msgpack/Manifest
+++ b/dev-ruby/msgpack/Manifest
@@ -1,4 +1,2 @@
-DIST msgpack-0.7.6.gem 74752 BLAKE2B 
4ad445ce73c1ba2889a7989f15a06ddafc8c304a53096ed3b0881da3829d7a90e4456a017536dcac49c48fdaf39776534ef3270581ed58ee79375741dd93632c
 SHA512 
9d30533175118c08f671015a99664e4798c845f63595495933b42f0fa95c160a6708e472da70baeb64537a704dd4768cdc9ab99a19045daabd92555b21f4e389
-DIST msgpack-1.0.3.gem 77312 BLAKE2B 
57b02566009c19ff9c7886b82e6ac300c598462cfc3a8f29f07bf53e037508aeba5f6a783a865a49014bc9a99d5256f6dc59b20739ab7a3d34c84bc534cafb7f
 SHA512 
b76db7f5c91128d19677774c7bf8c914a7e85e374fc0149bf5d0b470729fa01f4fdf173f7397e6f8df32af760a622a405cdc6d268f45b776b172bb39b9f1f4f7
 DIST msgpack-1.1.0.gem 78336 BLAKE2B 
34b450bfded43cbbde3246ec581191de85131b6b74b4bf57ce6dce26cde3d6d40ab9f018e28b4b2e2b144c44cfaafd704ca4edd641371b179b3779f43c6ce23a
 SHA512 
0142c9a446a476a7b4f9212513dd7b1fbe107193a473873f4eb6f4321d5515c42ea3540ac4de17f37f9e833f19bb75594d14b84ccf70b16d2a3840e066c873da
 DIST msgpack-1.2.0.gem 77824 BLAKE2B 
15b44b5de8ae02ec6864323241a8827099d912850158c1bb81d32840ff7f0c7e53351d30b209f7c0bfea9e099c34ec724c98420bec45e0701918d883a16a8367
 SHA512 
c81d68519d5dfc6188799a889fde3d5aec0fc4231366da61914b028e8ef23c8de0bdc2399e634327ca1885566c14ceffe08def795417e386834d07dddf5f8836

diff --git a/dev-ruby/msgpack/msgpack-0.7.6.ebuild 
b/dev-ruby/msgpack/msgpack-0.7.6.ebuild
deleted file mode 100644
index a4a1f467aa3..00000000000
--- a/dev-ruby/msgpack/msgpack-0.7.6.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-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 ~ppc64 ~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."
-
-       # rb_num2int is not inlined on 32 bit arches but also not explicitly
-       # defined, bug 582968
-       sed -i -e 's:-Wl,--no-undefined::' ext/${PN}/Makefile || die
-}
-
-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-1.0.3.ebuild 
b/dev-ruby/msgpack/msgpack-1.0.3.ebuild
deleted file mode 100644
index 08bed06564e..00000000000
--- a/dev-ruby/msgpack/msgpack-1.0.3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby21 ruby22 ruby23"
-
-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="https://msgpack.org/";
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~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."
-
-       # rb_num2int is not inlined on 32 bit arches but also not explicitly
-       # defined, bug 582968
-       sed -i -e 's:-Wl,--no-undefined::' ext/${PN}/Makefile || die
-}
-
-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-1.1.0.ebuild 
b/dev-ruby/msgpack/msgpack-1.1.0.ebuild
deleted file mode 100644
index 08bed06564e..00000000000
--- a/dev-ruby/msgpack/msgpack-1.1.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby21 ruby22 ruby23"
-
-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="https://msgpack.org/";
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~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."
-
-       # rb_num2int is not inlined on 32 bit arches but also not explicitly
-       # defined, bug 582968
-       sed -i -e 's:-Wl,--no-undefined::' ext/${PN}/Makefile || die
-}
-
-each_ruby_compile() {
-       emake V=1 -Cext/${PN}
-       cp ext/${PN}/msgpack$(get_modname) lib/${PN} || die "Unable to install 
msgpack library."
-}

Reply via email to