From: David Seifert Date: Sat, 25 Feb 2017 15:11:09 +0000 (+0100) Subject: sci-biology/clustalw: Modernise to EAPI 6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=200b406609b2534985901bd7ce1e13a3135b5720;p=gentoo.git sci-biology/clustalw: Modernise to EAPI 6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/sci-biology/clustalw/clustalw-2.1.ebuild b/sci-biology/clustalw/clustalw-2.1-r1.ebuild similarity index 75% rename from sci-biology/clustalw/clustalw-2.1.ebuild rename to 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 +}