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 0023215817D for ; Fri, 14 Jun 2024 10:47:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47042E2A1B; Fri, 14 Jun 2024 10:47:43 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 29F05E2A1C for ; Fri, 14 Jun 2024 10:47:43 +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 30AB233BF03 for ; Fri, 14 Jun 2024 10:47:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 751B21CEF for ; Fri, 14 Jun 2024 10:47:39 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1718361622.dda703d8835313bbc2099afa9042a14ecdf7c5d0.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/paperwork/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/paperwork/paperwork-2.2.2.ebuild X-VCS-Directories: app-text/paperwork/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: dda703d8835313bbc2099afa9042a14ecdf7c5d0 X-VCS-Branch: master Date: Fri, 14 Jun 2024 10:47:39 +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: e351c956-72de-4eb1-b2aa-c257862d6292 X-Archives-Hash: 1c2e31a23a8654f822f886c3c2303fd3 commit: dda703d8835313bbc2099afa9042a14ecdf7c5d0 Author: Bernard Cafarelli gentoo org> AuthorDate: Fri Jun 14 09:31:08 2024 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Fri Jun 14 10:40:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dda703d8 app-text/paperwork: fix duplicate REL_HASH Signed-off-by: Bernard Cafarelli gentoo.org> app-text/paperwork/paperwork-2.2.2.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/app-text/paperwork/paperwork-2.2.2.ebuild b/app-text/paperwork/paperwork-2.2.2.ebuild index ee6ce4a56117..1f2fc150f5b4 100644 --- a/app-text/paperwork/paperwork-2.2.2.ebuild +++ b/app-text/paperwork/paperwork-2.2.2.ebuild @@ -13,7 +13,6 @@ HOMEPAGE="https://gitlab.gnome.org/World/OpenPaperwork" # Update from release hash at: # https://gitlab.gnome.org/World/OpenPaperwork/paperwork/-/tags REL_HASH="3f51346f" -REL_HASH="0bea4054" SRC_URI="https://gitlab.gnome.org/World/OpenPaperwork/paperwork/-/archive/${PV}/paperwork-${PV}.tar.bz2 https://download.openpaper.work/data/paperwork/master_${REL_HASH}/data.tar.gz -> paperwork-data-${PV}.tar.gz" S=${WORKDIR}/paperwork-${PV}/${PN}-gtk