commit: 6f2a63f38bc257f03b73c88b6ed2d09677d7d586 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Tue Nov 16 16:56:51 2021 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Tue Nov 16 17:02:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f2a63f3
sys-apps/plocate: remove unused patch Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/22976 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> .../files/plocate-1.1.5-no-systemd-check.patch | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/sys-apps/plocate/files/plocate-1.1.5-no-systemd-check.patch b/sys-apps/plocate/files/plocate-1.1.5-no-systemd-check.patch deleted file mode 100644 index 2635a8007882..000000000000 --- a/sys-apps/plocate/files/plocate-1.1.5-no-systemd-check.patch +++ /dev/null @@ -1,21 +0,0 @@ -Unconditionally install systemd unit ---- a/meson.build -+++ b/meson.build -@@ -76,17 +76,9 @@ - configuration: conf_data) - install_man(updatedb_conf_man) - --if get_option('install_systemd') -- systemd = dependency('systemd', required: false) -- if systemd.found() -- unitdir = systemd.get_pkgconfig_variable('systemdsystemunitdir') - updatedb_service = configure_file(input: 'plocate-updatedb.service.in', - output: 'plocate-updatedb.service', - configuration: conf_data) -- install_data(updatedb_service, install_dir: unitdir) -- install_data('plocate-updatedb.timer', install_dir: unitdir) -- endif --endif - - # Requires having TurboPFor checked out, so not built by default. - # Unless you have a recent Meson, there's no apparently good way
