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/openclonk: openclonk-5.2.2.ebuild ChangeLog
Date: Tue, 10 Jul 2012 13:42:22
Message-Id: 20120710134206.3A99F20063@flycatcher.gentoo.org
1 hasufell 12/07/10 13:42:06
2
3 Modified: openclonk-5.2.2.ebuild ChangeLog
4 Log:
5 add WANT_AUTOMAKE to fix bug #425576
6
7 (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 games-action/openclonk/openclonk-5.2.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/openclonk/openclonk-5.2.2.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/openclonk/openclonk-5.2.2.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/openclonk/openclonk-5.2.2.ebuild?r1=1.5&r2=1.6
15
16 Index: openclonk-5.2.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/openclonk/openclonk-5.2.2.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- openclonk-5.2.2.ebuild 22 Jun 2012 08:10:54 -0000 1.5
23 +++ openclonk-5.2.2.ebuild 10 Jul 2012 13:42:06 -0000 1.6
24 @@ -1,9 +1,11 @@
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-action/openclonk/openclonk-5.2.2.ebuild,v 1.5 2012/06/22 08:10:54 jdhore Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-action/openclonk/openclonk-5.2.2.ebuild,v 1.6 2012/07/10 13:42:06 hasufell Exp $
29
30 EAPI=4
31
32 +WANT_AUTOMAKE="1.11"
33 +
34 inherit autotools eutils flag-o-matic python games
35
36 MY_P=${PN}-release-${PV}-src
37
38
39
40 1.6 games-action/openclonk/ChangeLog
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/openclonk/ChangeLog?rev=1.6&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/openclonk/ChangeLog?rev=1.6&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/openclonk/ChangeLog?r1=1.5&r2=1.6
45
46 Index: ChangeLog
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/games-action/openclonk/ChangeLog,v
49 retrieving revision 1.5
50 retrieving revision 1.6
51 diff -u -r1.5 -r1.6
52 --- ChangeLog 22 Jun 2012 08:10:54 -0000 1.5
53 +++ ChangeLog 10 Jul 2012 13:42:06 -0000 1.6
54 @@ -1,6 +1,9 @@
55 # ChangeLog for games-action/openclonk
56 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
57 -# $Header: /var/cvsroot/gentoo-x86/games-action/openclonk/ChangeLog,v 1.5 2012/06/22 08:10:54 jdhore Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/games-action/openclonk/ChangeLog,v 1.6 2012/07/10 13:42:06 hasufell Exp $
59 +
60 + 10 Jul 2012; Julian Ospald <hasufell@g.o> openclonk-5.2.2.ebuild:
61 + add WANT_AUTOMAKE to fix bug #425576
62
63 22 Jun 2012; Jeff Horelick <jdhore@g.o> openclonk-5.2.2.ebuild:
64 marked x86 per bug 422461