commit:     362f43e939f68b8a9be5cd1162f9f268d38d68f6
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Jul 25 09:35:11 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Jul 25 21:32:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=362f43e9

sys-libs/libxcrypt: remove unused patches

Closes: https://github.com/gentoo/gentoo/pull/21783
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../files/libxcrypt-4.4.12-multibuild.patch        | 25 ----------------------
 .../files/libxcrypt-4.4.12-pythonver.patch         | 17 ---------------
 2 files changed, 42 deletions(-)

diff --git a/sys-libs/libxcrypt/files/libxcrypt-4.4.12-multibuild.patch 
b/sys-libs/libxcrypt/files/libxcrypt-4.4.12-multibuild.patch
deleted file mode 100644
index 80621303688..00000000000
--- a/sys-libs/libxcrypt/files/libxcrypt-4.4.12-multibuild.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff --git a/Makefile.am b/Makefile.am
-index 26db1c1..597c3f4 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -84,11 +84,7 @@ noinst_HEADERS = \
-       test/des-cases.h \
-       test/ka-table.inc
- 
--if ENABLE_XCRYPT_COMPAT_FILES
- nodist_include_HEADERS += xcrypt.h
--else
--nodist_noinst_HEADERS += xcrypt.h
--endif
- 
- noinst_PROGRAMS = \
-       lib/gen-des-tables
-@@ -137,7 +133,7 @@ uninstall_hook_targets = \
-       uninstall-hook-pkgconfig
- install-data-hook-pkgconfig:
-       cd $(DESTDIR)$(pkgconfigdir) && \
--              $(LN_S) libxcrypt.pc libcrypt.pc
-+              $(LN_S) -f libxcrypt.pc libcrypt.pc
- uninstall-hook-pkgconfig:
-       -rm -f $(DESTDIR)$(pkgconfigdir)/libcrypt.pc
- 

diff --git a/sys-libs/libxcrypt/files/libxcrypt-4.4.12-pythonver.patch 
b/sys-libs/libxcrypt/files/libxcrypt-4.4.12-pythonver.patch
deleted file mode 100644
index 048a8ebe0a7..00000000000
--- a/sys-libs/libxcrypt/files/libxcrypt-4.4.12-pythonver.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index 1e74bb1..4249fb5 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -241,11 +241,7 @@ ENABLE_KA_TABLE_GEN="no"
- # This way we just need one call to AC_PATH_PROGS to likely get a
- # suitable version of Python.  The version check afterwards is for
- # the case just a generic 'python3' or 'python' executable was found.
--PYTHON_CANDIDATE_VERSIONS="python3 python"
--
--for ver in `seq 6 1 10`; do
--  PYTHON_CANDIDATE_VERSIONS="python3.$ver $PYTHON_CANDIDATE_VERSIONS"
--done
-+PYTHON_CANDIDATE_VERSIONS="${EPYTHON}"
- 
- AC_PATH_PROGS([PYTHON], [$PYTHON_CANDIDATE_VERSIONS], [])
- 

Reply via email to