public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-misc/netlogo-bin/files/
@ 2017-12-23 13:13 David Seifert
  0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2017-12-23 13:13 UTC (permalink / raw
  To: gentoo-commits

commit:     98f5bea9c1464973870b85d6d78c50970e8da3ec
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Dec  1 15:21:19 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Dec 23 13:12:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98f5bea9

sci-misc/netlogo-bin: remove unused file

Closes: https://github.com/gentoo/gentoo/pull/6373

 sci-misc/netlogo-bin/files/netlogo.sh | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/sci-misc/netlogo-bin/files/netlogo.sh b/sci-misc/netlogo-bin/files/netlogo.sh
deleted file mode 100644
index edc0f0af5ea..00000000000
--- a/sci-misc/netlogo-bin/files/netlogo.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-NETLOGO_INSTALL_PATH="/usr/share/netlogo-bin"
-cd ${NETLOGO_INSTALL_PATH}
-java -classpath $(java-config -p netlogo-bin) org.nlogo.app.App


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

* [gentoo-commits] repo/gentoo:master commit in: sci-misc/netlogo-bin/files/
@ 2020-01-29 14:20 Ben Kohler
  0 siblings, 0 replies; 4+ messages in thread
From: Ben Kohler @ 2020-01-29 14:20 UTC (permalink / raw
  To: gentoo-commits

commit:     1097798b051f67ab259f8b11853cb37582543b44
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 29 14:08:00 2020 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Wed Jan 29 14:19:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1097798b

sci-misc/netlogo-bin: fix minor QA issues

Closes: https://bugs.gentoo.org/694850
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 sci-misc/netlogo-bin/files/behaviorsearch-6.0.2.sh | 0
 sci-misc/netlogo-bin/files/hubnetclient-6.0.2.sh   | 0
 sci-misc/netlogo-bin/files/netlogo-6.0.2.sh        | 0
 sci-misc/netlogo-bin/files/netlogo3d-6.0.2.sh      | 0
 4 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/sci-misc/netlogo-bin/files/behaviorsearch-6.0.2.sh b/sci-misc/netlogo-bin/files/behaviorsearch-6.0.2.sh
old mode 100755
new mode 100644

diff --git a/sci-misc/netlogo-bin/files/hubnetclient-6.0.2.sh b/sci-misc/netlogo-bin/files/hubnetclient-6.0.2.sh
old mode 100755
new mode 100644

diff --git a/sci-misc/netlogo-bin/files/netlogo-6.0.2.sh b/sci-misc/netlogo-bin/files/netlogo-6.0.2.sh
old mode 100755
new mode 100644

diff --git a/sci-misc/netlogo-bin/files/netlogo3d-6.0.2.sh b/sci-misc/netlogo-bin/files/netlogo3d-6.0.2.sh
old mode 100755
new mode 100644


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

* [gentoo-commits] repo/gentoo:master commit in: sci-misc/netlogo-bin/files/
@ 2021-07-15 20:08 Conrad Kostecki
  0 siblings, 0 replies; 4+ messages in thread
From: Conrad Kostecki @ 2021-07-15 20:08 UTC (permalink / raw
  To: gentoo-commits

commit:     d5c8384bdf3eaaa3a30771bf221caee6dd921b34
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu Jul 15 18:46:23 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Jul 15 20:07:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5c8384b

sci-misc/netlogo-bin: remove unused files

Closes: https://github.com/gentoo/gentoo/pull/21662
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sci-misc/netlogo-bin/files/hubnet.sh        | 4 ----
 sci-misc/netlogo-bin/files/netlogo-3d.sh    | 4 ----
 sci-misc/netlogo-bin/files/netlogo-5.0.3.sh | 4 ----
 3 files changed, 12 deletions(-)

diff --git a/sci-misc/netlogo-bin/files/hubnet.sh b/sci-misc/netlogo-bin/files/hubnet.sh
deleted file mode 100644
index 65b833e50aa..00000000000
--- a/sci-misc/netlogo-bin/files/hubnet.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-NETLOGO_INSTALL_PATH="/usr/share/netlogo-bin"
-cd ${NETLOGO_INSTALL_PATH}
-java -classpath $(java-config -p netlogo-bin) org.nlogo.hubnet.client.App

diff --git a/sci-misc/netlogo-bin/files/netlogo-3d.sh b/sci-misc/netlogo-bin/files/netlogo-3d.sh
deleted file mode 100644
index cdf52a61e25..00000000000
--- a/sci-misc/netlogo-bin/files/netlogo-3d.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-NETLOGO_INSTALL_PATH="/usr/share/netlogo-bin"
-cd ${NETLOGO_INSTALL_PATH}
-java -classpath $(java-config -p netlogo-bin) -Dorg.nlogo.is3d=true -jar NetLogo.jar

diff --git a/sci-misc/netlogo-bin/files/netlogo-5.0.3.sh b/sci-misc/netlogo-bin/files/netlogo-5.0.3.sh
deleted file mode 100644
index 8bc82fa8d8a..00000000000
--- a/sci-misc/netlogo-bin/files/netlogo-5.0.3.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-NETLOGO_INSTALL_PATH="/usr/share/netlogo-bin"
-cd ${NETLOGO_INSTALL_PATH}
-java -classpath $(java-config -p netlogo-bin) -jar NetLogo.jar


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

* [gentoo-commits] repo/gentoo:master commit in: sci-misc/netlogo-bin/files/
@ 2022-01-11 17:57 Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2022-01-11 17:57 UTC (permalink / raw
  To: gentoo-commits

commit:     ee0c25878e702fe30c97b33b69a27254f654ee8a
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 11 17:57:11 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Jan 11 17:57:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee0c2587

sci-misc/netlogo-bin: cleanup left over files

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-misc/netlogo-bin/files/behaviorsearch-6.0.2.sh | 38 --------------------
 sci-misc/netlogo-bin/files/hubnetclient-6.0.2.sh   | 40 ----------------------
 sci-misc/netlogo-bin/files/netlogo-6.0.2.sh        | 40 ----------------------
 sci-misc/netlogo-bin/files/netlogo3d-6.0.2.sh      | 40 ----------------------
 4 files changed, 158 deletions(-)

diff --git a/sci-misc/netlogo-bin/files/behaviorsearch-6.0.2.sh b/sci-misc/netlogo-bin/files/behaviorsearch-6.0.2.sh
deleted file mode 100644
index 225f4a332cff..000000000000
--- a/sci-misc/netlogo-bin/files/behaviorsearch-6.0.2.sh
+++ /dev/null
@@ -1,38 +0,0 @@
-#!/bin/bash
-
-WD="`pwd`"  #store the current working directory, where this script was called from.
-
-#BehaviorSearch needs to start in the NetLogo base folder,
-# and "behaviorsearch" must be installed in a subfolder of the NetLogo folder.
-NETLOGO_DIR="$( dirname $( readlink -f "$0" ))" # the copious quoting is for handling paths with spaces
-cd "$NETLOGO_DIR"
-NETLOGO_DIR="`pwd`"  #in case it's a relative path, like "."
-LIBRARY_DIR="${NETLOGO_DIR}/app"
-BSEARCH_DIR="${LIBRARY_DIR}/behaviorsearch"
-
-JARS=""
-for f in `ls -1 "$LIBRARY_DIR" | grep "jar"`; do
-  JARS="$LIBRARY_DIR/$f:$JARS"
-done
-
-# If you want to use a different version of java, or if "java" is not in your PATH, 
-# you can run this script with the BSEARCH_JAVA environment variable pointing 
-# to the java executable you want to use. e.g. "/opt/java6/bin/java"
-if [ -z "$BSEARCH_JAVA" ]; then 
-	BSEARCH_JAVA="java"
-fi
-
-JAVA_VERSION=`"$BSEARCH_JAVA" -version 2>&1 | head -n1 | awk '{ print substr($3,2,3) }' | sed -e 's;\.;0;g'`
-if [ $JAVA_VERSION -lt 108 ]; then  #108 = java 1.8
-	echo "Sorry, this program requires Java Runtime Environment 1.8 or higher"
-	exit 1
-fi
-
-# If you have enough RAM, up the '1536m' below to '2048m' or more.
-# Or you can set the BSEARCH_MAXMEM environment variable when running the script
-# More RAM is especially helpful for multiple threads/parallel execution.
-if [ -z "$BSEARCH_MAXMEM" ]; then
-    BSEARCH_MAXMEM=1536m
-fi
-
-"$BSEARCH_JAVA" -Dbsearch.startupfolder="$WD" -Dbsearch.appfolder="$BSEARCH_DIR" -server -Xms256m "-Xmx$BSEARCH_MAXMEM" -classpath "$JARS" bsearch.app.BehaviorSearch "$@"

diff --git a/sci-misc/netlogo-bin/files/hubnetclient-6.0.2.sh b/sci-misc/netlogo-bin/files/hubnetclient-6.0.2.sh
deleted file mode 100644
index 3fb98d0909f1..000000000000
--- a/sci-misc/netlogo-bin/files/hubnetclient-6.0.2.sh
+++ /dev/null
@@ -1,40 +0,0 @@
-#!/bin/bash
-
-BASE_DIR="$( cd "$( dirname $( readlink -f "${BASH_SOURCE[0]}" ) )" && pwd -P )"
-
-if [[ ${JAVA_HOME+1} ]]; then
-  JAVA="${JAVA_HOME}/bin/java"
-else
-  echo "JAVA_HOME undefined, using java from path. For control over exact java version, set JAVA_HOME"
-  JAVA="java"
-fi;
-
-# -Xmx1024m             use up to 1GB RAM (edit to increase)
-# -Dfile.encoding=UTF-8 ensure Unicode characters in model files are compatible cross-platform
-JVM_OPTS=(-Xmx1024m -Dfile.encoding=UTF-8)
-OPTS_INDEX=2
-
-ARGS=()
-INDEX=0
-
-for arg in "$@"; do
-  if [[ "$arg" == -D* ]]; then
-    JVM_OPTS[OPTS_INDEX++]="$arg"
-  else
-    ARGS[INDEX++]="$arg"
-  fi
-done
-
-RAW_CLASSPATH="args4j-2.0.12.jar:asm-all-5.0.4.jar:asm-all-5.0.4.jar:autolink-0.6.0.jar:behaviorsearch.jar:commons-codec-1.10.jar:commons-logging-1.1.1.jar:config-1.3.1.jar:flexmark-0.20.0.jar:flexmark-ext-autolink-0.20.0.jar:flexmark-ext-escaped-character-0.20.0.jar:flexmark-ext-typographic-0.20.0.jar:flexmark-formatter-0.20.0.jar:flexmark-util-0.20.0.jar:gluegen-rt-2.3.2.jar:httpclient-4.2.jar:httpcore-4.2.jar:httpmime-4.2.jar:jcommon-1.0.16.jar:jfreechart-1.0.13.jar:jhotdraw-6.0b1.jar:jmf-2.1.1e.jar:jogl-all-2.3.2.jar:json-simple-1.1.1.jar:log4j-1.2.16.jar:macro-compat_2.12-1.1.1.jar:macro-compat_2.12-1.1.1.jar:netlogo-6.0.2.jar:parboiled_2.12-2.1.3.jar:parboiled_2.12-2.1.3.jar:picocontainer-2.13.6.jar:picocontainer-2.13.6.jar:rsyntaxtextarea-2.6.0.jar:scala-library-2.12.2.jar:scala-parser-combinators_2.12-1.0.5.jar:shapeless_2.12-2.3.2.jar:shapeless_2.12-2.3.2.jar"
-CLASSPATH=''
-
-for jar in `echo $RAW_CLASSPATH | sed 's/:/ /g'`; do
-  CLASSPATH="$CLASSPATH:$BASE_DIR/app/$jar"
-done
-
-CLASSPATH=`echo $CLASSPATH | sed 's/://'`
-
-# -classpath ....         specify jars
-# org.nlogo.headless.Main specify we want headless, not GUI
-# "${ARGS[0]}"            pass along any additional arguments
-java "${JVM_OPTS[@]}" -Dnetlogo.extensions.dir="${BASE_DIR}/app/extensions" -classpath "$CLASSPATH" -Dorg.nlogo.is3d=true org.nlogo.hubnet.client.App "${ARGS[@]}"

diff --git a/sci-misc/netlogo-bin/files/netlogo-6.0.2.sh b/sci-misc/netlogo-bin/files/netlogo-6.0.2.sh
deleted file mode 100644
index 5ad35832ba28..000000000000
--- a/sci-misc/netlogo-bin/files/netlogo-6.0.2.sh
+++ /dev/null
@@ -1,40 +0,0 @@
-#!/bin/bash
-
-BASE_DIR="$( cd "$( dirname $( readlink -f "${BASH_SOURCE[0]}" ) )" && pwd -P )"
-
-if [[ ${JAVA_HOME+1} ]]; then
-  JAVA="${JAVA_HOME}/bin/java"
-else
-  echo "JAVA_HOME undefined, using java from path. For control over exact java version, set JAVA_HOME"
-  JAVA="java"
-fi;
-
-# -Xmx1024m             use up to 1GB RAM (edit to increase)
-# -Dfile.encoding=UTF-8 ensure Unicode characters in model files are compatible cross-platform
-JVM_OPTS=(-Xmx1024m -Dfile.encoding=UTF-8)
-OPTS_INDEX=2
-
-ARGS=()
-INDEX=0
-
-for arg in "$@"; do
-  if [[ "$arg" == -D* ]]; then
-    JVM_OPTS[OPTS_INDEX++]="$arg"
-  else
-    ARGS[INDEX++]="$arg"
-  fi
-done
-
-RAW_CLASSPATH="args4j-2.0.12.jar:asm-all-5.0.4.jar:asm-all-5.0.4.jar:autolink-0.6.0.jar:behaviorsearch.jar:commons-codec-1.10.jar:commons-logging-1.1.1.jar:config-1.3.1.jar:flexmark-0.20.0.jar:flexmark-ext-autolink-0.20.0.jar:flexmark-ext-escaped-character-0.20.0.jar:flexmark-ext-typographic-0.20.0.jar:flexmark-formatter-0.20.0.jar:flexmark-util-0.20.0.jar:gluegen-rt-2.3.2.jar:httpclient-4.2.jar:httpcore-4.2.jar:httpmime-4.2.jar:jcommon-1.0.16.jar:jfreechart-1.0.13.jar:jhotdraw-6.0b1.jar:jmf-2.1.1e.jar:jogl-all-2.3.2.jar:json-simple-1.1.1.jar:log4j-1.2.16.jar:macro-compat_2.12-1.1.1.jar:macro-compat_2.12-1.1.1.jar:netlogo-6.0.2.jar:parboiled_2.12-2.1.3.jar:parboiled_2.12-2.1.3.jar:picocontainer-2.13.6.jar:picocontainer-2.13.6.jar:rsyntaxtextarea-2.6.0.jar:scala-library-2.12.2.jar:scala-parser-combinators_2.12-1.0.5.jar:shapeless_2.12-2.3.2.jar:shapeless_2.12-2.3.2.jar"
-CLASSPATH=''
-
-for jar in `echo $RAW_CLASSPATH | sed 's/:/ /g'`; do
-  CLASSPATH="$CLASSPATH:$BASE_DIR/app/$jar"
-done
-
-CLASSPATH=`echo $CLASSPATH | sed 's/://'`
-
-# -classpath ....         specify jars
-# org.nlogo.headless.Main specify we want headless, not GUI
-# "${ARGS[0]}"            pass along any additional arguments
-java "${JVM_OPTS[@]}" -Dnetlogo.extensions.dir="${BASE_DIR}/app/extensions" -classpath "$CLASSPATH" org.nlogo.app.App "${ARGS[@]}"

diff --git a/sci-misc/netlogo-bin/files/netlogo3d-6.0.2.sh b/sci-misc/netlogo-bin/files/netlogo3d-6.0.2.sh
deleted file mode 100644
index 5db1d3a2847b..000000000000
--- a/sci-misc/netlogo-bin/files/netlogo3d-6.0.2.sh
+++ /dev/null
@@ -1,40 +0,0 @@
-#!/bin/bash
-
-BASE_DIR="$( cd "$( dirname $( readlink -f "${BASH_SOURCE[0]}" ) )" && pwd -P )"
-
-if [[ ${JAVA_HOME+1} ]]; then
-  JAVA="${JAVA_HOME}/bin/java"
-else
-  echo "JAVA_HOME undefined, using java from path. For control over exact java version, set JAVA_HOME"
-  JAVA="java"
-fi;
-
-# -Xmx1024m             use up to 1GB RAM (edit to increase)
-# -Dfile.encoding=UTF-8 ensure Unicode characters in model files are compatible cross-platform
-JVM_OPTS=(-Xmx1024m -Dfile.encoding=UTF-8)
-OPTS_INDEX=2
-
-ARGS=()
-INDEX=0
-
-for arg in "$@"; do
-  if [[ "$arg" == -D* ]]; then
-    JVM_OPTS[OPTS_INDEX++]="$arg"
-  else
-    ARGS[INDEX++]="$arg"
-  fi
-done
-
-RAW_CLASSPATH="args4j-2.0.12.jar:asm-all-5.0.4.jar:asm-all-5.0.4.jar:autolink-0.6.0.jar:behaviorsearch.jar:commons-codec-1.10.jar:commons-logging-1.1.1.jar:config-1.3.1.jar:flexmark-0.20.0.jar:flexmark-ext-autolink-0.20.0.jar:flexmark-ext-escaped-character-0.20.0.jar:flexmark-ext-typographic-0.20.0.jar:flexmark-formatter-0.20.0.jar:flexmark-util-0.20.0.jar:gluegen-rt-2.3.2.jar:httpclient-4.2.jar:httpcore-4.2.jar:httpmime-4.2.jar:jcommon-1.0.16.jar:jfreechart-1.0.13.jar:jhotdraw-6.0b1.jar:jmf-2.1.1e.jar:jogl-all-2.3.2.jar:json-simple-1.1.1.jar:log4j-1.2.16.jar:macro-compat_2.12-1.1.1.jar:macro-compat_2.12-1.1.1.jar:netlogo-6.0.2.jar:parboiled_2.12-2.1.3.jar:parboiled_2.12-2.1.3.jar:picocontainer-2.13.6.jar:picocontainer-2.13.6.jar:rsyntaxtextarea-2.6.0.jar:scala-library-2.12.2.jar:scala-parser-combinators_2.12-1.0.5.jar:shapeless_2.12-2.3.2.jar:shapeless_2.12-2.3.2.jar"
-CLASSPATH=''
-
-for jar in `echo $RAW_CLASSPATH | sed 's/:/ /g'`; do
-  CLASSPATH="$CLASSPATH:$BASE_DIR/app/$jar"
-done
-
-CLASSPATH=`echo $CLASSPATH | sed 's/://'`
-
-# -classpath ....         specify jars
-# org.nlogo.headless.Main specify we want headless, not GUI
-# "${ARGS[0]}"            pass along any additional arguments
-java "${JVM_OPTS[@]}" -Dnetlogo.extensions.dir="${BASE_DIR}/app/extensions" -classpath "$CLASSPATH" -Dorg.nlogo.is3d=true -Djava.library.path="${BASE_DIR}/app/natives/linux-amd64/:${env_var:PATH}" org.nlogo.app.App "${ARGS[@]}"


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

end of thread, other threads:[~2022-01-11 17:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-11 17:57 [gentoo-commits] repo/gentoo:master commit in: sci-misc/netlogo-bin/files/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2021-07-15 20:08 Conrad Kostecki
2020-01-29 14:20 Ben Kohler
2017-12-23 13:13 David Seifert

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