diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-08-03 15:30:33 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-08-03 15:30:33 +0000 |
commit | a7d6e5e1208f2909c5d055930390eadef845f643 (patch) | |
tree | 48ec9f3d76d115249b2ff312d92558e02c873166 /app-shells/tcsh | |
parent | Version bump (diff) | |
download | gentoo-2-a7d6e5e1208f2909c5d055930390eadef845f643.tar.gz gentoo-2-a7d6e5e1208f2909c5d055930390eadef845f643.tar.bz2 gentoo-2-a7d6e5e1208f2909c5d055930390eadef845f643.zip |
Add USE flag description to metadata wrt GLEP 56.
(Portage version: 2.2_rc3/cvs/Linux 2.6.25-gentoo-r6 i686)
Diffstat (limited to 'app-shells/tcsh')
-rw-r--r-- | app-shells/tcsh/ChangeLog | 7 | ||||
-rw-r--r-- | app-shells/tcsh/metadata.xml | 28 |
2 files changed, 20 insertions, 15 deletions
diff --git a/app-shells/tcsh/ChangeLog b/app-shells/tcsh/ChangeLog index b4e0748534b9..838fbde0bbfa 100644 --- a/app-shells/tcsh/ChangeLog +++ b/app-shells/tcsh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/tcsh -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.83 2007/09/09 14:54:49 josejx Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.84 2008/08/03 15:30:33 ulm Exp $ + + 03 Aug 2008; Ulrich Mueller <ulm@gentoo.org> metadata.xml: + Add USE flag description to metadata wrt GLEP 56. 09 Sep 2007; Joseph Jezak <josejx@gentoo.org> tcsh-6.15-r2.ebuild: Marked ppc64 stable for bug #190949. diff --git a/app-shells/tcsh/metadata.xml b/app-shells/tcsh/metadata.xml index 8ff0690a87a8..efa0b258d45b 100644 --- a/app-shells/tcsh/metadata.xml +++ b/app-shells/tcsh/metadata.xml @@ -1,17 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>no-herd</herd> - <maintainer> - <email>grobian@gentoo.org</email> - <name>Fabian Groffen</name> - </maintainer> - <longdescription> - Tcsh is an enhanced, but completely compatible version of the - Berkeley UNIX C shell (csh). It is a command language - interpreter usable both as an interactive login shell and a - shell script command processor. It includes a command-line - editor, programmable word completion, spelling correction, a - history mechanism, job control and a C-like syntax. - </longdescription> +<herd>no-herd</herd> +<maintainer> + <email>grobian@gentoo.org</email> + <name>Fabian Groffen</name> +</maintainer> +<longdescription> + Tcsh is an enhanced, but completely compatible version of the Berkeley UNIX + C shell (csh). It is a command language interpreter usable both as an + interactive login shell and a shell script command processor. It includes + a command-line editor, programmable word completion, spelling correction, + a history mechanism, job control and a C-like syntax. +</longdescription> +<use> + <flag name='catalogs'>Add support for NLS catalogs</flag> +</use> </pkgmetadata> |