* [gentoo-commits] gentoo-x86 commit in dev-ruby/json: ChangeLog json-1.2.0-r1.ebuild
@ 2009-12-20 9:22 Hans de Graaff (graaff)
0 siblings, 0 replies; 10+ messages in thread
From: Hans de Graaff (graaff) @ 2009-12-20 9:22 UTC (permalink / raw
To: gentoo-commits
graaff 09/12/20 09:22:23
Modified: ChangeLog
Added: json-1.2.0-r1.ebuild
Log:
Bump to use ruby-fakegem.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Revision Changes Path
1.9 dev-ruby/json/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 9 Dec 2009 19:30:20 -0000 1.8
+++ ChangeLog 20 Dec 2009 09:22:22 -0000 1.9
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/json
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.8 2009/12/09 19:30:20 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.9 2009/12/20 09:22:22 graaff Exp $
+
+*json-1.2.0-r1 (20 Dec 2009)
+
+ 20 Dec 2009; Hans de Graaff <graaff@gentoo.org> +json-1.2.0-r1.ebuild:
+ Bump to use ruby-fakegem eclass since this is required by new rubyforge
+ packages.
09 Dec 2009; Hans de Graaff <graaff@gentoo.org> -json-1.1.7.ebuild,
-json-1.1.9.ebuild:
1.1 dev-ruby/json/json-1.2.0-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild?rev=1.1&content-type=text/plain
Index: json-1.2.0-r1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild,v 1.1 2009/12/20 09:22:22 graaff Exp $
EAPI=2
USE_RUBY="ruby18"
RUBY_FAKEGEM_TASK_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 ~ppc ~x86"
SLOT="0"
IUSE=""
each_ruby_install() {
each_fakegem_install
ruby_fakegem_newins ext/json/ext/generator.so lib/json/generator.so
ruby_fakegem_newins ext/json/ext/parser.so lib/json/parser.so
}
all_ruby_install() {
dodoc CHANGES TODO README
}
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/json: ChangeLog json-1.2.0-r1.ebuild
@ 2009-12-21 15:42 Diego Petteno (flameeyes)
0 siblings, 0 replies; 10+ messages in thread
From: Diego Petteno (flameeyes) @ 2009-12-21 15:42 UTC (permalink / raw
To: gentoo-commits
flameeyes 09/12/21 15:42:10
Modified: ChangeLog json-1.2.0-r1.ebuild
Log:
Fix building when tests are not executed.
(Portage version: 2.2_rc60/cvs/Linux x86_64)
Revision Changes Path
1.10 dev-ruby/json/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 20 Dec 2009 09:22:22 -0000 1.9
+++ ChangeLog 21 Dec 2009 15:42:10 -0000 1.10
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/json
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.9 2009/12/20 09:22:22 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.10 2009/12/21 15:42:10 flameeyes Exp $
+
+ 21 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+ json-1.2.0-r1.ebuild:
+ Fix building when tests are not executed.
*json-1.2.0-r1 (20 Dec 2009)
1.2 dev-ruby/json/json-1.2.0-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild?r1=1.1&r2=1.2
Index: json-1.2.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- json-1.2.0-r1.ebuild 20 Dec 2009 09:22:22 -0000 1.1
+++ json-1.2.0-r1.ebuild 21 Dec 2009 15:42:10 -0000 1.2
@@ -1,11 +1,12 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild,v 1.1 2009/12/20 09:22:22 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild,v 1.2 2009/12/21 15:42:10 flameeyes Exp $
EAPI=2
USE_RUBY="ruby18"
-RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGES TODO README"
+RUBY_FAKEGEM_DOCDIR="doc"
inherit ruby-fakegem
@@ -18,12 +19,15 @@
SLOT="0"
IUSE=""
+RDEPEND=""
+DEPEND="dev-util/ragel"
+
+each_ruby_compile() {
+ ${RUBY} -S rake compile_ext || die "extension compile failed"
+}
+
each_ruby_install() {
each_fakegem_install
ruby_fakegem_newins ext/json/ext/generator.so lib/json/generator.so
ruby_fakegem_newins ext/json/ext/parser.so lib/json/parser.so
}
-
-all_ruby_install() {
- dodoc CHANGES TODO README
-}
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/json: ChangeLog json-1.2.0-r1.ebuild
@ 2009-12-23 1:15 Jeroen Roovers (jer)
0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2009-12-23 1:15 UTC (permalink / raw
To: gentoo-commits
jer 09/12/23 01:15:42
Modified: ChangeLog json-1.2.0-r1.ebuild
Log:
Marked ~hppa (bug #297622).
(Portage version: 2.2_rc60/cvs/Linux i686)
Revision Changes Path
1.11 dev-ruby/json/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 21 Dec 2009 15:42:10 -0000 1.10
+++ ChangeLog 23 Dec 2009 01:15:41 -0000 1.11
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/json
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.10 2009/12/21 15:42:10 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.11 2009/12/23 01:15:41 jer Exp $
+
+ 23 Dec 2009; Jeroen Roovers <jer@gentoo.org> json-1.2.0-r1.ebuild:
+ Marked ~hppa (bug #297622).
21 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org>
json-1.2.0-r1.ebuild:
1.3 dev-ruby/json/json-1.2.0-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild?r1=1.2&r2=1.3
Index: json-1.2.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- json-1.2.0-r1.ebuild 21 Dec 2009 15:42:10 -0000 1.2
+++ json-1.2.0-r1.ebuild 23 Dec 2009 01:15:41 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild,v 1.2 2009/12/21 15:42:10 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild,v 1.3 2009/12/23 01:15:41 jer Exp $
EAPI=2
USE_RUBY="ruby18"
@@ -15,7 +15,7 @@
LICENSE="|| ( Ruby GPL-2 )"
SRC_URI="mirror://rubygems/${P}.gem"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
SLOT="0"
IUSE=""
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/json: ChangeLog json-1.2.0-r1.ebuild
@ 2009-12-25 15:43 Diego Petteno (flameeyes)
0 siblings, 0 replies; 10+ messages in thread
From: Diego Petteno (flameeyes) @ 2009-12-25 15:43 UTC (permalink / raw
To: gentoo-commits
flameeyes 09/12/25 15:43:01
Modified: ChangeLog json-1.2.0-r1.ebuild
Log:
json works fine with Ruby 1.9 as well.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Revision Changes Path
1.12 dev-ruby/json/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 23 Dec 2009 01:15:41 -0000 1.11
+++ ChangeLog 25 Dec 2009 15:43:01 -0000 1.12
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/json
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.11 2009/12/23 01:15:41 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.12 2009/12/25 15:43:01 flameeyes Exp $
+
+ 25 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+ json-1.2.0-r1.ebuild:
+ json works fine with Ruby 1.9 as well.
23 Dec 2009; Jeroen Roovers <jer@gentoo.org> json-1.2.0-r1.ebuild:
Marked ~hppa (bug #297622).
1.4 dev-ruby/json/json-1.2.0-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild?r1=1.3&r2=1.4
Index: json-1.2.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- json-1.2.0-r1.ebuild 23 Dec 2009 01:15:41 -0000 1.3
+++ json-1.2.0-r1.ebuild 25 Dec 2009 15:43:01 -0000 1.4
@@ -1,9 +1,9 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild,v 1.3 2009/12/23 01:15:41 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild,v 1.4 2009/12/25 15:43:01 flameeyes Exp $
EAPI=2
-USE_RUBY="ruby18"
+USE_RUBY="ruby18 ruby19"
RUBY_FAKEGEM_EXTRADOC="CHANGES TODO README"
RUBY_FAKEGEM_DOCDIR="doc"
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/json: ChangeLog json-1.2.0-r1.ebuild
@ 2009-12-25 17:01 Diego Petteno (flameeyes)
0 siblings, 0 replies; 10+ messages in thread
From: Diego Petteno (flameeyes) @ 2009-12-25 17:01 UTC (permalink / raw
To: gentoo-commits
flameeyes 09/12/25 17:01:02
Modified: ChangeLog json-1.2.0-r1.ebuild
Log:
Add support for JRuby (json_pure); make sure to test the new build rather than the old one; avoid building the extensions twice.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Revision Changes Path
1.13 dev-ruby/json/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 25 Dec 2009 15:43:01 -0000 1.12
+++ ChangeLog 25 Dec 2009 17:01:02 -0000 1.13
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/json
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.12 2009/12/25 15:43:01 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.13 2009/12/25 17:01:02 flameeyes Exp $
+
+ 25 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+ json-1.2.0-r1.ebuild:
+ Add support for JRuby (json_pure); make sure to test the new build rather
+ than the old one; avoid building the extensions twice.
25 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org>
json-1.2.0-r1.ebuild:
1.5 dev-ruby/json/json-1.2.0-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild?r1=1.4&r2=1.5
Index: json-1.2.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- json-1.2.0-r1.ebuild 25 Dec 2009 15:43:01 -0000 1.4
+++ json-1.2.0-r1.ebuild 25 Dec 2009 17:01:02 -0000 1.5
@@ -1,9 +1,9 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild,v 1.4 2009/12/25 15:43:01 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild,v 1.5 2009/12/25 17:01:02 flameeyes Exp $
EAPI=2
-USE_RUBY="ruby18 ruby19"
+USE_RUBY="ruby18 ruby19 jruby"
RUBY_FAKEGEM_EXTRADOC="CHANGES TODO README"
RUBY_FAKEGEM_DOCDIR="doc"
@@ -22,12 +22,41 @@
RDEPEND=""
DEPEND="dev-util/ragel"
+ruby_add_bdepend test virtual/ruby-test-unit
+
+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() {
- ${RUBY} -S rake compile_ext || die "extension compile failed"
+ 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
- ruby_fakegem_newins ext/json/ext/generator.so lib/json/generator.so
- ruby_fakegem_newins ext/json/ext/parser.so lib/json/parser.so
+ 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] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/json: ChangeLog json-1.2.0-r1.ebuild
@ 2009-12-26 21:32 Diego Petteno (flameeyes)
0 siblings, 0 replies; 10+ messages in thread
From: Diego Petteno (flameeyes) @ 2009-12-26 21:32 UTC (permalink / raw
To: gentoo-commits
flameeyes 09/12/26 21:32:58
Modified: ChangeLog json-1.2.0-r1.ebuild
Log:
Fix bug #298466 by keytoaster.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Revision Changes Path
1.14 dev-ruby/json/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 25 Dec 2009 17:01:02 -0000 1.13
+++ ChangeLog 26 Dec 2009 21:32:58 -0000 1.14
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/json
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.13 2009/12/25 17:01:02 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.14 2009/12/26 21:32:58 flameeyes Exp $
+
+ 26 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+ json-1.2.0-r1.ebuild:
+ Fix bug #298466 by keytoaster.
25 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org>
json-1.2.0-r1.ebuild:
1.6 dev-ruby/json/json-1.2.0-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild?r1=1.5&r2=1.6
Index: json-1.2.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- json-1.2.0-r1.ebuild 25 Dec 2009 17:01:02 -0000 1.5
+++ json-1.2.0-r1.ebuild 26 Dec 2009 21:32:58 -0000 1.6
@@ -1,10 +1,11 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild,v 1.5 2009/12/25 17:01:02 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild,v 1.6 2009/12/26 21:32:58 flameeyes Exp $
EAPI=2
USE_RUBY="ruby18 ruby19 jruby"
+RUBY_FAKEGEM_TASK_DOC="doc"
RUBY_FAKEGEM_EXTRADOC="CHANGES TODO README"
RUBY_FAKEGEM_DOCDIR="doc"
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/json: ChangeLog json-1.2.0-r1.ebuild
@ 2010-01-04 11:23 Christian Faulhammer (fauli)
0 siblings, 0 replies; 10+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-01-04 11:23 UTC (permalink / raw
To: gentoo-commits
fauli 10/01/04 11:23:10
Modified: ChangeLog json-1.2.0-r1.ebuild
Log:
Transfer Prefix keywords
(Portage version: 2.1.6.13/cvs/Linux i686)
Revision Changes Path
1.15 dev-ruby/json/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 26 Dec 2009 21:32:58 -0000 1.14
+++ ChangeLog 4 Jan 2010 11:23:10 -0000 1.15
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/json
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.14 2009/12/26 21:32:58 flameeyes Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.15 2010/01/04 11:23:10 fauli Exp $
+
+ 04 Jan 2010; Christian Faulhammer <fauli@gentoo.org> json-1.2.0-r1.ebuild:
+ Transfer Prefix keywords
26 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org>
json-1.2.0-r1.ebuild:
1.7 dev-ruby/json/json-1.2.0-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild?r1=1.6&r2=1.7
Index: json-1.2.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- json-1.2.0-r1.ebuild 26 Dec 2009 21:32:58 -0000 1.6
+++ json-1.2.0-r1.ebuild 4 Jan 2010 11:23:10 -0000 1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# 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.0-r1.ebuild,v 1.6 2009/12/26 21:32:58 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild,v 1.7 2010/01/04 11:23:10 fauli Exp $
EAPI=2
USE_RUBY="ruby18 ruby19 jruby"
@@ -16,7 +16,7 @@
LICENSE="|| ( Ruby GPL-2 )"
SRC_URI="mirror://rubygems/${P}.gem"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
SLOT="0"
IUSE=""
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/json: ChangeLog json-1.2.0-r1.ebuild
@ 2010-01-06 18:25 Raul Porcel (armin76)
0 siblings, 0 replies; 10+ messages in thread
From: Raul Porcel (armin76) @ 2010-01-06 18:25 UTC (permalink / raw
To: gentoo-commits
armin76 10/01/06 18:25:27
Modified: ChangeLog json-1.2.0-r1.ebuild
Log:
Add ~ia64/~sparc wrt #297622
(Portage version: 2.1.6.13/cvs/Linux ia64)
Revision Changes Path
1.16 dev-ruby/json/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 4 Jan 2010 11:23:10 -0000 1.15
+++ ChangeLog 6 Jan 2010 18:25:27 -0000 1.16
@@ -1,6 +1,9 @@
# 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.15 2010/01/04 11:23:10 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.16 2010/01/06 18:25:27 armin76 Exp $
+
+ 06 Jan 2010; Raúl Porcel <armin76@gentoo.org> json-1.2.0-r1.ebuild:
+ Add ~ia64/~sparc wrt #297622
04 Jan 2010; Christian Faulhammer <fauli@gentoo.org> json-1.2.0-r1.ebuild:
Transfer Prefix keywords
1.8 dev-ruby/json/json-1.2.0-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild?r1=1.7&r2=1.8
Index: json-1.2.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- json-1.2.0-r1.ebuild 4 Jan 2010 11:23:10 -0000 1.7
+++ json-1.2.0-r1.ebuild 6 Jan 2010 18:25:27 -0000 1.8
@@ -1,6 +1,6 @@
# 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.0-r1.ebuild,v 1.7 2010/01/04 11:23:10 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild,v 1.8 2010/01/06 18:25:27 armin76 Exp $
EAPI=2
USE_RUBY="ruby18 ruby19 jruby"
@@ -16,7 +16,7 @@
LICENSE="|| ( Ruby GPL-2 )"
SRC_URI="mirror://rubygems/${P}.gem"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
SLOT="0"
IUSE=""
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/json: ChangeLog json-1.2.0-r1.ebuild
@ 2010-01-13 16:13 Brent Baude (ranger)
0 siblings, 0 replies; 10+ messages in thread
From: Brent Baude (ranger) @ 2010-01-13 16:13 UTC (permalink / raw
To: gentoo-commits
ranger 10/01/13 16:13:43
Modified: ChangeLog json-1.2.0-r1.ebuild
Log:
Marking json-1.2.0-r1 ~ppc64 for bug 297622
(Portage version: 2.1.6.13/cvs/Linux ppc64)
Revision Changes Path
1.17 dev-ruby/json/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 6 Jan 2010 18:25:27 -0000 1.16
+++ ChangeLog 13 Jan 2010 16:13:42 -0000 1.17
@@ -1,6 +1,9 @@
# 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.16 2010/01/06 18:25:27 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.17 2010/01/13 16:13:42 ranger Exp $
+
+ 13 Jan 2010; Brent Baude <ranger@gentoo.org> json-1.2.0-r1.ebuild:
+ Marking json-1.2.0-r1 ~ppc64 for bug 297622
06 Jan 2010; Raúl Porcel <armin76@gentoo.org> json-1.2.0-r1.ebuild:
Add ~ia64/~sparc wrt #297622
1.9 dev-ruby/json/json-1.2.0-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild?r1=1.8&r2=1.9
Index: json-1.2.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- json-1.2.0-r1.ebuild 6 Jan 2010 18:25:27 -0000 1.8
+++ json-1.2.0-r1.ebuild 13 Jan 2010 16:13:42 -0000 1.9
@@ -1,6 +1,6 @@
# 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.0-r1.ebuild,v 1.8 2010/01/06 18:25:27 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild,v 1.9 2010/01/13 16:13:42 ranger Exp $
EAPI=2
USE_RUBY="ruby18 ruby19 jruby"
@@ -16,7 +16,7 @@
LICENSE="|| ( Ruby GPL-2 )"
SRC_URI="mirror://rubygems/${P}.gem"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
SLOT="0"
IUSE=""
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/json: ChangeLog json-1.2.0-r1.ebuild
@ 2010-02-23 18:18 Hans de Graaff (graaff)
0 siblings, 0 replies; 10+ messages in thread
From: Hans de Graaff (graaff) @ 2010-02-23 18:18 UTC (permalink / raw
To: gentoo-commits
graaff 10/02/23 18:18:59
Modified: ChangeLog json-1.2.0-r1.ebuild
Log:
Add missing build dependency on dev-ruby/rake, fixes #306493.
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Revision Changes Path
1.18 dev-ruby/json/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 13 Jan 2010 16:13:42 -0000 1.17
+++ ChangeLog 23 Feb 2010 18:18:58 -0000 1.18
@@ -1,6 +1,9 @@
# 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.17 2010/01/13 16:13:42 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.18 2010/02/23 18:18:58 graaff Exp $
+
+ 23 Feb 2010; Hans de Graaff <graaff@gentoo.org> json-1.2.0-r1.ebuild:
+ Add missing build dependency on dev-ruby/rake, fixes #306493.
13 Jan 2010; Brent Baude <ranger@gentoo.org> json-1.2.0-r1.ebuild:
Marking json-1.2.0-r1 ~ppc64 for bug 297622
1.10 dev-ruby/json/json-1.2.0-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild?r1=1.9&r2=1.10
Index: json-1.2.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- json-1.2.0-r1.ebuild 13 Jan 2010 16:13:42 -0000 1.9
+++ json-1.2.0-r1.ebuild 23 Feb 2010 18:18:58 -0000 1.10
@@ -1,6 +1,6 @@
# 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.0-r1.ebuild,v 1.9 2010/01/13 16:13:42 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild,v 1.10 2010/02/23 18:18:58 graaff Exp $
EAPI=2
USE_RUBY="ruby18 ruby19 jruby"
@@ -24,6 +24,7 @@
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!
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2010-02-23 18:19 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-26 21:32 [gentoo-commits] gentoo-x86 commit in dev-ruby/json: ChangeLog json-1.2.0-r1.ebuild Diego Petteno (flameeyes)
-- strict thread matches above, loose matches on Subject: below --
2010-02-23 18:18 Hans de Graaff (graaff)
2010-01-13 16:13 Brent Baude (ranger)
2010-01-06 18:25 Raul Porcel (armin76)
2010-01-04 11:23 Christian Faulhammer (fauli)
2009-12-25 17:01 Diego Petteno (flameeyes)
2009-12-25 15:43 Diego Petteno (flameeyes)
2009-12-23 1:15 Jeroen Roovers (jer)
2009-12-21 15:42 Diego Petteno (flameeyes)
2009-12-20 9:22 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