commit: 1179849374ca4526e16c10f18fe83c0c7f80419d
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jan 19 12:38:30 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jan 19 12:38:36 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=11798493
sci-biology/jtreeview-bin: version bump, unmask
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
profiles/package.mask | 1 -
...ew-bin-1.1.6.4.ebuild => jtreeview-bin-1.2.0.ebuild} | 17 +++++++++--------
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/profiles/package.mask b/profiles/package.mask
index f4540e96e..b6e454b48 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -73,4 +73,3 @@ sci-biology/ICC
sci-biology/IMAGE
sci-biology/jannovar
sci-biology/jtreeview
-sci-biology/jtreeview-bin
diff --git a/sci-biology/jtreeview-bin/jtreeview-bin-1.1.6.4.ebuild
b/sci-biology/jtreeview-bin/jtreeview-bin-1.2.0.ebuild
similarity index 71%
rename from sci-biology/jtreeview-bin/jtreeview-bin-1.1.6.4.ebuild
rename to sci-biology/jtreeview-bin/jtreeview-bin-1.2.0.ebuild
index 6b84fd7db..84775e537 100644
--- a/sci-biology/jtreeview-bin/jtreeview-bin-1.1.6.4.ebuild
+++ b/sci-biology/jtreeview-bin/jtreeview-bin-1.2.0.ebuild
@@ -1,23 +1,22 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-PERL_EXPORT_PHASE_FUNCTIONS=no
-inherit java-pkg-2 java-ant-2 eutils perl-module
+inherit java-pkg-2 java-ant-2 perl-module
S="${WORKDIR}"/TreeView-1.1.6r4-bin
DESCRIPTION="Viewer for Microarray Data in PCL or CDT formats"
HOMEPAGE="http://jtreeview.sourceforge.net/" # no https
SRC_URI="
-
https://sourceforge.net/projects/jtreeview/files/jtreeview/1.1.6r4/TreeView-1.1.6r4-bin.tar.gz
-
https://sourceforge.net/projects/jtreeview/files/helper-scripts/0.0.2/helper-scripts-0.0.2.tar.gz"
+
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
+"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="" # src_install is wrong somehow, TreeView.jar does not start
-IUSE=""
+KEYWORDS="~amd64"
DEPEND="
>virtual/jdk-1.5:*
@@ -25,6 +24,8 @@ DEPEND="
RDEPEND="${DEPEND}
>=virtual/jre-1.5:*"
+S="${WORKDIR}/TreeView-${PV}-bin"
+
# TODO: use xltproc to create docs following TreeView-1.1.6r4-src/doc/README
src_install(){