commit: ad241e9c4845c966476a41c0208b025079ac290a Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Thu Jul 14 17:54:38 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Thu Jul 14 17:54:38 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad241e9c
app-portage/install-mask: Revert 6948f84f0a96570a1ebaa385e46fe51260b52481. Package-Manager: portage-2.2.28 app-portage/install-mask/files/location-db.conf | 18 ++++++++++++++++++ app-portage/install-mask/files/location-db.xml | 24 ++++++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/app-portage/install-mask/files/location-db.conf b/app-portage/install-mask/files/location-db.conf new file mode 100644 index 0000000..cb050ca --- /dev/null +++ b/app-portage/install-mask/files/location-db.conf @@ -0,0 +1,18 @@ +[__install-mask__] +version=1 + +[systemd] +path=/usr/lib/systemd/system +description=systemd unit and auxiliary files. + +[bash-completion] +path=/usr/share/bash-completion + +[locale] +path=/usr/share/locale +description=All localizations. + +[logrotate] +path=/etc/logrotate.d + +# vim:ft=dosini diff --git a/app-portage/install-mask/files/location-db.xml b/app-portage/install-mask/files/location-db.xml new file mode 100644 index 0000000..eea4842 --- /dev/null +++ b/app-portage/install-mask/files/location-db.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<install-mask> + <location id="systemd"> + <path>/usr/lib/systemd/system</path> + <description> + systemd unit and auxiliary files. + </description> + </location> + + <location id="bash-completion"> + <path>/usr/share/bash-completion</path> + </location> + + <location id="locale"> + <path>/usr/share/locale</path> + <description> + All localizations. + </description> + </location> + + <location id="logrotate"> + <path>/etc/logrotate.d</path> + </location> +</install-mask>
