diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-07-31 16:55:53 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-07-31 16:55:53 +0000 |
commit | 2e1f33454b8d6602e3062d4e140221d713143c8e (patch) | |
tree | fe91139c1b57b31724390d8f3e450f398658bff9 /app-misc | |
parent | Marking gst-plugins-good-0.10.8-r1 ppc64 for bug 232054 (diff) | |
download | gentoo-2-2e1f33454b8d6602e3062d4e140221d713143c8e.tar.gz gentoo-2-2e1f33454b8d6602e3062d4e140221d713143c8e.tar.bz2 gentoo-2-2e1f33454b8d6602e3062d4e140221d713143c8e.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-misc')
-rw-r--r-- | app-misc/screen/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/screen/metadata.xml | 19 |
2 files changed, 16 insertions, 8 deletions
diff --git a/app-misc/screen/ChangeLog b/app-misc/screen/ChangeLog index dacabc560b7b..d82694e9e399 100644 --- a/app-misc/screen/ChangeLog +++ b/app-misc/screen/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/screen # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/ChangeLog,v 1.139 2008/06/07 19:14:44 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/ChangeLog,v 1.140 2008/07/31 16:55:53 ulm Exp $ + + 31 Jul 2008; Ulrich Mueller <ulm@gentoo.org> metadata.xml: + Add USE flag description to metadata wrt GLEP 56. 07 Jun 2008; Sven Wegener <swegener@gentoo.org> files/screenrc: Add defnonblock to system screenrc, bug #219216. diff --git a/app-misc/screen/metadata.xml b/app-misc/screen/metadata.xml index 8fc6d67d23e1..92b3c200d533 100644 --- a/app-misc/screen/metadata.xml +++ b/app-misc/screen/metadata.xml @@ -1,12 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>shell-tools</herd> - <maintainer> - <email>swegener@gentoo.org</email> - <description>Primary Maintainer</description> - </maintainer> - <longdescription> +<herd>shell-tools</herd> +<maintainer> + <email>swegener@gentoo.org</email> + <description>Primary Maintainer</description> +</maintainer> +<longdescription> Screen is a full-screen window manager that multiplexes a physical terminal between several processes, typically interactive shells. Each virtual terminal provides the functions of the DEC VT100 terminal and, in addition, several @@ -23,5 +23,10 @@ windows, view the scrollback history, switch between windows, etc. All windows run their programs completely independent of each other. Programs continue to run when their window is currently not visible and even when the whole screen session is detached from the users terminal. - </longdescription> +</longdescription> +<use> + <flag name='multiuser'>Enable multiuser support (by setting correct + permissions)</flag> + <flag name='nethack'>Express error messages in nethack style</flag> +</use> </pkgmetadata> |