commit: 9a4ab04a41bc759711ecdfb0651af7c460ee3033
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 10 14:04:58 2015 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> 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 <monsieurp <AT> 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
}