Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-fps/quake3-teamarena: ChangeLog quake3-teamarena-1.32b.ebuild
Date: Sat, 31 Jan 2015 20:29:22
Message-Id: 20150131202916.1BF25E325@oystercatcher.gentoo.org
1 tupone 15/01/31 20:29:16
2
3 Modified: ChangeLog quake3-teamarena-1.32b.ebuild
4 Log:
5 EAPI 5
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
8
9 Revision Changes Path
10 1.12 games-fps/quake3-teamarena/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake3-teamarena/ChangeLog?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake3-teamarena/ChangeLog?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake3-teamarena/ChangeLog?r1=1.11&r2=1.12
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-fps/quake3-teamarena/ChangeLog,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- ChangeLog 12 Aug 2014 12:00:40 -0000 1.11
23 +++ ChangeLog 31 Jan 2015 20:29:16 -0000 1.12
24 @@ -1,6 +1,10 @@
25 # ChangeLog for games-fps/quake3-teamarena
26 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-teamarena/ChangeLog,v 1.11 2014/08/12 12:00:40 vapier Exp $
28 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-teamarena/ChangeLog,v 1.12 2015/01/31 20:29:16 tupone Exp $
30 +
31 + 31 Jan 2015; Tupone Alfredo <tupone@g.o>
32 + quake3-teamarena-1.32b.ebuild:
33 + EAPI 5
34
35 12 Aug 2014; Mike Frysinger <vapier@g.o> quake3-teamarena-1.32b.ebuild:
36 Add ia64 love #509216 by Émeric Maschino.
37
38
39
40 1.13 games-fps/quake3-teamarena/quake3-teamarena-1.32b.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake3-teamarena/quake3-teamarena-1.32b.ebuild?rev=1.13&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake3-teamarena/quake3-teamarena-1.32b.ebuild?rev=1.13&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake3-teamarena/quake3-teamarena-1.32b.ebuild?r1=1.12&r2=1.13
45
46 Index: quake3-teamarena-1.32b.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/games-fps/quake3-teamarena/quake3-teamarena-1.32b.ebuild,v
49 retrieving revision 1.12
50 retrieving revision 1.13
51 diff -u -r1.12 -r1.13
52 --- quake3-teamarena-1.32b.ebuild 12 Aug 2014 12:00:40 -0000 1.12
53 +++ quake3-teamarena-1.32b.ebuild 31 Jan 2015 20:29:16 -0000 1.13
54 @@ -1,7 +1,7 @@
55 -# Copyright 1999-2014 Gentoo Foundation
56 +# Copyright 1999-2015 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-teamarena/quake3-teamarena-1.32b.ebuild,v 1.12 2014/08/12 12:00:40 vapier Exp $
59 -
60 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-teamarena/quake3-teamarena-1.32b.ebuild,v 1.13 2015/01/31 20:29:16 tupone Exp $
61 +EAPI=5
62 CDROM_OPTIONAL="yes"
63 inherit eutils unpacker cdrom games
64
65 @@ -17,6 +17,7 @@
66 RDEPEND="|| (
67 games-fps/quake3
68 games-fps/quake3-bin )"
69 +DEPEND=""
70
71 S=${WORKDIR}
72
73 @@ -28,12 +29,11 @@
74 src_install() {
75 einfo "Copying Team Arena files from linux client ..."
76 insinto "${GAMES_DATADIR}"/quake3/missionpack
77 - doins missionpack/*.pk3 || die "missionpack"
78 + doins missionpack/*.pk3
79
80 if use cdinstall ; then
81 einfo "Copying files from CD ..."
82 - newins "${CDROM_ROOT}/Setup/missionpack/PAK0.PK3" pak0.pk3 \
83 - || die "pak0"
84 + newins "${CDROM_ROOT}/Setup/missionpack/PAK0.PK3" pak0.pk3
85 eend 0
86 fi