commit:     fd0a4159cf7e6f51e57935e539ccca060ef8f4bf
Author:     timerai...@gmx.at <timeraider <AT> gmx <DOT> at>
AuthorDate: Fri Aug 14 03:17:17 2015 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 03:17:17 2015 +0000
URL:        https://gitweb.gentoo.org/proj/java.git/commit/?id=fd0a4159

fixed two jboss installation errors

 www-servers/jboss-bin/Manifest               | 2 +-
 www-servers/jboss-bin/jboss-bin-4.0.5.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/www-servers/jboss-bin/Manifest b/www-servers/jboss-bin/Manifest
index 4fe1499..bd92290 100644
--- a/www-servers/jboss-bin/Manifest
+++ b/www-servers/jboss-bin/Manifest
@@ -1,2 +1,2 @@
-DIST jboss-4.0.5.GA.zip 80866589 SHA256 
b81b7bba2657c4e1cb7cf7e3958eaffbe48ee0c5ebbe5782909745277a3b923f
+DIST jboss-4.0.5.GA.zip 80866589 SHA256 
b81b7bba2657c4e1cb7cf7e3958eaffbe48ee0c5ebbe5782909745277a3b923f SHA512 
34984f225b7957f16e0a76968329225f2f9d5320bee2b11cd95fe4f1cf363365da66cb185aa967cea6e8ddf6d72336576d0bf785eea21059ffd366b350ccf54f
 WHIRLPOOL 
c06a2662e11a8db5761be74825bcd7c8940705bc6ffe6f166e81d9b10e75e88a05cedf70ab987a7b67f7cb248d9769ad6e0b29e2c99595e32488e5df20103fd8
 DIST jboss-EJB-3.0_RC9_Patch_1.zip 10656132 SHA256 
9b1634e10deaf962c22f73c96df6fe613a6a9dd4bb179f64d62ae93917ccfcf3

diff --git a/www-servers/jboss-bin/jboss-bin-4.0.5.ebuild 
b/www-servers/jboss-bin/jboss-bin-4.0.5.ebuild
index fc2650d..567f602 100644
--- a/www-servers/jboss-bin/jboss-bin-4.0.5.ebuild
+++ b/www-servers/jboss-bin/jboss-bin-4.0.5.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-inherit eutils java-pkg-2
+inherit eutils user java-pkg-2
 
 MY_P="jboss-${PV}"
 MY_P="${MY_P}.GA"
@@ -218,7 +218,7 @@ src_install() {
                java-pkg_regjar "${D}/${SERVICES_DIR}/all/lib/jgroups.jar"
        fi
        # register runners
-       java-pkg_regjar "${D}/${INSTALL_DIR}/bin/*.jar"
+       java-pkg_regjar ${D}/${INSTALL_DIR}/bin/*.jar
        #do launch helper scripts which set the good VM to use
        java-pkg_dolauncher jboss-start.sh  --java_args  '${JAVA_OPTIONS}'\
                --main org.jboss.Main      -into "${INSTALL_DIR}"

Reply via email to