diff options
author | David Seifert <soap@gentoo.org> | 2017-02-26 13:25:06 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-26 13:40:40 +0100 |
commit | d62228d030b33f1d70b896f77a5ddefa8dae033b (patch) | |
tree | 8cf5e0bd4c812e280dd96caa62981eade10ed725 /sci-biology/blossoc | |
parent | sci-biology/blossoc: Modernise to EAPI 6 (diff) | |
download | gentoo-d62228d030b33f1d70b896f77a5ddefa8dae033b.tar.gz gentoo-d62228d030b33f1d70b896f77a5ddefa8dae033b.tar.bz2 gentoo-d62228d030b33f1d70b896f77a5ddefa8dae033b.zip |
sci-biology/blossoc: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/4083
Diffstat (limited to 'sci-biology/blossoc')
-rw-r--r-- | sci-biology/blossoc/blossoc-1.4.0.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/sci-biology/blossoc/blossoc-1.4.0.ebuild b/sci-biology/blossoc/blossoc-1.4.0.ebuild deleted file mode 100644 index 7e5b6694d395..000000000000 --- a/sci-biology/blossoc/blossoc-1.4.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="2" - -inherit autotools eutils - -DESCRIPTION="A linkage disequilibrium association mapping tool" -HOMEPAGE="http://www.daimi.au.dk/~mailund/Blossoc/" -SRC_URI="http://www.daimi.au.dk/~mailund/Blossoc/download/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -IUSE="" -KEYWORDS="amd64 x86" - -DEPEND="sci-libs/gsl - dev-libs/boost - sci-biology/snpfile" -RDEPEND="${DEPEND}" - -src_prepare() { - sed -i '/TESTS += first_test.sh/ d' "${S}/Makefile.am" || die - epatch "${FILESDIR}"/${P}-gcc43.patch - eautoreconf -} - -src_install() { - emake install DESTDIR="${D}" || die "emake install failed" -} |