summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-02-19 19:41:34 +0100
committerDavid Seifert <soap@gentoo.org>2017-02-19 19:42:49 +0100
commitf2aa1e360dceb10d41bc3aad5aaa9d64a8006ec7 (patch)
tree7212325cacfa4316004883bbb64d210c504449ca /sci-biology
parentsci-biology/embassy-hmmer: Port to emboss-r2.eclass (diff)
downloadgentoo-f2aa1e360dceb10d41bc3aad5aaa9d64a8006ec7.tar.gz
gentoo-f2aa1e360dceb10d41bc3aad5aaa9d64a8006ec7.tar.bz2
gentoo-f2aa1e360dceb10d41bc3aad5aaa9d64a8006ec7.zip
sci-biology/embassy-iprscan: Port to emboss-r2.eclass
Package-Manager: portage-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3937
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/embassy-iprscan/Manifest1
-rw-r--r--sci-biology/embassy-iprscan/embassy-iprscan-4.3.1.660.ebuild16
2 files changed, 17 insertions, 0 deletions
diff --git a/sci-biology/embassy-iprscan/Manifest b/sci-biology/embassy-iprscan/Manifest
index 5b8f21827b95..ec15fbc63d64 100644
--- a/sci-biology/embassy-iprscan/Manifest
+++ b/sci-biology/embassy-iprscan/Manifest
@@ -1 +1,2 @@
DIST embassy-iprscan-4.3.1.650.tar.gz 406720 SHA256 9534de155a4efd765a588f567b9b502052360719278e492b1c0dd9e50aa78013 SHA512 eed75693557f141331dfb6bec6961a8f6eab93780cad3b629d547b8635be2df6ec85e5ae0e9646d174a562a0f6d31c3c487a4dacac9efdd393a7144cd5716878 WHIRLPOOL 25b3ac80d0f5e7bb3e4ffe21fcd2657894f23ca4f7e182d527d97b5b869e11206e2ab4f265fca027e419ef7fdd2752b3d11c8ef9518edb72b93dddff4d7dcfc8
+DIST embassy-iprscan-4.3.1.660.tar.gz 406720 SHA256 9534de155a4efd765a588f567b9b502052360719278e492b1c0dd9e50aa78013 SHA512 eed75693557f141331dfb6bec6961a8f6eab93780cad3b629d547b8635be2df6ec85e5ae0e9646d174a562a0f6d31c3c487a4dacac9efdd393a7144cd5716878 WHIRLPOOL 25b3ac80d0f5e7bb3e4ffe21fcd2657894f23ca4f7e182d527d97b5b869e11206e2ab4f265fca027e419ef7fdd2752b3d11c8ef9518edb72b93dddff4d7dcfc8
diff --git a/sci-biology/embassy-iprscan/embassy-iprscan-4.3.1.660.ebuild b/sci-biology/embassy-iprscan/embassy-iprscan-4.3.1.660.ebuild
new file mode 100644
index 000000000000..46f6c7742595
--- /dev/null
+++ b/sci-biology/embassy-iprscan/embassy-iprscan-4.3.1.660.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+EBO_DESCRIPTION="InterProScan motif detection add-on package"
+
+EBO_EAUTORECONF=1
+
+inherit emboss-r2
+
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+S="${WORKDIR}/IPRSCAN-4.3.1.650"
+PATCHES=( "${FILESDIR}"/${PN}-4.3.1.650_fix-build-system.patch )