graaff 14/11/15 07:42:45 Modified: ChangeLog pygments_rb-0.6.0-r2.ebuild Log: Avoid unneeded dependency on git, fixing bug 529226. (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.7 dev-ruby/pygments_rb/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pygments_rb/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pygments_rb/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pygments_rb/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/pygments_rb/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 10 Sep 2014 12:15:02 -0000 1.6 +++ ChangeLog 15 Nov 2014 07:42:45 -0000 1.7 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/pygments_rb # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pygments_rb/ChangeLog,v 1.6 2014/09/10 12:15:02 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pygments_rb/ChangeLog,v 1.7 2014/11/15 07:42:45 graaff Exp $ + + 15 Nov 2014; Hans de Graaff <[email protected]> pygments_rb-0.6.0-r2.ebuild: + Avoid unneeded dependency on git, fixing bug 529226. *pygments_rb-0.6.0-r2 (10 Sep 2014) 1.2 dev-ruby/pygments_rb/pygments_rb-0.6.0-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pygments_rb/pygments_rb-0.6.0-r2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pygments_rb/pygments_rb-0.6.0-r2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pygments_rb/pygments_rb-0.6.0-r2.ebuild?r1=1.1&r2=1.2 Index: pygments_rb-0.6.0-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/pygments_rb/pygments_rb-0.6.0-r2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pygments_rb-0.6.0-r2.ebuild 10 Sep 2014 12:15:02 -0000 1.1 +++ pygments_rb-0.6.0-r2.ebuild 15 Nov 2014 07:42:45 -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/pygments_rb/pygments_rb-0.6.0-r2.ebuild,v 1.1 2014/09/10 12:15:02 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pygments_rb/pygments_rb-0.6.0-r2.ebuild,v 1.2 2014/11/15 07:42:45 graaff Exp $ EAPI=5 @@ -44,7 +44,7 @@ all_ruby_prepare() { sed -i -e '/[Bb]undler/d' Rakefile || die - sed -i -e 's/~> 1.1.0/~> 1.1/' pygments.rb.gemspec || die + sed -i -e 's/~> 1.1.0/~> 1.1/' -e '/s.files/d' pygments.rb.gemspec || die python_fix_shebang lib/pygments/mentos.py # we are loosing a "custom github lexer here", no idea what it is, # but if we need it, it should go into dev-python/pygments
