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
