app-portage/install-mask: Revert 6948f84f0a96570a1ebaa385e46fe51260b52481.
authorPatrice Clement <monsieurp@gentoo.org>
Thu, 14 Jul 2016 17:54:38 +0000 (19:54 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Thu, 14 Jul 2016 17:54:38 +0000 (19:54 +0200)
Package-Manager: portage-2.2.28

app-portage/install-mask/files/location-db.conf [new file with mode: 0644]
app-portage/install-mask/files/location-db.xml [new file with mode: 0644]

diff --git a/app-portage/install-mask/files/location-db.conf b/app-portage/install-mask/files/location-db.conf
new file mode 100644 (file)
index 0000000..cb050ca
--- /dev/null
@@ -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 (file)
index 0000000..eea4842
--- /dev/null
@@ -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>