Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-misc/opengfx: opengfx-0.5.1.ebuild ChangeLog
Date: Mon, 30 Jun 2014 06:39:44
Message-Id: 20140630063935.A79E32004E@flycatcher.gentoo.org
1 mr_bones_ 14/06/30 06:39:35
2
3 Modified: opengfx-0.5.1.ebuild ChangeLog
4 Log:
5 optionally work with newer unix2dos (bug #514742)
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.2 games-misc/opengfx/opengfx-0.5.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/opengfx-0.5.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/opengfx-0.5.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/opengfx-0.5.1.ebuild?r1=1.1&r2=1.2
15
16 Index: opengfx-0.5.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-misc/opengfx/opengfx-0.5.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- opengfx-0.5.1.ebuild 13 Jun 2014 08:57:57 -0000 1.1
23 +++ opengfx-0.5.1.ebuild 30 Jun 2014 06:39:35 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $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 $
28 +# $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 $
29
30 EAPI=5
31 inherit eutils games
32 @@ -25,9 +25,12 @@
33 # ensure that we will not use gimp to regenerate the pngs
34 # causes sandbox violations and not worth the effort anyway
35 sed -i -e '/^GFX_SCRIPT_LIST_FILES/s/^/#/' Makefile.config || die
36 + # work with later versions of unix2dos from app-text/dos2unix
37 + sed -i -e '/^UNIX2DOS_FLAGS/s/null/null >&2/' Makefile || die
38 }
39
40 src_compile() {
41 + emake help # print out the env to make bug reports better
42 _V= emake bundle_tar
43 }
44
45
46
47
48 1.37 games-misc/opengfx/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/ChangeLog?rev=1.37&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/ChangeLog?rev=1.37&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/opengfx/ChangeLog?r1=1.36&r2=1.37
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v
57 retrieving revision 1.36
58 retrieving revision 1.37
59 diff -u -r1.36 -r1.37
60 --- ChangeLog 13 Jun 2014 08:57:57 -0000 1.36
61 +++ ChangeLog 30 Jun 2014 06:39:35 -0000 1.37
62 @@ -1,6 +1,9 @@
63 # ChangeLog for games-misc/opengfx
64 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.36 2014/06/13 08:57:57 mr_bones_ Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/games-misc/opengfx/ChangeLog,v 1.37 2014/06/30 06:39:35 mr_bones_ Exp $
67 +
68 + 30 Jun 2014; Michael Sterrett <mr_bones_@g.o> opengfx-0.5.1.ebuild:
69 + optionally work with newer unix2dos (bug #514742)
70
71 *opengfx-0.5.1 (13 Jun 2014)