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 4713213835A for ; Wed, 17 Mar 2021 10:52:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71B1EE07B3; Wed, 17 Mar 2021 10:52:48 +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 58ADBE07B3 for ; Wed, 17 Mar 2021 10:52:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 F07A6335DA8 for ; Wed, 17 Mar 2021 10:52:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 723EB4F1 for ; Wed, 17 Mar 2021 10:52:45 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1615978193.4f6bf982120b725c5562bfd8ed609c52d3ab8a70.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/glimpse/, media-gfx/glimpse/files/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-gfx/glimpse/files/glimpse-0.2.0_fix_test-appdata.patch media-gfx/glimpse/files/glimpse-0.2_fix_test-appdata.patch media-gfx/glimpse/glimpse-0.2.0.ebuild X-VCS-Directories: media-gfx/glimpse/ media-gfx/glimpse/files/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: 4f6bf982120b725c5562bfd8ed609c52d3ab8a70 X-VCS-Branch: dev Date: Wed, 17 Mar 2021 10:52:45 +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: a4819a6a-316b-48d9-bf3d-f4526652415f X-Archives-Hash: c4ab4244f1f2f1e4c4af18899b4054c8 commit: 4f6bf982120b725c5562bfd8ed609c52d3ab8a70 Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Wed Mar 17 10:49:53 2021 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Wed Mar 17 10:49:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4f6bf982 media-gfx/glimpse: Fix patch file-name. Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> ...-0.2_fix_test-appdata.patch => glimpse-0.2.0_fix_test-appdata.patch} | 0 media-gfx/glimpse/glimpse-0.2.0.ebuild | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/glimpse/files/glimpse-0.2_fix_test-appdata.patch b/media-gfx/glimpse/files/glimpse-0.2.0_fix_test-appdata.patch similarity index 100% rename from media-gfx/glimpse/files/glimpse-0.2_fix_test-appdata.patch rename to media-gfx/glimpse/files/glimpse-0.2.0_fix_test-appdata.patch diff --git a/media-gfx/glimpse/glimpse-0.2.0.ebuild b/media-gfx/glimpse/glimpse-0.2.0.ebuild index 47f619d2..856d85e7 100644 --- a/media-gfx/glimpse/glimpse-0.2.0.ebuild +++ b/media-gfx/glimpse/glimpse-0.2.0.ebuild @@ -92,7 +92,7 @@ BDEPEND=" DOCS=( "AUTHORS" "HACKING.md" "NEWS" "README.md" ) PATCHES=( - "${FILESDIR}/${PN}-0.2_fix_test-appdata.patch" # Bug 685210, bug #691070 + "${FILESDIR}/${PN}-0.2.0_fix_test-appdata.patch" # Bug 685210, bug #691070 "${FILESDIR}/${PN}-0.2.0_fix_autoconf-2.70.patch" # Bug #776679 )