diff options
Diffstat (limited to 'app-emacs/emhacks/metadata.xml')
-rw-r--r-- | app-emacs/emhacks/metadata.xml | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/app-emacs/emhacks/metadata.xml b/app-emacs/emhacks/metadata.xml index 99a40a1ed9dc..a2114ce5c303 100644 --- a/app-emacs/emhacks/metadata.xml +++ b/app-emacs/emhacks/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> The EMHACKS project goal is to provide a set of useful libraries to help using Emacs or XEmacs. @@ -12,11 +15,11 @@ jmaker, Java Makefile generator; swbuff, Quick switch between Emacs buffers; tabbar, Display a tab bar in the header line. - </longdescription> - <use> - <flag name="jde">Enable support for Java Development Environment</flag> - </use> - <upstream> - <remote-id type="sourceforge">emhacks</remote-id> - </upstream> +</longdescription> +<use> + <flag name="jde">Enable support for Java Development Environment</flag> +</use> +<upstream> + <remote-id type="sourceforge">emhacks</remote-id> +</upstream> </pkgmetadata> |