Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] eclipse portage package
Date: Wed, 25 Nov 2009 06:02:08
Message-Id: 5bdc1c8b0911242030h55500e99w839c91b085c13668@mail.gmail.com
In Reply to: [gentoo-user] eclipse portage package by Chuck Robey
1 On Tue, Nov 24, 2009 at 7:52 PM, Chuck Robey <chuckr@×××××××.org> wrote:
2 > I was checking to see what version of eclipse seems to have a portage package,
3 > and I was kinda shocked that the package seems a bit outdated.  3.4 is the
4 > current portage package, but eclipse has been at 3.5 for a good while now.
5 > Seeing as the eclipse website has a linux binary 3.5+ package, unless I've
6 > overlooked something available from gentoo (I would be overjoyed to have made
7 > that mistake) then I'm going to be forced to see how to coax portage to allow me
8 > to use that eclipse site binary package to sub for ALL eclipse packages.
9 >
10 > Anyone know how to get portage to make externally supplied binaries to supply
11 > portage eclipse dependencies?  All of the huge number of eclipse plugins can be
12 > done without using portage just fine, but the eclipse itself, that I would
13 > really rather use a portage ebuild for installation.
14 >
15 >
16 >
17
18 I don't know about installing binary stuff - probably wouldn't work
19 unless you have exactly the right libraries and what not. Anyway, I
20 seem to see a 3.5 version masked with ~ . Note that I would unmask it
21 in portage.keywords and not the way I'm showing it below.
22
23 HTH,
24 Mark
25
26 mark@dragonfly ~/Desktop $ eix eclipse
27 * dev-java/ant-eclipse-ecj
28 Available versions:
29 (3.3) 3.3.0-r1
30 (3.4) 3.4
31 (3.5) ~3.5.1
32 {elibc_FreeBSD}
33 Homepage: http://www.eclipse.org/
34 Description: Ant Compiler Adapter for Eclipse Java Compiler
35
36 * dev-java/eclipse-ecj
37 Available versions:
38 (3.3) 3.3.0-r3
39 (3.4) 3.4-r4
40 (3.5) ~3.5.1
41 {ant elibc_FreeBSD java6}
42 Homepage: http://www.eclipse.org/
43 Description: Eclipse Compiler for Java
44
45 * dev-util/eclipse-sdk
46 Available versions: (3.4) 3.4-r2
47 {doc elibc_FreeBSD java6}
48 Homepage: http://www.eclipse.org/
49 Description: Eclipse Tools Platform
50
51 Found 3 matches.
52 mark@dragonfly ~/Desktop $
53
54
55 dragonfly ~ # emerge -pv eclipse-ecj
56
57 These are the packages that would be merged, in order:
58
59 Calculating dependencies... done!
60 [ebuild N ] app-admin/eselect-ecj-0.3 0 kB
61 [ebuild N ] dev-java/eclipse-ecj-3.4-r4 USE="-java6" 1,251 kB
62
63 Total: 2 packages (2 new), Size of downloads: 1,251 kB
64 dragonfly ~ # ACCEPT_KEYWORDS="~x86" emerge -pv eclipse-ecj
65
66 These are the packages that would be merged, in order:
67
68 Calculating dependencies... done!
69 [ebuild N ] dev-python/pyxml-0.8.4-r2 USE="-doc -examples" 0 kB
70 [ebuild N ] dev-java/javatoolkit-0.3.0-r3 17 kB
71 [ebuild N ] dev-java/ant-core-1.7.1-r4 USE="-doc -source" 6,828 kB
72 [ebuild N ] app-admin/eselect-ecj-0.3 0 kB
73 [ebuild N ] dev-java/eclipse-ecj-3.5.1 USE="ant" 1,268 kB
74 [ebuild N ] dev-java/ant-eclipse-ecj-3.5.1 0 kB
75
76 Total: 6 packages (6 new), Size of downloads: 8,111 kB
77 dragonfly ~

Replies

Subject Author
Re: [gentoo-user] eclipse portage package Chuck Robey <chuckr@×××××××.org>