* [gentoo-commits] repo/gentoo:master commit in: sys-libs/cracklib/files/
@ 2017-02-04 21:22 David Seifert
0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2017-02-04 21:22 UTC (permalink / raw
To: gentoo-commits
commit: 3fcfdfa63b756f314caba47ee977fbad4c18cfce
Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Feb 3 15:26:24 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 4 21:21:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fcfdfa6
sys-libs/cracklib: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3791
.../files/cracklib-2.9.1-setup.py-srcdir.patch | 35 ----------------------
1 file changed, 35 deletions(-)
diff --git a/sys-libs/cracklib/files/cracklib-2.9.1-setup.py-srcdir.patch b/sys-libs/cracklib/files/cracklib-2.9.1-setup.py-srcdir.patch
deleted file mode 100644
index ac69b9f..00000000
--- a/sys-libs/cracklib/files/cracklib-2.9.1-setup.py-srcdir.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From 70909dd3d30a13bb0406ca76feea49f05b8b978d Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org>
-Date: Thu, 29 May 2014 23:57:32 +0200
-Subject: [PATCH] Fix paths in setup.py to support out-of-source builds.
-
----
- python/setup.py.in | 5 +++--
- 1 file changed, 3 insertions(+), 2 deletions(-)
-
-diff --git a/python/setup.py.in b/python/setup.py.in
-index 4a258a0..4c70de4 100644
---- a/python/setup.py.in
-+++ b/python/setup.py.in
-@@ -23,8 +23,8 @@ from setuptools import setup, Extension, find_packages
-
- extensions = [
- Extension("_cracklib",
-- ["_cracklib.c"],
-- include_dirs = ["@top_builddir@/lib"],
-+ ["@srcdir@/_cracklib.c"],
-+ include_dirs = ["@top_srcdir@/lib"],
- libraries = ["crack"],
- library_dirs = ["@top_builddir@/lib/.libs"]),
- ]
-@@ -43,6 +43,7 @@ convenience functions.
- url="http://cracklib.sourceforge.net/",
- license="GPLv2+",
- py_modules=['cracklib', 'test_cracklib'],
-+ package_dir={'': '@srcdir@'},
- ext_modules=extensions,
- zip_safe=False,
- classifiers=[
---
-2.0.0
-
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/cracklib/files/
@ 2023-07-15 0:53 Conrad Kostecki
0 siblings, 0 replies; 2+ messages in thread
From: Conrad Kostecki @ 2023-07-15 0:53 UTC (permalink / raw
To: gentoo-commits
commit: 513485d665975cf2408ed4b55b93681ab62693c1
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri Jul 14 18:50:13 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Jul 15 00:50:42 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=513485d6
sys-libs/cracklib: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31882
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
.../cracklib/files/cracklib-2.9.10-python-inc.patch | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/sys-libs/cracklib/files/cracklib-2.9.10-python-inc.patch b/sys-libs/cracklib/files/cracklib-2.9.10-python-inc.patch
deleted file mode 100644
index fd9960df0e8f..000000000000
--- a/sys-libs/cracklib/files/cracklib-2.9.10-python-inc.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-https://github.com/cracklib/cracklib/pull/61
-
-From 802cbc426779489d44d7fc19e695e7d962c65665 Mon Sep 17 00:00:00 2001
-From: Sam James <sam@gentoo.org>
-Date: Fri, 17 Mar 2023 02:20:19 +0000
-Subject: [PATCH] python: adjust include path for builddir
-
-We need this for config.h added by 2e0f854bada720ff4fbd13aed4f87087d466274d.
---- a/python/setup.py.in
-+++ b/python/setup.py.in
-@@ -22,7 +22,7 @@ from setuptools import setup, Extension
- extensions = [
- Extension("_cracklib",
- ["@srcdir@/_cracklib.c"],
-- include_dirs = ["@top_srcdir@/lib"],
-+ include_dirs = ["@top_builddir@", "@top_srcdir@/lib"],
- libraries = ["crack"],
- library_dirs = ["@top_builddir@/lib/.libs"]),
- ]
-
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-07-15 0:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-04 21:22 [gentoo-commits] repo/gentoo:master commit in: sys-libs/cracklib/files/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2023-07-15 0:53 Conrad Kostecki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox