mrueg 15/07/05 09:54:53 Modified: unindent-1.0.ebuild ChangeLog Log: Add missing test dep on dev-ruby/nanotest. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.2 dev-ruby/unindent/unindent-1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/unindent/unindent-1.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/unindent/unindent-1.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/unindent/unindent-1.0.ebuild?r1=1.1&r2=1.2 Index: unindent-1.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/unindent/unindent-1.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- unindent-1.0.ebuild 5 May 2015 05:47:52 -0000 1.1 +++ unindent-1.0.ebuild 5 Jul 2015 09:54:53 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unindent/unindent-1.0.ebuild,v 1.1 2015/05/05 05:47:52 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unindent/unindent-1.0.ebuild,v 1.2 2015/07/05 09:54:53 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 ruby22" @@ -18,6 +18,8 @@ SLOT="0" IUSE="" +ruby_add_bdepend "test? ( dev-ruby/nanotest )" + each_ruby_test() { ${RUBY} -I.:lib test/test_unindent.rb || die } 1.3 dev-ruby/unindent/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/unindent/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/unindent/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/unindent/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/unindent/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 8 Jun 2015 06:09:00 -0000 1.2 +++ ChangeLog 5 Jul 2015 09:54:53 -0000 1.3 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/unindent # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unindent/ChangeLog,v 1.2 2015/06/08 06:09:00 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unindent/ChangeLog,v 1.3 2015/07/05 09:54:53 mrueg Exp $ + + 05 Jul 2015; Manuel RĂ¼ger <[email protected]> unindent-1.0.ebuild: + Add missing test dep on dev-ruby/nanotest. 08 Jun 2015; Justin Lecher <[email protected]> metadata.xml: Updating remote-id in metadata.xml
