blob: f1b3f175c0beb3d374f9ef37381d10e2c922a91f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>java</herd>
<longdescription>
An elegant set of language bindings to allow you to write
native GNOME/GTK applications in Java. Works with both
traditional Java VMs and also with GCJ, allowing the creation
of native Linux executable binaries.
These libraries all come from the java-gnome project, which in
turn is part of the official suite of GNOME language bindings.
As of java-gnome 2.8, the previously monolithic package was
split into numerous individual libraries to allow more
modular use. Those libraries are libgtk-java, libgnome-java,
libgconf-java, libglade-java, etc.
This ebuild is a meta package which simply depends on the
various libraries which make up the complete java-gnome suite.
In all likelihood (especially if you're developing apps) this
is what you want to emerge.
</longdescription>
</pkgmetadata>
|