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 52682139083 for ; Sat, 23 Dec 2017 13:13:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB9B1E0D35; Sat, 23 Dec 2017 13:13:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A8884E0D35 for ; Sat, 23 Dec 2017 13:13:16 +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 E2F1A340AED for ; Sat, 23 Dec 2017 13:13:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B2CEAE8E for ; Sat, 23 Dec 2017 13:13:14 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1514034723.98f5bea9c1464973870b85d6d78c50970e8da3ec.soap@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/netlogo.sh X-VCS-Directories: sci-misc/netlogo-bin/files/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 98f5bea9c1464973870b85d6d78c50970e8da3ec X-VCS-Branch: master Date: Sat, 23 Dec 2017 13:13:14 +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-Archives-Salt: 5897ba72-c8b9-4c02-819d-b5441e68c638 X-Archives-Hash: ba43738399623dca1014d8f7319a30ab commit: 98f5bea9c1464973870b85d6d78c50970e8da3ec Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Dec 1 15:21:19 2017 +0000 Commit: David Seifert gentoo 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