commit:     ebe871b176a05514102817bc9c6f43b8ef4f973c
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Thu Aug  6 19:33:52 2015 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Aug  6 21:34:13 2015 +0000
URL:        https://gitweb.gentoo.org/proj/java.git/commit/?id=ebe871b1

[www-servers/jboss-bin] Actually RESTRICT=mirror, some repoman fixes

Package-Manager: portage-2.2.20

 www-servers/jboss-bin/ChangeLog              | 9 +++++----
 www-servers/jboss-bin/jboss-bin-4.0.5.ebuild | 9 +++------
 2 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/www-servers/jboss-bin/ChangeLog b/www-servers/jboss-bin/ChangeLog
index 519cd57..c688a15 100644
--- a/www-servers/jboss-bin/ChangeLog
+++ b/www-servers/jboss-bin/ChangeLog
@@ -1,7 +1,10 @@
-# ChangeLog for www-servers/jboss
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# ChangeLog for www-servers/jboss-bin
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  06 Aug 2015;  <[email protected]> jboss-bin-4.0.5.ebuild:
+  [www-servers/jboss-bin] Actually RESTRICT=mirror, some repoman fixes
+
   07 May 2007; kiorky <[email protected]> jboss-bin-4.0.5.ebuild:
   Some enlightments added, see #177452
 
@@ -11,5 +14,3 @@
   30 Jan 2007; kiorky <[email protected]>
   files/digest-jboss-bin-4.0.5, +ChangeLog, Manifest:
   complete rewritting
-
-

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 9aae832..27f3963 100644
--- a/www-servers/jboss-bin/jboss-bin-4.0.5.ebuild
+++ b/www-servers/jboss-bin/jboss-bin-4.0.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -11,7 +11,7 @@ MY_EJB3="jboss-EJB-3.0_RC9_Patch_1"
 DESCRIPTION="An open source, standards-compliant, J2EE-based application 
server implemented in 100% Pure Java."
 SRC_URI="mirror://sourceforge/jboss/${MY_P}.zip
                 ejb3? ( mirror://sourceforge/jboss/${MY_EJB3}.zip )"
-RESTRICT="nomirror"
+RESTRICT="mirror"
 HOMEPAGE="http://www.jboss.org";
 LICENSE="LGPL-2"
 IUSE="doc ejb3 srvdir"
@@ -42,7 +42,6 @@ else
        FILESDIR_CONF_DIR="${FILESDIR}/${PV}/normal"
 fi
 
-
 # NOTE: When you are updating CONFIG_PROTECT env.d file, you can use this 
script on your current install
 # run from /var/lib/jboss-${SLOT} to get list of files that should be config 
protected. We protect *.xml,
 # *.properties and *.tld files.
@@ -60,7 +59,6 @@ pkg_setup() {
                || die  "Unable to create jboss user"
 }
 
-
 src_install() {
        # jboss core stuff
        # create the directory structure and copy the files
@@ -220,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}"
@@ -262,7 +260,6 @@ pkg_postinst() {
        chmod -R 765 ${DIR} || die "chmod  failed"
        chown -R jboss:jboss ${DIR} || die "chown failed"
 
-
        elog
        elog "Multi Instance Usage"
        elog " If you want to run multiple instances of JBoss, you can do that 
this way:"

Reply via email to