Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-shells/tcsh: metadata.xml
Date: Sun, 03 Aug 2008 15:34:01
Message-Id: E1KPfap-0002vl-CQ@stork.gentoo.org
1 grobian 08/08/03 15:33:59
2
3 Modified: metadata.xml
4 Log:
5 Restore proper indentation
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.4 app-shells/tcsh/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/tcsh/metadata.xml?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/tcsh/metadata.xml?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/tcsh/metadata.xml?r1=1.3&r2=1.4
14
15 Index: metadata.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-shells/tcsh/metadata.xml,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- metadata.xml 3 Aug 2008 15:30:33 -0000 1.3
22 +++ metadata.xml 3 Aug 2008 15:33:58 -0000 1.4
23 @@ -1,19 +1,19 @@
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>grobian@g.o</email>
30 - <name>Fabian Groffen</name>
31 -</maintainer>
32 -<longdescription>
33 - Tcsh is an enhanced, but completely compatible version of the Berkeley UNIX
34 - C shell (csh). It is a command language interpreter usable both as an
35 - interactive login shell and a shell script command processor. It includes
36 - a command-line editor, programmable word completion, spelling correction,
37 - a history mechanism, job control and a C-like syntax.
38 -</longdescription>
39 -<use>
40 - <flag name='catalogs'>Add support for NLS catalogs</flag>
41 -</use>
42 + <herd>no-herd</herd>
43 + <maintainer>
44 + <email>grobian@g.o</email>
45 + <name>Fabian Groffen</name>
46 + </maintainer>
47 + <longdescription>
48 + Tcsh is an enhanced, but completely compatible version of the Berkeley
49 + UNIX C shell (csh). It is a command language interpreter usable both as
50 + an interactive login shell and a shell script command processor. It
51 + includes a command-line editor, programmable word completion, spelling
52 + correction, a history mechanism, job control and a C-like syntax.
53 + </longdescription>
54 + <use>
55 + <flag name='catalogs'>Add support for NLS catalogs</flag>
56 + </use>
57 </pkgmetadata>