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 4011E158012 for ; Sat, 10 Sep 2022 20:19:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61192E0976; Sat, 10 Sep 2022 20:19:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4A9D2E0976 for ; Sat, 10 Sep 2022 20:19:26 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E11D7340ED3 for ; Sat, 10 Sep 2022 20:19:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D76A58B for ; Sat, 10 Sep 2022 20:19:23 +0000 (UTC) From: "Patrick Taylor" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Taylor" Message-ID: <1662841144.c6a2a87c15be29578d3ce20dc49f0e324b797782.patrick.joseph.taylor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-chemistry/xcrysden/files/, sci-chemistry/xcrysden/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-chemistry/xcrysden/files/xcrysden-1.6.2-Togl-lib.patch sci-chemistry/xcrysden/files/xcrysden-1.6.2-Togl_lib.patch sci-chemistry/xcrysden/files/xcrysden-1.6.2-wrapper-paths.patch sci-chemistry/xcrysden/files/xcrysden-1.6.2-wrapper_paths.patch sci-chemistry/xcrysden/xcrysden-1.6.2.ebuild X-VCS-Directories: sci-chemistry/xcrysden/ sci-chemistry/xcrysden/files/ X-VCS-Committer: patrick.joseph.taylor X-VCS-Committer-Name: Patrick Taylor X-VCS-Revision: c6a2a87c15be29578d3ce20dc49f0e324b797782 X-VCS-Branch: dev Date: Sat, 10 Sep 2022 20:19:23 +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: 6dd17b02-71cb-4c14-a65e-6097ce37a0fe X-Archives-Hash: 40fd1460fe4fee601f83b32d95711528 commit: c6a2a87c15be29578d3ce20dc49f0e324b797782 Author: Patrick J Taylor gmail com> AuthorDate: Sat Sep 10 20:18:37 2022 +0000 Commit: Patrick Taylor gmail com> CommitDate: Sat Sep 10 20:19:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c6a2a87c sci-chemistry/xcrysden: rename patches to match established convention Signed-off-by: Patrick J Taylor gmail.com> .../{xcrysden-1.6.2-Togl_lib.patch => xcrysden-1.6.2-Togl-lib.patch} | 0 ...n-1.6.2-wrapper_paths.patch => xcrysden-1.6.2-wrapper-paths.patch} | 0 sci-chemistry/xcrysden/xcrysden-1.6.2.ebuild | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/xcrysden/files/xcrysden-1.6.2-Togl_lib.patch b/sci-chemistry/xcrysden/files/xcrysden-1.6.2-Togl-lib.patch similarity index 100% rename from sci-chemistry/xcrysden/files/xcrysden-1.6.2-Togl_lib.patch rename to sci-chemistry/xcrysden/files/xcrysden-1.6.2-Togl-lib.patch diff --git a/sci-chemistry/xcrysden/files/xcrysden-1.6.2-wrapper_paths.patch b/sci-chemistry/xcrysden/files/xcrysden-1.6.2-wrapper-paths.patch similarity index 100% rename from sci-chemistry/xcrysden/files/xcrysden-1.6.2-wrapper_paths.patch rename to sci-chemistry/xcrysden/files/xcrysden-1.6.2-wrapper-paths.patch diff --git a/sci-chemistry/xcrysden/xcrysden-1.6.2.ebuild b/sci-chemistry/xcrysden/xcrysden-1.6.2.ebuild index b243f1a06..99ad16333 100644 --- a/sci-chemistry/xcrysden/xcrysden-1.6.2.ebuild +++ b/sci-chemistry/xcrysden/xcrysden-1.6.2.ebuild @@ -28,8 +28,8 @@ BDEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}/${P}-ext-bwidget.patch" - "${FILESDIR}/${P}-Togl_lib.patch" - "${FILESDIR}/${P}-wrapper_paths.patch" + "${FILESDIR}/${P}-Togl-lib.patch" + "${FILESDIR}/${P}-wrapper-paths.patch" ) src_prepare() {