From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Idgka-0001eP-0u for garchives@archives.gentoo.org; Fri, 05 Oct 2007 06:33:28 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.1/8.14.0) with SMTP id l956NL4s009521; Fri, 5 Oct 2007 06:23:22 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.1/8.14.0) with ESMTP id l956LVuu007265 for ; Fri, 5 Oct 2007 06:21:32 GMT Received: from gentoo.org (c-67-171-150-177.hsd1.or.comcast.net [67.171.150.177]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 70A19651FA; Fri, 5 Oct 2007 06:21:31 +0000 (UTC) Date: Thu, 4 Oct 2007 23:21:29 -0700 From: Donnie Berkholz To: gentoo-dev@lists.gentoo.org, betelgeuse@gentoo.org Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-java/sun-jdk: ChangeLog sun-jdk-1.4.2.16.ebuild Message-ID: <20071005062129.GD29572@supernova> References: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.16 (2007-06-09) X-Archives-Salt: d8d5bf72-277f-4184-8498-d20a1815a2df X-Archives-Hash: b4fbd332f0462c28ec36a88aa7d17673 On 14:25 Thu 04 Oct , Petteri Raty (betelgeuse) wrote: > 1.1 dev-java/sun-jdk/sun-jdk-1.4.2.16.ebuild > > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/sun-jdk/sun-jdk-1.4.2.16.ebuild?rev=1.1&view=markup > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/sun-jdk/sun-jdk-1.4.2.16.ebuild?rev=1.1&content-type=text/plain > if [ ! -r ${DISTDIR}/${At} ]; then > if [ ! -r ${DISTDIR}/${jce_policy} ]; then > tail -n +${startAt} ${DISTDIR}/${At} > install.sfx > if [ -f ${S}/lib/unpack ]; then > UNPACK_CMD=${S}/lib/unpack > PACK_FILE=${S}/`dirname $i`/`basename $i .jar`.pack > if [ -f ${PACK_FILE} ]; then > echo " unpacking: $i" > $UNPACK_CMD ${PACK_FILE} ${S}/$i > rm -f ${PACK_FILE} > cp -pPR demo ${D}/opt/${P}/ || die > cd ${D}/opt/${P}/jre/lib/security > unzip ${DISTDIR}/${jce_policy} > mv ${D}/opt/${P}/jre/lib/security/US_export_policy.jar ${D}/opt/${P}/jre/lib/security/strong-jce > mv ${D}/opt/${P}/jre/lib/security/local_policy.jar ${D}/opt/${P}/jre/lib/security/strong-jce > touch ${D}/opt/${P}/.systemPrefs/.system.lock > chmod 644 ${D}/opt/${P}/.systemPrefs/.system.lock > touch ${D}/opt/${P}/.systemPrefs/.systemRootModFile > chmod 644 ${D}/opt/${P}/.systemPrefs/.systemRootModFile > ${D}/opt/${P}/jre/plugin/desktop/sun_java.desktop > \ > ${T}/sun_java-${SLOT}.desktop > domenu ${T}/sun_java-${SLOT}.desktop Quote variables that can have spaces in them: D, S, T, WORKDIR, FILESDIR, DESTDIR, ROOT. Thanks, Donnie -- gentoo-dev@gentoo.org mailing list