Skip to content

Commit

Permalink
dev-java/netbeans-ide: 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 ad5b455 commit c47634b
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions dev-java/netbeans-ide/netbeans-ide-8.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -232,19 +232,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 --into c.jcraft.jsch/external jsch jsch.jar jsch-0.1.53.jar
java-pkg_jar-from --into db.drivers/external jdbc-mysql jdbc-mysql.jar mysql-connector-java-5.1.23-bin.jar
Expand Down Expand Up @@ -289,6 +276,7 @@ src_prepare() {
popd >/dev/null || die

java-pkg-2_src_prepare
default
}

src_compile() {
Expand Down

0 comments on commit c47634b

Please sign in to comment.