* [gentoo-commits] gentoo-x86 commit in dev-ruby/multi_xml: multi_xml-0.5.1.ebuild ChangeLog
@ 2012-08-14 4:32 Diego Petteno (flameeyes)
0 siblings, 0 replies; 2+ messages in thread
From: Diego Petteno (flameeyes) @ 2012-08-14 4:32 UTC (permalink / raw
To: gentoo-commits
flameeyes 12/08/14 04:32:48
Modified: multi_xml-0.5.1.ebuild ChangeLog
Log:
Port to rspec helper for testing.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-ruby/multi_xml/multi_xml-0.5.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_xml/multi_xml-0.5.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_xml/multi_xml-0.5.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_xml/multi_xml-0.5.1.ebuild?r1=1.1&r2=1.2
Index: multi_xml-0.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/multi_xml/multi_xml-0.5.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- multi_xml-0.5.1.ebuild 17 May 2012 15:37:43 -0000 1.1
+++ multi_xml-0.5.1.ebuild 14 Aug 2012 04:32:48 -0000 1.2
@@ -1,17 +1,17 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_xml/multi_xml-0.5.1.ebuild,v 1.1 2012/05/17 15:37:43 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_xml/multi_xml-0.5.1.ebuild,v 1.2 2012/08/14 04:32:48 flameeyes Exp $
EAPI=4
USE_RUBY="ruby18 ree18 ruby19 jruby"
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
RUBY_FAKEGEM_TASK_DOC="doc:yard"
+
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_TASK_TEST="spec"
-
inherit ruby-fakegem
DESCRIPTION="A generic swappable back-end for XML parsing"
@@ -23,15 +23,12 @@
IUSE=""
ruby_add_bdepend "doc? ( dev-ruby/yard )"
-ruby_add_bdepend "test? ( >=dev-ruby/rspec-2.5:2 )"
all_ruby_prepare() {
- rm Gemfile || die
-
- # Remove possible incompatible rspec options.
- rm .rspec || die
+ # Remove possible incompatible rspec options and bundler.
+ rm Gemfile .rspec || die
}
each_ruby_test() {
- CI=true ${RUBY} -S rspec spec || die
+ CI=true each_fakegem_test
}
1.10 dev-ruby/multi_xml/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_xml/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_xml/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_xml/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/multi_xml/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 17 May 2012 15:37:43 -0000 1.9
+++ ChangeLog 14 Aug 2012 04:32:48 -0000 1.10
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/multi_xml
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_xml/ChangeLog,v 1.9 2012/05/17 15:37:43 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_xml/ChangeLog,v 1.10 2012/08/14 04:32:48 flameeyes Exp $
+
+ 14 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> multi_xml-0.5.1.ebuild:
+ Port to rspec helper for testing.
*multi_xml-0.5.1 (17 May 2012)
@@ -43,4 +46,3 @@
20 Jul 2011; Hans de Graaff <graaff@gentoo.org> +multi_xml-0.2.2.ebuild,
+metadata.xml:
Initial import. New dependency of dev-ruby/twitter.
-
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/multi_xml: multi_xml-0.5.1.ebuild ChangeLog
@ 2012-09-27 9:43 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-09-27 9:43 UTC (permalink / raw
To: gentoo-commits
ssuominen 12/09/27 09:43:36
Modified: multi_xml-0.5.1.ebuild ChangeLog
Log:
Keyword ~ppc wrt #415691
(Portage version: 2.2.0_alpha128/cvs/Linux x86_64)
Revision Changes Path
1.3 dev-ruby/multi_xml/multi_xml-0.5.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_xml/multi_xml-0.5.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_xml/multi_xml-0.5.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_xml/multi_xml-0.5.1.ebuild?r1=1.2&r2=1.3
Index: multi_xml-0.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/multi_xml/multi_xml-0.5.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- multi_xml-0.5.1.ebuild 14 Aug 2012 04:32:48 -0000 1.2
+++ multi_xml-0.5.1.ebuild 27 Sep 2012 09:43:36 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_xml/multi_xml-0.5.1.ebuild,v 1.2 2012/08/14 04:32:48 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_xml/multi_xml-0.5.1.ebuild,v 1.3 2012/09/27 09:43:36 ssuominen Exp $
EAPI=4
@@ -18,7 +18,7 @@
HOMEPAGE="http://rdoc.info/gems/multi_xml"
LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
SLOT="0"
IUSE=""
1.12 dev-ruby/multi_xml/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_xml/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_xml/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_xml/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/multi_xml/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 28 Aug 2012 05:24:47 -0000 1.11
+++ ChangeLog 27 Sep 2012 09:43:36 -0000 1.12
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/multi_xml
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_xml/ChangeLog,v 1.11 2012/08/28 05:24:47 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_xml/ChangeLog,v 1.12 2012/09/27 09:43:36 ssuominen Exp $
+
+ 27 Sep 2012; Samuli Suominen <ssuominen@gentoo.org> multi_xml-0.5.1.ebuild:
+ Keyword ~ppc wrt #415691
28 Aug 2012; Hans de Graaff <graaff@gentoo.org> -multi_xml-0.4.1.ebuild,
-multi_xml-0.4.2.ebuild:
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-09-27 9:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-14 4:32 [gentoo-commits] gentoo-x86 commit in dev-ruby/multi_xml: multi_xml-0.5.1.ebuild ChangeLog Diego Petteno (flameeyes)
-- strict thread matches above, loose matches on Subject: below --
2012-09-27 9:43 Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox