From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=0.3 required=5.0 tests=DMARC_NONE,MAILING_LIST_MULTI, RDNS_DYNAMIC autolearn=no autolearn_force=no version=4.0.0 Received: from pd5mo3so.prod.shaw.ca (h24-71-223-13.cg.shawcable.net [24.71.223.13]) by chiba.3jane.net (Postfix) with ESMTP id E8A2BAFE8 for ; Sun, 2 Dec 2001 19:22:19 -0600 (CST) Received: from pd4mr2so.prod.shaw.ca (pd4mr2so-qfe3.prod.shaw.ca [10.0.141.213]) by l-daemon (iPlanet Messaging Server 5.1 (built May 7 2001)) with ESMTP id <0GNQ0047HUG838@l-daemon> for gentoo-dev@gentoo.org; Sun, 02 Dec 2001 18:21:44 -0700 (MST) Received: from pn2ml1so (pn2ml1so-qfe0.prod.shaw.ca [10.0.121.145]) by l-daemon (iPlanet Messaging Server 5.0 Patch 2 (built Dec 14 2000)) with ESMTP id <0GNQ0041CUG8MQ@l-daemon> for gentoo-dev@gentoo.org; Sun, 02 Dec 2001 18:21:44 -0700 (MST) Received: from shaw.ca ([24.68.91.28]) by l-daemon (iPlanet Messaging Server 5.0 Patch 2 (built Dec 14 2000)) with ESMTP id <0GNQ00C44UG8ZZ@l-daemon> for gentoo-dev@gentoo.org; Sun, 02 Dec 2001 18:21:44 -0700 (MST) Date: Sun, 02 Dec 2001 17:25:09 -0800 From: Zach Forrest To: gentoo-dev@gentoo.org Message-id: <3C0AD475.9060604@shaw.ca> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.6) Gecko/20011130 Subject: [gentoo-dev] mozilla ebuild... Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Developer discussion list List-Unsubscribe: , List-Archive: X-Archives-Salt: c603263a-6967-4eb3-9289-7b767a72b8b7 X-Archives-Hash: 4310430c42982568577b16f6c053c4f8 I think it might be useful to add the following (or something similar) to the mozilla ebuild file. That way we don't have to download the JRE to the plugin directory if we already have it. if [ "`use java`" ]; then if [ -e "/opt/java/jre/plugin/i386/mozilla/javaplugin_oji.so" ] then dosym /opt/java/jre/plugin/i386/mozilla/javaplugin_oji.so ${D}/usr/lib/mozilla/libjavaplugin_oji.so fi fi Is it assumed that if there is a java USE flag that the jdk has been installed? Also, has anyone noticed that the Mozilla profile manager is pretty messed up? (The OK button says "Start Yah", some buttons have no text, etc.) Zach