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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EF61C1581F0 for ; Sat, 14 Dec 2024 11:38:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B49BE09BC; Sat, 14 Dec 2024 11:38:46 +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 D4311E09BC for ; Sat, 14 Dec 2024 11:38:44 +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 D2701340DE6 for ; Sat, 14 Dec 2024 11:38:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A982AF5 for ; Sat, 14 Dec 2024 11:38:42 +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: <1734176310.f2fda4f0ebbc837e506178bac0d15ce61846a6df.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xlockmore/files/, x11-misc/xlockmore/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xlockmore/files/xlockmore-5.64_alpha0-LDFLAGS.patch x11-misc/xlockmore/xlockmore-5.71.ebuild X-VCS-Directories: x11-misc/xlockmore/ x11-misc/xlockmore/files/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: f2fda4f0ebbc837e506178bac0d15ce61846a6df X-VCS-Branch: master Date: Sat, 14 Dec 2024 11:38:42 +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: d37696ff-043d-4691-87db-7f3336b755f7 X-Archives-Hash: 5b6871f0e06b71bc77b996bf1a7cba89 commit: f2fda4f0ebbc837e506178bac0d15ce61846a6df Author: Florian Schmaus gentoo org> AuthorDate: Sat Dec 14 11:37:50 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sat Dec 14 11:38:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2fda4f0 x11-misc/xlockmore: drop unused file xlockmore-5.64_alpha0-LDFLAGS.patch Signed-off-by: Florian Schmaus gentoo.org> .../files/xlockmore-5.64_alpha0-LDFLAGS.patch | 33 ---------------------- x11-misc/xlockmore/xlockmore-5.71.ebuild | 3 +- 2 files changed, 1 insertion(+), 35 deletions(-) diff --git a/x11-misc/xlockmore/files/xlockmore-5.64_alpha0-LDFLAGS.patch b/x11-misc/xlockmore/files/xlockmore-5.64_alpha0-LDFLAGS.patch deleted file mode 100644 index f36e3ab0b7a2..000000000000 --- a/x11-misc/xlockmore/files/xlockmore-5.64_alpha0-LDFLAGS.patch +++ /dev/null @@ -1,33 +0,0 @@ ---- a/modes/Makefile.in -+++ b/modes/Makefile.in -@@ -344,7 +344,7 @@ - CXXFLAGS = @CXXFLAGS@ - #CFLAGS = -O - #CFLAGS = -g --XLOCKLDFLAGS = @XLOCKLDFLAGS@ $(CHECKLDFLAG) -+XLOCKLDFLAGS = $(LDFLAGS) @XLOCKLDFLAGS@ $(CHECKLDFLAG) - XLIBS = @XLIBS@ - XLOCKLIBS = $(MODULELIB) @XLOCKLIBS@ - ---- a/xmlock/Makefile.in -+++ b/xmlock/Makefile.in -@@ -94,7 +94,7 @@ - CFLAGS = @CFLAGS@ - #CFLAGS = -O - #CFLAGS = -g --XMLOCKLDFLAGS = @XMLOCKLDFLAGS@ -+XMLOCKLDFLAGS = $(LDFLAGS) @XMLOCKLDFLAGS@ - XLIBS = @XLIBS@ - XMLOCKLIBS = @XMLOCKLIBS@ - #If you have purify, and want to use it, uncomment this definition or ---- a/xglock/Makefile.in -+++ b/xglock/Makefile.in -@@ -92,7 +92,7 @@ - CFLAGS = @GTK_CFLAGS@ @CFLAGS@ - #CFLAGS = -O - #CFLAGS = -g --XGLOCKLDFLAGS = @XGLOCKLDFLAGS@ -+XGLOCKLDFLAGS = $(LDFLAGS) @XGLOCKLDFLAGS@ - XLIBS = @XLIBS@ - XGLOCKLIBS = @XGLOCKLIBS@ - #If you have purify, and want to use it, uncomment this definition or diff --git a/x11-misc/xlockmore/xlockmore-5.71.ebuild b/x11-misc/xlockmore/xlockmore-5.71.ebuild index b774e8bccb86..6eb3c404333e 100644 --- a/x11-misc/xlockmore/xlockmore-5.71.ebuild +++ b/x11-misc/xlockmore/xlockmore-5.71.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -53,7 +53,6 @@ PATCHES=( "${FILESDIR}"/${PN}-5.46-freetype261.patch "${FILESDIR}"/${PN}-5.47-CXX.patch "${FILESDIR}"/${PN}-5.47-strip.patch - #"${FILESDIR}"/${PN}-5.64_alpha0-LDFLAGS.patch "${FILESDIR}"/${PN}-5.71-fix-build-for-clang16.patch )