public inbox for gentoo-java@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Petteri Räty" <betelgeuse@gentoo.org>
To: gentoo-java@lists.gentoo.org
Subject: [gentoo-java] jdks/jres and revdep-rebuild
Date: Thu, 08 Dec 2005 00:37:12 +0200	[thread overview]
Message-ID: <43976418.3040805@gentoo.org> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 471 bytes --]

As most of you are probably aware, the jdks and jres don't play nice
with revdep-rebuild because we don't want to force people to install for
example X. As part of solving this problem I am now adding use flags
that when turned on will bring in all the necessary dependencies for
sun-jdk and sun-jre. The next step is to remove the broken libraries
when the use flags are off, but I will do further testing before
unleashing that to the general public.

Regards,
Petteri

[-- Attachment #1.2: sun-jdk.patch --]
[-- Type: text/x-patch, Size: 1143 bytes --]

--- sun-jdk-1.5.0.05.ebuild	2005-12-08 00:32:58.000000000 +0200
+++ sun-jdk-1.5.0.06.ebuild	2005-12-08 00:29:55.000000000 +0200
@@ -27,7 +27,7 @@
 LICENSE="sun-bcla-java-vm"
 KEYWORDS="~x86 ~amd64 -*"
 RESTRICT="fetch nostrip"
-IUSE="doc browserplugin nsplugin jce mozilla examples"
+IUSE="X alsa doc browserplugin nsplugin jce mozilla examples"
 
 #
 DEPEND=">=dev-java/java-config-1.2
@@ -36,7 +36,22 @@
 	doc? ( =dev-java/java-sdk-docs-1.5.0* )"
 
 RDEPEND="x86? ( sys-libs/lib-compat )
-	doc? ( =dev-java/java-sdk-docs-1.5.0* )"
+	alsa? ( media-libs/alsa-lib )
+	doc? ( =dev-java/java-sdk-docs-1.5.0* )
+	X? ( || ( ( x11-libs/libICE
+				x11-libs/libSM
+		 		x11-libs/libX11
+				x11-libs/libXau
+				x11-libs/libXdmcp
+				x11-libs/libXext
+				x11-libs/libXi
+				x11-libs/libXp
+				x11-libs/libXt
+				x11-libs/libXtst
+			  )
+				virtual/x11
+			)
+		)"
 
 PROVIDE="virtual/jre
 	virtual/jdk"
@@ -117,7 +132,7 @@
 	for i in bin include jre lib man; do
 		cp -pPR $i ${D}/opt/${P}/ || die "failed to copy ${i}"
 	done
-	dodoc COPYRIGHT LICENSE README.html
+	dodoc COPYRIGHT README.html
 	dohtml README.html
 	dodir /opt/${P}/share/
 

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 256 bytes --]

             reply	other threads:[~2005-12-07 22:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-07 22:37 Petteri Räty [this message]
2005-12-08 22:16 ` [gentoo-java] jdks/jres and revdep-rebuild Greg Tassone

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=43976418.3040805@gentoo.org \
    --to=betelgeuse@gentoo.org \
    --cc=gentoo-java@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox