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-strategy/gwp: gwp-0.4.0-r2.ebuild ChangeLog
Date: Wed, 25 Jun 2014 06:05:03
Message-Id: 20140625060500.0C0F52004E@flycatcher.gentoo.org
1 mr_bones_ 14/06/25 06:04:59
2
3 Modified: gwp-0.4.0-r2.ebuild ChangeLog
4 Log:
5 link with gold linker (bug #514428)
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.8 games-strategy/gwp/gwp-0.4.0-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/gwp/gwp-0.4.0-r2.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/gwp/gwp-0.4.0-r2.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/gwp/gwp-0.4.0-r2.ebuild?r1=1.7&r2=1.8
15
16 Index: gwp-0.4.0-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-strategy/gwp/gwp-0.4.0-r2.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- gwp-0.4.0-r2.ebuild 4 May 2012 04:51:08 -0000 1.7
23 +++ gwp-0.4.0-r2.ebuild 25 Jun 2014 06:04:59 -0000 1.8
24 @@ -1,9 +1,9 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/gwp/gwp-0.4.0-r2.ebuild,v 1.7 2012/05/04 04:51:08 jdhore Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/gwp/gwp-0.4.0-r2.ebuild,v 1.8 2014/06/25 06:04:59 mr_bones_ Exp $
30
31 EAPI=2
32 -inherit eutils gnome2
33 +inherit eutils flag-o-matic gnome2
34
35 DESCRIPTION="GNOME client for the classic PBEM strategy game VGA Planets 3"
36 HOMEPAGE="http://gwp.lunix.com.ar/"
37 @@ -27,6 +27,7 @@
38 nls? ( sys-devel/gettext )"
39
40 src_prepare() {
41 + append-libs -lm
42 gnome2_src_prepare
43 epatch \
44 "${FILESDIR}"/${P}-gcc41.patch \
45 @@ -34,8 +35,7 @@
46 sed -i \
47 -e '/ -O1/d' \
48 -e '/ -g$/d' \
49 - src/Makefile.in \
50 - || die "sed failed"
51 + src/Makefile.in || die
52 }
53
54 src_configure() {
55
56
57
58 1.10 games-strategy/gwp/ChangeLog
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/gwp/ChangeLog?rev=1.10&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/gwp/ChangeLog?rev=1.10&content-type=text/plain
62 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/gwp/ChangeLog?r1=1.9&r2=1.10
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/games-strategy/gwp/ChangeLog,v
67 retrieving revision 1.9
68 retrieving revision 1.10
69 diff -u -r1.9 -r1.10
70 --- ChangeLog 4 May 2012 04:51:08 -0000 1.9
71 +++ ChangeLog 25 Jun 2014 06:04:59 -0000 1.10
72 @@ -1,6 +1,9 @@
73 # ChangeLog for games-strategy/gwp
74 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/gwp/ChangeLog,v 1.9 2012/05/04 04:51:08 jdhore Exp $
76 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
77 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/gwp/ChangeLog,v 1.10 2014/06/25 06:04:59 mr_bones_ Exp $
78 +
79 + 25 Jun 2014; Michael Sterrett <mr_bones_@g.o> gwp-0.4.0-r2.ebuild:
80 + link with gold linker (bug #514428)
81
82 04 May 2012; Jeff Horelick <jdhore@g.o> gwp-0.4.0-r2.ebuild:
83 dev-util/pkgconfig -> virtual/pkgconfig
84 @@ -40,4 +43,3 @@
85 Initial import. Original ebuild by James Jones <jcjones@×××.edu> and edited
86 by me. Updated ebuild provided by Tom Wesley <tom@×××××.org> and edited by
87 me. Closing bug #56533.
88 -