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-engines/solarus: metadata.xml ChangeLog
Date: Sun, 24 Aug 2014 16:09:45
Message-Id: 20140824160940.EDC3F3CF8@oystercatcher.gentoo.org
1 hasufell 14/08/24 16:09:40
2
3 Modified: metadata.xml ChangeLog
4 Log:
5 update USE flag descriptions
6
7 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
8
9 Revision Changes Path
10 1.3 games-engines/solarus/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/solarus/metadata.xml?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/solarus/metadata.xml?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/solarus/metadata.xml?r1=1.2&r2=1.3
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-engines/solarus/metadata.xml,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- metadata.xml 22 May 2014 17:10:02 -0000 1.2
23 +++ metadata.xml 24 Aug 2014 16:09:40 -0000 1.3
24 @@ -7,7 +7,8 @@
25 <name>Julian Ospald</name>
26 </maintainer>
27 <use>
28 - <flag name='luajit'>Use LuaJIT instead of default Lua</flag>
29 + <flag name='doc'>Install doxygen developer documentation.</flag>
30 + <flag name='luajit'>Use LuaJIT instead of default Lua.</flag>
31 </use>
32 <upstream>
33 <remote-id type='github'>christopho/solarus</remote-id>
34
35
36
37 1.5 games-engines/solarus/ChangeLog
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/solarus/ChangeLog?rev=1.5&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/solarus/ChangeLog?rev=1.5&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/solarus/ChangeLog?r1=1.4&r2=1.5
42
43 Index: ChangeLog
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/games-engines/solarus/ChangeLog,v
46 retrieving revision 1.4
47 retrieving revision 1.5
48 diff -u -r1.4 -r1.5
49 --- ChangeLog 24 Aug 2014 15:44:26 -0000 1.4
50 +++ ChangeLog 24 Aug 2014 16:09:40 -0000 1.5
51 @@ -1,6 +1,9 @@
52 # ChangeLog for games-engines/solarus
53 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
54 -# $Header: /var/cvsroot/gentoo-x86/games-engines/solarus/ChangeLog,v 1.4 2014/08/24 15:44:26 hasufell Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/games-engines/solarus/ChangeLog,v 1.5 2014/08/24 16:09:40 hasufell Exp $
56 +
57 + 24 Aug 2014; Julian Ospald <hasufell@g.o> metadata.xml:
58 + update USE flag descriptions
59
60 *solarus-1.3.0 (24 Aug 2014)