Skip to content

Commit

Permalink
dev-java/netbeans-ergonomics: 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 44e536b commit ca5e2b2
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions dev-java/netbeans-ergonomics/netbeans-ergonomics-8.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,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 @@ -84,6 +71,7 @@ src_prepare() {
popd >/dev/null || die

java-pkg-2_src_prepare
default
}

src_install() {
Expand Down

0 comments on commit ca5e2b2

Please sign in to comment.