From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1GOHEA-0006wg-94 for garchives@archives.gentoo.org; Fri, 15 Sep 2006 17:11:46 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k8FHBW8p011983; Fri, 15 Sep 2006 17:11:32 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.13.8/8.13.6) with ESMTP id k8FHBVTO031961 for ; Fri, 15 Sep 2006 17:11:31 GMT Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id CB01964791 for ; Fri, 15 Sep 2006 17:11:29 +0000 (UTC) Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 24936-18 for ; Fri, 15 Sep 2006 17:11:20 +0000 (UTC) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by smtp.gentoo.org (Postfix) with ESMTP id CBF066473B for ; Fri, 15 Sep 2006 17:11:18 +0000 (UTC) Received: by nf-out-0910.google.com with SMTP id k26so2718600nfc for ; Fri, 15 Sep 2006 10:11:18 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:content-disposition:from:to:subject:date:user-agent:mime-version:content-type:content-transfer-encoding:message-id; b=OnHr3jwhyzzt9ElawVomEYa+eNuJpQzFm1jNt0EiCaEC+9ogRF1go3z0hxxabEPNl0LrA5Rcod2O5EZ0lkI3+v13kOIJt5cCQWCYKySIbPH+xoXevB5qg82PB1hQnN3xhK2P797xv2VaurwqyHCH2cV4INvrv6yfeix6mBv/Zzk= Received: by 10.78.151.15 with SMTP id y15mr1802136hud; Fri, 15 Sep 2006 10:11:17 -0700 (PDT) Received: from ?192.168.0.176? ( [89.1.196.53]) by mx.gmail.com with ESMTP id 38sm9342451hua.2006.09.15.10.11.14; Fri, 15 Sep 2006 10:11:17 -0700 (PDT) Content-Disposition: inline From: Alon Bar-Lev To: gentoo-java@lists.gentoo.org Subject: [gentoo-java] generation-2 java eclass Date: Fri, 15 Sep 2006 20:07:32 +0300 User-Agent: KMail/1.9.4 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-java@gentoo.org MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200609152007.32247.alon.barlev@gmail.com> X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Status: No, score=-2.268 required=5.5 tests=[AWL=0.131, BAYES_00=-2.599, DNS_FROM_RFC_ABUSE=0.2] X-Spam-Score: -2.268 X-Spam-Level: X-Archives-Salt: 8333623e-dc1b-461c-b8a5-d8f1cac2bd81 X-Archives-Hash: c436965d670d2c7ff2104e992a3a959c Hello, Maybe you can help answering some questions I have regarding the generation-2 java eclass. I've seen that in openoffice ebuild there is no call to java-pkg-opt-2_pkg_setup fro pkg_setup, the reason is seems to be because it is called automatically. 1. Is there any documentation regarding portage phase hooks? I could not see any reference to this in eclass HOWTO guide. 2. It seems a bit strange that two eclasses can override the same function name... How such conflict is resolved? 3. Looking at java-pkg-2.eclass I see function name pre_pkg-2_setup, shouldn't it be pre_pkg_setup? I see that pre_pkg_setup is specified in java-pkg-opt-2.eclass... Why is there a difference? 4. Can you please fix the documentation of java development and on the eclass it-self so that there will be a comment that the unlike other eclasses, java-pkg*-2_pkg_setup should not be called from pkg_setup? Best Regards, Alon Bar-Lev -- gentoo-java@gentoo.org mailing list