diff options
author | Karl Trygve Kalleberg <karltk@gentoo.org> | 2004-12-04 13:42:25 +0000 |
---|---|---|
committer | Karl Trygve Kalleberg <karltk@gentoo.org> | 2004-12-04 13:42:25 +0000 |
commit | d1ae3c126b7ee97c98791f66bbb64ea713e4be6e (patch) | |
tree | 6eff4ca483a212837a866f0dc79fe30177a5cc6d /dev-java/libglade-java/metadata.xml | |
parent | Added gcj to dev-java/libglade-java (diff) | |
download | historical-d1ae3c126b7ee97c98791f66bbb64ea713e4be6e.tar.gz historical-d1ae3c126b7ee97c98791f66bbb64ea713e4be6e.tar.bz2 historical-d1ae3c126b7ee97c98791f66bbb64ea713e4be6e.zip |
Initial import. Fixes #70561.
Diffstat (limited to 'dev-java/libglade-java/metadata.xml')
-rw-r--r-- | dev-java/libglade-java/metadata.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/dev-java/libglade-java/metadata.xml b/dev-java/libglade-java/metadata.xml new file mode 100644 index 000000000000..a2cde9581845 --- /dev/null +++ b/dev-java/libglade-java/metadata.xml @@ -0,0 +1,33 @@ +<?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. + + This ebuild contains the Java bindings around the LibGlade + library. LibGlade allows a program to read in an interface + description file, created by Glade, and generate its graphical + user interface based on that file - at runtime! + + [Hint: this coupled with the Eclipse IDE makes for awesome + Rapid Application Development on the GTK/GNOME platform] + + If you're interested in this 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. More probably, some program that uses + java-gnome libraries will be bringing it in for you. + </longdescription> +</pkgmetadata> |