From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 939A713933E for ; Thu, 15 Jul 2021 20:08:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBEFAE0B14; Thu, 15 Jul 2021 20:08:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A2734E0B14 for ; Thu, 15 Jul 2021 20:08:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 887C1342B64 for ; Thu, 15 Jul 2021 20:08:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F0A3798 for ; Thu, 15 Jul 2021 20:08:06 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1626379632.d5c8384bdf3eaaa3a30771bf221caee6dd921b34.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-misc/netlogo-bin/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-misc/netlogo-bin/files/hubnet.sh sci-misc/netlogo-bin/files/netlogo-3d.sh sci-misc/netlogo-bin/files/netlogo-5.0.3.sh X-VCS-Directories: sci-misc/netlogo-bin/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: d5c8384bdf3eaaa3a30771bf221caee6dd921b34 X-VCS-Branch: master Date: Thu, 15 Jul 2021 20:08:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d01e2c46-83dd-48a6-a658-60cd447a0157 X-Archives-Hash: 6685b7f8410fcb83b707810d40e4be08 commit: d5c8384bdf3eaaa3a30771bf221caee6dd921b34 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Thu Jul 15 18:46:23 2021 +0000 Commit: Conrad Kostecki gentoo 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 levelnine.at> Signed-off-by: Conrad Kostecki 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