diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-03-19 07:44:38 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-03-19 07:44:38 +0000 |
commit | 1c14afbca069b25999a580ef4fd387ae181ebe8a (patch) | |
tree | 9a0c731c679a17324976620fbfd190bdbd191e52 /app-editors | |
parent | Bump, and add support for testing (arch tester Thomas A., bug #207279). (diff) | |
download | gentoo-2-1c14afbca069b25999a580ef4fd387ae181ebe8a.tar.gz gentoo-2-1c14afbca069b25999a580ef4fd387ae181ebe8a.tar.bz2 gentoo-2-1c14afbca069b25999a580ef4fd387ae181ebe8a.zip |
Add longdescription to metadata.
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/e3/metadata.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-editors/e3/metadata.xml b/app-editors/e3/metadata.xml index bc306fe58224..ddec4ff80d90 100644 --- a/app-editors/e3/metadata.xml +++ b/app-editors/e3/metadata.xml @@ -2,4 +2,15 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>emacs</herd> +<longdescription> + e3 is a full-screen, user-friendly text editor with an interface similar to + that of either WordStar, Emacs, Pico, Nedit, or vi. It's heavily optimized + for size and independent of libc or any other libraries, making it useful + for mini-Linux distributions and rescue disks. The assembler version + supports Linux, FreeBSD, OpenBSD, NetBSD, Win9x, QNX, Atheos, BeOS, ELKS, + and DOS. There is also a separately distributed version written in C which + supports some other Unix versions and CygWin. It is also possible to use + regular expressions by using child processes like sed. e3 has a built in + arithmetic calculator. +</longdescription> </pkgmetadata> |