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/cob: cob-0.9.ebuild ChangeLog
Date: Thu, 05 Feb 2015 21:58:21
Message-Id: 20150205215817.F1E8911229@oystercatcher.gentoo.org
1 mr_bones_ 15/02/05 21:58:17
2
3 Modified: cob-0.9.ebuild ChangeLog
4 Log:
5 use epatch; add libsdl use deps
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.15 games-arcade/cob/cob-0.9.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cob/cob-0.9.ebuild?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cob/cob-0.9.ebuild?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cob/cob-0.9.ebuild?r1=1.14&r2=1.15
15
16 Index: cob-0.9.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-arcade/cob/cob-0.9.ebuild,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- cob-0.9.ebuild 3 Jan 2015 19:31:13 -0000 1.14
23 +++ cob-0.9.ebuild 5 Feb 2015 21:58:17 -0000 1.15
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/cob/cob-0.9.ebuild,v 1.14 2015/01/03 19:31:13 tupone Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/cob/cob-0.9.ebuild,v 1.15 2015/02/05 21:58:17 mr_bones_ Exp $
29
30 EAPI=5
31 inherit eutils games
32 @@ -14,13 +14,14 @@
33 KEYWORDS="alpha ~amd64 ppc ~sparc x86 ~x86-fbsd"
34 IUSE=""
35
36 -DEPEND="media-libs/libsdl"
37 -RDEPEND="${DEPEND}"
38 +DEPEND="media-libs/libsdl[joystick,sound,video]"
39 +RDEPEND=${DEPEND}
40
41 -PATCHES=(
42 - "${FILESDIR}"/${P}-gcc43.patch
43 - "${FILESDIR}"/${P}-gcc44.patch
44 -)
45 +src_prepare() {
46 + epatch \
47 + "${FILESDIR}"/${P}-gcc43.patch \
48 + "${FILESDIR}"/${P}-gcc44.patch
49 +}
50
51 src_install() {
52 default
53
54
55
56 1.12 games-arcade/cob/ChangeLog
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cob/ChangeLog?rev=1.12&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cob/ChangeLog?rev=1.12&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cob/ChangeLog?r1=1.11&r2=1.12
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/games-arcade/cob/ChangeLog,v
65 retrieving revision 1.11
66 retrieving revision 1.12
67 diff -u -r1.11 -r1.12
68 --- ChangeLog 3 Jan 2015 19:31:13 -0000 1.11
69 +++ ChangeLog 5 Feb 2015 21:58:17 -0000 1.12
70 @@ -1,6 +1,9 @@
71 # ChangeLog for games-arcade/cob
72 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/cob/ChangeLog,v 1.11 2015/01/03 19:31:13 tupone Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/cob/ChangeLog,v 1.12 2015/02/05 21:58:17 mr_bones_ Exp $
75 +
76 + 05 Feb 2015; Michael Sterrett <mr_bones_@g.o> cob-0.9.ebuild:
77 + use epatch; add libsdl use deps
78
79 03 Jan 2015; Tupone Alfredo <tupone@g.o> cob-0.9.ebuild:
80 EAPI 5
81 @@ -35,4 +38,3 @@
82
83 12 Nov 2003; Michael Sterrett <mr_bones_@g.o> cob-0.9.ebuild:
84 initial commit; ebuild supplied by flash3001 via bug 33223
85 -