diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2013-02-21 15:44:29 +0000 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2013-02-21 15:44:29 +0000 |
commit | b59dabac3705685073fd9b1bf51cf61de2321442 (patch) | |
tree | a60799b745e12538af574aec6e506aa3c950f3a8 /dev-java | |
parent | sci-libs/arpack: Use tc-getPKG_CONFIG from toolchain-funcs.eclass instead of ... (diff) | |
download | gentoo-2-b59dabac3705685073fd9b1bf51cf61de2321442.tar.gz gentoo-2-b59dabac3705685073fd9b1bf51cf61de2321442.tar.bz2 gentoo-2-b59dabac3705685073fd9b1bf51cf61de2321442.zip |
dev-java/netbeans-apisupport: version bump
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key CFE47E2F)
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/netbeans-apisupport/ChangeLog | 10 | ||||
-rw-r--r-- | dev-java/netbeans-apisupport/netbeans-apisupport-7.3.ebuild | 107 |
2 files changed, 115 insertions, 2 deletions
diff --git a/dev-java/netbeans-apisupport/ChangeLog b/dev-java/netbeans-apisupport/ChangeLog index 2601dae91733..16145ac1d98d 100644 --- a/dev-java/netbeans-apisupport/ChangeLog +++ b/dev-java/netbeans-apisupport/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-java/netbeans-apisupport -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/netbeans-apisupport/ChangeLog,v 1.17 2012/12/09 19:31:19 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/netbeans-apisupport/ChangeLog,v 1.18 2013/02/21 15:44:29 fordfrog Exp $ + +*netbeans-apisupport-7.3 (21 Feb 2013) + + 21 Feb 2013; Miroslav Šulc <fordfrog@gentoo.org> + +netbeans-apisupport-7.3.ebuild: + version bump 09 Dec 2012; <ago@gentoo.org> netbeans-apisupport-7.2.ebuild: Stable for x86, wrt bug #441170 diff --git a/dev-java/netbeans-apisupport/netbeans-apisupport-7.3.ebuild b/dev-java/netbeans-apisupport/netbeans-apisupport-7.3.ebuild new file mode 100644 index 000000000000..e7adc3c4abbe --- /dev/null +++ b/dev-java/netbeans-apisupport/netbeans-apisupport-7.3.ebuild @@ -0,0 +1,107 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/netbeans-apisupport/netbeans-apisupport-7.3.ebuild,v 1.1 2013/02/21 15:44:29 fordfrog Exp $ + +EAPI="4" +WANT_ANT_TASKS="ant-nodeps" +inherit eutils java-pkg-2 java-ant-2 + +DESCRIPTION="Netbeans API Support Cluster" +HOMEPAGE="http://netbeans.org/projects/apisupport" +SLOT="7.3" +SOURCE_URL="http://download.netbeans.org/netbeans/7.3/final/zip/netbeans-7.3-201302132200-src.zip" +SRC_URI="${SOURCE_URL} + http://dev.gentoo.org/~fordfrog/distfiles/netbeans-7.3-build.xml.patch.bz2" +LICENSE="|| ( CDDL GPL-2-with-linking-exception )" +KEYWORDS="~amd64 ~x86" +IUSE="" +S="${WORKDIR}" + +CDEPEND="~dev-java/netbeans-harness-${PV} + ~dev-java/netbeans-ide-${PV} + ~dev-java/netbeans-java-${PV} + ~dev-java/netbeans-platform-${PV}" +DEPEND="virtual/jdk:1.6 + app-arch/unzip + ${CDEPEND} + dev-java/javahelp:0" +RDEPEND=">=virtual/jdk-1.6 + ${CDEPEND}" + +INSTALL_DIR="/usr/share/${PN}-${SLOT}" + +EANT_BUILD_XML="nbbuild/build.xml" +EANT_BUILD_TARGET="rebuild-cluster" +EANT_EXTRA_ARGS="-Drebuild.cluster.name=nb.cluster.apisupport -Dext.binaries.downloaded=true -Dpermit.jdk7.builds=true" +EANT_FILTER_COMPILER="ecj-3.3 ecj-3.4 ecj-3.5 ecj-3.6 ecj-3.7" +JAVA_PKG_BSFIX="off" + +src_unpack() { + unpack $(basename ${SOURCE_URL}) + + einfo "Deleting bundled jars..." + find -name "*.jar" -type f -delete + + unpack netbeans-7.3-build.xml.patch.bz2 +} + +src_prepare() { + einfo "Deleting bundled class files..." + find -name "*.class" -type f | xargs rm -vf + + epatch netbeans-7.3-build.xml.patch + + # Support for custom patches + if [ -n "${NETBEANS73_PATCHES_DIR}" -a -d "${NETBEANS73_PATCHES_DIR}" ] ; then + local files=`find "${NETBEANS73_PATCHES_DIR}" -type f` + + if [ -n "${files}" ] ; then + einfo "Applying custom patches:" + + for file in ${files} ; do + epatch "${file}" + done + fi + fi + + einfo "Symlinking external libraries..." + java-pkg_jar-from --build-only --into javahelp/external javahelp jhall.jar jhall-2.0_05.jar + + einfo "Linking in other clusters..." + mkdir "${S}"/nbbuild/netbeans || die + pushd "${S}"/nbbuild/netbeans >/dev/null || die + + ln -s /usr/share/netbeans-harness-${SLOT} harness || die + cat /usr/share/netbeans-harness-${SLOT}/moduleCluster.properties >> moduleCluster.properties || die + touch nb.cluster.harness.built + + ln -s /usr/share/netbeans-ide-${SLOT} ide || die + cat /usr/share/netbeans-ide-${SLOT}/moduleCluster.properties >> moduleCluster.properties || die + touch nb.cluster.ide.built + + ln -s /usr/share/netbeans-java-${SLOT} java || die + cat /usr/share/netbeans-java-${SLOT}/moduleCluster.properties >> moduleCluster.properties || die + touch nb.cluster.java.built + + ln -s /usr/share/netbeans-platform-${SLOT} platform || die + cat /usr/share/netbeans-platform-${SLOT}/moduleCluster.properties >> moduleCluster.properties || die + touch nb.cluster.platform.built + + popd >/dev/null || die + + java-pkg-2_src_prepare +} + +src_install() { + pushd nbbuild/netbeans/apisupport >/dev/null || die + + insinto ${INSTALL_DIR} + + grep -E "/apisupport$" ../moduleCluster.properties > "${D}"/${INSTALL_DIR}/moduleCluster.properties || die + + doins -r * + + popd >/dev/null || die + + dosym ${INSTALL_DIR} /usr/share/netbeans-nb-${SLOT}/apisupport +} |