graaff 15/04/04 10:35:52 Modified: ChangeLog bluecloth-2.2.0-r2.ebuild Log: Fix rspec invocation. Document ruby22 status. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.90 dev-ruby/bluecloth/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bluecloth/ChangeLog?rev=1.90&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bluecloth/ChangeLog?rev=1.90&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bluecloth/ChangeLog?r1=1.89&r2=1.90 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v retrieving revision 1.89 retrieving revision 1.90 diff -u -r1.89 -r1.90 --- ChangeLog 18 Nov 2014 11:53:09 -0000 1.89 +++ ChangeLog 4 Apr 2015 10:35:52 -0000 1.90 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/bluecloth -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.89 2014/11/18 11:53:09 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.90 2015/04/04 10:35:52 graaff Exp $ + + 04 Apr 2015; Hans de Graaff <[email protected]> bluecloth-2.2.0-r2.ebuild: + Fix rspec invocation. Document ruby22 status. 18 Nov 2014; Manuel RĂ¼ger <[email protected]> -bluecloth-2.2.0.ebuild: Cleanup old. 1.6 dev-ruby/bluecloth/bluecloth-2.2.0-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0-r2.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0-r2.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0-r2.ebuild?r1=1.5&r2=1.6 Index: bluecloth-2.2.0-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0-r2.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- bluecloth-2.2.0-r2.ebuild 13 Aug 2014 18:49:57 -0000 1.5 +++ bluecloth-2.2.0-r2.ebuild 4 Apr 2015 10:35:52 -0000 1.6 @@ -1,14 +1,16 @@ -# 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/bluecloth/bluecloth-2.2.0-r2.ebuild,v 1.5 2014/08/13 18:49:57 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0-r2.ebuild,v 1.6 2015/04/04 10:35:52 graaff Exp $ EAPI=5 + +# ruby22 -> Code uses obsolete Config module. USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc" -RUBY_FAKEGEM_TASK_TEST="spec" +RUBY_FAKEGEM_RECIPE_TEST="rspec" inherit ruby-fakegem eutils
