Skip to content

Commit

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

java-pkg-2_src_prepare
default
}

src_compile() {
Expand Down

0 comments on commit 30b26df

Please sign in to comment.