mr_bones_ 14/06/30 06:39:35 Modified: opengfx-0.5.1.ebuild ChangeLog Log: optionally work with newer unix2dos (bug #514742) (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.2 games-misc/opengfx/opengfx-0.5.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/opengfx-0.5.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/opengfx-0.5.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/opengfx-0.5.1.ebuild?r1=1.1&r2=1.2 Index: opengfx-0.5.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.5.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- opengfx-0.5.1.ebuild 13 Jun 2014 08:57:57 -0000 1.1 +++ opengfx-0.5.1.ebuild 30 Jun 2014 06:39:35 -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/games-misc/opengfx/opengfx-0.5.1.ebuild,v 1.1 2014/06/13 08:57:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.5.1.ebuild,v 1.2 2014/06/30 06:39:35 mr_bones_ Exp $ EAPI=5 inherit eutils games @@ -25,9 +25,12 @@ # ensure that we will not use gimp to regenerate the pngs # causes sandbox violations and not worth the effort anyway sed -i -e '/^GFX_SCRIPT_LIST_FILES/s/^/#/' Makefile.config || die + # work with later versions of unix2dos from app-text/dos2unix + sed -i -e '/^UNIX2DOS_FLAGS/s/null/null >&2/' Makefile || die } src_compile() { + emake help # print out the env to make bug reports better _V= emake bundle_tar } 1.37 games-misc/opengfx/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/ChangeLog?rev=1.37&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/ChangeLog?rev=1.37&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/ChangeLog?r1=1.36&r2=1.37 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- ChangeLog 13 Jun 2014 08:57:57 -0000 1.36 +++ ChangeLog 30 Jun 2014 06:39:35 -0000 1.37 @@ -1,6 +1,9 @@ # ChangeLog for games-misc/opengfx # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.36 2014/06/13 08:57:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.37 2014/06/30 06:39:35 mr_bones_ Exp $ + + 30 Jun 2014; Michael Sterrett <[email protected]> opengfx-0.5.1.ebuild: + optionally work with newer unix2dos (bug #514742) *opengfx-0.5.1 (13 Jun 2014)
