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-fps/warsow: warsow-1.5.1.ebuild ChangeLog
Date: Mon, 30 Jun 2014 06:22:34
Message-Id: 20140630062230.5733D2004E@flycatcher.gentoo.org
1 mr_bones_ 14/06/30 06:22:30
2
3 Modified: warsow-1.5.1.ebuild ChangeLog
4 Log:
5 clean up patch layout; fix missing dep x11-libs/libXi (bug #515748)
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.3 games-fps/warsow/warsow-1.5.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/warsow-1.5.1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/warsow-1.5.1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/warsow-1.5.1.ebuild?r1=1.2&r2=1.3
15
16 Index: warsow-1.5.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-fps/warsow/warsow-1.5.1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- warsow-1.5.1.ebuild 22 Jun 2014 16:28:54 -0000 1.2
23 +++ warsow-1.5.1.ebuild 30 Jun 2014 06:22:30 -0000 1.3
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-fps/warsow/warsow-1.5.1.ebuild,v 1.2 2014/06/22 16:28:54 hasufell Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-fps/warsow/warsow-1.5.1.ebuild,v 1.3 2014/06/30 06:22:30 mr_bones_ Exp $
29
30 EAPI=5
31 inherit eutils check-reqs gnome2-utils flag-o-matic games
32 @@ -34,6 +34,7 @@
33 media-libs/libtheora
34 media-libs/libvorbis
35 x11-libs/libX11
36 + x11-libs/libXi
37 x11-libs/libXinerama
38 x11-libs/libXrandr
39 x11-libs/libXxf86dga
40 @@ -75,8 +76,8 @@
41 find . -type f -exec sed -i 's/\r$//' '{}' + || die
42
43 cd "${S}"/.. || die
44 - epatch "${FILESDIR}"/${PN}-1.5.1-build.patch \
45 - "${FILESDIR}"/${PN}-1.03-pic.patch
46 + epatch "${FILESDIR}"/${P}-build.patch \
47 + "${FILESDIR}"/${P}-pic.patch
48 epatch_user
49 }
50
51
52
53
54 1.61 games-fps/warsow/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/ChangeLog?rev=1.61&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/ChangeLog?rev=1.61&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/warsow/ChangeLog?r1=1.60&r2=1.61
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/games-fps/warsow/ChangeLog,v
63 retrieving revision 1.60
64 retrieving revision 1.61
65 diff -u -r1.60 -r1.61
66 --- ChangeLog 30 Jun 2014 05:59:15 -0000 1.60
67 +++ ChangeLog 30 Jun 2014 06:22:30 -0000 1.61
68 @@ -1,6 +1,11 @@
69 # ChangeLog for games-fps/warsow
70 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/games-fps/warsow/ChangeLog,v 1.60 2014/06/30 05:59:15 mr_bones_ Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/games-fps/warsow/ChangeLog,v 1.61 2014/06/30 06:22:30 mr_bones_ Exp $
73 +
74 + 30 Jun 2014; Michael Sterrett <mr_bones_@g.o>
75 + +files/warsow-1.5.1-pic.patch, -files/warsow-1.03-pic.patch,
76 + warsow-1.5.1.ebuild:
77 + clean up patch layout; fix missing dep x11-libs/libXi (bug #515748)
78
79 30 Jun 2014; Michael Sterrett <mr_bones_@g.o>
80 -files/01-warsow-1.03-clang.patch, -files/02-warsow-1.03-clang.patch,