graaff 15/03/15 15:22:20 Modified: ChangeLog multi_xml-0.5.4-r1.ebuild Added: multi_xml-0.5.4-r2.ebuild Log: Create stable candidate. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.24 dev-ruby/multi_xml/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_xml/ChangeLog?rev=1.24&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_xml/ChangeLog?rev=1.24&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_xml/ChangeLog?r1=1.23&r2=1.24 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/multi_xml/ChangeLog,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- ChangeLog 3 Nov 2014 15:56:02 -0000 1.23 +++ ChangeLog 15 Mar 2015 15:22:19 -0000 1.24 @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/multi_xml -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_xml/ChangeLog,v 1.23 2014/11/03 15:56:02 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_xml/ChangeLog,v 1.24 2015/03/15 15:22:19 graaff Exp $ + +*multi_xml-0.5.4-r2 (15 Mar 2015) + + 15 Mar 2015; Hans de Graaff <[email protected]> multi_xml-0.5.4-r1.ebuild, + +multi_xml-0.5.4-r2.ebuild: + Create stable candidate. 03 Nov 2014; Manuel RĂ¼ger <[email protected]> multi_xml-0.5.4-r1.ebuild: Drop jruby. 1.6 dev-ruby/multi_xml/multi_xml-0.5.4-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_xml/multi_xml-0.5.4-r1.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_xml/multi_xml-0.5.4-r1.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_xml/multi_xml-0.5.4-r1.ebuild?r1=1.5&r2=1.6 Index: multi_xml-0.5.4-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/multi_xml/multi_xml-0.5.4-r1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- multi_xml-0.5.4-r1.ebuild 3 Nov 2014 15:56:02 -0000 1.5 +++ multi_xml-0.5.4-r1.ebuild 15 Mar 2015 15:22:19 -0000 1.6 @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 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.4-r1.ebuild,v 1.5 2014/11/03 15:56:02 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_xml/multi_xml-0.5.4-r1.ebuild,v 1.6 2015/03/15 15:22:19 graaff Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby19 ruby20" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_TASK_DOC="doc:yard" 1.1 dev-ruby/multi_xml/multi_xml-0.5.4-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_xml/multi_xml-0.5.4-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multi_xml/multi_xml-0.5.4-r2.ebuild?rev=1.1&content-type=text/plain Index: multi_xml-0.5.4-r2.ebuild =================================================================== # Copyright 1999-2015 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.4-r2.ebuild,v 1.1 2015/03/15 15:22:19 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_TASK_DOC="doc:yard" RUBY_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="README.md" inherit ruby-fakegem DESCRIPTION="A generic swappable back-end for XML parsing" HOMEPAGE="http://rdoc.info/gems/multi_xml" LICENSE="MIT" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" SLOT="0" IUSE="" ruby_add_bdepend "doc? ( dev-ruby/yard )" all_ruby_prepare() { sed -i -e '/simplecov/,/SimpleCov.start/ s:^:#:' spec/helper.rb || die } each_ruby_test() { CI=true each_fakegem_test }
