summaryrefslogtreecommitdiff
path: root/sys-auth/elogind/files/elogind-243.7-nodocs.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-06-30 08:11:19 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-06-30 08:11:19 +0100
commit233e52099f9e6aabadb53480dd52dc33e80b4f10 (patch)
tree65b24155c9e9e2a6e3067f5a773ed0dd345fde7f /sys-auth/elogind/files/elogind-243.7-nodocs.patch
parent208e192f563896f230dcf3d57547a5ae30343fb8 (diff)
sys-auth/elogind : use gentoo's ebuild
Diffstat (limited to 'sys-auth/elogind/files/elogind-243.7-nodocs.patch')
-rw-r--r--sys-auth/elogind/files/elogind-243.7-nodocs.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/sys-auth/elogind/files/elogind-243.7-nodocs.patch b/sys-auth/elogind/files/elogind-243.7-nodocs.patch
deleted file mode 100644
index 0ec0aa37..00000000
--- a/sys-auth/elogind/files/elogind-243.7-nodocs.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-We don't want the build system to install to docdir for us.
-
---- a/meson.build 2020-03-12 20:33:40.000000000 +0100
-+++ b/meson.build 2020-03-12 22:46:08.020716935 +0100
-@@ -3352,15 +3352,11 @@
- # install_data('modprobe.d/systemd.conf',
- # install_dir : modprobedir)
- #endif // 0
--install_data('LICENSE.GPL2',
-- 'LICENSE.LGPL2.1',
- #if 0 /// elogind has upgraded to markdown, and the NEWS file is useless
- # 'NEWS',
- # 'README',
- #else // 0
-- 'README.md',
- #endif // 0
-- 'docs/CODING_STYLE.md',
- #if 0 /// irrelevant for elogind
- # 'docs/DISTRO_PORTING.md',
- # 'docs/ENVIRONMENT.md',
-@@ -3369,8 +3365,6 @@
- # 'docs/TRANSLATORS.md',
- # 'docs/UIDS-GIDS.md',
- #endif // 0
-- 'src/libelogind/sd-bus/GVARIANT-SERIALIZATION',
-- install_dir : docdir)
-
- #if 0 /// UNNEEDED by elogind
- # meson.add_install_script('sh', '-c', mkdir_p.format(systemdstatedir))