aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-09-22 09:54:59 +0200
committerJustin Lecher <jlec@gentoo.org>2015-09-22 09:54:59 +0200
commit31a0bc7c3d9f2e6663f5642e41e7c1ee0f402204 (patch)
tree1ec56596c0f396efd8c7010ed6d5c49c82c98218
parentsci-biology/skewer-bin: Bump to EAPI=5 (diff)
downloadsci-31a0bc7c3d9f2e6663f5642e41e7c1ee0f402204.tar.gz
sci-31a0bc7c3d9f2e6663f5642e41e7c1ee0f402204.tar.bz2
sci-31a0bc7c3d9f2e6663f5642e41e7c1ee0f402204.zip
sci-biology/sclust: Bump to EAPI=5
Package-Manager: portage-2.2.21 Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r--sci-biology/sclust/Manifest4
-rw-r--r--sci-biology/sclust/sclust-0.1.ebuild16
2 files changed, 9 insertions, 11 deletions
diff --git a/sci-biology/sclust/Manifest b/sci-biology/sclust/Manifest
index 264a2cf38..9a69104f5 100644
--- a/sci-biology/sclust/Manifest
+++ b/sci-biology/sclust/Manifest
@@ -1,2 +1,2 @@
-DIST cdbfasta.tar.gz 59735 SHA256 68767e8b2fb9de5a6d68ee16df73293f65e02f05cf2f747a9dd6b8854766722c
-DIST sclust.tar.gz 13467 SHA256 2ec82d2f8751188a7b774e2335839ba931dcecec82d68f7d755ba1c871ab4f9c
+DIST cdbfasta.tar.gz 59735 SHA256 68767e8b2fb9de5a6d68ee16df73293f65e02f05cf2f747a9dd6b8854766722c SHA512 500b3cdf4bf4e21c78a285739c6544e3f2bed377f8e3858c8ace240a9107d765c89cff8004ca2ea001860abc04fc48bc37c03569da5b16115f4419f5fd9bcd5e WHIRLPOOL 3c5beff7ea7d7c6dd6f71755cbb5ea4fabc2ee16aa8d6711906b1a092668cfb889ba56605117133b7e32ab50d6a4986e454f94e32bcd57a5508f1f93788a9dec
+DIST sclust.tar.gz 13467 SHA256 2ec82d2f8751188a7b774e2335839ba931dcecec82d68f7d755ba1c871ab4f9c SHA512 5cfee8b142f1fd6f7f289407b80dfa91fcb71d94c1cf3ebc979d000b31690c88dc544bab830a30e783e4e17232bd141b4d6f45a6e1ee4e75ae85bdef07fb6650 WHIRLPOOL 35cb7e4e7ac57872d8bfe88cc4e20f29283d0215101992c00ecd0bab7a3113d99a97121d2e14e6eb8a6d29dbf1cf4132f2f1ccfe95de08d7a6edecf5d13e3a77
diff --git a/sci-biology/sclust/sclust-0.1.ebuild b/sci-biology/sclust/sclust-0.1.ebuild
index 4916ef186..cb5fe1f1f 100644
--- a/sci-biology/sclust/sclust-0.1.ebuild
+++ b/sci-biology/sclust/sclust-0.1.ebuild
@@ -1,22 +1,20 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=3
+EAPI=5
DESCRIPTION="seeded clustering tool by processing pairwise alignments from TIGR Gene Indices project tools"
HOMEPAGE="http://compbio.dfci.harvard.edu/tgi/software/"
-SRC_URI="ftp://occams.dfci.harvard.edu/pub/bio/tgi/software/tgicl/${PN}.tar.gz
- ftp://occams.dfci.harvard.edu/pub/bio/tgi/software/tgicl/cdbfasta.tar.gz"
+SRC_URI="
+ ftp://occams.dfci.harvard.edu/pub/bio/tgi/software/tgicl/${PN}.tar.gz
+ ftp://occams.dfci.harvard.edu/pub/bio/tgi/software/tgicl/cdbfasta.tar.gz"
LICENSE="Artistic"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND=""
-RDEPEND="${DEPEND}"
-
S=${WORKDIR}
src_prepare() {
@@ -29,11 +27,11 @@ src_prepare() {
src_compile() {
cd ${PN} || die
- emake || die "emake failed in "${S}"/${PN}"
+ default
}
src_install() {
cd ${PN} || die
- dobin ${PN} || die "Failed to install ${PN} binary"
+ dobin ${PN}
newdoc README README.${PN}
}