From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9DBA9138350 for ; Sat, 29 Feb 2020 00:36:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A278E0884; Sat, 29 Feb 2020 00:36:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 323E6E0884 for ; Sat, 29 Feb 2020 00:36:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B76E634F412 for ; Sat, 29 Feb 2020 00:36:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28A0614E for ; Sat, 29 Feb 2020 00:36:18 +0000 (UTC) From: "Rafael Martins" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rafael Martins" Message-ID: <1582936566.56c8d7965e529ce03f1bc59f2b7e8fde3705e9e0.rafaelmartins@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/g-octave/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/g-octave/g-octave-0.4.1-r7.ebuild X-VCS-Directories: app-portage/g-octave/ X-VCS-Committer: rafaelmartins X-VCS-Committer-Name: Rafael Martins X-VCS-Revision: 56c8d7965e529ce03f1bc59f2b7e8fde3705e9e0 X-VCS-Branch: master Date: Sat, 29 Feb 2020 00:36:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c803c975-dcb1-4bc4-9b8f-1a4d761e7494 X-Archives-Hash: 0c4caced7075f0e5172f20380fa51f56 commit: 56c8d7965e529ce03f1bc59f2b7e8fde3705e9e0 Author: Rafael Martins gentoo org> AuthorDate: Sat Feb 29 00:35:53 2020 +0000 Commit: Rafael Martins gentoo org> CommitDate: Sat Feb 29 00:36:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56c8d796 app-portage/g-octave: fix ObsoleteUri warning from ci/pkgcheck Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Rafael Martins gentoo.org> app-portage/g-octave/g-octave-0.4.1-r7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 index 12d1e45780d..6597908c611 100644 --- a/app-portage/g-octave/g-octave-0.4.1-r7.ebuild +++ b/app-portage/g-octave/g-octave-0.4.1-r7.ebuild @@ -15,7 +15,7 @@ DESCRIPTION="A tool that generates and installs ebuilds for Octave-Forge" HOMEPAGE="https://github.com/rafaelmartins/g-octave" SRC_URI="https://github.com/downloads/rafaelmartins/${PN}/${P}.tar.gz - https://github.com/rafaelmartins/${PN}-db/tarball/${DB_COMMIT} -> + https://github.com/rafaelmartins/${PN}-db/archive/${DB_COMMIT}.tar.gz -> ${PN}-db-${DB_COMMIT:0:7}.tar.gz https://dev.gentoo.org/~rafaelmartins/distfiles/${PN}-patches-${PVR}.tar.xz"