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-action/powermanga: powermanga-0.91.ebuild ChangeLog
Date: Mon, 29 Apr 2013 08:16:46
Message-Id: 20130429081642.CFFE02171D@flycatcher.gentoo.org
1 hasufell 13/04/29 08:16:42
2
3 Modified: powermanga-0.91.ebuild ChangeLog
4 Log:
5 fix build with automake-1.13 wrt #467838
6
7 (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
8
9 Revision Changes Path
10 1.2 games-action/powermanga/powermanga-0.91.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/powermanga/powermanga-0.91.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/powermanga/powermanga-0.91.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/powermanga/powermanga-0.91.ebuild?r1=1.1&r2=1.2
15
16 Index: powermanga-0.91.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/powermanga/powermanga-0.91.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- powermanga-0.91.ebuild 1 Feb 2013 00:13:06 -0000 1.1
23 +++ powermanga-0.91.ebuild 29 Apr 2013 08:16:42 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-action/powermanga/powermanga-0.91.ebuild,v 1.1 2013/02/01 00:13:06 hasufell Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-action/powermanga/powermanga-0.91.ebuild,v 1.2 2013/04/29 08:16:42 hasufell Exp $
29
30 EAPI=5
31 inherit eutils autotools games
32 @@ -35,7 +35,8 @@
33 epatch \
34 "${FILESDIR}"/${P}-underlink.patch \
35 "${FILESDIR}"/${P}-segfault.patch \
36 - "${FILESDIR}"/${P}-flags.patch
37 + "${FILESDIR}"/${P}-flags.patch \
38 + "${FILESDIR}"/${P}-automake-1.13.patch
39 sed -i \
40 -e "/scoredir/s#/var/games/powermanga#${GAMES_DATADIR}/powermanga#" \
41 src/Makefile.am || die
42
43
44
45 1.26 games-action/powermanga/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/powermanga/ChangeLog?rev=1.26&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/powermanga/ChangeLog?rev=1.26&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/powermanga/ChangeLog?r1=1.25&r2=1.26
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/games-action/powermanga/ChangeLog,v
54 retrieving revision 1.25
55 retrieving revision 1.26
56 diff -u -r1.25 -r1.26
57 --- ChangeLog 1 Feb 2013 00:13:06 -0000 1.25
58 +++ ChangeLog 29 Apr 2013 08:16:42 -0000 1.26
59 @@ -1,6 +1,10 @@
60 # ChangeLog for games-action/powermanga
61 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/games-action/powermanga/ChangeLog,v 1.25 2013/02/01 00:13:06 hasufell Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/games-action/powermanga/ChangeLog,v 1.26 2013/04/29 08:16:42 hasufell Exp $
64 +
65 + 29 Apr 2013; Julian Ospald <hasufell@g.o> powermanga-0.91.ebuild,
66 + +files/powermanga-0.91-automake-1.13.patch:
67 + fix build with automake-1.13 wrt #467838
68
69 *powermanga-0.91 (31 Jan 2013)