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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F29F115801B for ; Wed, 2 Aug 2023 16:30:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B932DE0D82; Wed, 2 Aug 2023 16:30:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A004BE0D82 for ; Wed, 2 Aug 2023 16:30:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B2544340BE2 for ; Wed, 2 Aug 2023 16:30:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45081ED3 for ; Wed, 2 Aug 2023 16:30:17 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1690974223.7032c216933475d408c49efe540f2efc0686f04a.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-office/invoice/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-office/invoice/invoice-0.1.0.ebuild X-VCS-Directories: app-office/invoice/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 7032c216933475d408c49efe540f2efc0686f04a X-VCS-Branch: master Date: Wed, 2 Aug 2023 16:30:17 +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: 24129eaf-c68a-42f8-b2db-fe464eb509d4 X-Archives-Hash: 7bd4ec6e8e4a95cf316b96a450602844 commit: 7032c216933475d408c49efe540f2efc0686f04a Author: Jonas Frei pm me> AuthorDate: Wed Aug 2 11:03:29 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Aug 2 11:03:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7032c216 app-office/invoice: Modified dependency tarball URI Signed-off-by: Jonas Frei pm.me> app-office/invoice/invoice-0.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/invoice/invoice-0.1.0.ebuild b/app-office/invoice/invoice-0.1.0.ebuild index f258ceb7dc..e352cdc0ea 100644 --- a/app-office/invoice/invoice-0.1.0.ebuild +++ b/app-office/invoice/invoice-0.1.0.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/maaslalani/invoice" SRC_URI="https://github.com/maaslalani/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" # Using a dependency tarball as per https://devmanual.gentoo.org/eclass-reference/go-module.eclass/index.html -DEPS_URI="https://gitlab.com/freijon_gentoo/${CATEGORY}/${PN}/uploads/c7abf25c03f3397186c9deff055a9e89/${P}-deps.tar.xz" +DEPS_URI="https://gitlab.com/freijon_gentoo/${CATEGORY}/${PN}/-/raw/main/${P}-deps.tar.xz" SRC_URI+=" ${DEPS_URI}" LICENSE="MIT"