diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-08-08 13:05:11 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-08-08 13:05:11 +0000 |
commit | 3433795407f978da627d5d12b8f9ac0979db048f (patch) | |
tree | f0d2e30b912ab4675527f213cb3d384e0448003d /app-emacs | |
parent | Add SMAIL license (bug #176006). (diff) | |
download | historical-3433795407f978da627d5d12b8f9ac0979db048f.tar.gz historical-3433795407f978da627d5d12b8f9ac0979db048f.tar.bz2 historical-3433795407f978da627d5d12b8f9ac0979db048f.zip |
Add longdescription to metadata.xml.
Package-Manager: portage-2.2_rc6/cvs/Linux 2.6.25-gentoo-r6 i686
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/elscreen/Manifest | 10 | ||||
-rw-r--r-- | app-emacs/elscreen/metadata.xml | 14 |
2 files changed, 19 insertions, 5 deletions
diff --git a/app-emacs/elscreen/Manifest b/app-emacs/elscreen/Manifest index 65ae056b813a..f555daecb1cc 100644 --- a/app-emacs/elscreen/Manifest +++ b/app-emacs/elscreen/Manifest @@ -5,11 +5,11 @@ AUX 50elscreen-gentoo.el 78 RMD160 ec6368f4671ce11fdf9fe99db81388e39541b684 SHA1 DIST elscreen-1.4.6.tar.gz 21680 RMD160 bc0bfa3479ef8434f5e7950fd55e0207a4db9428 SHA1 3a26b92cf5d1ebedd8b17edafad60456bf0e6012 SHA256 134cef5b4ffe75898ca30776b4a4191a9425cbafc650a43e87aae4188adbd650 EBUILD elscreen-1.4.6.ebuild 900 RMD160 d68212b0bbb94121384e3c80408eaecf7b9f3913 SHA1 3d3eede1ee793cad99787b567bef4ff309fc0197 SHA256 2d8c4fd0514acb789fb42e914a55f5beb344237aaaaf069046988b413795fd97 MISC ChangeLog 2508 RMD160 b125fb9dcf1de174f23a8ce24781221cfe4259d2 SHA1 f23f0039c4bacc613bc8d16cb0b016666e7f03cc SHA256 7b88af16a78b39ef97d7dea02259326f5697fb5681f6efa1a6322ede8ac644ab -MISC metadata.xml 158 RMD160 415d172437ca754d24fc5ab186ba8e77934d96e4 SHA1 61f6eff9729cd87a725c2a70c81aca4270a17fc4 SHA256 1393bdef3a74343fdb40a112c7096a1af16f67e7a43413250de28dfe73810eab +MISC metadata.xml 962 RMD160 1c6eea7a3d744364018cf3cb5638bb1b5f8cb18a SHA1 fe26db605de4ec5bff32f825241e24b529ef724a SHA256 00a09df86840bfaebb119b0bae2457d4dd7808299252e69182d167ec9eb8ae08 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.7 (GNU/Linux) +Version: GnuPG v1.4.9 (GNU/Linux) -iD8DBQFH5RHFNQqtfCuFneMRAgTeAJsES9ZFRdG8zKb79ZBF9F2Z0+dKsQCbBFF+ -su2IdRaxSa9s2NFBVbp/+bA= -=fsQy +iEYEARECAAYFAkicRJcACgkQOeoy/oIi7uxBiACg0Htmi8Jq4rbsqSTth1xm1izI +S6IAn0cej10Vsc9Qvli/Pdfq0eK3x898 +=nvA4 -----END PGP SIGNATURE----- diff --git a/app-emacs/elscreen/metadata.xml b/app-emacs/elscreen/metadata.xml index bc306fe58224..105523fef1a2 100644 --- a/app-emacs/elscreen/metadata.xml +++ b/app-emacs/elscreen/metadata.xml @@ -2,4 +2,18 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>emacs</herd> +<longdescription> + Emacs is more of an "environment" than just an editor, since it has the + strong configuration language, emacs-lisp. There are a lot of applications + written in emacs-lisp, and you may run many applications on your Emacs at + the same time, i.e. e-mail reader, news reader, IRC client, a kind of IDE, + etc. These applications likely consist of two or more windows, so when you + switch among applications, you may want to save or restore how windows are + located (this is called as "window-configuration"). For this purpose, Emacs + has two functions, window-configuratin-to-register and jump-to-register, but + these are too primitive to use on a daily basis. + + ElScreen provides the ease-to-use environment to save or restore several + window-configurations. +</longdescription> </pkgmetadata> |