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 237C7138334 for ; Fri, 31 May 2019 08:25:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1521FE08DD; Fri, 31 May 2019 08:24:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 EFB70E08DD for ; Fri, 31 May 2019 08:24:57 +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 3F5843453CF for ; Fri, 31 May 2019 08:24:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6422760A for ; Fri, 31 May 2019 08:24:53 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1559291049.5787ce3e24cc7c05412648f58d968f3742bebcdc.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/mindterm/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/mindterm/mindterm-3.4.ebuild X-VCS-Directories: net-misc/mindterm/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 5787ce3e24cc7c05412648f58d968f3742bebcdc X-VCS-Branch: master Date: Fri, 31 May 2019 08:24:53 +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: 145bb595-c794-4d29-b8ff-0bbcee588391 X-Archives-Hash: 7507592ac3747fc5c0e648c0aeea0385 commit: 5787ce3e24cc7c05412648f58d968f3742bebcdc Author: Ulrich Müller gentoo org> AuthorDate: Fri May 31 08:22:28 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri May 31 08:24:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5787ce3e net-misc/mindterm: Add mirror and bindist restrictions. Bug: https://bugs.gentoo.org/683296 Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Ulrich Müller gentoo.org> net-misc/mindterm/mindterm-3.4.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/net-misc/mindterm/mindterm-3.4.ebuild b/net-misc/mindterm/mindterm-3.4.ebuild index d19408b6b94..c91cec036d8 100644 --- a/net-misc/mindterm/mindterm-3.4.ebuild +++ b/net-misc/mindterm/mindterm-3.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="2" @@ -15,6 +15,9 @@ LICENSE="mindterm" SLOT="0" KEYWORDS="amd64 x86" IUSE="" +# Don't even compile +RESTRICT="test mirror bindist" + COMMON_DEP="dev-java/jzlib:0" RDEPEND=">=virtual/jre-1.4 ${COMMON_DEP}" @@ -36,8 +39,6 @@ src_prepare() { rm -vr com/jcraft || die "Failed to remove bundled jcraft" } -# Don't even compile -RESTRICT="test" src_test() { ANT_TASKS="ant-junit" eant test \ -Dgentoo.classpath="$(java-pkg_getjars jzlib,junit):mindterm.jar"