Gentoo Archives: gentoo-java

From: "Jean-Noël Rivasseau" <elvanor@g.o>
To: gentoo-java <gentoo-java@l.g.o>
Subject: [gentoo-java] On ebuilds using OSGi packaging and revbumps
Date: Wed, 06 Feb 2008 18:50:14
Message-Id: d61c57300802061050u27a9d133iaefa28f43b87154a@mail.gmail.com
1 Hello all,
2
3 I just noticed that the commons-logging-r5 ebuild (which is stable now) does
4 not use anymore the OSGi packaging functions. As a result, this ebuild
5 produces a bundle not usable with Eclipse, thus Eclipse is currently
6 unusable (as it depends on >=commons-logging-1.1-r4)
7
8 The -r6 ebuild is fine (eg, uses OSGi packaging).
9
10 So, as a reminder, when bumping a package using OSGi, *please keep these
11 functions*. Else the new version won't produce correct bundles. There is NO
12 need to bump with a version not using OSGi and one using OSGi; all versions
13 should use OSGi from now on for the following packages (eclipse deps):
14
15 >=dev-java/swt-${PV}
16 >=dev-java/jsch-0.1.36-r1
17 >=dev-java/icu4j-3.6.1
18 >=dev-java/commons-el-1.0-r2
19 >=dev-java/commons-logging-1.1-r4
20 >=dev-java/tomcat-servlet-api-5.5.25-r1:2.4
21 dev-java/lucene:1.9
22
23 Referenced bug is http://bugs.gentoo.org/show_bug.cgi?id=209087, I will
24 change the Eclipse ebuild to depend on commons-logging-1.1-r6 to fix it.
25
26 Elvanor

Replies

Subject Author
Re: [gentoo-java] On ebuilds using OSGi packaging and revbumps Vlastimil Babka <caster@g.o>