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 /sci-biology/clustalw/clustalw-2.1-r1.ebuild
parentapp-admin/pass: use https for git checkout. (diff)
downloadgentoo-200b406609b2534985901bd7ce1e13a3135b5720.tar.gz
gentoo-200b406609b2534985901bd7ce1e13a3135b5720.tar.bz2
gentoo-200b406609b2534985901bd7ce1e13a3135b5720.zip
sci-biology/clustalw: Modernise to EAPI 6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sci-biology/clustalw/clustalw-2.1-r1.ebuild')
-rw-r--r--sci-biology/clustalw/clustalw-2.1-r1.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/sci-biology/clustalw/clustalw-2.1-r1.ebuild b/sci-biology/clustalw/clustalw-2.1-r1.ebuild
new file mode 100644
index 000000000000..467cbf3cc8fc
--- /dev/null
+++ b/sci-biology/clustalw/clustalw-2.1-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="General purpose multiple alignment program for DNA and proteins"
+HOMEPAGE="http://www.clustal.org/"
+SRC_URI="http://www.clustal.org/download/current/${P}.tar.gz"
+
+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
+}