aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/hydra-sv/hydra-sv-0.5.3.ebuild')
-rw-r--r--sci-biology/hydra-sv/hydra-sv-0.5.3.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/sci-biology/hydra-sv/hydra-sv-0.5.3.ebuild b/sci-biology/hydra-sv/hydra-sv-0.5.3.ebuild
deleted file mode 100644
index ec74337e5..000000000
--- a/sci-biology/hydra-sv/hydra-sv-0.5.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Detection of structural variation breakpoints"
-HOMEPAGE="http://code.google.com/p/hydra-sv/"
-SRC_URI="http://hydra-sv.googlecode.com/files/Hydra.v${PV}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-KEYWORDS="~amd64 ~x86"
-
-S="${WORKDIR}/Hydra-Version-${PV}"
-
-src_compile() {
- emake clean
- default
-}
-
-src_install() {
- dobin bin/* scripts/*
-}