summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-06-30 21:52:38 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-06-30 22:47:31 +0200
commit6e10b3ca8743a13cfdc600d2f8acdaaf2e220a26 (patch)
treebda68902a2b8bda61bd0f2a60f9b1a1ef903b5b7 /sys-auth/elogind/files
parentsys-auth/elogind: Drop 235.4 (diff)
downloadgentoo-6e10b3ca8743a13cfdc600d2f8acdaaf2e220a26.tar.gz
gentoo-6e10b3ca8743a13cfdc600d2f8acdaaf2e220a26.tar.bz2
gentoo-6e10b3ca8743a13cfdc600d2f8acdaaf2e220a26.zip
sys-auth/elogind: 238.1 version bump
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'sys-auth/elogind/files')
-rw-r--r--sys-auth/elogind/files/elogind-238.1-docs.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/sys-auth/elogind/files/elogind-238.1-docs.patch b/sys-auth/elogind/files/elogind-238.1-docs.patch
new file mode 100644
index 000000000000..2288ddfecb32
--- /dev/null
+++ b/sys-auth/elogind/files/elogind-238.1-docs.patch
@@ -0,0 +1,23 @@
+--- a/meson.build 2018-06-25 16:41:00.000000000 +0200
++++ b/meson.build 2018-06-30 21:45:52.139755680 +0200
+@@ -2928,11 +2928,6 @@
+ # install_data('modprobe.d/systemd.conf',
+ # install_dir : modprobedir)
+ #endif // 0
+-install_data('LICENSE.GPL2',
+- 'LICENSE.LGPL2.1',
+- 'NEWS',
+- 'README',
+- 'doc/CODING_STYLE',
+ #if 0 /// irrelevant for elogind
+ # 'doc/DISTRO_PORTING',
+ # 'doc/ENVIRONMENT.md',
+@@ -2941,8 +2936,6 @@
+ # 'doc/TRANSLATORS',
+ # 'doc/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))