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/clustalw/
Date: Sat, 25 Feb 2017 15:24:19
Message-Id: 1488036230.200b406609b2534985901bd7ce1e13a3135b5720.soap@gentoo
1 commit: 200b406609b2534985901bd7ce1e13a3135b5720
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 25 15:11:09 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 25 15:23:50 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=200b4066
7
8 sci-biology/clustalw: Modernise to EAPI 6
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 .../clustalw/{clustalw-2.1.ebuild => clustalw-2.1-r1.ebuild} | 9 +++++++--
13 1 file changed, 7 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-biology/clustalw/clustalw-2.1.ebuild b/sci-biology/clustalw/clustalw-2.1-r1.ebuild
16 similarity index 75%
17 rename from sci-biology/clustalw/clustalw-2.1.ebuild
18 rename to sci-biology/clustalw/clustalw-2.1-r1.ebuild
19 index 8664ee3108..467cbf3cc8 100644
20 --- a/sci-biology/clustalw/clustalw-2.1.ebuild
21 +++ b/sci-biology/clustalw/clustalw-2.1-r1.ebuild
22 @@ -1,8 +1,8 @@
23 -# Copyright 1999-2012 Gentoo Foundation
24 +# Copyright 1999-2017 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 -EAPI=4
29 +EAPI=6
30
31 DESCRIPTION="General purpose multiple alignment program for DNA and proteins"
32 HOMEPAGE="http://www.clustal.org/"
33 @@ -12,3 +12,8 @@ LICENSE="GPL-3 LGPL-3"
34 SLOT="2"
35 KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
36 IUSE=""
37 +
38 +src_install() {
39 + default
40 + rmdir "${ED%/}"/usr/share/aclocal || die
41 +}