* [gentoo-commits] gentoo-x86 commit in dev-ruby/rake-compiler: rake-compiler-0.9.1.ebuild ChangeLog
@ 2013-08-05 9:11 Manuel Rueger (mrueg)
0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rueger (mrueg) @ 2013-08-05 9:11 UTC (permalink / raw
To: gentoo-commits
mrueg 13/08/05 09:11:43
Modified: ChangeLog
Added: rake-compiler-0.9.1.ebuild
Log:
Version bump
(Portage version: 2.1.13.5/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path
1.62 dev-ruby/rake-compiler/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-compiler/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-compiler/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-compiler/ChangeLog?r1=1.61&r2=1.62
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog 13 Apr 2013 13:15:46 -0000 1.61
+++ ChangeLog 5 Aug 2013 09:11:43 -0000 1.62
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/rake-compiler
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/ChangeLog,v 1.61 2013/04/13 13:15:46 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/ChangeLog,v 1.62 2013/08/05 09:11:43 mrueg Exp $
+
+*rake-compiler-0.9.1 (05 Aug 2013)
+
+ 05 Aug 2013; Manuel Rüger <mrueg@gentoo.org> +rake-compiler-0.9.1.ebuild:
+ Version bump
*rake-compiler-0.8.3 (13 Apr 2013)
1.1 dev-ruby/rake-compiler/rake-compiler-0.9.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.9.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.9.1.ebuild?rev=1.1&content-type=text/plain
Index: rake-compiler-0.9.1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.9.1.ebuild,v 1.1 2013/08/05 09:11:43 mrueg Exp $
EAPI=5
USE_RUBY="ruby18 ruby19 jruby"
RUBY_FAKEGEM_RECIPE_TEST="none"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc"
inherit ruby-fakegem eutils
DESCRIPTION="Provide a standard and simplified way to build and package Ruby extensions"
HOMEPAGE="http://github.com/luislavena/rake-compiler"
LICENSE="MIT"
SRC_URI="http://github.com/luislavena/${PN}/tarball/v${PV} -> ${P}.tar.gz"
RUBY_S="luislavena-${PN}-*"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
SLOT="0"
IUSE=""
ruby_add_rdepend "dev-ruby/rake"
ruby_add_bdepend "test? ( dev-ruby/rspec:2 )"
USE_RUBY=${USE_RUBY/jruby/} ruby_add_bdepend "test? ( dev-util/cucumber )"
each_ruby_prepare() {
case ${RUBY} in
*ruby19|*jruby)
# Remove this task so that it won't load on Ruby 1.9 and JRuby
# that lack the package_task file. It is, though, needed for the
# tests
rm tasks/gem.rake || die
# Remove specs aimed at a C-compiling ruby implementation.
rm spec/lib/rake/extensiontask_spec.rb || die
;;
*)
;;
esac
}
each_ruby_test() {
ruby-ng_rspec
ruby-ng_cucumber
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/rake-compiler: rake-compiler-0.9.1.ebuild ChangeLog
@ 2013-10-06 9:50 Hans de Graaff (graaff)
0 siblings, 0 replies; 4+ messages in thread
From: Hans de Graaff (graaff) @ 2013-10-06 9:50 UTC (permalink / raw
To: gentoo-commits
graaff 13/10/06 09:50:12
Modified: rake-compiler-0.9.1.ebuild ChangeLog
Log:
Add ruby20.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path
1.2 dev-ruby/rake-compiler/rake-compiler-0.9.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.9.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.9.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.9.1.ebuild?r1=1.1&r2=1.2
Index: rake-compiler-0.9.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.9.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rake-compiler-0.9.1.ebuild 5 Aug 2013 09:11:43 -0000 1.1
+++ rake-compiler-0.9.1.ebuild 6 Oct 2013 09:50:12 -0000 1.2
@@ -1,9 +1,9 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.9.1.ebuild,v 1.1 2013/08/05 09:11:43 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.9.1.ebuild,v 1.2 2013/10/06 09:50:12 graaff Exp $
EAPI=5
-USE_RUBY="ruby18 ruby19 jruby"
+USE_RUBY="ruby18 ruby19 ruby20 jruby"
RUBY_FAKEGEM_RECIPE_TEST="none"
@@ -25,7 +25,7 @@
ruby_add_rdepend "dev-ruby/rake"
ruby_add_bdepend "test? ( dev-ruby/rspec:2 )"
-USE_RUBY=${USE_RUBY/jruby/} ruby_add_bdepend "test? ( dev-util/cucumber )"
+USE_RUBY="ruby18 ruby19" ruby_add_bdepend "test? ( dev-util/cucumber )"
each_ruby_prepare() {
case ${RUBY} in
@@ -44,5 +44,11 @@
each_ruby_test() {
ruby-ng_rspec
- ruby-ng_cucumber
+
+ # Skip cucumber for jruby (not supported) and ruby20 (not ready yet)
+ case ${RUBY} in
+ *ruby18|*ruby19)
+ ruby-ng_cucumber
+ ;;
+ esac
}
1.63 dev-ruby/rake-compiler/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-compiler/ChangeLog?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-compiler/ChangeLog?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-compiler/ChangeLog?r1=1.62&r2=1.63
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog 5 Aug 2013 09:11:43 -0000 1.62
+++ ChangeLog 6 Oct 2013 09:50:12 -0000 1.63
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/rake-compiler
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/ChangeLog,v 1.62 2013/08/05 09:11:43 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/ChangeLog,v 1.63 2013/10/06 09:50:12 graaff Exp $
+
+ 06 Oct 2013; Hans de Graaff <graaff@gentoo.org> rake-compiler-0.9.1.ebuild:
+ Add ruby20.
*rake-compiler-0.9.1 (05 Aug 2013)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/rake-compiler: rake-compiler-0.9.1.ebuild ChangeLog
@ 2014-04-26 18:03 Jeroen Roovers (jer)
0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers (jer) @ 2014-04-26 18:03 UTC (permalink / raw
To: gentoo-commits
jer 14/04/26 18:03:37
Modified: rake-compiler-0.9.1.ebuild ChangeLog
Log:
Stable for HPPA (bug #508416).
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Revision Changes Path
1.7 dev-ruby/rake-compiler/rake-compiler-0.9.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.9.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.9.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.9.1.ebuild?r1=1.6&r2=1.7
Index: rake-compiler-0.9.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.9.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- rake-compiler-0.9.1.ebuild 5 Apr 2014 23:16:30 -0000 1.6
+++ rake-compiler-0.9.1.ebuild 26 Apr 2014 18:03:37 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.9.1.ebuild,v 1.6 2014/04/05 23:16:30 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.9.1.ebuild,v 1.7 2014/04/26 18:03:37 jer Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 jruby"
@@ -19,7 +19,7 @@
SRC_URI="http://github.com/luislavena/${PN}/tarball/v${PV} -> ${P}.tar.gz"
RUBY_S="luislavena-${PN}-*"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
SLOT="0"
IUSE=""
1.73 dev-ruby/rake-compiler/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-compiler/ChangeLog?rev=1.73&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-compiler/ChangeLog?rev=1.73&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-compiler/ChangeLog?r1=1.72&r2=1.73
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog 5 Apr 2014 23:16:30 -0000 1.72
+++ ChangeLog 26 Apr 2014 18:03:37 -0000 1.73
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/rake-compiler
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/ChangeLog,v 1.72 2014/04/05 23:16:30 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/ChangeLog,v 1.73 2014/04/26 18:03:37 jer Exp $
+
+ 26 Apr 2014; Jeroen Roovers <jer@gentoo.org> rake-compiler-0.9.1.ebuild:
+ Stable for HPPA (bug #508416).
05 Apr 2014; Manuel Rüger <mrueg@gentoo.org> -rake-compiler-0.8.1-r1.ebuild,
rake-compiler-0.8.1.ebuild, rake-compiler-0.8.3.ebuild,
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/rake-compiler: rake-compiler-0.9.1.ebuild ChangeLog
@ 2014-04-27 12:57 Jeroen Roovers (jer)
0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers (jer) @ 2014-04-27 12:57 UTC (permalink / raw
To: gentoo-commits
jer 14/04/27 12:57:35
Modified: rake-compiler-0.9.1.ebuild ChangeLog
Log:
Marked ~hppa (bug #508826).
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Revision Changes Path
1.8 dev-ruby/rake-compiler/rake-compiler-0.9.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.9.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.9.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.9.1.ebuild?r1=1.7&r2=1.8
Index: rake-compiler-0.9.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.9.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- rake-compiler-0.9.1.ebuild 26 Apr 2014 18:03:37 -0000 1.7
+++ rake-compiler-0.9.1.ebuild 27 Apr 2014 12:57:35 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.9.1.ebuild,v 1.7 2014/04/26 18:03:37 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.9.1.ebuild,v 1.8 2014/04/27 12:57:35 jer Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 jruby"
@@ -19,7 +19,7 @@
SRC_URI="http://github.com/luislavena/${PN}/tarball/v${PV} -> ${P}.tar.gz"
RUBY_S="luislavena-${PN}-*"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
SLOT="0"
IUSE=""
1.74 dev-ruby/rake-compiler/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-compiler/ChangeLog?rev=1.74&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-compiler/ChangeLog?rev=1.74&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rake-compiler/ChangeLog?r1=1.73&r2=1.74
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog 26 Apr 2014 18:03:37 -0000 1.73
+++ ChangeLog 27 Apr 2014 12:57:35 -0000 1.74
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/rake-compiler
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/ChangeLog,v 1.73 2014/04/26 18:03:37 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/ChangeLog,v 1.74 2014/04/27 12:57:35 jer Exp $
+
+ 27 Apr 2014; Jeroen Roovers <jer@gentoo.org> rake-compiler-0.9.1.ebuild:
+ Marked ~hppa (bug #508826).
26 Apr 2014; Jeroen Roovers <jer@gentoo.org> rake-compiler-0.9.1.ebuild:
Stable for HPPA (bug #508416).
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-04-27 12:57 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-27 12:57 [gentoo-commits] gentoo-x86 commit in dev-ruby/rake-compiler: rake-compiler-0.9.1.ebuild ChangeLog Jeroen Roovers (jer)
-- strict thread matches above, loose matches on Subject: below --
2014-04-26 18:03 Jeroen Roovers (jer)
2013-10-06 9:50 Hans de Graaff (graaff)
2013-08-05 9:11 Manuel Rueger (mrueg)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox