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
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')
-rw-r--r--sci-biology/rnaplex/ChangeLog6
-rw-r--r--sci-biology/rnaplex/Manifest2
-rw-r--r--sci-biology/rnaplex/rnaplex-0.2.ebuild10
3 files changed, 11 insertions, 7 deletions
diff --git a/sci-biology/rnaplex/ChangeLog b/sci-biology/rnaplex/ChangeLog
index a960c4ffe..240e68218 100644
--- a/sci-biology/rnaplex/ChangeLog
+++ b/sci-biology/rnaplex/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for sci-biology/rnaplex
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 10 Jan 2015; Marius Brehler <marbre@linux.sungazer.de>
+ rnaplex-0.2.ebuild:
+ Move to EAPI=5; Update homepage and SRC_URI.
+
29 Apr 2009; Andrey Kislyuk <weaver@gentoo.org> ChangeLog:
New package, ebuild written by me
diff --git a/sci-biology/rnaplex/Manifest b/sci-biology/rnaplex/Manifest
index 3a17125fb..173cda438 100644
--- a/sci-biology/rnaplex/Manifest
+++ b/sci-biology/rnaplex/Manifest
@@ -1 +1 @@
-DIST RNAplex-0.2.tar.gz 581128 SHA256 7907873009c8fc03b1918400bb82122774bc5df2602adc1426c5686a0b3f37de
+DIST RNAplex-0.2.tar.gz 579904 SHA256 a30ab9128e4b35795f5e6f1e32a8a66b6fe3de1b6395a4326081cc6bec99cebb SHA512 ef91dd869284ad492b627b84288fe3c56a7c8d44dec8d2a48668efa4e476c9e7856380bc1e199604db4fa53f4d9bfe38cf057f2e181bf1b24ad375e5691a0a2e WHIRLPOOL bbba8f625373a5f0ae791c0e3239fb188764607635b79fe41ad364f71e34ed3fb018ba7aa629584cfa995b68e7c3bcf3ea67862e14686fec023de256b65ce423
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() {