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-arcade/conveysdl: conveysdl-1.3.ebuild ChangeLog
Date: Thu, 05 Feb 2015 22:11:33
Message-Id: 20150205221129.947181122A@oystercatcher.gentoo.org
1 mr_bones_ 15/02/05 22:11:29
2
3 Modified: conveysdl-1.3.ebuild ChangeLog
4 Log:
5 add libsdl use deps; tidy
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.9 games-arcade/conveysdl/conveysdl-1.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/conveysdl/conveysdl-1.3.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/conveysdl/conveysdl-1.3.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/conveysdl/conveysdl-1.3.ebuild?r1=1.8&r2=1.9
15
16 Index: conveysdl-1.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-arcade/conveysdl/conveysdl-1.3.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- conveysdl-1.3.ebuild 3 Jan 2015 19:38:09 -0000 1.8
23 +++ conveysdl-1.3.ebuild 5 Feb 2015 22:11:29 -0000 1.9
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/conveysdl/conveysdl-1.3.ebuild,v 1.8 2015/01/03 19:38:09 tupone Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/conveysdl/conveysdl-1.3.ebuild,v 1.9 2015/02/05 22:11:29 mr_bones_ Exp $
29
30 EAPI=5
31 inherit eutils toolchain-funcs games
32 @@ -14,9 +14,9 @@
33 KEYWORDS="~amd64 ~ppc x86 ~x86-fbsd"
34 IUSE=""
35
36 -DEPEND="media-libs/libsdl
37 +DEPEND="media-libs/libsdl[sound,video]
38 media-libs/sdl-mixer"
39 -RDEPEND="${DEPEND}"
40 +RDEPEND=${DEPEND}
41
42 S=${WORKDIR}
43
44 @@ -24,13 +24,11 @@
45 # Incomplete readme
46 sed -i \
47 -e 's:I k:use -nosound to disable sound\n\nI k:' \
48 - readme \
49 - || die "sed failed"
50 + readme || die
51
52 sed -i \
53 -e 's:SDL_Mi:SDL_mi:' \
54 - main.c \
55 - || die "sed failed"
56 + main.c || die
57
58 epatch \
59 "${FILESDIR}"/${P}-arrays.patch \
60
61
62
63 1.11 games-arcade/conveysdl/ChangeLog
64
65 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/conveysdl/ChangeLog?rev=1.11&view=markup
66 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/conveysdl/ChangeLog?rev=1.11&content-type=text/plain
67 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/conveysdl/ChangeLog?r1=1.10&r2=1.11
68
69 Index: ChangeLog
70 ===================================================================
71 RCS file: /var/cvsroot/gentoo-x86/games-arcade/conveysdl/ChangeLog,v
72 retrieving revision 1.10
73 retrieving revision 1.11
74 diff -u -r1.10 -r1.11
75 --- ChangeLog 3 Jan 2015 19:38:09 -0000 1.10
76 +++ ChangeLog 5 Feb 2015 22:11:29 -0000 1.11
77 @@ -1,6 +1,9 @@
78 # ChangeLog for games-arcade/conveysdl
79 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
80 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/conveysdl/ChangeLog,v 1.10 2015/01/03 19:38:09 tupone Exp $
81 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/conveysdl/ChangeLog,v 1.11 2015/02/05 22:11:29 mr_bones_ Exp $
82 +
83 + 05 Feb 2015; Michael Sterrett <mr_bones_@g.o> conveysdl-1.3.ebuild:
84 + add libsdl use deps; tidy
85
86 03 Jan 2015; Tupone Alfredo <tupone@g.o> conveysdl-1.3.ebuild:
87 EAPI 5
88 @@ -37,4 +40,3 @@
89 19 Feb 2005; Michael Sterrett <mr_bones_@g.o> +metadata.xml,
90 +conveysdl-1.ebuild:
91 initial commit - ebuild submitted by Alexandru Toma via bug #81635
92 -