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/snpfile/
Date: Sun, 26 Feb 2017 12:41:08
Message-Id: 1488112852.eebb57a0df2da63742d9061fbf241e480f668aa2.soap@gentoo
1 commit: eebb57a0df2da63742d9061fbf241e480f668aa2
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:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eebb57a0
7
8 sci-biology/snpfile: 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/snpfile/snpfile-2.0.1-r1.ebuild | 36 -----------------------------
14 sci-biology/snpfile/snpfile-2.0.1.ebuild | 26 ---------------------
15 2 files changed, 62 deletions(-)
16
17 diff --git a/sci-biology/snpfile/snpfile-2.0.1-r1.ebuild b/sci-biology/snpfile/snpfile-2.0.1-r1.ebuild
18 deleted file mode 100644
19 index b06f628fa0..0000000000
20 --- a/sci-biology/snpfile/snpfile-2.0.1-r1.ebuild
21 +++ /dev/null
22 @@ -1,36 +0,0 @@
23 -# Copyright 1999-2012 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -# $Id$
26 -
27 -EAPI=4
28 -
29 -inherit autotools eutils multilib
30 -
31 -DESCRIPTION="A library and API for manipulating large SNP datasets"
32 -HOMEPAGE="http://www.birc.au.dk/~mailund/SNPFile/"
33 -SRC_URI="http://www.birc.au.dk/~mailund/SNPFile/download/${P}.tar.gz"
34 -
35 -LICENSE="GPL-3"
36 -SLOT="0"
37 -IUSE="static-libs"
38 -KEYWORDS="amd64 x86"
39 -
40 -DEPEND="dev-libs/boost"
41 -RDEPEND="${DEPEND}"
42 -
43 -src_prepare() {
44 - epatch \
45 - "${FILESDIR}"/${P}-gcc44.patch \
46 - "${FILESDIR}"/${P}-gentoo.diff \
47 - "${FILESDIR}"/${P}-gold.patch
48 - eautoreconf
49 -}
50 -
51 -src_configure() {
52 - econf $(use_enable static-libs static)
53 -}
54 -
55 -src_install() {
56 - default
57 - use static-libs || rm "${D}"/usr/$(get_libdir)/lib${PN}.la
58 -}
59
60 diff --git a/sci-biology/snpfile/snpfile-2.0.1.ebuild b/sci-biology/snpfile/snpfile-2.0.1.ebuild
61 deleted file mode 100644
62 index 6f57debb29..0000000000
63 --- a/sci-biology/snpfile/snpfile-2.0.1.ebuild
64 +++ /dev/null
65 @@ -1,26 +0,0 @@
66 -# Copyright 1999-2009 Gentoo Foundation
67 -# Distributed under the terms of the GNU General Public License v2
68 -# $Id$
69 -
70 -EAPI=2
71 -inherit eutils
72 -
73 -DESCRIPTION="A library and API for manipulating large SNP datasets"
74 -HOMEPAGE="http://www.birc.au.dk/~mailund/SNPFile/"
75 -SRC_URI="http://www.birc.au.dk/~mailund/SNPFile/download/${P}.tar.gz"
76 -
77 -LICENSE="GPL-3"
78 -SLOT="0"
79 -IUSE=""
80 -KEYWORDS="amd64 x86"
81 -
82 -RDEPEND="dev-libs/boost"
83 -DEPEND="${RDEPEND}"
84 -
85 -src_prepare() {
86 - epatch "${FILESDIR}"/${P}-gcc44.patch
87 -}
88 -
89 -src_install() {
90 - emake DESTDIR="${D}" install || die "emake install failed"
91 -}