aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mokrejs <mmokrejs@fold.natur.cuni.cz>2019-01-22 16:35:05 +0100
committerMartin Mokrejs <mmokrejs@fold.natur.cuni.cz>2019-01-22 16:35:05 +0100
commitc136ed4c31ad6688ff68b7f14c8b56f5f8d2504c (patch)
tree842e585b956c34c11484ba1ea5345711764eb0fd
parentsci-libs/libmaus2: upstream moved from github to gitlab (diff)
downloadsci-c136ed4c31ad6688ff68b7f14c8b56f5f8d2504c.tar.gz
sci-c136ed4c31ad6688ff68b7f14c8b56f5f8d2504c.tar.bz2
sci-c136ed4c31ad6688ff68b7f14c8b56f5f8d2504c.zip
sci-biology/biobambam2: upstream moved from github to gitlab
Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>
-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() {