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 ChangeLog
Date: Thu, 01 Jan 2015 05:10:06
Message-Id: 20150101051001.25A73E9D9@oystercatcher.gentoo.org
1 mr_bones_ 15/01/01 05:10:01
2
3 Modified: dosbox-9999.ebuild ChangeLog
4 Log:
5 EAPI=5
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.7 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.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-9999.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/dosbox-9999.ebuild?r1=1.6&r2=1.7
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.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- dosbox-9999.ebuild 2 Apr 2013 15:35:59 -0000 1.6
23 +++ dosbox-9999.ebuild 1 Jan 2015 05:10:01 -0000 1.7
24 @@ -1,8 +1,8 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2015 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.6 2013/04/02 15:35:59 mr_bones_ Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-9999.ebuild,v 1.7 2015/01/01 05:10:01 mr_bones_ Exp $
30
31 -EAPI=2
32 +EAPI=5
33 ESVN_REPO_URI="https://dosbox.svn.sourceforge.net/svnroot/dosbox/dosbox/trunk"
34 inherit autotools eutils subversion games
35
36 @@ -21,6 +21,7 @@
37 media-libs/libsdl[joystick,video,X]
38 media-libs/sdl-net
39 media-libs/sdl-sound"
40 +RDEPEND=${DEPEND}
41
42 S=${WORKDIR}/${PN}
43
44 @@ -35,7 +36,6 @@
45
46 src_configure() {
47 egamesconf \
48 - --disable-dependency-tracking \
49 $(use_enable alsa alsa-midi) \
50 $(use_enable !hardened dynamic-core) \
51 $(use_enable !hardened dynamic-x86) \
52 @@ -44,8 +44,7 @@
53 }
54
55 src_install() {
56 - emake DESTDIR="${D}" install || die
57 - dodoc AUTHORS ChangeLog NEWS README THANKS
58 + default
59 make_desktop_entry dosbox DOSBox /usr/share/pixmaps/dosbox.ico
60 doicon src/dosbox.ico
61 prepgamesdirs
62
63
64
65 1.63 games-emulation/dosbox/ChangeLog
66
67 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/ChangeLog?rev=1.63&view=markup
68 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/ChangeLog?rev=1.63&content-type=text/plain
69 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dosbox/ChangeLog?r1=1.62&r2=1.63
70
71 Index: ChangeLog
72 ===================================================================
73 RCS file: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v
74 retrieving revision 1.62
75 retrieving revision 1.63
76 diff -u -r1.62 -r1.63
77 --- ChangeLog 2 Apr 2013 15:35:59 -0000 1.62
78 +++ ChangeLog 1 Jan 2015 05:10:01 -0000 1.63
79 @@ -1,6 +1,9 @@
80 # ChangeLog for games-emulation/dosbox
81 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
82 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.62 2013/04/02 15:35:59 mr_bones_ Exp $
83 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
84 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.63 2015/01/01 05:10:01 mr_bones_ Exp $
85 +
86 + 01 Jan 2015; Michael Sterrett <mr_bones_@g.o> dosbox-9999.ebuild:
87 + EAPI=5
88
89 02 Apr 2013; Michael Sterrett <mr_bones_@g.o> dosbox-0.74.ebuild,
90 dosbox-9999.ebuild: