diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-03-22 11:01:18 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-03-22 11:01:18 +0000 |
commit | a991a51d890380de53ee6f9778c256e6478c152f (patch) | |
tree | c64586b7b7c7583e064819b42dad23375e832b76 /app-emacs/cedet | |
parent | Add longdescription to metadata. (diff) | |
download | gentoo-2-a991a51d890380de53ee6f9778c256e6478c152f.tar.gz gentoo-2-a991a51d890380de53ee6f9778c256e6478c152f.tar.bz2 gentoo-2-a991a51d890380de53ee6f9778c256e6478c152f.zip |
Add longdescription to metadata.
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-emacs/cedet')
-rw-r--r-- | app-emacs/cedet/metadata.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app-emacs/cedet/metadata.xml b/app-emacs/cedet/metadata.xml index bc306fe58224..bf7d92cc1881 100644 --- a/app-emacs/cedet/metadata.xml +++ b/app-emacs/cedet/metadata.xml @@ -2,4 +2,19 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>emacs</herd> +<longdescription> + CEDET is a collection of tools written with the end goal of creating an + advanced development environment. Emacs already is a great environment for + writing software, but there are additional areas that need improvement. + Many new ideas for integrated environments have been developed in newer + products, such as Microsoft's Visual environment. CEDET is a new project + which brings together the various tools built to replicate these features. + + Major Components of CEDET: + * SpeedBar + * EmacsLispObjects (EIEIO) + * SemanticBovinator + * ConnectedGraphEditor (COGRE) + * Makefile Generation and Project Management (EDE) +</longdescription> </pkgmetadata> |