diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-08-09 08:11:27 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-08-09 08:11:27 +0000 |
commit | 57120a81355df17a43e75b3a0005c2948b5b4679 (patch) | |
tree | 2326f3b4c2f87932bea7e192c26148a07d23ae7c /app-emacs/zenirc | |
parent | remove rc version (diff) | |
download | gentoo-2-57120a81355df17a43e75b3a0005c2948b5b4679.tar.gz gentoo-2-57120a81355df17a43e75b3a0005c2948b5b4679.tar.bz2 gentoo-2-57120a81355df17a43e75b3a0005c2948b5b4679.zip |
Add longdescription to metadata.xml
(Portage version: 2.2_rc6/cvs/Linux 2.6.25-gentoo-r6 i686)
Diffstat (limited to 'app-emacs/zenirc')
-rw-r--r-- | app-emacs/zenirc/metadata.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app-emacs/zenirc/metadata.xml b/app-emacs/zenirc/metadata.xml index bc306fe58224..f4514376b4e9 100644 --- a/app-emacs/zenirc/metadata.xml +++ b/app-emacs/zenirc/metadata.xml @@ -2,4 +2,14 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>emacs</herd> +<longdescription> + ZenIRC is a full-featured scriptable IRC client for the EMACS text editor. + It runs on any OS where EMACS supports sockets. It is compatible with GNU + Emacs 18.59 and above, and all versions of XEmacs. ZenIRC is Free Software. + ZenIRC supports multiple irc sessions in separate buffers. There is a + rudimentary command syntax for use within those sessions, but most user + preferences and extensions are written and configured in emacs-lisp. Most + features are implemented via module extensions. For example, DCC (Direct + Client-to-Client) can be enabled at the user's option. +</longdescription> </pkgmetadata> |