aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-01-11 10:12:43 +0100
committerJustin Lecher <jlec@gentoo.org>2015-01-11 10:12:43 +0100
commitb57991369687010ca643fc11e2a09c7130d76add (patch)
treede3f27485bf5af058f84fe0f1048d3e1137999ec /sci-biology/rnaplex/rnaplex-0.2.ebuild
parentsci-chemistry/dssp2pdb: Fix S (diff)
parentMerge pull request #320 from marbre/arrayfire (diff)
downloadsci-b57991369687010ca643fc11e2a09c7130d76add.tar.gz
sci-b57991369687010ca643fc11e2a09c7130d76add.tar.bz2
sci-b57991369687010ca643fc11e2a09c7130d76add.zip
Merge remote-tracking branch 'github/master'
* github/master: sci-libs/arrayfire: Improve and clean gtest src handling sci-libs/arrayfire: Fix DEPEND, unpacker is used instead of unzip sci-biology/rnaplex: Fixes according to jlec's advices sci-biology/codonw: Drop unnecessary dies Drop unnecessary die ci-biology/rnaplex: Move to EAPI=5; Update homepage and SRC_URI. sci-biology/codonw: Move to EAPI=5
Diffstat (limited to 'sci-biology/rnaplex/rnaplex-0.2.ebuild')
-rw-r--r--sci-biology/rnaplex/rnaplex-0.2.ebuild14
1 files changed, 4 insertions, 10 deletions
diff --git a/sci-biology/rnaplex/rnaplex-0.2.ebuild b/sci-biology/rnaplex/rnaplex-0.2.ebuild
index f2a91990c..d9e693b85 100644
--- a/sci-biology/rnaplex/rnaplex-0.2.ebuild
+++ b/sci-biology/rnaplex/rnaplex-0.2.ebuild
@@ -1,24 +1,18 @@
-# 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/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
KEYWORDS="~amd64 ~x86"
-DEPEND=""
-RDEPEND=""
S=${WORKDIR}/${MY_P}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
-}