Gentoo Archives: gentoo-osx

From: Hasan Khalil <gongloo@g.o>
To: gentoo-osx@l.g.o
Subject: Re: [gentoo-osx] Java virtuals, etc
Date: Sun, 07 Aug 2005 16:30:14
Message-Id: 7CCAD0E0-FBC9-4CF7-B562-E0136EBED103@gentoo.org
In Reply to: Re: [gentoo-osx] Java virtuals, etc by Grobian
1 On Aug 7, 2005, at 11:01, Grobian wrote:
2
3 > Hasan Khalil wrote:
4 >
5 >> divides up the packages, I left him to do his thing. To save you
6 >> the trouble, here's the important stuff:
7 >>
8 >>> macos $ grep -R java .
9 >>> ./10.3/package.provided:dev-java/javascriptcore-96
10 >>> ./10.3/package.provided:dev-java/sun-jdk-1.4.2.08
11 >>> ./10.3/package.provided:dev-java/sun-jre-bin-1.4.2.08
12 >>> ./10.4/package.provided:dev-java/javascriptcore-96
13 >>> ./10.4/package.provided:dev-java/sun-jdk-1.4.2.08
14 >>> ./10.4/package.provided:dev-java/sun-jre-bin-1.4.2.08
15 >>> ./virtuals:virtual/jdk dev-java/sun-j2sdk
16 >>> ./virtuals:virtual/jre dev-java/sun-jre-bin
17 >>> ./progressive/package.provided:dev-java/javascriptcore-96
18 >>> ./progressive/package.provided:dev-java/sun-jdk-1.5
19 >>> ./progressive/package.provided:dev-java/sun-jre-bin-1.5.0.04
20 >>> ./progressive/virtuals:virtual/jdk dev-java/sun-jdk
21 >>>
22 >
23 > From this grep it looks to me like the problem is still the same.
24 > virtuals/jdk is satisfied by dev-java/sun-j2sdk, but 10.3 and 10.4
25 > only provide dev-java/sun-jdk-1.4.2.08. So basically, the problem
26 > is still there, or I and repoman don't seem to understand properly
27 > how this works (which is most properly in this case).
28
29 You're right. I'm sorry, and I stand corrected.
30
31 Looking at the dev-java/sun-jdk ebuilds, it provides both virtual/jdk
32 and vritual/jre; I really don't see a point with having dev-java/sun-
33 jre-bin in the picture at all, given this. I think, then, that the
34 proper solution should be as such:
35
36 > virtuals:virtual/jdk dev-java/sun-jdk
37 > virtuals:virtual/jre dev-java/sun-jdk
38 > */package.provided:dev-java/sun-jdk-1.4.2.08
39
40 Kito: Any input? Is the above alright on your end??
41
42 --
43
44 Hasan Khalil
45 eBuild and Porting Co-Lead
46 Gentoo for Mac OS X

Attachments

File name MIME type
PGP.sig application/pgp-signature

Replies

Subject Author
Re: [gentoo-osx] Java virtuals, etc Kito <kito@g.o>