aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/jigsaw/jigsaw-3.2.10m.ebuild')
-rw-r--r--sci-biology/jigsaw/jigsaw-3.2.10m.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/sci-biology/jigsaw/jigsaw-3.2.10m.ebuild b/sci-biology/jigsaw/jigsaw-3.2.10m.ebuild
deleted file mode 100644
index 1a78ae08e..000000000
--- a/sci-biology/jigsaw/jigsaw-3.2.10m.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Combine results from external gene predictors into final gene models"
-HOMEPAGE="https://www.cbcb.umd.edu/software/jigsaw"
-SRC_URI="https://www.cbcb.umd.edu/software/jigsaw/${P}.tar.gz"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS=""
-
-S="${WORKDIR}/${PN}-${PV//m}"
-
-src_compile() {
- cd src/main || die
- emake
- cd ../../lib/oc1
- emake
-}
-
-src_install() {
- cd src/main || die
- emake DESTDIR="${ED}" install
- cd ../../lib/oc1
- emake DESTDIR="${ED}" install
-}