From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2DFD8138454 for ; Thu, 10 Sep 2015 14:06:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6789BE08D4; Thu, 10 Sep 2015 14:06:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 110E8E08D4 for ; Thu, 10 Sep 2015 14:06:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D9BC3406F2 for ; Thu, 10 Sep 2015 14:06:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B93D1170 for ; Thu, 10 Sep 2015 14:06:42 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1441893953.9a4ab04a41bc759711ecdfb0651af7c460ee3033.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/resin/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/resin/resin-4.0.44-r2.ebuild www-servers/resin/resin-4.0.44-r3.ebuild X-VCS-Directories: www-servers/resin/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 9a4ab04a41bc759711ecdfb0651af7c460ee3033 X-VCS-Branch: master Date: Thu, 10 Sep 2015 14:06:42 +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: db617747-dba6-4bf9-a4d5-3674f2d48d24 X-Archives-Hash: 481939373554d76084c500b2fcaa19ae commit: 9a4ab04a41bc759711ecdfb0651af7c460ee3033 Author: Patrice Clement gentoo org> AuthorDate: Thu Sep 10 14:04:58 2015 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu Sep 10 14:05:53 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a4ab04a www-servers/resin: Remove java-pkg_jar-from lines. Fixes bug 560034. Package-Manager: portage-2.2.18 Signed-off-by: Patrice Clement gentoo.org> .../resin/{resin-4.0.44-r2.ebuild => resin-4.0.44-r3.ebuild} | 8 -------- 1 file changed, 8 deletions(-) diff --git a/www-servers/resin/resin-4.0.44-r2.ebuild b/www-servers/resin/resin-4.0.44-r3.ebuild similarity index 93% rename from www-servers/resin/resin-4.0.44-r2.ebuild rename to www-servers/resin/resin-4.0.44-r3.ebuild index a02ac24..93b73cc 100644 --- a/www-servers/resin/resin-4.0.44-r2.ebuild +++ b/www-servers/resin/resin-4.0.44-r3.ebuild @@ -77,14 +77,6 @@ src_prepare() { rm -rf lib/* || die - java-pkg_jar-from --into lib jsr101 - java-pkg_jar-from --into lib mojarra-1.2 - java-pkg_jar-from --into lib oracle-javamail - java-pkg_jar-from --into lib validation-api-1.0 - java-pkg_jar-from --into lib glassfish-xmlrpc-api - java-pkg_jar-from --into lib glassfish-deployment-api-1.2 - java-pkg_jar-from --into lib resin-servlet-api-3.0 resin-servlet-api.jar - ln -s $(java-config --jdk-home)/lib/tools.jar || die }