diff options
Diffstat (limited to 'dev-util/netbeans')
-rw-r--r-- | dev-util/netbeans/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/netbeans/netbeans-6.7_rc3.ebuild (renamed from dev-util/netbeans/netbeans-6.7_rc2_p1.ebuild) | 7 |
2 files changed, 10 insertions, 5 deletions
diff --git a/dev-util/netbeans/ChangeLog b/dev-util/netbeans/ChangeLog index 9b35c60e40cf..913d7d628b18 100644 --- a/dev-util/netbeans/ChangeLog +++ b/dev-util/netbeans/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-util/netbeans # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/netbeans/ChangeLog,v 1.120 2009/06/09 10:36:03 fordfrog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/netbeans/ChangeLog,v 1.121 2009/06/17 18:24:00 fordfrog Exp $ + +*netbeans-6.7_rc3 (17 Jun 2009) + + 17 Jun 2009; <fordfrog@gentoo.org> -files/6.7/autoupdate.ui.fix.patch, + +netbeans-6.7_rc3.ebuild, -netbeans-6.7_rc2_p1.ebuild: + Version bump *netbeans-6.7_rc2_p1 (09 Jun 2009) diff --git a/dev-util/netbeans/netbeans-6.7_rc2_p1.ebuild b/dev-util/netbeans/netbeans-6.7_rc3.ebuild index 68f5eeb9ce4f..56d113353dc5 100644 --- a/dev-util/netbeans/netbeans-6.7_rc2_p1.ebuild +++ b/dev-util/netbeans/netbeans-6.7_rc3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/netbeans/netbeans-6.7_rc2_p1.ebuild,v 1.1 2009/06/09 10:36:03 fordfrog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/netbeans/netbeans-6.7_rc3.ebuild,v 1.1 2009/06/17 18:24:00 fordfrog Exp $ EAPI="2" WANT_SPLIT_ANT="true" @@ -10,7 +10,7 @@ DESCRIPTION="NetBeans IDE for Java" HOMEPAGE="http://www.netbeans.org" SLOT="6.7" -SRC_URI="http://bits.netbeans.org/netbeans/6.7/community/rc2/zip/netbeans-6.7rc2-200906050001-src.zip +SRC_URI="http://bits.netbeans.org/netbeans/6.7/community/rc3/zip/netbeans-6.7rc3-200906150201-src.zip http://dev.gentoo.org/~fordfrog/distfiles/netbeans-6.7-l10n-20090604074049.tar.bz2" LICENSE="|| ( CDDL GPL-2-with-linking-exception )" @@ -450,8 +450,7 @@ pkg_setup() { src_prepare () { # We need to disable downloading of jars epatch "${FILESDIR}"/${SLOT}/nbbuild_build.xml.patch \ - "${FILESDIR}"/${SLOT}/nbbuild_templates_projectized.xml.patch \ - "${FILESDIR}"/${SLOT}/autoupdate.ui.fix.patch + "${FILESDIR}"/${SLOT}/nbbuild_templates_projectized.xml.patch # Clean up nbbuild einfo "Removing prebuilt *.class files from nbbuild" |