summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-04-04 11:30:25 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-04-04 11:30:25 +0200
commitd784dc44017d98735e33291232aa5fe16839e3d3 (patch)
tree22473fc332108d10bfc7618c524878cef2c4226f /sys-auth/elogind/files
parentsys-auth/elogind: arm64 stable (bug #711230) (diff)
downloadgentoo-d784dc44017d98735e33291232aa5fe16839e3d3.tar.gz
gentoo-d784dc44017d98735e33291232aa5fe16839e3d3.tar.bz2
gentoo-d784dc44017d98735e33291232aa5fe16839e3d3.zip
sys-auth/elogind: Drop 241.4
Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-auth/elogind/files')
-rw-r--r--sys-auth/elogind/files/elogind-241.4-nodocs.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/sys-auth/elogind/files/elogind-241.4-nodocs.patch b/sys-auth/elogind/files/elogind-241.4-nodocs.patch
deleted file mode 100644
index 299087483ced..000000000000
--- a/sys-auth/elogind/files/elogind-241.4-nodocs.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-We don't want the build system to install to docdir for us.
-
---- a/meson.build 2019-10-26 23:24:34.743783753 +0200
-+++ b/meson.build 2019-10-26 23:26:50.847647926 +0200
-@@ -3342,15 +3342,10 @@
- # install_data('modprobe.d/systemd.conf',
- # install_dir : modprobedir)
- #endif // 0
--install_data('LICENSE.GPL2',
-- 'LICENSE.LGPL2.1',
-- 'NEWS',
- #if 0 /// elogind has upgraded to markdown
- # 'README',
- #else
-- 'README.md',
- #endif // 0
-- 'docs/CODING_STYLE.md',
- #if 0 /// irrelevant for elogind
- # 'docs/DISTRO_PORTING.md',
- # 'docs/ENVIRONMENT.md',
-@@ -3359,8 +3354,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))