Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/megaglest: megaglest-3.6.0.3.ebuild ChangeLog
Date: Sat, 01 Sep 2012 00:08:41
Message-Id: 20120901000816.63D7220E15@flycatcher.gentoo.org
1 hasufell 12/09/01 00:08:16
2
3 Modified: megaglest-3.6.0.3.ebuild ChangeLog
4 Log:
5 fix as-needed
6
7 (Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 games-strategy/megaglest/megaglest-3.6.0.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/megaglest/megaglest-3.6.0.3.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/megaglest/megaglest-3.6.0.3.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/megaglest/megaglest-3.6.0.3.ebuild?r1=1.1&r2=1.2
15
16 Index: megaglest-3.6.0.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-strategy/megaglest/megaglest-3.6.0.3.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- megaglest-3.6.0.3.ebuild 19 Aug 2012 21:15:08 -0000 1.1
23 +++ megaglest-3.6.0.3.ebuild 1 Sep 2012 00:08:16 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest/megaglest-3.6.0.3.ebuild,v 1.1 2012/08/19 21:15:08 hasufell Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest/megaglest-3.6.0.3.ebuild,v 1.2 2012/09/01 00:08:16 hasufell Exp $
29
30 EAPI=4
31 inherit eutils flag-o-matic cmake-utils wxwidgets gnome2-utils games
32 @@ -63,7 +63,7 @@
33 need-wxwidgets unicode
34 fi
35
36 - epatch "${FILESDIR}"/${P}-{static-build,build}.patch
37 + epatch "${FILESDIR}"/${P}-{static-build,build,as-needed}.patch
38 }
39
40 src_configure() {
41 @@ -102,9 +102,6 @@
42
43 # support CMAKE_BUILD_TYPE=Gentoo
44 append-cppflags '-DCUSTOM_DATA_INSTALL_PATH=\\\"'${GAMES_DATADIR}/${PN}/'\\\"'
45 - # as-needed is broken for ld.bfd here
46 - # ld.gold works either way
47 - append-ldflags $(no-as-needed)
48
49 cmake-utils_src_configure
50 }
51
52
53
54 1.2 games-strategy/megaglest/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/megaglest/ChangeLog?rev=1.2&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/megaglest/ChangeLog?rev=1.2&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/megaglest/ChangeLog?r1=1.1&r2=1.2
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/games-strategy/megaglest/ChangeLog,v
63 retrieving revision 1.1
64 retrieving revision 1.2
65 diff -u -r1.1 -r1.2
66 --- ChangeLog 19 Aug 2012 21:15:08 -0000 1.1
67 +++ ChangeLog 1 Sep 2012 00:08:16 -0000 1.2
68 @@ -1,6 +1,10 @@
69 # ChangeLog for games-strategy/megaglest
70 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest/ChangeLog,v 1.1 2012/08/19 21:15:08 hasufell Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest/ChangeLog,v 1.2 2012/09/01 00:08:16 hasufell Exp $
73 +
74 + 01 Sep 2012; Julian Ospald <hasufell@g.o> megaglest-3.6.0.3.ebuild,
75 + +files/megaglest-3.6.0.3-as-needed.patch:
76 + fix as-needed
77
78 *megaglest-3.6.0.3 (19 Aug 2012)