commit:     a05db1d101cb49552a0416ff57558fe9267556c7
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Apr 29 18:06:43 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 27 08:27:38 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a05db1d1

net-misc/geoipupdate: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Part-of: https://github.com/gentoo/gentoo/pull/41848
Closes: https://github.com/gentoo/gentoo/pull/41848
Signed-off-by: Sam James <sam <AT> gentoo.org>

 ...ate-6.0.0-use-go-md2man-instead-of-pandoc.patch | 26 ----------------------
 1 file changed, 26 deletions(-)

diff --git 
a/net-misc/geoipupdate/files/geoipupdate-6.0.0-use-go-md2man-instead-of-pandoc.patch
 
b/net-misc/geoipupdate/files/geoipupdate-6.0.0-use-go-md2man-instead-of-pandoc.patch
deleted file mode 100644
index aa48a97ef155..000000000000
--- 
a/net-misc/geoipupdate/files/geoipupdate-6.0.0-use-go-md2man-instead-of-pandoc.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 250049909d1f9ed3c8ab06e07fcb10487942953a Mon Sep 17 00:00:00 2001
-From: Alfred Wingate <[email protected]>
-Date: Wed, 13 Dec 2023 18:59:31 +0200
-Subject: [PATCH] Use go-md2man instead of perl script with pandoc
-
-Signed-off-by: Alfred Wingate <[email protected]>
---- a/Makefile
-+++ b/Makefile
-@@ -53,10 +53,11 @@ $(BUILDDIR)/GeoIP.conf.md: $(BUILDDIR) doc/GeoIP.conf.md
- $(BUILDDIR)/geoipupdate.md: $(BUILDDIR) doc/geoipupdate.md
-       sed -e 's|CONFFILE|$(CONFFILE)|g' -e 's|DATADIR|$(DATADIR)|g' -e 
's|$$|$(MAYBE_CR)|g' doc/geoipupdate.md > $(BUILDDIR)/geoipupdate.md
- 
--$(BUILDDIR)/GeoIP.conf.5: $(BUILDDIR)/GeoIP.conf.md  
$(BUILDDIR)/geoipupdate.md
--      dev-bin/make-man-pages.pl "$(BUILDDIR)"
-+$(BUILDDIR)/GeoIP.conf.5: %.5 : %.md
-+      go-md2man -in $< -out $@
- 
--$(BUILDDIR)/geoipupdate.1: $(BUILDDIR)/GeoIP.conf.5
-+$(BUILDDIR)/geoipupdate.1: %.1: %.md
-+      go-md2man -in $< -out $@
- 
- clean:
-       rm -rf $(BUILDDIR)/GeoIP.conf \
--- 
-2.43.0
-

Reply via email to