diff options
author | Sven Eden <sven.eden@gmx.de> | 2019-03-08 16:10:05 +0100 |
---|---|---|
committer | Sven Eden <sven.eden@gmx.de> | 2019-03-08 16:12:46 +0100 |
commit | a4581e99368e8032eb6886f6c642aff13a982e6c (patch) | |
tree | 670b5c6c89753fba42def66deae71b604307db50 /sys-auth/elogind | |
parent | sys-auth/elogind 241.999 version bump (diff) | |
download | seden-a4581e99368e8032eb6886f6c642aff13a982e6c.tar.gz seden-a4581e99368e8032eb6886f6c642aff13a982e6c.tar.bz2 seden-a4581e99368e8032eb6886f6c642aff13a982e6c.zip |
sys-auth/elogind: Fix docs patch for 241
Signed-off-by: Sven Eden <sven.eden@gmx.de>
Package-Manager: Portage-2.3.53, Repoman-2.3.12
Diffstat (limited to 'sys-auth/elogind')
-rw-r--r-- | sys-auth/elogind/elogind-241.9999.ebuild | 2 | ||||
-rw-r--r-- | sys-auth/elogind/files/elogind-241.1-docs.patch | 24 |
2 files changed, 25 insertions, 1 deletions
diff --git a/sys-auth/elogind/elogind-241.9999.ebuild b/sys-auth/elogind/elogind-241.9999.ebuild index 0d8c6d2..b49619a 100644 --- a/sys-auth/elogind/elogind-241.9999.ebuild +++ b/sys-auth/elogind/elogind-241.9999.ebuild @@ -42,7 +42,7 @@ PDEPEND=" " PATCHES=( - "${FILESDIR}/${PN}-238.1-docs.patch" + "${FILESDIR}/${PN}-241.1-docs.patch" ) pkg_setup() { diff --git a/sys-auth/elogind/files/elogind-241.1-docs.patch b/sys-auth/elogind/files/elogind-241.1-docs.patch new file mode 100644 index 0000000..2e53c49 --- /dev/null +++ b/sys-auth/elogind/files/elogind-241.1-docs.patch @@ -0,0 +1,24 @@ +--- a/meson.build 2019-02-22 19:22:44.395082783 +0100 ++++ b/meson.build 2019-02-22 19:22:49.707082657 +0100 +@@ -3311,20 +3311,7 @@ + # install_data('modprobe.d/systemd.conf', + # install_dir : modprobedir) + #endif // 0 +-install_data('LICENSE.GPL2', +- 'LICENSE.LGPL2.1', +- 'NEWS', +- 'README', +- 'docs/CODING_STYLE.md', +-#if 0 /// irrelevant for elogind +-# 'docs/DISTRO_PORTING.md', +-# 'docs/ENVIRONMENT.md', +-# 'docs/HACKING.md', +-# 'docs/TRANSIENT-SETTINGS.md', +-# 'docs/TRANSLATORS.md', +-# 'docs/UIDS-GIDS.md', +-#endif // 0 +- 'src/libelogind/sd-bus/GVARIANT-SERIALIZATION', ++install_data('src/libelogind/sd-bus/GVARIANT-SERIALIZATION', + install_dir : docdir) + + #if 0 /// UNNEEDED by elogind |