Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/g3data/
Date: Sun, 15 Sep 2019 17:17:41
Message-Id: 1568567438.c3f5daaba2be4cd2ecf085f17e991fc768ef6b86.mgorny@gentoo
1 commit: c3f5daaba2be4cd2ecf085f17e991fc768ef6b86
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 15 17:10:38 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 15 17:10:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3f5daab
7
8 sci-visualization/g3data: Inline mirror://github
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sci-visualization/g3data/g3data-1.5.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-visualization/g3data/g3data-1.5.4.ebuild b/sci-visualization/g3data/g3data-1.5.4.ebuild
16 index b0ab7379056..09cbc7f4670 100644
17 --- a/sci-visualization/g3data/g3data-1.5.4.ebuild
18 +++ b/sci-visualization/g3data/g3data-1.5.4.ebuild
19 @@ -7,7 +7,7 @@ inherit autotools-utils eutils
20
21 DESCRIPTION="Tool for extracting data from graphs"
22 HOMEPAGE="https://github.com/pn2200/g3data"
23 -SRC_URI="mirror://github/pn2200/g3data/${P}.tar.gz"
24 +SRC_URI="https://github.com/downloads/pn2200/g3data/${P}.tar.gz"
25
26 LICENSE="GPL-2"
27 SLOT="0"