Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/blossoc/
Date: Sun, 26 Feb 2017 12:41:08
Message-Id: 1488112840.d62228d030b33f1d70b896f77a5ddefa8dae033b.soap@gentoo
1 commit: d62228d030b33f1d70b896f77a5ddefa8dae033b
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 26 12:25:06 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 26 12:40:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d62228d0
7
8 sci-biology/blossoc: Remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Closes: https://github.com/gentoo/gentoo/pull/4083
12
13 sci-biology/blossoc/blossoc-1.4.0.ebuild | 31 -------------------------------
14 1 file changed, 31 deletions(-)
15
16 diff --git a/sci-biology/blossoc/blossoc-1.4.0.ebuild b/sci-biology/blossoc/blossoc-1.4.0.ebuild
17 deleted file mode 100644
18 index 7e5b6694d3..0000000000
19 --- a/sci-biology/blossoc/blossoc-1.4.0.ebuild
20 +++ /dev/null
21 @@ -1,31 +0,0 @@
22 -# Copyright 1999-2010 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Id$
25 -
26 -EAPI="2"
27 -
28 -inherit autotools eutils
29 -
30 -DESCRIPTION="A linkage disequilibrium association mapping tool"
31 -HOMEPAGE="http://www.daimi.au.dk/~mailund/Blossoc/"
32 -SRC_URI="http://www.daimi.au.dk/~mailund/Blossoc/download/${P}.tar.gz"
33 -
34 -LICENSE="GPL-3"
35 -SLOT="0"
36 -IUSE=""
37 -KEYWORDS="amd64 x86"
38 -
39 -DEPEND="sci-libs/gsl
40 - dev-libs/boost
41 - sci-biology/snpfile"
42 -RDEPEND="${DEPEND}"
43 -
44 -src_prepare() {
45 - sed -i '/TESTS += first_test.sh/ d' "${S}/Makefile.am" || die
46 - epatch "${FILESDIR}"/${P}-gcc43.patch
47 - eautoreconf
48 -}
49 -
50 -src_install() {
51 - emake install DESTDIR="${D}" || die "emake install failed"
52 -}