mr_bones_ 15/04/02 18:41:43 Modified: prawn-table-0.2.1.ebuild Log: whitespace (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --ignore-arches, unsigned Manifest commit)
Revision Changes Path 1.2 dev-ruby/prawn-table/prawn-table-0.2.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/prawn-table/prawn-table-0.2.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/prawn-table/prawn-table-0.2.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/prawn-table/prawn-table-0.2.1.ebuild?r1=1.1&r2=1.2 Index: prawn-table-0.2.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/prawn-table/prawn-table-0.2.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- prawn-table-0.2.1.ebuild 2 Nov 2014 18:47:35 -0000 1.1 +++ prawn-table-0.2.1.ebuild 2 Apr 2015 18:41:43 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/prawn-table/prawn-table-0.2.1.ebuild,v 1.1 2014/11/02 18:47:35 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/prawn-table/prawn-table-0.2.1.ebuild,v 1.2 2015/04/02 18:41:43 mr_bones_ Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" @@ -26,6 +26,6 @@ all_ruby_prepare() { sed -i -e "/[Bb]undler/s/^/#/" spec/spec_helper.rb || die # Remove failing test - # See https://github.com/prawnpdf/prawn-table/issues/10 + # See https://github.com/prawnpdf/prawn-table/issues/10 sed -i -e "/Prints table on one page when using subtable with colspan > 1/,+24 s/^/#/" spec/table_spec.rb || die }
