Gentoo Archives: gentoo-java

From: "Fabian Köster" <f.koester@××××××.de>
To: gentoo-java@l.g.o
Subject: [gentoo-java] Eclipse Libraries
Date: Thu, 06 Jan 2011 13:09:53
Message-Id: 4D25BF01.8080801@tarent.de
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 Hey,
5
6 as already said in my previous mail, I am currently packaging software
7 which depends on some eclipse libraries.
8
9 The first ebuild which needs them is dev-java/jameica [1].
10
11 It's distribution includes the following jars:
12
13 * org.eclipse.core.runtime_3.1.1.jar
14 * org.eclipse.jface_3.1.1.jar
15 * org.eclipse.osgi_3.1.1.jar
16 * org.eclipse.ui.forms_3.1.0.jar
17
18 which I found in the java-experimental overlay.
19
20 First problem I encountered was that some of the transitive
21 dependencies, namely
22
23 * dev-java/eclipse-ui-workbench-3.2.2.ebuild
24 * dev-java/eclipse-help-3.2.2.ebuild
25
26 depend on a non-existant version of icu4j (=dev-java/icu4j-3.4*).
27
28 I tried to remove the exact version-dependency and ran into the next
29 problem,
30
31 http://download.eclipse.org/eclipse/downloads/drops/R-3.3.2-200802211800/eclipse-RCP-SDK-3.3.2-linux-gtk-x86_64.tar.gz
32
33 cannot be found because it move to the archive:
34
35 http://archive.eclipse.org/eclipse/downloads/drops/R-3.3.2-200802211800/eclipse-RCP-SDK-3.3.2-linux-gtk-x86_64.tar.gz
36
37 I changed the URI in the eclass, but then Portage tells me, that the
38 filesize of the downloaded package does not match the recorded size. Weird..
39
40 The ebuild for the actually application I want to package - hibiscus [2]
41 - - furthermore depends on Eclipse BIRT [3], the "Business Intelligence
42 and Reporting Tools", for which I was not able to find an
43 ebuild yet. Is there any work going on?
44
45 Kind Regards,
46 Fabian
47
48 [1] https://bugs.gentoo.org/show_bug.cgi?id=350662
49 [2] https://bugs.gentoo.org/show_bug.cgi?id=350663
50 [3] http://www.eclipse.org/birt/phoenix/
51 -----BEGIN PGP SIGNATURE-----
52 Version: GnuPG v2.0.16 (GNU/Linux)
53 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
54
55 iQGcBAEBAgAGBQJNJb8BAAoJEMFoJe6k8QbHWfIL/1r4PUdahWUrLtV85NAUPOQE
56 LhRldzGJuxZ0mLYBqBI09Quqt5kfszAK94rbgZvERvHadxKXPju93XOQJhqZuJbA
57 bQbJ5IY4rI9jCCSCcoUgjCbwz6Rpq1P/dQntubt9NIvQGMR49e7LahjHdSBYeB3/
58 7886O7f7BLejSXvUULid3ji+MQhsAVKSv7mvb6VftDwQPxD+Pz1EWMAxRc8h67EE
59 +oZbmXr7oC7LRnTbo+NhVuQxK5231i4yDclzz2XcQ+lhxOkuTU9w1N3gPaPzKtyF
60 /1izqogoAOU9cPT0kxCEXVSuIOqnCuLbODsjjZi2O+BMGZd8Lot2rGku+tTdfDgV
61 Al8MFHC3oem9kZ+/8czltWjVPAsiLFiXv86FdWheCGNAymzBi1Qc6J8xsdSDNQlr
62 eggWLVf0/s1tHPg8+O71j9IxYHtvsqWKkJDXsQA2Y/fAZRaD4CKBGNGtgFp3c+td
63 YB08gZwEaNhqKg7dB0QpwHIlFd9h6M5wdvwlUdVA9w==
64 =ADKb
65 -----END PGP SIGNATURE-----

Replies

Subject Author
Re: [gentoo-java] Eclipse Libraries Serkan Kaba <serkan@g.o>