aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2017-01-29 14:03:22 +0000
committerJustin Lecher <jlec@gentoo.org>2017-01-29 14:03:22 +0000
commitc18962d9d1d8cb9c13caafaaaa7b8204c2b4a885 (patch)
treec48afcddf4a74c6f1aba32971923ebf0bc17f695
parentsci-biology/artemis-bin: Add missing slot operator (diff)
downloadsci-c18962d9d1d8cb9c13caafaaaa7b8204c2b4a885.tar.gz
sci-c18962d9d1d8cb9c13caafaaaa7b8204c2b4a885.tar.bz2
sci-c18962d9d1d8cb9c13caafaaaa7b8204c2b4a885.zip
sci-biology/breakdancer: QA fixes
Bump to6 EAPI drop non active code add missing slot operator Convert to perl-functions.eclass Shorten DESCRIPTION Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r--sci-biology/breakdancer/breakdancer-9999.ebuild28
-rw-r--r--sci-biology/breakdancer/metadata.xml2
2 files changed, 10 insertions, 20 deletions
diff --git a/sci-biology/breakdancer/breakdancer-9999.ebuild b/sci-biology/breakdancer/breakdancer-9999.ebuild
index 10d2adb44..32688e505 100644
--- a/sci-biology/breakdancer/breakdancer-9999.ebuild
+++ b/sci-biology/breakdancer/breakdancer-9999.ebuild
@@ -1,33 +1,23 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
-inherit cmake-utils
+inherit cmake-utils git-r3 perl-functions
-[ "$PV" == "9999" ] && inherit git-r3
-
-PERL_EXPORT_PHASE_FUNCTIONS=no
-inherit perl-module eutils toolchain-funcs
-
-DESCRIPTION="Genome-wide detection of structural variants from next generation paired-end sequencing reads"
+DESCRIPTION="Genome-wide detection of structural variants from paired-end sequencing reads"
HOMEPAGE="http://gmt.genome.wustl.edu/packages/breakdancer"
-if [ "$PV" == "9999" ]; then
- EGIT_REPO_URI="https://github.com/genome/breakdancer.git"
- KEYWORDS=""
-else
- # TODO: fish out 1.3.6 version from github
- SRC_URI="http://sourceforge.net/projects/breakdancer/files/breakdancer-1.1.2_2013_03_08.zip"
- KEYWORDS=""
-fi
+EGIT_REPO_URI="https://github.com/genome/breakdancer.git"
LICENSE="GPL-3"
SLOT="0"
IUSE=""
+KEYWORDS=""
# http://search.cpan.org/~callahan/Math-CDF-0.1/CDF.pm
-DEPEND="dev-lang/perl
+DEPEND="
+ dev-lang/perl
dev-perl/Statistics-Descriptive
- sci-biology/samtools"
+ sci-biology/samtools:0"
RDEPEND="${DEPEND}"
diff --git a/sci-biology/breakdancer/metadata.xml b/sci-biology/breakdancer/metadata.xml
index 1d67411d5..138cb7705 100644
--- a/sci-biology/breakdancer/metadata.xml
+++ b/sci-biology/breakdancer/metadata.xml
@@ -5,7 +5,7 @@
<email>mmokrejs@fold.natur.cuni.cz</email>
<name>Martin Mokrejs</name>
</maintainer>
-<maintainer type="project">
+ <maintainer type="project">
<email>sci-biology@gentoo.org</email>
<name>Gentoo Biology Project</name>
</maintainer>