Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-shells/tcsh: ChangeLog metadata.xml
Date: Sun, 03 Aug 2008 15:30:36
Message-Id: E1KPfXV-0002sK-Lc@stork.gentoo.org
1 ulm 08/08/03 15:30:33
2
3 Modified: ChangeLog metadata.xml
4 Log:
5 Add USE flag description to metadata wrt GLEP 56.
6 (Portage version: 2.2_rc3/cvs/Linux 2.6.25-gentoo-r6 i686)
7
8 Revision Changes Path
9 1.84 app-shells/tcsh/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/tcsh/ChangeLog?rev=1.84&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/tcsh/ChangeLog?rev=1.84&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/tcsh/ChangeLog?r1=1.83&r2=1.84
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v
18 retrieving revision 1.83
19 retrieving revision 1.84
20 diff -u -r1.83 -r1.84
21 --- ChangeLog 9 Sep 2007 14:54:49 -0000 1.83
22 +++ ChangeLog 3 Aug 2008 15:30:33 -0000 1.84
23 @@ -1,6 +1,9 @@
24 # ChangeLog for app-shells/tcsh
25 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.83 2007/09/09 14:54:49 josejx Exp $
27 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.84 2008/08/03 15:30:33 ulm Exp $
29 +
30 + 03 Aug 2008; Ulrich Mueller <ulm@g.o> metadata.xml:
31 + Add USE flag description to metadata wrt GLEP 56.
32
33 09 Sep 2007; Joseph Jezak <josejx@g.o> tcsh-6.15-r2.ebuild:
34 Marked ppc64 stable for bug #190949.
35
36
37
38 1.3 app-shells/tcsh/metadata.xml
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/tcsh/metadata.xml?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/tcsh/metadata.xml?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/tcsh/metadata.xml?r1=1.2&r2=1.3
43
44 Index: metadata.xml
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-shells/tcsh/metadata.xml,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- metadata.xml 30 Sep 2005 19:42:05 -0000 1.2
51 +++ metadata.xml 3 Aug 2008 15:30:33 -0000 1.3
52 @@ -1,17 +1,19 @@
53 <?xml version="1.0" encoding="UTF-8"?>
54 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
55 <pkgmetadata>
56 - <herd>no-herd</herd>
57 - <maintainer>
58 - <email>grobian@g.o</email>
59 - <name>Fabian Groffen</name>
60 - </maintainer>
61 - <longdescription>
62 - Tcsh is an enhanced, but completely compatible version of the
63 - Berkeley UNIX C shell (csh). It is a command language
64 - interpreter usable both as an interactive login shell and a
65 - shell script command processor. It includes a command-line
66 - editor, programmable word completion, spelling correction, a
67 - history mechanism, job control and a C-like syntax.
68 - </longdescription>
69 +<herd>no-herd</herd>
70 +<maintainer>
71 + <email>grobian@g.o</email>
72 + <name>Fabian Groffen</name>
73 +</maintainer>
74 +<longdescription>
75 + Tcsh is an enhanced, but completely compatible version of the Berkeley UNIX
76 + C shell (csh). It is a command language interpreter usable both as an
77 + interactive login shell and a shell script command processor. It includes
78 + a command-line editor, programmable word completion, spelling correction,
79 + a history mechanism, job control and a C-like syntax.
80 +</longdescription>
81 +<use>
82 + <flag name='catalogs'>Add support for NLS catalogs</flag>
83 +</use>
84 </pkgmetadata>