aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sci-biology/biobambam2/biobambam2-2.0.89.ebuild5
-rw-r--r--sci-biology/biobambam2/biobambam2-9999.ebuild11
2 files changed, 9 insertions, 7 deletions
diff --git a/sci-biology/biobambam2/biobambam2-2.0.89.ebuild b/sci-biology/biobambam2/biobambam2-2.0.89.ebuild
index f4d9679eb..3ebc9cae5 100644
--- a/sci-biology/biobambam2/biobambam2-2.0.89.ebuild
+++ b/sci-biology/biobambam2/biobambam2-2.0.89.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -6,7 +6,8 @@ EAPI=7
inherit autotools
DESCRIPTION="Tools for bam file processing (libmaus2)"
-HOMEPAGE="https://github.com/gt1/biobambam2"
+HOMEPAGE="https://gitlab.com/german.tischler/biobambam2
+ https://github.com/gt1/biobambam2"
SRC_URI="https://github.com/gt1/biobambam2/archive/2.0.89-release-20180518145034.tar.gz"
LICENSE="GPL-3 MIT"
diff --git a/sci-biology/biobambam2/biobambam2-9999.ebuild b/sci-biology/biobambam2/biobambam2-9999.ebuild
index e2fc6946a..59774ca56 100644
--- a/sci-biology/biobambam2/biobambam2-9999.ebuild
+++ b/sci-biology/biobambam2/biobambam2-9999.ebuild
@@ -1,13 +1,14 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit git-r3 autotools
-DESCRIPTION="Tools for bam file processing (libmaus2)"
-HOMEPAGE="https://github.com/gt1/biobambam2"
-EGIT_REPO_URI="https://github.com/gt1/biobambam2.git"
+DESCRIPTION="Tools for bam file processing (using libmaus2)"
+HOMEPAGE="https://gitlab.com/german.tischler/biobambam2
+ https://github.com/gt1/biobambam2"
+EGIT_REPO_URI="https://gitlab.com/german.tischler/biobambam2"
LICENSE="GPL-3 MIT"
SLOT="0"
@@ -16,7 +17,7 @@ IUSE=""
DEPEND="
!sci-biology/biobambam
- >=sci-libs/libmaus2-2.0.225"
+ >=sci-libs/libmaus2-2.0.555"
RDEPEND="${DEPEND}"
src_prepare() {