graaff      15/06/30 04:51:18

  Modified:             ChangeLog
  Added:                msgpack-0.6.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.34                 dev-ruby/msgpack/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/msgpack/ChangeLog?rev=1.34&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/msgpack/ChangeLog?rev=1.34&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/msgpack/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/msgpack/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   30 Jun 2015 04:47:26 -0000      1.33
+++ ChangeLog   30 Jun 2015 04:51:18 -0000      1.34
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/msgpack
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/msgpack/ChangeLog,v 1.33 
2015/06/30 04:47:26 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/msgpack/ChangeLog,v 1.34 
2015/06/30 04:51:18 graaff Exp $
+
+*msgpack-0.6.0 (30 Jun 2015)
+
+  30 Jun 2015; Hans de Graaff <[email protected]> +msgpack-0.6.0.ebuild:
+  Version bump.
 
   30 Jun 2015; Hans de Graaff <[email protected]> -msgpack-0.5.10.ebuild,
   -msgpack-0.5.11.ebuild:



1.1                  dev-ruby/msgpack/msgpack-0.6.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/msgpack/msgpack-0.6.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/msgpack/msgpack-0.6.0.ebuild?rev=1.1&content-type=text/plain

Index: msgpack-0.6.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/msgpack/msgpack-0.6.0.ebuild,v 1.1 
2015/06/30 04:51:18 graaff Exp $

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."
}




Reply via email to