Hello all,

I just noticed that the commons-logging-r5 ebuild (which is stable now) does not use anymore the OSGi packaging functions. As a result, this ebuild produces a bundle not usable with Eclipse, thus Eclipse is currently unusable (as it depends on >=commons-logging-1.1-r4)

The -r6 ebuild is fine (eg, uses OSGi packaging).

So, as a reminder, when bumping a package using OSGi, *please keep these functions*. Else the new version won't produce correct bundles. There is NO need to bump with a version not using OSGi and one using OSGi; all versions should use OSGi from now on for the following packages (eclipse deps):

        >=dev-java/swt-${PV}
        >=dev-java/jsch-0.1.36-r1
        >=dev-java/icu4j-3.6.1
        >=dev-java/commons-el-1.0-r2
        >=dev-java/commons-logging-1.1-r4
        >=dev-java/tomcat-servlet-api-5.5.25-r1:2.4
        dev-java/lucene:1.9

Referenced bug is http://bugs.gentoo.org/show_bug.cgi?id=209087, I will change the Eclipse ebuild to depend on commons-logging-1.1-r6 to fix it.

Elvanor