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-emulation/dosbox: dosbox-9999.ebuild dosbox-0.74.ebuild ChangeLog
Date: Thu, 31 Jan 2013 20:17:27
Message-Id: 20130131201722.1FD2C2171D@flycatcher.gentoo.org
1 mr_bones_ 13/01/31 20:17:22
2
3 Modified: dosbox-9999.ebuild dosbox-0.74.ebuild ChangeLog
4 Log:
5 really turn off dynamic core for hardened (bug #352310)
6
7 (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.4 games-emulation/dosbox/dosbox-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-9999.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-9999.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-9999.ebuild?r1=1.3&r2=1.4
15
16 Index: dosbox-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-9999.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- dosbox-9999.ebuild 26 Nov 2012 22:09:38 -0000 1.3
23 +++ dosbox-9999.ebuild 31 Jan 2013 20:17:21 -0000 1.4
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-9999.ebuild,v 1.3 2012/11/26 22:09:38 mr_bones_ Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-9999.ebuild,v 1.4 2013/01/31 20:17:21 mr_bones_ Exp $
30
31 EAPI=2
32 ESVN_REPO_URI="https://dosbox.svn.sourceforge.net/svnroot/dosbox/dosbox/trunk"
33 @@ -40,13 +40,14 @@
34 egamesconf \
35 --disable-dependency-tracking \
36 $(use_enable alsa alsa-midi) \
37 + $(use_enable !hardened dynamic-core) \
38 $(use_enable !hardened dynamic-x86) \
39 $(use_enable debug) \
40 $(use_enable opengl)
41 }
42
43 src_install() {
44 - emake DESTDIR="${D}" install || die "emake install failed"
45 + emake DESTDIR="${D}" install || die
46 dodoc AUTHORS ChangeLog NEWS README THANKS
47 make_desktop_entry dosbox DOSBox /usr/share/pixmaps/dosbox.ico
48 doicon src/dosbox.ico
49
50
51
52 1.13 games-emulation/dosbox/dosbox-0.74.ebuild
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild?rev=1.13&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild?rev=1.13&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild?r1=1.12&r2=1.13
57
58 Index: dosbox-0.74.ebuild
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild,v
61 retrieving revision 1.12
62 retrieving revision 1.13
63 diff -u -r1.12 -r1.13
64 --- dosbox-0.74.ebuild 26 Nov 2012 22:09:38 -0000 1.12
65 +++ dosbox-0.74.ebuild 31 Jan 2013 20:17:21 -0000 1.13
66 @@ -1,6 +1,6 @@
67 -# Copyright 1999-2012 Gentoo Foundation
68 +# Copyright 1999-2013 Gentoo Foundation
69 # Distributed under the terms of the GNU General Public License v2
70 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild,v 1.12 2012/11/26 22:09:38 mr_bones_ Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild,v 1.13 2013/01/31 20:17:21 mr_bones_ Exp $
72
73 EAPI=2
74 inherit eutils games
75 @@ -31,13 +31,14 @@
76 egamesconf \
77 --disable-dependency-tracking \
78 $(use_enable alsa alsa-midi) \
79 + $(use_enable !hardened dynamic-core) \
80 $(use_enable !hardened dynamic-x86) \
81 $(use_enable debug) \
82 $(use_enable opengl)
83 }
84
85 src_install() {
86 - emake DESTDIR="${D}" install || die "emake install failed"
87 + emake DESTDIR="${D}" install || die
88 dodoc AUTHORS ChangeLog NEWS README THANKS
89 make_desktop_entry dosbox DOSBox /usr/share/pixmaps/dosbox.ico
90 doicon src/dosbox.ico
91
92
93
94 1.60 games-emulation/dosbox/ChangeLog
95
96 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/ChangeLog?rev=1.60&view=markup
97 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/ChangeLog?rev=1.60&content-type=text/plain
98 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/ChangeLog?r1=1.59&r2=1.60
99
100 Index: ChangeLog
101 ===================================================================
102 RCS file: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v
103 retrieving revision 1.59
104 retrieving revision 1.60
105 diff -u -r1.59 -r1.60
106 --- ChangeLog 26 Nov 2012 22:09:38 -0000 1.59
107 +++ ChangeLog 31 Jan 2013 20:17:21 -0000 1.60
108 @@ -1,6 +1,10 @@
109 # ChangeLog for games-emulation/dosbox
110 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
111 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.59 2012/11/26 22:09:38 mr_bones_ Exp $
112 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
113 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.60 2013/01/31 20:17:21 mr_bones_ Exp $
114 +
115 + 31 Jan 2013; Michael Sterrett <mr_bones_@g.o> dosbox-0.74.ebuild,
116 + dosbox-9999.ebuild:
117 + really turn off dynamic core for hardened (bug #352310)
118
119 26 Nov 2012; Michael Sterrett <mr_bones_@g.o> dosbox-0.74.ebuild,
120 dosbox-9999.ebuild: