diff options
author | David Seifert <soap@gentoo.org> | 2017-02-20 23:07:05 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-20 23:10:02 +0100 |
commit | f9fe558786e5afc92cfe86f3a0060e64f2acdeeb (patch) | |
tree | 22c8ae15a71b6d73b873ba2cf4c23b8ca4bafcc1 /sci-biology | |
parent | net-print/poster: Add fix for bug 580610 by Dmitry Olyenyov (diff) | |
download | gentoo-f9fe558786e5afc92cfe86f3a0060e64f2acdeeb.tar.gz gentoo-f9fe558786e5afc92cfe86f3a0060e64f2acdeeb.tar.bz2 gentoo-f9fe558786e5afc92cfe86f3a0060e64f2acdeeb.zip |
sci-biology/allpathslg: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/allpathslg/Manifest | 1 | ||||
-rw-r--r-- | sci-biology/allpathslg/allpathslg-42337.ebuild | 35 |
2 files changed, 0 insertions, 36 deletions
diff --git a/sci-biology/allpathslg/Manifest b/sci-biology/allpathslg/Manifest index cd18242ec5bf..c87071a88937 100644 --- a/sci-biology/allpathslg/Manifest +++ b/sci-biology/allpathslg/Manifest @@ -1,2 +1 @@ -DIST allpathslg-42337.tar.gz 2739498 SHA256 a2c8f64f6ba1705b2331ca07761d189183c6745f8717ffc67ee98e9e3ca3dba6 SHA512 7595fbe14a5029578b57d16f781cbb2a0f0ad6b1af2dd770e2274f8fe2e11d0013fdff12cc85c1be748e769ffb23b7d5fe30920feef38e0e8b947d05b8bda31c WHIRLPOOL 79bda55d49877641eb55630950472a06d8f25db467dbfecde8b4d04c3ce16c071d32dd312fa9a0f72723bf4caa8f9b1d0346acf438b9671b4bed2c0672c788b9 DIST allpathslg-52488.tar.gz 3121949 SHA256 035b49cb21b871a6b111976757d7aee9c2513dd51af04678f33375e620998542 SHA512 c44ef1a3ed5b343bf096663309cc399e79d65e83175232743cf330fd0d426633bd0d388922fd0c73ac0927d85ea9005549c8e4f7711c79fea7107068510ef30d WHIRLPOOL c63a13450c55fce8f2c5399bdd5d8f32939e31d9d13a120835b1d826ae96e251fea81caa134d5d45ad857af0777c22e4ad1d894c81a74db6d83a7d9ad83b12b4 diff --git a/sci-biology/allpathslg/allpathslg-42337.ebuild b/sci-biology/allpathslg/allpathslg-42337.ebuild deleted file mode 100644 index 9fb44dfcc905..000000000000 --- a/sci-biology/allpathslg/allpathslg-42337.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit autotools flag-o-matic - -DESCRIPTION="De novo assembly of whole-genome shotgun microreads" -HOMEPAGE="http://www.broadinstitute.org/science/programs/genome-biology/crd" -SRC_URI="ftp://ftp.broadinstitute.org/pub/crd/ALLPATHS/Release-LG/latest_source_code/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -IUSE="" -KEYWORDS="amd64 -x86" - -DEPEND=" - dev-libs/boost - !sci-biology/allpaths - sci-biology/vaal" -RDEPEND="" - -src_prepare() { - sed -i 's/-ggdb3//' configure.ac || die - eautoreconf -} - -src_install() { - einstall || die - # Provided by sci-biology/vaal - for i in QueryLookupTable ScaffoldAccuracy MakeLookupTable Fastb ShortQueryLookup; do - rm "${D}/usr/bin/$i" || die - done -} |