Files @ 7f52fc52f33b
Branch filter:

Location: ohnobinki_overlay/dev-java/xml-xmlbeans/metadata.xml - annotation

binki
added libgphoto2-2.4.2 with a file listing length increase
A future version (beyond libgphoto2-2.4.3) will have this constant limit fixed: see https://sourceforge.net/tracker2/index.php?func=detail&aid=2055906&group_id=8874&atid=108874
libgphoto2-2.4.3 does not have this fix yet and libgphoto2-2.4.3 has EAPI="2", which requires =portage-2*
Increasing the constant number of images listable is the most practial way of fixing this. For an example, see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=425515
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">

<pkgmetadata>
<herd>java</herd>

<longdescription>

XMLBeans is a tool that allows you to access the full power of XML in a Java
friendly way. It is an XML-Java binding tool. The idea is that you can take
advantage the richness and features of XML and XML Schema and have these
features mapped as naturally as possible to the equivalent Java language and
typing constructs. XMLBeans uses XML Schema to compile Java interfaces and
classes that you can then use to access and modify XML instance data. Using
XMLBeans is similar to using any other Java interface/class, you will see things
like getFoo or setFoo just as you would expect when working with Java. While a
major use of XMLBeans is to access your XML instance data with strongly typed
Java classes there are also API's that allow you access to the full XML infoset
(XMLBeans keeps full XML Infoset fidelity) as well as to allow you to reflect
into the XML schema itself through an XML Schema Object model.

</longdescription>
</pkgmetadata>