diff options
author | 2008-03-22 11:09:18 +0000 | |
---|---|---|
committer | 2008-03-22 11:09:18 +0000 | |
commit | b390ee38eb21fedaed5843c9fd282b3cbdb38a02 (patch) | |
tree | 0d9dbcc1adf85cb446423a839debf89e9b0e43f2 /app-emacs/cedet/metadata.xml | |
parent | Version bump, to fix bug 213548. (diff) | |
download | historical-b390ee38eb21fedaed5843c9fd282b3cbdb38a02.tar.gz historical-b390ee38eb21fedaed5843c9fd282b3cbdb38a02.tar.bz2 historical-b390ee38eb21fedaed5843c9fd282b3cbdb38a02.zip |
Add longdescription to metadata.
Package-Manager: portage-2.1.4.4
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> |