* [gentoo-commits] proj/sci:master commit in: sci-biology/genomeview-bin/, profiles/
@ 2021-01-19 13:30 Andrew Ammerlaan
0 siblings, 0 replies; only message in thread
From: Andrew Ammerlaan @ 2021-01-19 13:30 UTC (permalink / raw
To: gentoo-commits
commit: 35aeb0bba9eecd192c471951d8c02ae029b1ae05
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jan 19 13:30:16 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jan 19 13:30:25 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=35aeb0bb
sci-biology/genomeview-bin: fix install
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
profiles/package.mask | 1 -
.../genomeview-bin/genomeview-bin-2450.ebuild | 22 ++++++++++++----------
2 files changed, 12 insertions(+), 11 deletions(-)
diff --git a/profiles/package.mask b/profiles/package.mask
index 05ea67548..42366a8f6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -64,4 +64,3 @@ sci-biology/GAL
sci-biology/gap2caf
sci-biology/geneid
sci-biology/generecon
-sci-biology/genomeview-bin
diff --git a/sci-biology/genomeview-bin/genomeview-bin-2450.ebuild b/sci-biology/genomeview-bin/genomeview-bin-2450.ebuild
index 59aefc3ef..d6527d73c 100644
--- a/sci-biology/genomeview-bin/genomeview-bin-2450.ebuild
+++ b/sci-biology/genomeview-bin/genomeview-bin-2450.ebuild
@@ -1,21 +1,23 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-inherit java-pkg-opt-2 java-ant-2 eutils
+inherit java-pkg-opt-2 java-ant-2
DESCRIPTION="Genome browser and annotation tool"
HOMEPAGE="http://genomeview.sourceforge.net"
-SRC_URI="http://downloads.sourceforge.net/project/genomeview/GenomeView/genomeview-2450.zip"
+SRC_URI="https://downloads.sourceforge.net/project/genomeview/GenomeView/genomeview-2450.zip"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS=""
-IUSE=""
+KEYWORDS="~amd64"
-DEPEND="virtual/jdk
- ${COMMON_DEPS}"
-RDEPEND="virtual/jre"
+DEPEND=">=virtual/jdk-1.7:*"
+RDEPEND=">=virtual/jre-1.7:*"
-S="${WORKDIR}"/genomeview-"${PV}"
+S="${WORKDIR}/genomeview-${PV}"
+
+src_install() {
+ java-pkg_dojar *.jar lib/*.jar
+}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-01-19 13:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-19 13:30 [gentoo-commits] proj/sci:master commit in: sci-biology/genomeview-bin/, profiles/ Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox