Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/4083
+++ /dev/null
-# 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"
-}