summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2021-07-15 20:46:23 +0200
committerConrad Kostecki <conikost@gentoo.org>2021-07-15 22:07:12 +0200
commitd5c8384bdf3eaaa3a30771bf221caee6dd921b34 (patch)
tree5e3fe0dd8b152db5c5e865f965912e4f40a295d2 /sci-misc
parentsys-cluster/zetcd: drop old version (diff)
downloadgentoo-d5c8384bdf3eaaa3a30771bf221caee6dd921b34.tar.gz
gentoo-d5c8384bdf3eaaa3a30771bf221caee6dd921b34.tar.bz2
gentoo-d5c8384bdf3eaaa3a30771bf221caee6dd921b34.zip
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@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sci-misc')
-rw-r--r--sci-misc/netlogo-bin/files/hubnet.sh4
-rw-r--r--sci-misc/netlogo-bin/files/netlogo-3d.sh4
-rw-r--r--sci-misc/netlogo-bin/files/netlogo-5.0.3.sh4
3 files changed, 0 insertions, 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 65b833e50aa9..000000000000
--- 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 cdf52a61e25a..000000000000
--- 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 8bc82fa8d8a1..000000000000
--- 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