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 CCF55158094 for ; Thu, 11 Aug 2022 07:37:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF4CAE0CBC; Thu, 11 Aug 2022 07:37:55 +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 83CA4E0CBD for ; Thu, 11 Aug 2022 07:37:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 84FC634134F for ; Thu, 11 Aug 2022 07:37:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 692BA561 for ; Thu, 11 Aug 2022 07:37:51 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1660203431.d928dcb4e7ccff94b1c1ea1e800cf16654cc17ec.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/guake/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/guake/Manifest x11-terms/guake/guake-3.8.5-r1.ebuild X-VCS-Directories: x11-terms/guake/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: d928dcb4e7ccff94b1c1ea1e800cf16654cc17ec X-VCS-Branch: master Date: Thu, 11 Aug 2022 07:37:51 +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: 9bb4a195-3849-4541-8075-47cd4fb5fb6a X-Archives-Hash: 12b93754be4575cf46f3e5044ce3cbf6 commit: d928dcb4e7ccff94b1c1ea1e800cf16654cc17ec Author: Ionen Wolkens gentoo org> AuthorDate: Thu Aug 11 07:34:56 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Thu Aug 11 07:37:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d928dcb4 x11-terms/guake: fix PythonGHDistfileSuffix Previous commit just revbumped and it's cleaner to do these at same time to update offline tarballs. Signed-off-by: Ionen Wolkens gentoo.org> x11-terms/guake/Manifest | 2 +- x11-terms/guake/guake-3.8.5-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-terms/guake/Manifest b/x11-terms/guake/Manifest index d2205e05ab63..43fe2c1115aa 100644 --- a/x11-terms/guake/Manifest +++ b/x11-terms/guake/Manifest @@ -1 +1 @@ -DIST guake-3.8.5.tar.gz 1112897 BLAKE2B 221e6a388c3a5904cd20a762e6a669e30b59a742a550e5c2a411534c3b0730c7622f42c67fdc72785fac199c432a297beb9fb53be2b5e2b7545a5b03c2b8b545 SHA512 40605fadb3a0149ea488a7e93f1b7e4f5250f62fe058292f2c02f03f837f22e13171b28c4a9d1a14c2e4897c0066a683cae547e03862397310bc650d149181fb +DIST guake-3.8.5.gh.tar.gz 1112897 BLAKE2B 221e6a388c3a5904cd20a762e6a669e30b59a742a550e5c2a411534c3b0730c7622f42c67fdc72785fac199c432a297beb9fb53be2b5e2b7545a5b03c2b8b545 SHA512 40605fadb3a0149ea488a7e93f1b7e4f5250f62fe058292f2c02f03f837f22e13171b28c4a9d1a14c2e4897c0066a683cae547e03862397310bc650d149181fb diff --git a/x11-terms/guake/guake-3.8.5-r1.ebuild b/x11-terms/guake/guake-3.8.5-r1.ebuild index 7230559cc2fa..3c4daa62d6d1 100644 --- a/x11-terms/guake/guake-3.8.5-r1.ebuild +++ b/x11-terms/guake/guake-3.8.5-r1.ebuild @@ -12,7 +12,7 @@ PLOCALES="ca cs de el es fa fi fr gl hr hu id it ja ko nb nl pa pl pt_BR ru sv t DESCRIPTION="Drop-down terminal for GNOME" HOMEPAGE="http://guake-project.org/" -SRC_URI="https://github.com/Guake/guake/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/Guake/guake/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="GPL-2+" SLOT="0"