Gentoo Archives: gentoo-commits

From: Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/bam-readcount/
Date: Sat, 03 Feb 2018 13:50:00
Message-Id: 1517665778.ecc98962e40dc2daf1a8afb2cf22826f7d3efe32.mmokrejs@gentoo
1 commit: ecc98962e40dc2daf1a8afb2cf22826f7d3efe32
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Sat Feb 3 13:49:38 2018 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Sat Feb 3 13:49:38 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ecc98962
7
8 sci-biology/bam-readcount: use ${PV}
9
10 Package-Manager: Portage-2.3.23, Repoman-2.3.6
11
12 sci-biology/bam-readcount/bam-readcount-0.8.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-biology/bam-readcount/bam-readcount-0.8.0.ebuild b/sci-biology/bam-readcount/bam-readcount-0.8.0.ebuild
16 index dbc344fd9..9c242afc1 100644
17 --- a/sci-biology/bam-readcount/bam-readcount-0.8.0.ebuild
18 +++ b/sci-biology/bam-readcount/bam-readcount-0.8.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -7,7 +7,7 @@ inherit cmake-utils
26
27 DESCRIPTION="Count DNA sequence reads in BAM files and other statistics calculations"
28 HOMEPAGE="https://github.com/genome/bam-readcount"
29 -SRC_URI="https://github.com/genome/bam-readcount/archive/v0.8.0.tar.gz -> ${P}.tar.gz"
30 +SRC_URI="https://github.com/genome/bam-readcount/archive/v${PV}.tar.gz -> ${P}.tar.gz"
31
32 LICENSE="MIT"
33 SLOT="0"