Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-games/mygui: metadata.xml ChangeLog
Date: Wed, 31 Oct 2012 21:44:02
Message-Id: 20121031214344.500E621600@flycatcher.gentoo.org
1 hasufell 12/10/31 21:43:44
2
3 Modified: metadata.xml ChangeLog
4 Log:
5 update metadata.xml
6
7 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
8
9 Revision Changes Path
10 1.2 dev-games/mygui/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/mygui/metadata.xml?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/mygui/metadata.xml?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/mygui/metadata.xml?r1=1.1&r2=1.2
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-games/mygui/metadata.xml,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- metadata.xml 31 Oct 2012 20:37:20 -0000 1.1
23 +++ metadata.xml 31 Oct 2012 21:43:44 -0000 1.2
24 @@ -5,12 +5,44 @@
25 <maintainer>
26 <email>hasufell@g.o</email>
27 <name>Julian Ospald</name>
28 + <description>Maintainer, assign bugs to him</description>
29 </maintainer>
30 + <upstream>
31 + <maintainer status="active">
32 + <email>altren@××××.ru</email>
33 + <name>Evmenov Georgiy</name>
34 + <description>CC on bugs</description>
35 + </maintainer>
36 + <changelog>http://redmine.mygui.info/repositories/entry/mygui/tags/MyGUI3.2/ChangeLog.txt</changelog>
37 + <bugs-to>https://sourceforge.net/tracker/?group_id=193706&amp;atid=946487</bugs-to>
38 + </upstream>
39 <use>
40 <flag name="linguas_ru">Install some additional russian docs if 'doc' useflag enabled</flag>
41 <flag name="plugins">Build MyGUI plugins</flag>
42 <flag name="samples">Install MyGUI demos</flag>
43 <flag name="tools">Build the tools for development</flag>
44 </use>
45 + <longdescription lang="en">
46 + MyGUI is a library for creating Graphical User Interfaces (GUIs) for
47 + games and 3D applications. The main goals of mygui are: speed,
48 + flexibility and ease of use.
49 +
50 + Speed
51 + We speed up our system by using our own batching subsystem which
52 + combines geometry. It is also possible for the more experienced
53 + developers to write their own render system or new subsystems
54 +
55 + Flexibility
56 + The library supports plugins that allows you to create dynamically
57 + loaded custom controls or subsystems. Most subsystems are expandable
58 + with plugins without the need to touch the core code. All resources
59 + and settings are described in XML files. It is possible to load
60 + resources like fonts, cursors, images, skins, etc. Forms (layouts)
61 + via dynamically by using XML files.
62 +
63 + Simplicity
64 + The user interface is easy to use and uses delegates (Signals and
65 + slots) for easy to use event handling.
66 + </longdescription>
67 </pkgmetadata>
68
69
70
71
72 1.2 dev-games/mygui/ChangeLog
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/mygui/ChangeLog?rev=1.2&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/mygui/ChangeLog?rev=1.2&content-type=text/plain
76 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/mygui/ChangeLog?r1=1.1&r2=1.2
77
78 Index: ChangeLog
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/dev-games/mygui/ChangeLog,v
81 retrieving revision 1.1
82 retrieving revision 1.2
83 diff -u -r1.1 -r1.2
84 --- ChangeLog 31 Oct 2012 20:37:20 -0000 1.1
85 +++ ChangeLog 31 Oct 2012 21:43:44 -0000 1.2
86 @@ -1,6 +1,9 @@
87 # ChangeLog for dev-games/mygui
88 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
89 -# $Header: /var/cvsroot/gentoo-x86/dev-games/mygui/ChangeLog,v 1.1 2012/10/31 20:37:20 hasufell Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/dev-games/mygui/ChangeLog,v 1.2 2012/10/31 21:43:44 hasufell Exp $
91 +
92 + 31 Oct 2012; Julian Ospald <hasufell@g.o> metadata.xml:
93 + update metadata.xml
94
95 *mygui-3.2.0-r1 (31 Oct 2012)