Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/ploticus: metadata.xml
Date: Sat, 23 Aug 2008 06:04:13
Message-Id: E1KWmEM-0008IC-NI@stork.gentoo.org
1 mr_bones_ 08/08/23 06:04:10
2
3 Modified: metadata.xml
4 Log:
5 fix up metadata.xml (glep 56)
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.2 media-libs/ploticus/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ploticus/metadata.xml?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ploticus/metadata.xml?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ploticus/metadata.xml?r1=1.1&r2=1.2
14
15 Index: metadata.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/ploticus/metadata.xml,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- metadata.xml 24 Jan 2005 09:08:58 -0000 1.1
22 +++ metadata.xml 23 Aug 2008 06:04:10 -0000 1.2
23 @@ -1,15 +1,15 @@
24 <?xml version="1.0" encoding="UTF-8"?>
25 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
26 <pkgmetadata>
27 - <herd>no-herd</herd>
28 - <maintainer>
29 - <email>dragonheart@g.o</email>
30 - <name>Daniel Black</name>
31 - <description>Added because it was so wanted. Please take over if
32 + <herd>no-herd</herd>
33 + <maintainer>
34 + <email>dragonheart@g.o</email>
35 + <name>Daniel Black</name>
36 + <description>Added because it was so wanted. Please take over if
37 you have an interest.
38 </description>
39 - </maintainer>
40 - <longdescription>
41 + </maintainer>
42 + <longdescription>
43 A free, GPL-2, non-interactive software package for producing plots,
44 charts, and graphics from data. It was developed in a Unix/C
45 environment and runs on various Unix, Linux, and win32 systems.
46 @@ -18,4 +18,9 @@
47 capabilities. It allows significant user control over colors, styles,
48 options and details.
49 </longdescription>
50 + <use>
51 + <flag name="cpulimit">Limit cpu usage when generating graphics</flag>
52 + <flag name="flash">Adds support for creating SWF files using Ming</flag>
53 + <flag name="svgz">Compressed svg graphics support</flag>
54 + </use>
55 </pkgmetadata>