summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-02-25 16:11:09 +0100
committerDavid Seifert <soap@gentoo.org>2017-02-25 16:23:50 +0100
commit200b406609b2534985901bd7ce1e13a3135b5720 (patch)
tree37aea51b33f9a5513e8e836732fc9214c80c8ee3
parentapp-admin/pass: use https for git checkout. (diff)
downloadgentoo-200b4066.tar.gz
gentoo-200b4066.tar.bz2
gentoo-200b4066.zip
sci-biology/clustalw: Modernise to EAPI 6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
-rw-r--r--sci-biology/clustalw/clustalw-2.1-r1.ebuild (renamed from sci-biology/clustalw/clustalw-2.1.ebuild)9
1 files changed, 7 insertions, 2 deletions
diff --git a/sci-biology/clustalw/clustalw-2.1.ebuild b/sci-biology/clustalw/clustalw-2.1-r1.ebuild
index 8664ee3108ec..467cbf3cc8fc 100644
--- a/sci-biology/clustalw/clustalw-2.1.ebuild
+++ b/sci-biology/clustalw/clustalw-2.1-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=4
+EAPI=6
DESCRIPTION="General purpose multiple alignment program for DNA and proteins"
HOMEPAGE="http://www.clustal.org/"
@@ -12,3 +12,8 @@ LICENSE="GPL-3 LGPL-3"
SLOT="2"
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
IUSE=""
+
+src_install() {
+ default
+ rmdir "${ED%/}"/usr/share/aclocal || die
+}