aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Brehler <marbre@linux.sungazer.de>2015-01-10 16:54:49 +0100
committerMarius Brehler <marbre@linux.sungazer.de>2015-01-10 16:54:49 +0100
commit564be65c08d2b9079ea9e13a9a91ab7c1381624c (patch)
tree145242389831981423195e80e0a9d03ed3c8addc /sci-biology/rnaplex/rnaplex-0.2.ebuild
parentMerge pull request #316 from marbre/jeuclid-core (diff)
downloadsci-564be65c08d2b9079ea9e13a9a91ab7c1381624c.tar.gz
sci-564be65c08d2b9079ea9e13a9a91ab7c1381624c.tar.bz2
sci-564be65c08d2b9079ea9e13a9a91ab7c1381624c.zip
ci-biology/rnaplex: Move to EAPI=5; Update homepage and SRC_URI.
Diffstat (limited to 'sci-biology/rnaplex/rnaplex-0.2.ebuild')
-rw-r--r--sci-biology/rnaplex/rnaplex-0.2.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/sci-biology/rnaplex/rnaplex-0.2.ebuild b/sci-biology/rnaplex/rnaplex-0.2.ebuild
index f2a91990c..8aa1b7e24 100644
--- a/sci-biology/rnaplex/rnaplex-0.2.ebuild
+++ b/sci-biology/rnaplex/rnaplex-0.2.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=2
+EAPI=5
MY_P=RNAplex-${PV}
DESCRIPTION="RNA-RNA interaction search"
-HOMEPAGE="http://www.tbi.univie.ac.at/~htafer/"
-SRC_URI="http://www.tbi.univie.ac.at/~htafer/RNAplex/${MY_P}.tar.gz"
+HOMEPAGE="http://www.bioinf.uni-leipzig.de/Software/RNAplex/"
+SRC_URI="http://www.bioinf.uni-leipzig.de/Software/RNAplex/RNAplex-0.2.tar.gz"
LICENSE="GPL-2"
SLOT="0"
@@ -16,7 +16,7 @@ IUSE=""
KEYWORDS="~amd64 ~x86"
DEPEND=""
-RDEPEND=""
+RDEPEND="${DEPEND}"
S=${WORKDIR}/${MY_P}
src_install() {