public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/java:master commit in: www-servers/jboss-bin/
@ 2015-08-06 22:22 James Le Cuirot
  0 siblings, 0 replies; 2+ messages in thread
From: James Le Cuirot @ 2015-08-06 22:22 UTC (permalink / raw
  To: gentoo-commits

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;  <andreas@gentoo.org> jboss-bin-4.0.5.ebuild:
+  [www-servers/jboss-bin] Actually RESTRICT=mirror, some repoman fixes
+
   07 May 2007; kiorky <kiorky@cryptelium.net> jboss-bin-4.0.5.ebuild:
   Some enlightments added, see #177452
 
@@ -11,5 +14,3 @@
   30 Jan 2007; kiorky <kiorky@cryptelium.net>
   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:"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/java:master commit in: www-servers/jboss-bin/
@ 2015-08-14 10:05 James Le Cuirot
  0 siblings, 0 replies; 2+ messages in thread
From: James Le Cuirot @ 2015-08-14 10:05 UTC (permalink / raw
  To: gentoo-commits

commit:     fd0a4159cf7e6f51e57935e539ccca060ef8f4bf
Author:     timeraider@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}"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-08-14 10:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-06 22:22 [gentoo-commits] proj/java:master commit in: www-servers/jboss-bin/ James Le Cuirot
  -- strict thread matches above, loose matches on Subject: below --
2015-08-14 10:05 James Le Cuirot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox