mrueg       15/01/10 22:12:52

  Modified:             ChangeLog
  Added:                json_pure-1.8.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.3                  dev-ruby/json_pure/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/json_pure/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   17 Oct 2014 19:43:34 -0000      1.2
+++ ChangeLog   10 Jan 2015 22:12:52 -0000      1.3
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/json_pure
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json_pure/ChangeLog,v 1.2 
2014/10/17 19:43:34 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json_pure/ChangeLog,v 1.3 
2015/01/10 22:12:52 mrueg Exp $
+
+*json_pure-1.8.2 (10 Jan 2015)
+
+  10 Jan 2015; Manuel Rüger <[email protected]> +json_pure-1.8.2.ebuild:
+  Version bump.
 
   17 Oct 2014; Manuel Rüger <[email protected]> json_pure-1.8.1.ebuild:
   Add ruby21 target.



1.1                  dev-ruby/json_pure/json_pure-1.8.2.ebuild

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

Index: json_pure-1.8.2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json_pure/json_pure-1.8.2.ebuild,v 
1.1 2015/01/10 22:12:52 mrueg Exp $

EAPI=5

USE_RUBY="ruby19 ruby20 ruby21"
RUBY_FAKEGEM_RECIPE_TEST="rake"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"

inherit multilib ruby-fakegem

DESCRIPTION="A JSON implementation in pure Ruby"
HOMEPAGE="http://flori.github.com/json";

LICENSE="Ruby-BSD"
SLOT="0"
KEYWORDS="~amd64"
IUSE="doc"

ruby_add_bdepend "test? (
        dev-ruby/sdoc
        dev-ruby/permutation
)"

each_ruby_configure() {
        ${RUBY} -Cext/json/ext/generator extconf.rb || die
        ${RUBY} -Cext/json/ext/parser extconf.rb || die
}

each_ruby_compile() {
        emake V=1 -Cext/json/ext/generator
        emake V=1 -Cext/json/ext/parser
        cp ext/json/ext/generator/generator$(get_modname) lib/ || die
        cp ext/json/ext/parser/parser$(get_modname) lib/ || die
}

each_ruby_test() {
        env JSON=pure ${RUBY} -S rake test_pure || die
        env JSON=ext  ${RUBY} -S rake test_ext || die
}




Reply via email to