* [gentoo-commits] gentoo-x86 commit in dev-ruby/json: ChangeLog json-1.2.4.ebuild
@ 2010-04-11 6:54 Hans de Graaff (graaff)
0 siblings, 0 replies; only message in thread
From: Hans de Graaff (graaff) @ 2010-04-11 6:54 UTC (permalink / raw
To: gentoo-commits
graaff 10/04/11 06:54:26
Modified: ChangeLog
Added: json-1.2.4.ebuild
Log:
Version bump: Triger const_missing callback to make Rails' dynamic class loading work.
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Revision Changes Path
1.22 dev-ruby/json/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 4 Apr 2010 06:54:38 -0000 1.21
+++ ChangeLog 11 Apr 2010 06:54:26 -0000 1.22
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/json
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.21 2010/04/04 06:54:38 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.22 2010/04/11 06:54:26 graaff Exp $
+
+*json-1.2.4 (11 Apr 2010)
+
+ 11 Apr 2010; Hans de Graaff <graaff@gentoo.org> +json-1.2.4.ebuild:
+ Version bump: Triger const_missing callback to make Rails' dynamic class
+ loading work.
*json-1.2.3 (04 Apr 2010)
1.1 dev-ruby/json/json-1.2.4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/json-1.2.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/json-1.2.4.ebuild?rev=1.1&content-type=text/plain
Index: json-1.2.4.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.2.4.ebuild,v 1.1 2010/04/11 06:54:26 graaff Exp $
EAPI=2
USE_RUBY="ruby18 ruby19 jruby"
RUBY_FAKEGEM_TASK_DOC="doc"
RUBY_FAKEGEM_EXTRADOC="CHANGES TODO README"
RUBY_FAKEGEM_DOCDIR="doc"
inherit ruby-fakegem
DESCRIPTION="A JSON implementation as a Ruby extension."
HOMEPAGE="http://json.rubyforge.org/"
LICENSE="|| ( Ruby GPL-2 )"
SRC_URI="mirror://rubygems/${P}.gem"
KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
SLOT="0"
IUSE=""
RDEPEND=""
DEPEND="dev-util/ragel"
ruby_add_bdepend test virtual/ruby-test-unit
ruby_add_bdepend dev-ruby/rake
all_ruby_prepare() {
# Avoid building the extension twice!
sed -i \
-e 's| => :compile_ext||' \
-e 's| => :clean||' \
Rakefile || die "rakefile fix failed"
}
each_ruby_compile() {
if [[ $(basename ${RUBY}) != "jruby" ]]; then
${RUBY} -S rake compile_ext || die "extension compile failed"
fi
}
each_ruby_test() {
# We have to set RUBYLIB because otherwise the tests will run
# against the sytem-installed json; at the same time, we cannot
# use the -I parameter because rake won't let it pass to the
# testrb call that is executed down the road.
RUBYLIB="${RUBYLIB}${RUBYLIB+:}lib:ext/json/ext" \
${RUBY} -S rake test_pure || die "pure ruby tests failed"
if [[ $(basename ${RUBY}) != "jruby" ]]; then
RUBYLIB="${RUBYLIB}${RUBYLIB+:}lib:ext/json/ext" \
${RUBY} -Ilib:ext/json/ext -S rake test_ext || die " ruby extension tests failed"
fi
}
each_ruby_install() {
each_fakegem_install
if [[ $(basename ${RUBY}) != "jruby" ]]; then
ruby_fakegem_newins ext/json/ext/generator.so lib/json/generator.so
ruby_fakegem_newins ext/json/ext/parser.so lib/json/parser.so
fi
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-04-11 6:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-11 6:54 [gentoo-commits] gentoo-x86 commit in dev-ruby/json: ChangeLog json-1.2.4.ebuild Hans de Graaff (graaff)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox