diff options
Diffstat (limited to 'app-emacs/ecb')
-rw-r--r-- | app-emacs/ecb/metadata.xml | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/app-emacs/ecb/metadata.xml b/app-emacs/ecb/metadata.xml index 40e4a67ca08..5e18c480d78 100644 --- a/app-emacs/ecb/metadata.xml +++ b/app-emacs/ecb/metadata.xml @@ -1,8 +1,11 @@ -<?xml version='1.0' encoding='UTF-8'?> +<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>emacs</herd> - <longdescription> +<maintainer> + <email>gnu-emacs@gentoo.org</email> + <name>Gentoo GNU Emacs project</name> +</maintainer> +<longdescription> ECB stands for "Emacs Code Browser". While Emacs already has good editing support for many modes, its browsing support is somewhat lacking. That's where ECB comes in: it displays a number of informational windows that allow @@ -28,8 +31,8 @@ It goes without saying that you can configure the layout, ie. which informational windows should be displayed where. ECB comes with a number of ready-made window layouts to choose from. - </longdescription> - <upstream> - <remote-id type="sourceforge">ecb</remote-id> - </upstream> +</longdescription> +<upstream> + <remote-id type="sourceforge">ecb</remote-id> +</upstream> </pkgmetadata> |