diff options
-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 -} |