From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 47B42138A1A for ; Wed, 18 Feb 2015 16:41:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26468E0980; Wed, 18 Feb 2015 16:41:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A7EEE0977 for ; Wed, 18 Feb 2015 16:41:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A256C340653 for ; Wed, 18 Feb 2015 16:41:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3B8212096 for ; Wed, 18 Feb 2015 16:41:23 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1424265864.ef47bb72f356772f03e6c2ba8abe79203519d48e.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/jtreeview/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/jtreeview/ChangeLog sci-biology/jtreeview/jtreeview-1.1.6.4.ebuild X-VCS-Directories: sci-biology/jtreeview/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: ef47bb72f356772f03e6c2ba8abe79203519d48e X-VCS-Branch: master Date: Wed, 18 Feb 2015 16:41:23 +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: 6c779a47-02d0-40e6-a743-534c9bf58275 X-Archives-Hash: 2b9b7cfe88cdf50b20c38400b3a177a4 commit: ef47bb72f356772f03e6c2ba8abe79203519d48e Author: Justin Lecher gentoo org> AuthorDate: Wed Feb 18 13:24:24 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Feb 18 13:24:24 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ef47bb72 sci-biology/jtreeview: fix SLOT operators Package-Manager: portage-2.2.17 --- sci-biology/jtreeview/ChangeLog | 6 ++++++ sci-biology/jtreeview/jtreeview-1.1.6.4.ebuild | 9 +++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/sci-biology/jtreeview/ChangeLog b/sci-biology/jtreeview/ChangeLog new file mode 100644 index 0000000..55f3e53 --- /dev/null +++ b/sci-biology/jtreeview/ChangeLog @@ -0,0 +1,6 @@ +# ChangeLog for sci-biology/jtreeview +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 18 Feb 2015; Justin Lecher jtreeview-1.1.6.4.ebuild: + sci-biology/jtreeview: fix SLOT operators diff --git a/sci-biology/jtreeview/jtreeview-1.1.6.4.ebuild b/sci-biology/jtreeview/jtreeview-1.1.6.4.ebuild index f0a9904..d523c85 100644 --- a/sci-biology/jtreeview/jtreeview-1.1.6.4.ebuild +++ b/sci-biology/jtreeview/jtreeview-1.1.6.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -10,7 +10,8 @@ S="${WORKDIR}"/TreeView-1.1.6r4-src DESCRIPTION="Viewer for Microarray Data in PCL or CDT formats" HOMEPAGE="http://jtreeview.sourceforge.net/" -SRC_URI="http://sourceforge.net/projects/jtreeview/files/jtreeview/1.1.6r4/TreeView-1.1.6r4-src.tar.gz +SRC_URI=" + http://sourceforge.net/projects/jtreeview/files/jtreeview/1.1.6r4/TreeView-1.1.6r4-src.tar.gz http://sourceforge.net/projects/jtreeview/files/helper-scripts/0.0.2/helper-scripts-0.0.2.tar.gz" #http://sourceforge.net/projects/jtreeview/files/jtreeview/1.1.6r4/TreeView-1.1.6r4-bin.tar.gz @@ -19,6 +20,6 @@ SLOT="0" KEYWORDS="" IUSE="" -DEPEND="virtual/jdk" +DEPEND="virtual/jdk:*" RDEPEND="${DEPEND} - virtual/jre" + virtual/jre:*"