mrueg 15/05/06 15:23:21 Modified: asciidoctor-1.5.2.ebuild ChangeLog Log: Add ruby21 target. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.3 dev-ruby/asciidoctor/asciidoctor-1.5.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/asciidoctor/asciidoctor-1.5.2.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/asciidoctor/asciidoctor-1.5.2.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/asciidoctor/asciidoctor-1.5.2.ebuild?r1=1.2&r2=1.3 Index: asciidoctor-1.5.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/asciidoctor/asciidoctor-1.5.2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- asciidoctor-1.5.2.ebuild 3 May 2015 06:59:09 -0000 1.2 +++ asciidoctor-1.5.2.ebuild 6 May 2015 15:23:21 -0000 1.3 @@ -1,9 +1,9 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/asciidoctor/asciidoctor-1.5.2.ebuild,v 1.2 2015/05/03 06:59:09 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/asciidoctor/asciidoctor-1.5.2.ebuild,v 1.3 2015/05/06 15:23:21 mrueg Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20" +USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_TASK_TEST="test features" RUBY_FAKEGEM_RECIPE_DOC="rdoc" 1.9 dev-ruby/asciidoctor/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/asciidoctor/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/asciidoctor/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/asciidoctor/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/asciidoctor/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 3 May 2015 06:59:09 -0000 1.8 +++ ChangeLog 6 May 2015 15:23:21 -0000 1.9 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/asciidoctor # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/asciidoctor/ChangeLog,v 1.8 2015/05/03 06:59:09 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/asciidoctor/ChangeLog,v 1.9 2015/05/06 15:23:21 mrueg Exp $ + + 06 May 2015; Manuel RĂ¼ger <[email protected]> asciidoctor-1.5.2.ebuild: + Add ruby21 target. 03 May 2015; Hans de Graaff <[email protected]> asciidoctor-1.5.2.ebuild: Add missing test dependency no rspec-expectations.
