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/yass/
Date: Sat, 03 Sep 2016 23:03:43
Message-Id: 1472943798.4a567c8fd34191f0fd1752e8da2a07143b5b7d85.soap@gentoo
1 commit: 4a567c8fd34191f0fd1752e8da2a07143b5b7d85
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 3 22:35:56 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 3 23:03:18 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a567c8f
7
8 sci-biology/yass: remove deprecated EAPI ebuilds
9
10 Package-Manager: portage-2.3.0
11
12 sci-biology/yass/yass-1.14-r1.ebuild | 36 ------------------------------------
13 sci-biology/yass/yass-1.14.ebuild | 22 ----------------------
14 2 files changed, 58 deletions(-)
15
16 diff --git a/sci-biology/yass/yass-1.14-r1.ebuild b/sci-biology/yass/yass-1.14-r1.ebuild
17 deleted file mode 100644
18 index 6476a83..00000000
19 --- a/sci-biology/yass/yass-1.14-r1.ebuild
20 +++ /dev/null
21 @@ -1,36 +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="Genomic similarity search with multiple transition constrained spaced seeds"
31 -HOMEPAGE="http://bioinfo.lifl.fr/yass/"
32 -SRC_URI="http://bioinfo.lifl.fr/yass/files/${P}.tar.gz"
33 -
34 -LICENSE="GPL-2"
35 -SLOT="0"
36 -IUSE="dmalloc lowmem threads"
37 -KEYWORDS="~amd64 ~x86"
38 -
39 -DEPEND="dmalloc? ( dev-libs/dmalloc )"
40 -RDEPEND="${DEPEND}"
41 -
42 -src_prepare() {
43 - epatch "${FILESDIR}"/${PV}-as-needed.patch
44 - eautoreconf
45 -}
46 -
47 -src_configure() {
48 - econf \
49 - $(use_enable threads) \
50 - $(use_enable lowmem lowmemory) \
51 - $(use_with dmalloc)
52 -}
53 -
54 -src_install() {
55 - emake DESTDIR="${D}" install || die
56 - dodoc AUTHORS README NEWS || die
57 -}
58
59 diff --git a/sci-biology/yass/yass-1.14.ebuild b/sci-biology/yass/yass-1.14.ebuild
60 deleted file mode 100644
61 index c0d6242..00000000
62 --- a/sci-biology/yass/yass-1.14.ebuild
63 +++ /dev/null
64 @@ -1,22 +0,0 @@
65 -# Copyright 1999-2010 Gentoo Foundation
66 -# Distributed under the terms of the GNU General Public License v2
67 -# $Id$
68 -
69 -EAPI="2"
70 -
71 -DESCRIPTION="Genomic similarity search with multiple transition constrained spaced seeds"
72 -HOMEPAGE="http://bioinfo.lifl.fr/yass/"
73 -SRC_URI="http://bioinfo.lifl.fr/yass/files/${P}.tar.gz"
74 -
75 -LICENSE="GPL-2"
76 -SLOT="0"
77 -IUSE=""
78 -KEYWORDS="~amd64 ~x86"
79 -
80 -DEPEND=""
81 -RDEPEND=""
82 -
83 -src_install() {
84 - einstall || die
85 - dodoc AUTHORS README NEWS
86 -}