aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/symap/symap-5.0.6.ebuild')
-rw-r--r--sci-biology/symap/symap-5.0.6.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/sci-biology/symap/symap-5.0.6.ebuild b/sci-biology/symap/symap-5.0.6.ebuild
deleted file mode 100644
index 58b444b3d..000000000
--- a/sci-biology/symap/symap-5.0.6.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Synteny Mapping and Analysis Program"
-HOMEPAGE="http://www.agcol.arizona.edu/software/symap/ https://github.com/csoderlund/SyMAP"
-SRC_URI="https://github.com/csoderlund/SyMAP/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-# error: package netscape.javascript does not exist
-KEYWORDS=""
-
-DEPEND="
- sci-biology/blat
- sci-biology/mummer
- sci-biology/muscle"
-RDEPEND="${DEPEND}
- >=virtual/jre-1.7:*"
-
-S="${WORKDIR}/SyMAP-${PV}/java"
-
-src_unpack() {
- default
- cd "${S}"
- tar xvf classes_ext.tar.gz
- cd ../
- tar xvf ext.tar.gz
-}
-
-src_prepare() {
- default
- sed -e 's/#JAVA_PATH=\/usr/JAVA_PATH=\/usr/g' -i Makefile || die
-}
-
-src_compile() {
- emake class_dirs
- emake
-}