Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/treeviewx/
Date: Fri, 30 Sep 2022 23:25:01
Message-Id: 1664580267.a896841d41bb591d5de8cba4c9d28f509cc3482c.sam@gentoo
1 commit: a896841d41bb591d5de8cba4c9d28f509cc3482c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 30 23:17:22 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 30 23:24:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a896841d
7
8 sci-biology/treeviewx: fix StaticSrcUri
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sci-biology/treeviewx/treeviewx-0.5.1-r3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-biology/treeviewx/treeviewx-0.5.1-r3.ebuild b/sci-biology/treeviewx/treeviewx-0.5.1-r3.ebuild
16 index 05e25ec750e9..359aa98a784f 100644
17 --- a/sci-biology/treeviewx/treeviewx-0.5.1-r3.ebuild
18 +++ b/sci-biology/treeviewx/treeviewx-0.5.1-r3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -8,7 +8,7 @@ inherit autotools wxwidgets
26
27 DESCRIPTION="A phylogenetic tree viewer"
28 HOMEPAGE="http://darwin.zoology.gla.ac.uk/~rpage/treeviewx/"
29 -SRC_URI="http://darwin.zoology.gla.ac.uk/~rpage/${PN}/download/0.5/tv-${PV}.tar.gz"
30 +SRC_URI="http://darwin.zoology.gla.ac.uk/~rpage/${PN}/download/$(ver_cut 1-2)/tv-${PV}.tar.gz"
31 S="${WORKDIR}/tv-${PV}"
32
33 LICENSE="GPL-2"