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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9F936158088 for ; Tue, 25 Jan 2022 15:36:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F62B2BC002; Tue, 25 Jan 2022 15:36:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 32DF22BC002 for ; Tue, 25 Jan 2022 15:36:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E8593342CBB for ; Tue, 25 Jan 2022 15:36:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 749B026D for ; Tue, 25 Jan 2022 15:36:03 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1643124895.aeed9bb8d4cc7edc64713df7839d1c30c8574a2a.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/jtreeview-bin/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/jtreeview-bin/jtreeview-bin-1.2.0.ebuild X-VCS-Directories: sci-biology/jtreeview-bin/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: aeed9bb8d4cc7edc64713df7839d1c30c8574a2a X-VCS-Branch: master Date: Tue, 25 Jan 2022 15:36:03 +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: 2c92bbb1-94f6-4912-9de3-d49d3295aa74 X-Archives-Hash: ba97ef15d230d39f7ad2b6c902a3f1a8 commit: aeed9bb8d4cc7edc64713df7839d1c30c8574a2a Author: Andrew Ammerlaan gentoo org> AuthorDate: Tue Jan 25 15:34:55 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue Jan 25 15:34:55 2022 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=aeed9bb8 sci-biology/jtreeview-bin: drop non-existing blocker Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> sci-biology/jtreeview-bin/jtreeview-bin-1.2.0.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sci-biology/jtreeview-bin/jtreeview-bin-1.2.0.ebuild b/sci-biology/jtreeview-bin/jtreeview-bin-1.2.0.ebuild index fe8fef44a..d146efd5a 100644 --- a/sci-biology/jtreeview-bin/jtreeview-bin-1.2.0.ebuild +++ b/sci-biology/jtreeview-bin/jtreeview-bin-1.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,6 +13,7 @@ SRC_URI=" https://sourceforge.net/projects/jtreeview/files/jtreeview/${PV}/TreeView-${PV}-bin.tar.gz https://sourceforge.net/projects/jtreeview/files/helper-scripts/0.0.2/helper-scripts-0.0.2.tar.gz " +S="${WORKDIR}/TreeView-${PV}-bin" LICENSE="GPL-2" SLOT="0" @@ -20,11 +21,10 @@ KEYWORDS="~amd64" DEPEND=" >virtual/jdk-1.5:* - !sci-biology/jtreeview" +" RDEPEND="${DEPEND} - >=virtual/jre-1.5:*" - -S="${WORKDIR}/TreeView-${PV}-bin" + >=virtual/jre-1.5:* +" # TODO: use xltproc to create docs following TreeView-1.1.6r4-src/doc/README