diff options
author | Ulrich Müller <ulm@gentoo.org> | 2016-01-24 20:57:11 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2016-01-24 20:57:11 +0100 |
commit | fd6ff86e912282e7f33b539f4642c5ad916efb93 (patch) | |
tree | 1eb73c37f1126f286f254a57a8b66013701211a3 /app-emacs/jde | |
parent | dev-libs/librep: Version bump to 0.92.5 (diff) | |
download | gentoo-fd6ff86e912282e7f33b539f4642c5ad916efb93.tar.gz gentoo-fd6ff86e912282e7f33b539f4642c5ad916efb93.tar.bz2 gentoo-fd6ff86e912282e7f33b539f4642c5ad916efb93.zip |
Split emacs herd and assign its packages to Emacs and GNU Emacs projects.
Diffstat (limited to 'app-emacs/jde')
-rw-r--r-- | app-emacs/jde/metadata.xml | 29 |
1 files changed, 16 insertions, 13 deletions
diff --git a/app-emacs/jde/metadata.xml b/app-emacs/jde/metadata.xml index 72d70ada4707..ba9dba3feeb2 100644 --- a/app-emacs/jde/metadata.xml +++ b/app-emacs/jde/metadata.xml @@ -1,15 +1,18 @@ -<?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> - <herd>java</herd> - <longdescription> - The Java Development Environment for Emacs is a software package that - interfaces Emacs to command-line Java development tools (for example, - JavaSoft's JDK). JDEE features include: +<maintainer> + <email>gnu-emacs@gentoo.org</email> + <name>Gentoo GNU Emacs project</name> +</maintainer> +<herd>java</herd> +<longdescription> + The Java Development Environment for Emacs is a software package + that interfaces Emacs to command-line Java development tools (for + example, JavaSoft's JDK). JDEE features include: - * JDEE menu with compile, run, debug, build, browse, project, and help - commands + * JDEE menu with compile, run, debug, build, browse, project, and + help commands * syntax coloring * auto indentation * compile error to source links @@ -18,8 +21,8 @@ * make file support * automatic code generation * Java source interpreter (Pat Neimeyer's BeanShell) - </longdescription> - <upstream> - <remote-id type="sourceforge">jdee</remote-id> - </upstream> +</longdescription> +<upstream> + <remote-id type="sourceforge">jdee</remote-id> +</upstream> </pkgmetadata> |