diff options
author | Christian Heim <phreak@gentoo.org> | 2007-12-25 15:47:40 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-12-25 15:47:40 +0000 |
commit | 76544467b04d6583800be6ee1b9a7a2673aec1dc (patch) | |
tree | 502b81d191d9afe41466ed4842930fe7892c628e /app-shells/ksh | |
parent | Stable on x86 wrt bug #203245 (diff) | |
download | gentoo-2-76544467b04d6583800be6ee1b9a7a2673aec1dc.tar.gz gentoo-2-76544467b04d6583800be6ee1b9a7a2673aec1dc.tar.bz2 gentoo-2-76544467b04d6583800be6ee1b9a7a2673aec1dc.zip |
Removing taviso from metadata.xml as per #202471. Assigning to maintainer-needed.
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-shells/ksh')
-rw-r--r-- | app-shells/ksh/ChangeLog | 6 | ||||
-rw-r--r-- | app-shells/ksh/metadata.xml | 41 |
2 files changed, 26 insertions, 21 deletions
diff --git a/app-shells/ksh/ChangeLog b/app-shells/ksh/ChangeLog index 6c998c4ca9fd..5a2bfb3ba667 100644 --- a/app-shells/ksh/ChangeLog +++ b/app-shells/ksh/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-shells/ksh # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ChangeLog,v 1.31 2007/07/05 10:05:23 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ChangeLog,v 1.32 2007/12/25 15:47:40 phreak Exp $ + + 25 Dec 2007; Christian Heim <phreak@gentoo.org> metadata.xml: + Removing taviso from metadata.xml as per #202471. Assigning to + maintainer-needed. 05 Jul 2007; Tavis Ormandy <taviso@gentoo.org> ksh-93.20070628.ebuild: sync releases correctly #184231 diff --git a/app-shells/ksh/metadata.xml b/app-shells/ksh/metadata.xml index 83280db6ba8a..4f59314d1ac1 100644 --- a/app-shells/ksh/metadata.xml +++ b/app-shells/ksh/metadata.xml @@ -1,26 +1,27 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>no-herd</herd> -<maintainer> - <email>taviso@gentoo.org</email> - <name>Tavis Ormandy</name> -</maintainer> -<longdescription> -The KornShell language was designed and developed by David G. Korn at AT&T -Bell Laboratories. It is an interactive command language that provides access -to the UNIX system and to many other systems, on the many different computers -and workstations on which it is implemented. + <herd>no-herd</herd> + <maintainer> + <email>maintainer-needed@gentoo.org</email> + </maintainer> + <longdescription lang="en"> + The KornShell language was designed and developed by David G. Korn at + AT&T Bell Laboratories. It is an interactive command language that + provides access to the UNIX system and to many other systems, on the + many different computers and workstations on which it is implemented. -ksh has the functionality of other scripting languages such as awk, icon, perl, -rexx, and tcl. For this and many other reasons, ksh is a much better scripting -language than any of the other popular shells. The code size for ksh is larger -than the Bourne shell or C shell programs. The revised version is even larger. + ksh has the functionality of other scripting languages such as awk, + icon, perl, rexx, and tcl. For this and many other reasons, ksh is a + much better scripting language than any of the other popular shells. + The code size for ksh is larger than the Bourne shell or C shell + programs. The revised version is even larger. -In spite of its increased size, ksh provides better performance. You can write -programs to run faster with ksh than with either the Bourne shell or the C shell, -sometimes an order of magnitude faster. ksh has evolved and matured with extensive -user feedback. It has been used by many thousands of people at AT&T since 1982, -and at many other companies and universities. -</longdescription> + In spite of its increased size, ksh provides better performance. You + can write programs to run faster with ksh than with either the Bourne + shell or the C shell, sometimes an order of magnitude faster. ksh has + evolved and matured with extensive user feedback. It has been used by + many thousands of people at AT&T since 1982, and at many other + companies and universities. + </longdescription> </pkgmetadata> |