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.2 required=5.0 tests=DMARC_QUAR,FREEMAIL_FROM, MAILING_LIST_MULTI autolearn=no autolearn_force=no version=4.0.0 Received: from tartarus.telenet-ops.be (tartarus.telenet-ops.be [195.130.132.34]) by chiba.3jane.net (Postfix) with ESMTP id 620BAABDA0 for ; Tue, 18 Jun 2002 16:11:04 -0500 (CDT) Received: from localhost (localhost.localdomain [127.0.0.1]) by tartarus.telenet-ops.be (Postfix) with SMTP id 46780DC8EC for ; Tue, 18 Jun 2002 23:11:03 +0200 (CEST) Received: from luke (D5E07A37.kabel.telenet.be [213.224.122.55]) by tartarus.telenet-ops.be (Postfix) with ESMTP id E408EDC75C for ; Tue, 18 Jun 2002 23:11:02 +0200 (CEST) From: Christophe Vanfleteren To: tools@gentoo.org Date: Tue, 18 Jun 2002 23:10:52 +0200 User-Agent: KMail/1.4.5 MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_cH6D9RgRSmWHpm1" Message-Id: <200206182310.52543.gentoo@pandora.be> Subject: [gentoo-dev] Netbeans 3.3.1 => 3.3.2 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 List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: a4a9a03d-7910-44c0-9366-f7fcad5a2ad4 X-Archives-Hash: 3ff97d02f4cad4870e9318f481e7b15e --Boundary-00=_cH6D9RgRSmWHpm1 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hello, Netbeans recently bumped versions. I've adjusted the ebuild to dld the latest version and attached it with thi= s=20 email. HTH, Christophe Vanfleteren --Boundary-00=_cH6D9RgRSmWHpm1 Content-Type: text/plain; charset="us-ascii"; name="netbeans-3.3.2.ebuild" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="netbeans-3.3.2.ebuild" # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Tools Team # Author: Matthew Kennedy # /space/gentoo/cvsroot/gentoo-x86/dev-util/netbeans/netbeans-3.3.1.ebuild,v 1.2 2002/04/28 04:35:05 seemant Exp MY_P=NetBeansIDE-release332 S=${WORKDIR}/${PN} DESCRIPTION="Netbeans ${PV} IDE for Java" HOMEPAGE="http://www.netbeans.org" SRC_URI="http://www.netbeans.org/download/release332/night/build200206050332/${MY_P}.tar.gz" RDEPEND=">=virtual/jdk-1.3" src_unpack() { unpack ${A} # fix jdkhome references cd ${S}/bin # rmid_wrapper.sh cp rmid_wrapper.sh rmid_wrapper.sh.orig sed -e 's:^jdkhome="":jdkhome="`java-config --jdk-home`":' \ rmid_wrapper.sh.orig >rmid_wrapper.sh rm -f rmid_wrapper.sh.orig # runide.sh cp runide.sh runide.sh.orig sed -e 's:^jdkhome="":jdkhome="`java-config --jdk-home`":' \ runide.sh.orig >runide.sh rm -f runide.sh.orig } src_install() { # remove non-x86 Linux binaries rm -f ${S}/bin/runide*.exe ${S}/bin/rmid_wrapper.exe rm -f ${S}/bin/runide*.com rm -f ${S}/bin/runideos2.cmd rm -f ${S}/bin/fastjavac/fastjavac.exe rm -f ${S}/bin/fastjavac/fastjavac.sun rm -f ${S}/bin/fastjavac/fastjavac.sun.intel rm -f ${S}/bin/unsupported/*.bat dodir /opt/${P} dodoc build_info dohtml CHANGES.html CREDITS.html README.html netbeans.css # note: docs/ are docs used internally by the IDE cp -Rdp beans bin docs lib modules sources system ${D}/opt/${P} # This is a binary-only package. It will only live in /opt -- karltk # dodir /usr/bin # dosym /opt/${P}/bin/runide.sh /usr/bin/netbeans # dosym /opt/${P}/bin/rmid_wrapper.sh /usr/bin/rmid_wrapper # dosym /opt/${P}/bin/unsupported/nbscript.sh /usr/bin/nbscript # install icon and desktop entry for gnome if [ "`use gnome`" ] ; then insinto /usr/share/pixmaps doins ${FILESDIR}/netbeans.png insinto /usr/share/gnome/apps/Development doins ${FILESDIR}/netbeans.desktop fi } --Boundary-00=_cH6D9RgRSmWHpm1--