diff options
author | Marius Brehler <marbre@linux.sungazer.de> | 2015-01-10 18:51:26 +0100 |
---|---|---|
committer | Marius Brehler <marbre@linux.sungazer.de> | 2015-01-10 18:51:26 +0100 |
commit | 49de1484da2ae49b3b7e2b218c6ea55214defaa6 (patch) | |
tree | a40ce79898861a0cbde8e46518cd780481ddd99f | |
parent | Drop unnecessary die (diff) | |
download | sci-49de1484da2ae49b3b7e2b218c6ea55214defaa6.tar.gz sci-49de1484da2ae49b3b7e2b218c6ea55214defaa6.tar.bz2 sci-49de1484da2ae49b3b7e2b218c6ea55214defaa6.zip |
sci-biology/rnaplex: Fixes according to jlec's advices
-rw-r--r-- | sci-biology/rnaplex/ChangeLog | 2 | ||||
-rw-r--r-- | sci-biology/rnaplex/rnaplex-0.2.ebuild | 8 |
2 files changed, 2 insertions, 8 deletions
diff --git a/sci-biology/rnaplex/ChangeLog b/sci-biology/rnaplex/ChangeLog index 240e68218..dbdac52b3 100644 --- a/sci-biology/rnaplex/ChangeLog +++ b/sci-biology/rnaplex/ChangeLog @@ -4,7 +4,7 @@ 10 Jan 2015; Marius Brehler <marbre@linux.sungazer.de> rnaplex-0.2.ebuild: - Move to EAPI=5; Update homepage and SRC_URI. + Move to EAPI=5; Update homepage and SRC_URI; Cleanup. 29 Apr 2009; Andrey Kislyuk <weaver@gentoo.org> ChangeLog: New package, ebuild written by me diff --git a/sci-biology/rnaplex/rnaplex-0.2.ebuild b/sci-biology/rnaplex/rnaplex-0.2.ebuild index 1ac149959..d9e693b85 100644 --- a/sci-biology/rnaplex/rnaplex-0.2.ebuild +++ b/sci-biology/rnaplex/rnaplex-0.2.ebuild @@ -8,17 +8,11 @@ MY_P=RNAplex-${PV} DESCRIPTION="RNA-RNA interaction search" HOMEPAGE="http://www.bioinf.uni-leipzig.de/Software/RNAplex/" -SRC_URI="http://www.bioinf.uni-leipzig.de/Software/RNAplex/RNAplex-0.2.tar.gz" +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="${DEPEND}" S=${WORKDIR}/${MY_P} - -src_install() { - emake DESTDIR="${D}" install -} |