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 dev-util/netbeans: metadata.xml
Date: Sat, 23 Aug 2008 05:44:18
Message-Id: E1KWlv6-0007YK-A9@stork.gentoo.org
1 mr_bones_ 08/08/23 05:44:16
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.6 dev-util/netbeans/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/netbeans/metadata.xml?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/netbeans/metadata.xml?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/netbeans/metadata.xml?r1=1.5&r2=1.6
14
15 Index: metadata.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/netbeans/metadata.xml,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- metadata.xml 19 Apr 2007 21:08:27 -0000 1.5
22 +++ metadata.xml 23 Aug 2008 05:44:15 -0000 1.6
23 @@ -1,21 +1,17 @@
24 <?xml version="1.0" encoding="UTF-8"?>
25 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
26 <pkgmetadata>
27 -
28 - <herd>dev-tools</herd>
29 - <herd>java</herd>
30 -
31 - <maintainer>
32 - <email>fordfrog@g.o</email>
33 - <name>Miroslav Šulc</name>
34 - </maintainer>
35 -
36 - <maintainer>
37 - <email>wltjr@g.o</email>
38 - <name>William L. Thomson Jr.</name>
39 - </maintainer>
40 -
41 - <longdescription>
42 + <herd>dev-tools</herd>
43 + <herd>java</herd>
44 + <maintainer>
45 + <email>fordfrog@g.o</email>
46 + <name>Miroslav Šulc</name>
47 + </maintainer>
48 + <maintainer>
49 + <email>wltjr@g.o</email>
50 + <name>William L. Thomson Jr.</name>
51 + </maintainer>
52 + <longdescription>
53 NetBeans is dedicated to providing rock solid software development products (NetBeans IDE, NetBeans Platform) that address the needs
54 of developers, users and the businesses who rely on NetBeans as a basis for their products. NetBeans is also a vibrant community
55 where people from just about any country you can think of, have the ability ask questions, give advice, make a wide variety of
56 @@ -26,5 +22,7 @@
57 NetBeans IDE and NetBeans Platform. Both products are free for commercial and noncommercial use. The source code to both are available
58 to anyone, to reuse as they see fit, under the terms of use.
59 </longdescription>
60 -
61 + <use>
62 + <flag name="c++">Adds Netbeans C/C++ Pack</flag>
63 + </use>
64 </pkgmetadata>