diff options
Diffstat (limited to 'app-emacs/cedet/metadata.xml')
-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> |