* [gentoo-java] Support for use flag based selection of jdk/jre
@ 2006-12-01 21:19 Petteri Räty
0 siblings, 0 replies; only message in thread
From: Petteri Räty @ 2006-12-01 21:19 UTC (permalink / raw
To: gentoo-java
[-- Attachment #1: Type: text/plain, Size: 823 bytes --]
I just finished writing patches that should enable you to use the
following DEPEND:
C_DEP="
dev-java/sun-jaf
!java5? ( dev-libs/cyrus-sasl )"
DEPEND="
java5? ( >=virtual/jdk-1.5 )
!java5? ( >=virtual/jdk-1.4 )
dev-java/ant-core
${C_DEP}
source? ( app-arch/zip )"
RDEPEND="
java5? ( >=virtual/jre-1.5 )
!java5? ( >=virtual/jre-1.4 )
${C_DEP}"
http://dev.gentoo.org/~betelgeuse/patches/java-util-2.eclass-use.patch
http://dev.gentoo.org/~betelgeuse/patches/versionmanager-use-flags.patch
Of course we could do the parsing using our own code instead of using
portage directly. IMHO it would be the best to have some kind of API
ebuilds could use against the package manager to do these kinds of
things. It's a bit hackish so I don't know yet if I will commit these.
Regards,
Petteri
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-12-01 21:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-01 21:19 [gentoo-java] Support for use flag based selection of jdk/jre Petteri Räty
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox