Skip to content

Commit

Permalink
dev-java/netbeans-profiler: fixed eapi 6 issue
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.1
  • Loading branch information
fordfrog committed Oct 6, 2016
1 parent 4d6f2b5 commit 29deb8f
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions dev-java/netbeans-profiler/netbeans-profiler-8.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,6 @@ src_prepare() {

epatch netbeans-8.2-build.xml.patch

# Support for custom patches
if [ -n "${NETBEANS9999_PATCHES_DIR}" -a -d "${NETBEANS9999_PATCHES_DIR}" ] ; then
local files=`find "${NETBEANS9999_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

Expand All @@ -92,6 +79,7 @@ src_prepare() {
popd >/dev/null || die

java-pkg-2_src_prepare
default
}

src_install() {
Expand Down

0 comments on commit 29deb8f

Please sign in to comment.