summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2019-11-23 22:11:06 -0500
committerAaron Bauman <bman@gentoo.org>2019-11-23 22:21:42 -0500
commit58ddef9233b94795532f01b001f4505fc61309af (patch)
tree329d38e8067d7163154c4709e4f236cd7a4484c4 /sci-biology
parentsci-biology/psipred: drop old EAPI (diff)
downloadgentoo-58ddef9233b94795532f01b001f4505fc61309af.tar.gz
gentoo-58ddef9233b94795532f01b001f4505fc61309af.tar.bz2
gentoo-58ddef9233b94795532f01b001f4505fc61309af.zip
sci-biology/mcl: drop old EAPI
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/mcl/Manifest2
-rw-r--r--sci-biology/mcl/mcl-08.312.ebuild36
-rw-r--r--sci-biology/mcl/mcl-12.135.ebuild36
3 files changed, 0 insertions, 74 deletions
diff --git a/sci-biology/mcl/Manifest b/sci-biology/mcl/Manifest
index 0951ea28b0c5..096ca2cd29f1 100644
--- a/sci-biology/mcl/Manifest
+++ b/sci-biology/mcl/Manifest
@@ -1,3 +1 @@
-DIST mcl-08-312.tar.gz 2749006 BLAKE2B ea575f0b436e42d69e9f66e1beef595503a5c56dce72b54c1095ce3225da1cee1820827bbaaa3fc39fa2ba1ce6aec115e8c4fe0b22a3212cce5e613ad33197d4 SHA512 9f89f81af398710ebb9135c93653d892fc9daef360d70f3b890a3133d8a17dddffe568b110d3370602cead895562bc0dc5a71020834b3b3e9b6d2abf4bf64b0b
-DIST mcl-12-135.tar.gz 2970824 BLAKE2B f70fd018cf0e1efba45abb9b3e0b09ce32026c255f6c58ffebc91059e2402231273d7b5956d97fe97e7509c5b90b98a86eaea30bb9a20955aed437871ef5d08b SHA512 97234e88f3430f223e1f303577b2b8853f40de6b204de415466719f691f529a795b17bf2fd48d4cc73d05900c87a10ba9afabbe54bce9367ee59215e7db0a8f5
DIST mcl-14-137.tar.gz 3035491 BLAKE2B d6b975841a9094055306056ae0cd646cc92af69018893981d32b0604a583f61d3764bc67c1e21a0861b89a17013c01bcd4c1d7cbb4e0c5856403c2a767121423 SHA512 7e399e571de60da5e1ba9e643b7f0cd98fe484cc8cef517222a57322b5c7a04afa675c7cf0ab88b5801efa9565e5e67a14c4914987964308391d88dd4be1bea2
diff --git a/sci-biology/mcl/mcl-08.312.ebuild b/sci-biology/mcl/mcl-08.312.ebuild
deleted file mode 100644
index fb0bf237a671..000000000000
--- a/sci-biology/mcl/mcl-08.312.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils
-
-MY_P="${PN}-${PV/./-}"
-
-DESCRIPTION="A Markov Cluster Algorithm implementation"
-HOMEPAGE="http://micans.org/mcl/"
-SRC_URI="http://micans.org/mcl/src/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+blast"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- find \
- -name Makefile.am \
- -exec sed \
- -e '/docdir/d' \
- -e '/exampledir/s:doc::g' \
- -i '{}' + || die
- autotools-utils_src_prepare
-}
-
-src_configure() {
- local myeconfargs=( $(use_enable blast) )
- autotools-utils_src_configure
-}
diff --git a/sci-biology/mcl/mcl-12.135.ebuild b/sci-biology/mcl/mcl-12.135.ebuild
deleted file mode 100644
index fb0bf237a671..000000000000
--- a/sci-biology/mcl/mcl-12.135.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils
-
-MY_P="${PN}-${PV/./-}"
-
-DESCRIPTION="A Markov Cluster Algorithm implementation"
-HOMEPAGE="http://micans.org/mcl/"
-SRC_URI="http://micans.org/mcl/src/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+blast"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- find \
- -name Makefile.am \
- -exec sed \
- -e '/docdir/d' \
- -e '/exampledir/s:doc::g' \
- -i '{}' + || die
- autotools-utils_src_prepare
-}
-
-src_configure() {
- local myeconfargs=( $(use_enable blast) )
- autotools-utils_src_configure
-}