From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E2890138334 for ; Tue, 22 Jan 2019 15:35:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBD37E0A9F; Tue, 22 Jan 2019 15:35:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A3245E0A9F for ; Tue, 22 Jan 2019 15:35:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4B329335CD5 for ; Tue, 22 Jan 2019 15:35:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52ECF2A7 for ; Tue, 22 Jan 2019 15:35:15 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <1548171305.c136ed4c31ad6688ff68b7f14c8b56f5f8d2504c.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/biobambam2/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/biobambam2/biobambam2-2.0.89.ebuild sci-biology/biobambam2/biobambam2-9999.ebuild X-VCS-Directories: sci-biology/biobambam2/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: c136ed4c31ad6688ff68b7f14c8b56f5f8d2504c X-VCS-Branch: master Date: Tue, 22 Jan 2019 15:35:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a78c192e-f3d2-485f-a22e-ee61539dc304 X-Archives-Hash: 99e7bee5b2c2192d87cbe0a57ce4b1c6 commit: c136ed4c31ad6688ff68b7f14c8b56f5f8d2504c Author: Martin Mokrejs fold natur cuni cz> AuthorDate: Tue Jan 22 15:35:05 2019 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Tue Jan 22 15:35:05 2019 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c136ed4c sci-biology/biobambam2: upstream moved from github to gitlab Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: Martin Mokrejs fold.natur.cuni.cz> sci-biology/biobambam2/biobambam2-2.0.89.ebuild | 5 +++-- sci-biology/biobambam2/biobambam2-9999.ebuild | 11 ++++++----- 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() {