From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2585F138330 for ; Thu, 6 Oct 2016 09:11:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C03EE0B8E; Thu, 6 Oct 2016 09:11:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E6A4EE0B8E for ; Thu, 6 Oct 2016 09:11:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 07400341258 for ; Thu, 6 Oct 2016 09:11:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5A3324BB for ; Thu, 6 Oct 2016 09:11:14 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1475745028.39c3903eb44deadb00fca489964e7ffe1160877d.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/netbeans-webcommon/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/netbeans-webcommon/netbeans-webcommon-8.2.ebuild X-VCS-Directories: dev-java/netbeans-webcommon/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 39c3903eb44deadb00fca489964e7ffe1160877d X-VCS-Branch: master Date: Thu, 6 Oct 2016 09:11:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0ea9f6af-fb08-41f8-95b3-960ab417520a X-Archives-Hash: 0cd617396befb7fe636f92d8a90e850c commit: 39c3903eb44deadb00fca489964e7ffe1160877d Author: Miroslav Šulc gentoo org> AuthorDate: Thu Oct 6 09:10:28 2016 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Thu Oct 6 09:10:28 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39c3903e dev-java/netbeans-webcommon: fixed eapi 6 issue Package-Manager: portage-2.3.1 dev-java/netbeans-webcommon/netbeans-webcommon-8.2.ebuild | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/dev-java/netbeans-webcommon/netbeans-webcommon-8.2.ebuild b/dev-java/netbeans-webcommon/netbeans-webcommon-8.2.ebuild index 03c7c47..928fecc 100644 --- a/dev-java/netbeans-webcommon/netbeans-webcommon-8.2.ebuild +++ b/dev-java/netbeans-webcommon/netbeans-webcommon-8.2.ebuild @@ -81,19 +81,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 java-pkg_jar-from --build-only --into libs.jna/external jna jna.jar jna-4.2.2.jar @@ -117,6 +104,7 @@ src_prepare() { popd >/dev/null || die java-pkg-2_src_prepare + default } src_install() {