From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8B4F31383DE for ; Tue, 1 Sep 2015 20:07:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3788A1424B; Tue, 1 Sep 2015 20:06:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9C1021424B for ; Tue, 1 Sep 2015 20:06:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F922340873 for ; Tue, 1 Sep 2015 20:06:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A8A2184 for ; Tue, 1 Sep 2015 20:06:36 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1441137449.6b6bd3af0034a2360cf0085a13e4d3d560639fc8.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/bedtools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/bedtools/bedtools-2.16.2.ebuild sci-biology/bedtools/bedtools-2.20.1.ebuild X-VCS-Directories: sci-biology/bedtools/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 6b6bd3af0034a2360cf0085a13e4d3d560639fc8 X-VCS-Branch: master Date: Tue, 1 Sep 2015 20:06:36 +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-Archives-Salt: 6e3f8819-a840-4ba8-8fae-019ed31578a1 X-Archives-Hash: 44447739983ab6f03d205b975c61ca71 commit: 6b6bd3af0034a2360cf0085a13e4d3d560639fc8 Author: Tobias Klausmann gentoo org> AuthorDate: Tue Sep 1 19:57:29 2015 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Tue Sep 1 19:57:29 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b6bd3af sci-biology/bedtools: Fixing HOMEPAGE move due to code.google.com shutdown Package-Manager: portage-2.2.20.1 sci-biology/bedtools/bedtools-2.16.2.ebuild | 2 +- sci-biology/bedtools/bedtools-2.20.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-biology/bedtools/bedtools-2.16.2.ebuild b/sci-biology/bedtools/bedtools-2.16.2.ebuild index 9a8fdda..3920b48 100644 --- a/sci-biology/bedtools/bedtools-2.16.2.ebuild +++ b/sci-biology/bedtools/bedtools-2.16.2.ebuild @@ -7,7 +7,7 @@ EAPI=4 inherit flag-o-matic DESCRIPTION="Tools for manipulation and analysis of BED, GFF/GTF, VCF, and SAM/BAM file formats" -HOMEPAGE="https://code.google.com/p/bedtools/" +HOMEPAGE="https://github.com/arq5x/bedtools2" SRC_URI="https://bedtools.googlecode.com/files/BEDTools.v${PV}.tar.gz" LICENSE="GPL-2" diff --git a/sci-biology/bedtools/bedtools-2.20.1.ebuild b/sci-biology/bedtools/bedtools-2.20.1.ebuild index 637ce63..2e1acbc 100644 --- a/sci-biology/bedtools/bedtools-2.20.1.ebuild +++ b/sci-biology/bedtools/bedtools-2.20.1.ebuild @@ -7,7 +7,7 @@ EAPI=4 inherit flag-o-matic DESCRIPTION="Tools for manipulation and analysis of BED, GFF/GTF, VCF, and SAM/BAM file formats" -HOMEPAGE="https://code.google.com/p/bedtools/" +HOMEPAGE="https://github.com/arq5x/bedtools2" SRC_URI="https://github.com/arq5x/bedtools2/releases/download/v${PV}/bedtools-${PV}.tar.gz" LICENSE="GPL-2"