Gentoo Archives: gentoo-commits

From: Rafael Martins <rafaelmartins@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/g-octave/
Date: Sat, 29 Feb 2020 00:36:26
Message-Id: 1582936566.56c8d7965e529ce03f1bc59f2b7e8fde3705e9e0.rafaelmartins@gentoo
1 commit: 56c8d7965e529ce03f1bc59f2b7e8fde3705e9e0
2 Author: Rafael Martins <rafaelmartins <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 29 00:35:53 2020 +0000
4 Commit: Rafael Martins <rafaelmartins <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 29 00:36:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56c8d796
7
8 app-portage/g-octave: fix ObsoleteUri warning from ci/pkgcheck
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
11 Signed-off-by: Rafael Martins <rafaelmartins <AT> gentoo.org>
12
13 app-portage/g-octave/g-octave-0.4.1-r7.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-portage/g-octave/g-octave-0.4.1-r7.ebuild b/app-portage/g-octave/g-octave-0.4.1-r7.ebuild
17 index 12d1e45780d..6597908c611 100644
18 --- a/app-portage/g-octave/g-octave-0.4.1-r7.ebuild
19 +++ b/app-portage/g-octave/g-octave-0.4.1-r7.ebuild
20 @@ -15,7 +15,7 @@ DESCRIPTION="A tool that generates and installs ebuilds for Octave-Forge"
21 HOMEPAGE="https://github.com/rafaelmartins/g-octave"
22
23 SRC_URI="https://github.com/downloads/rafaelmartins/${PN}/${P}.tar.gz
24 - https://github.com/rafaelmartins/${PN}-db/tarball/${DB_COMMIT} ->
25 + https://github.com/rafaelmartins/${PN}-db/archive/${DB_COMMIT}.tar.gz ->
26 ${PN}-db-${DB_COMMIT:0:7}.tar.gz
27 https://dev.gentoo.org/~rafaelmartins/distfiles/${PN}-patches-${PVR}.tar.xz"