Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/libgtextutils/
Date: Tue, 22 Sep 2015 08:19:50
Message-Id: 1442908021.dbda6d12f1dc5bb8ff0b2653568ace18ebcb0d37.jlec@gentoo
1 commit: dbda6d12f1dc5bb8ff0b2653568ace18ebcb0d37
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 22 07:47:01 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 22 07:47:01 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=dbda6d12
7
8 sci-biology/libgtextutils: Bump to EAPI=5
9
10 Package-Manager: portage-2.2.21
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 sci-biology/libgtextutils/libgtextutils-0.6.1.ebuild | 11 ++---------
14 1 file changed, 2 insertions(+), 9 deletions(-)
15
16 diff --git a/sci-biology/libgtextutils/libgtextutils-0.6.1.ebuild b/sci-biology/libgtextutils/libgtextutils-0.6.1.ebuild
17 index 35563d1..11ca5e2 100644
18 --- a/sci-biology/libgtextutils/libgtextutils-0.6.1.ebuild
19 +++ b/sci-biology/libgtextutils/libgtextutils-0.6.1.ebuild
20 @@ -1,8 +1,8 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2015 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 -EAPI=3
27 +EAPI=5
28
29 DESCRIPTION="Gordon Text utils Library"
30 HOMEPAGE="http://hannonlab.cshl.edu/fastx_toolkit/"
31 @@ -12,10 +12,3 @@ LICENSE="AGPL-3"
32 SLOT="0"
33 KEYWORDS="~amd64 ~x86"
34 IUSE=""
35 -
36 -DEPEND=""
37 -RDEPEND="${DEPEND}"
38 -
39 -src_install(){
40 - emake install DESTDIR="${D}"
41 -}