commit: 58c2afe759963053ffd8e15b58f34376ea2f551f
Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Fri Jul 28 19:17:10 2017 +0000
Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Fri Jul 28 20:05:19 2017 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=58c2afe7
sci-biology/vcftools: the 0.1.15_pre release was just renamed to 0.1.15 by
upstream
Package-Manager: Portage-2.3.6, Repoman-2.3.3
.../vcftools/{vcftools-0.1.15_pre.ebuild => vcftools-0.1.15.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-biology/vcftools/vcftools-0.1.15_pre.ebuild
b/sci-biology/vcftools/vcftools-0.1.15.ebuild
similarity index 88%
rename from sci-biology/vcftools/vcftools-0.1.15_pre.ebuild
rename to sci-biology/vcftools/vcftools-0.1.15.ebuild
index a11b28325..3748c67f0 100644
--- a/sci-biology/vcftools/vcftools-0.1.15_pre.ebuild
+++ b/sci-biology/vcftools/vcftools-0.1.15.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}/${PN}-${MY_PV}"
DESCRIPTION="Tools for working with VCF (Variant Call Format) files"
HOMEPAGE="http://vcftools.sourceforge.net/"
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${MY_PV}/${PN}-${MY_PV}.tar.gz"
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${PN}-${PV}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"