commit: 49de1484da2ae49b3b7e2b218c6ea55214defaa6 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> AuthorDate: Sat Jan 10 17:51:26 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sat Jan 10 17:51:26 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=49de1484
sci-biology/rnaplex: Fixes according to jlec's advices --- sci-biology/rnaplex/ChangeLog | 2 +- 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 240e682..dbdac52 100644 --- a/sci-biology/rnaplex/ChangeLog +++ b/sci-biology/rnaplex/ChangeLog @@ -4,7 +4,7 @@ 10 Jan 2015; Marius Brehler <[email protected]> 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 <[email protected]> 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 1ac1499..d9e693b 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 -}
