From: Tobias Klausmann Date: Tue, 1 Sep 2015 19:57:29 +0000 (+0200) Subject: sci-biology/bedtools: Fixing HOMEPAGE move due to code.google.com shutdown X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6b6bd3af0034a2360cf0085a13e4d3d560639fc8;p=gentoo.git sci-biology/bedtools: Fixing HOMEPAGE move due to code.google.com shutdown Package-Manager: portage-2.2.20.1 --- diff --git a/sci-biology/bedtools/bedtools-2.16.2.ebuild b/sci-biology/bedtools/bedtools-2.16.2.ebuild index 9a8fdda50bc8..3920b4861085 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 637ce63bbecd..2e1acbcc9cf8 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"