graaff 15/07/15 06:20:52 Modified: tilt-2.0.1-r1.ebuild ChangeLog Log: Fix tests with asciidoctor. Add ruby22. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.2 dev-ruby/tilt/tilt-2.0.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tilt/tilt-2.0.1-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tilt/tilt-2.0.1-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tilt/tilt-2.0.1-r1.ebuild?r1=1.1&r2=1.2 Index: tilt-2.0.1-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tilt/tilt-2.0.1-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tilt-2.0.1-r1.ebuild 19 Jan 2015 07:16:53 -0000 1.1 +++ tilt-2.0.1-r1.ebuild 15 Jul 2015 06:20:52 -0000 1.2 @@ -1,10 +1,10 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/tilt-2.0.1-r1.ebuild,v 1.1 2015/01/19 07:16:53 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/tilt-2.0.1-r1.ebuild,v 1.2 2015/07/15 06:20:52 graaff Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby19 ruby20 ruby21 ruby22" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/TEMPLATES.md" @@ -27,14 +27,14 @@ dev-ruby/coffee-script dev-ruby/erubis dev-ruby/nokogiri - dev-ruby/radius !!<dev-ruby/maruku-0.7.2 )" -# Most dependencies are optional: skip haml for ruby20 and ruby21 +# Most dependencies are optional: skip haml and radius for ruby20 and ruby21 # because haml depends on rails. USE_RUBY="ruby19" ruby_add_bdepend "test? ( dev-ruby/haml )" +USE_RUBY="ruby19 ruby20 ruby21" ruby_add_bdepend "test? ( dev-ruby/radius )" -ruby_add_rdepend ">=dev-ruby/builder-2.0.0 +ruby_add_rdepend ">=dev-ruby/builder-2.0.0:* !!<dev-ruby/tilt-1.4.1-r2:0" all_ruby_prepare() { @@ -45,4 +45,5 @@ # the time when details in the dependencies change. sed -e '/test_smarty_pants_true/,/^ end/ s:^:#:' -i test/tilt_markdown_test.rb || die sed -e '/smartypants when :smart is set/,/^ end/ s:^:#:' -i test/tilt_rdiscounttemplate_test.rb || die + sed -i -e '/docbook templates/,/^ end/ s:^:#:' test/tilt_asciidoctor_test.rb || die } 1.45 dev-ruby/tilt/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tilt/ChangeLog?rev=1.45&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tilt/ChangeLog?rev=1.45&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tilt/ChangeLog?r1=1.44&r2=1.45 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tilt/ChangeLog,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- ChangeLog 7 Jun 2015 20:01:23 -0000 1.44 +++ ChangeLog 15 Jul 2015 06:20:52 -0000 1.45 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/tilt # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/ChangeLog,v 1.44 2015/06/07 20:01:23 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/ChangeLog,v 1.45 2015/07/15 06:20:52 graaff Exp $ + + 15 Jul 2015; Hans de Graaff <[email protected]> tilt-2.0.1-r1.ebuild: + Fix tests with asciidoctor. Add ruby22. 07 Jun 2015; Justin Lecher <[email protected]> metadata.xml: Add github to remote-id in metadata.xml
