mrueg 14/08/02 01:51:14 Modified: png-1.2.0-r1.ebuild ChangeLog Log: Fix build. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.6 dev-ruby/png/png-1.2.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/png/png-1.2.0-r1.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/png/png-1.2.0-r1.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/png/png-1.2.0-r1.ebuild?r1=1.5&r2=1.6 Index: png-1.2.0-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/png/png-1.2.0-r1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- png-1.2.0-r1.ebuild 5 Apr 2014 23:23:31 -0000 1.5 +++ png-1.2.0-r1.ebuild 2 Aug 2014 01:51:14 -0000 1.6 @@ -1,8 +1,8 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/png/png-1.2.0-r1.ebuild,v 1.5 2014/04/05 23:23:31 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/png/png-1.2.0-r1.ebuild,v 1.6 2014/08/02 01:51:14 mrueg Exp $ -EAPI=4 +EAPI=5 USE_RUBY="ruby19" RUBY_FAKEGEM_TASK_DOC="docs" @@ -11,7 +11,7 @@ inherit ruby-fakegem -DESCRIPTION="An almost pure-Ruby Portable Network Graphics (PNG) library." +DESCRIPTION="An almost pure-Ruby Portable Network Graphics (PNG) library" HOMEPAGE="http://rubyforge.org/projects/seattlerb/" LICENSE="MIT" @@ -28,6 +28,10 @@ ruby_add_rdepend ">=dev-ruby/RubyInline-3.5.0" +all_ruby_prepare() { + sed -i -e "/rubyforge/s/^/#/" Rakefile || die +} + src_test() { chmod 0755 "${HOME}" || die "Failed to fix permissions on home." ruby-ng_src_test 1.13 dev-ruby/png/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/png/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/png/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/png/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/png/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 5 Apr 2014 23:23:31 -0000 1.12 +++ ChangeLog 2 Aug 2014 01:51:14 -0000 1.13 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/png # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/png/ChangeLog,v 1.12 2014/04/05 23:23:31 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/png/ChangeLog,v 1.13 2014/08/02 01:51:14 mrueg Exp $ + + 02 Aug 2014; Manuel Rüger <[email protected]> png-1.2.0-r1.ebuild: + Fix build. 05 Apr 2014; Manuel Rüger <[email protected]> png-1.2.0-r1.ebuild: Remove ree18 and ruby18 target.
