* [gentoo-commits] proj/sci:master commit in: sci-biology/MeV/, profiles/
@ 2021-01-19 11:48 Andrew Ammerlaan
0 siblings, 0 replies; only message in thread
From: Andrew Ammerlaan @ 2021-01-19 11:48 UTC (permalink / raw
To: gentoo-commits
commit: c968b3c40c3b2926d9216676450f9630ba1c8e06
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jan 19 11:48:17 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jan 19 11:48:29 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c968b3c4
sci-biology/MeV: fix fetch, fix install, EAPI bump
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
profiles/package.mask | 1 -
sci-biology/MeV/MeV-4.8.1.ebuild | 27 ++++++++++++++++-----------
2 files changed, 16 insertions(+), 12 deletions(-)
diff --git a/profiles/package.mask b/profiles/package.mask
index fcefadce2..58d0cd955 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -82,4 +82,3 @@ sci-biology/MagicViewer
sci-biology/manatee-igs
sci-biology/manatee-jcvi
sci-biology/mavid
-sci-biology/MeV
diff --git a/sci-biology/MeV/MeV-4.8.1.ebuild b/sci-biology/MeV/MeV-4.8.1.ebuild
index 50ec72254..eb605976e 100644
--- a/sci-biology/MeV/MeV-4.8.1.ebuild
+++ b/sci-biology/MeV/MeV-4.8.1.ebuild
@@ -1,23 +1,20 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-#MY_PV="${PV/./_/}"
-MY_PV="4_8_1"
+MY_PV="${PV//./_}"
-inherit java-pkg-2 java-ant-2 eutils
+inherit java-pkg-2 java-ant-2
DESCRIPTION="Multiple experiment Viewer for genomic data analysis"
-HOMEPAGE="http://mev-tm4.sourceforge.net"
-SRC_URI="http://downloads.sourceforge.net/project/mev-tm4/mev-tm4/MeV%20${PV}/MeV_${MY_PV}_r2727_linux.tar.gz"
+HOMEPAGE="https://sourceforge.net/projects/mev-tm4/"
+SRC_URI="https://downloads.sourceforge.net/project/mev-tm4/mev-tm4/MeV%20${PV}/MeV_${MY_PV}_r2727_linux.tar.gz -> ${P}.tar.gz"
LICENSE="Artistic-2"
SLOT="0"
-KEYWORDS=""
-IUSE=""
+KEYWORDS="~amd64"
-DEPEND=""
RDEPEND=">=virtual/jre-1.5:*
${DEPEND}"
DEPEND="${RDEPEND}
@@ -25,4 +22,12 @@ DEPEND="${RDEPEND}
dev-java/ant-core
"
-S="${WORKDIR}"/"${PN}"_"${MY_PV}"
+S="${WORKDIR}/${PN}_${MY_PV}"
+
+src_install() {
+ dodoc -r documentation/*
+ rm -r documentation
+ insinto "/opt/${PN}"
+ doins -r *
+ dosym ../${PN}/tmev.sh /opt/bin/tmev
+}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-01-19 11:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-19 11:48 [gentoo-commits] proj/sci:master commit in: sci-biology/MeV/, 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