diff options
author | 2004-11-22 00:22:20 +0000 | |
---|---|---|
committer | 2004-11-22 00:22:20 +0000 | |
commit | 5720f7c88b0a1c58ad5bc705b56f331a4cf8f3de (patch) | |
tree | d2ec7c9b99ef7b89ecd75b631421349232f19cc3 /dev-java/libgnome-java/metadata.xml | |
parent | Added gcj to dev-java/libgnome-java (diff) | |
download | historical-5720f7c88b0a1c58ad5bc705b56f331a4cf8f3de.tar.gz historical-5720f7c88b0a1c58ad5bc705b56f331a4cf8f3de.tar.bz2 historical-5720f7c88b0a1c58ad5bc705b56f331a4cf8f3de.zip |
Fixes #70560.
Diffstat (limited to 'dev-java/libgnome-java/metadata.xml')
-rw-r--r-- | dev-java/libgnome-java/metadata.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-java/libgnome-java/metadata.xml b/dev-java/libgnome-java/metadata.xml new file mode 100644 index 000000000000..1438ff2ff82f --- /dev/null +++ b/dev-java/libgnome-java/metadata.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>java</herd> + <maintainer> + <email>andrew@operationaldynamics.com</email> + <name>Andrew Cowie</name> + </maintainer> + <longdescription> + An elegant set of language bindings to allow you to write + native GNOME applications in Java. Works with both traditional + Java VMs and also with GCJ, allowing the creation of native + Linux executable binaries. + + This library comes from the java-gnome project, which in turn + is part of the official suite of GNOME language bindings. + + These are the Java bindings for the core GNOME libraries (which + therefore depends on a fairly complete and modern GNOME + installation). If you *do* have GNOME installed, then you + probably want to emerge java-gnome - a meta package which in + turn depends on the various GNOME libraries which comprise the + complete java-gnome language binding suite. + </longdescription> +</pkgmetadata> |