aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/blossoc/blossoc-1.1.1.ebuild')
-rw-r--r--sci-biology/blossoc/blossoc-1.1.1.ebuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/sci-biology/blossoc/blossoc-1.1.1.ebuild b/sci-biology/blossoc/blossoc-1.1.1.ebuild
deleted file mode 100644
index 38c712866..000000000
--- a/sci-biology/blossoc/blossoc-1.1.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-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-2"
-SLOT="0"
-IUSE=""
-KEYWORDS="~x86"
-
-DEPEND="sci-libs/gsl"
-RDEPEND="${DEPEND}"
-
-src_install() {
- emake install DESTDIR="${D}" || die "emake install failed"
-}