dev-java/netbeans-extide: fixed eapi 6 issue
authorMiroslav Šulc <fordfrog@gentoo.org>
Thu, 6 Oct 2016 09:09:06 +0000 (11:09 +0200)
committerMiroslav Šulc <fordfrog@gentoo.org>
Thu, 6 Oct 2016 09:09:06 +0000 (11:09 +0200)
Package-Manager: portage-2.3.1

dev-java/netbeans-extide/netbeans-extide-8.2.ebuild

index 9af6be173ea61cb83e6136a180e65dcfddd6078a..2bfb1a51da45d4e8ecbb2f7ad33b9bd5ba941ac2 100644 (file)
@@ -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
 
@@ -86,6 +73,7 @@ src_prepare() {
        popd >/dev/null || die
 
        java-pkg-2_src_prepare
+       default
 }
 
 src_compile() {