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-action/koth: koth-0.8.0.ebuild ChangeLog
Date: Thu, 01 Jan 2015 19:13:02
Message-Id: 20150101191258.AB132EA81@oystercatcher.gentoo.org
1 tupone 15/01/01 19:12:58
2
3 Modified: koth-0.8.0.ebuild ChangeLog
4 Log:
5 EAPI 4
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
8
9 Revision Changes Path
10 1.19 games-action/koth/koth-0.8.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/koth/koth-0.8.0.ebuild?rev=1.19&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/koth/koth-0.8.0.ebuild?rev=1.19&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/koth/koth-0.8.0.ebuild?r1=1.18&r2=1.19
15
16 Index: koth-0.8.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/koth/koth-0.8.0.ebuild,v
19 retrieving revision 1.18
20 retrieving revision 1.19
21 diff -u -r1.18 -r1.19
22 --- koth-0.8.0.ebuild 22 Apr 2013 16:07:17 -0000 1.18
23 +++ koth-0.8.0.ebuild 1 Jan 2015 19:12:58 -0000 1.19
24 @@ -1,7 +1,7 @@
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-action/koth/koth-0.8.0.ebuild,v 1.18 2013/04/22 16:07:17 mr_bones_ Exp $
29 -
30 +# $Header: /var/cvsroot/gentoo-x86/games-action/koth/koth-0.8.0.ebuild,v 1.19 2015/01/01 19:12:58 tupone Exp $
31 +EAPI=4
32 inherit eutils games
33
34 DESCRIPTION="Multiplayer, networked game of little tanks with really big weapons"
35 @@ -14,10 +14,9 @@
36 IUSE=""
37
38 DEPEND="media-libs/libggi"
39 +RDEPEND="${DEPEND}"
40
41 -src_unpack() {
42 - unpack ${A}
43 - cd "${S}"
44 +src_prepare() {
45 sed -i 's:-g -O2::' configure \
46 || die "sed configure failed"
47 cd src
48 @@ -28,10 +27,11 @@
49 || die "sed gfx.c gfx.h failed"
50 }
51
52 +DOCS="AUTHORS ChangeLog NEWS README doc/*.txt"
53 +
54 src_install() {
55 - emake DESTDIR="${D}" install || die "emake install failed"
56 + default
57 insinto "${GAMES_SYSCONFDIR}"
58 - doins src/koth.cfg || die "doins failed"
59 - dodoc AUTHORS ChangeLog NEWS README doc/*.txt
60 + doins src/koth.cfg
61 prepgamesdirs
62 }
63
64
65
66 1.18 games-action/koth/ChangeLog
67
68 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/koth/ChangeLog?rev=1.18&view=markup
69 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/koth/ChangeLog?rev=1.18&content-type=text/plain
70 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/koth/ChangeLog?r1=1.17&r2=1.18
71
72 Index: ChangeLog
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo-x86/games-action/koth/ChangeLog,v
75 retrieving revision 1.17
76 retrieving revision 1.18
77 diff -u -r1.17 -r1.18
78 --- ChangeLog 22 Apr 2013 16:07:17 -0000 1.17
79 +++ ChangeLog 1 Jan 2015 19:12:58 -0000 1.18
80 @@ -1,6 +1,9 @@
81 # ChangeLog for games-action/koth
82 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
83 -# $Header: /var/cvsroot/gentoo-x86/games-action/koth/ChangeLog,v 1.17 2013/04/22 16:07:17 mr_bones_ Exp $
84 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
85 +# $Header: /var/cvsroot/gentoo-x86/games-action/koth/ChangeLog,v 1.18 2015/01/01 19:12:58 tupone Exp $
86 +
87 + 01 Jan 2015; Tupone Alfredo <tupone@g.o> koth-0.8.0.ebuild:
88 + EAPI 4
89
90 22 Apr 2013; Michael Sterrett <mr_bones_@g.o> koth-0.8.0.ebuild,
91 metadata.xml: