summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-07-14 19:54:38 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-07-14 19:54:38 +0200
commitad241e9c4845c966476a41c0208b025079ac290a (patch)
treea7fd16a8679627dba3eff2349156dafa8d4e5449 /app-portage
parentdev-java/jfreechart: Stable for amd64. Retroactively mark stable for the rema... (diff)
downloadgentoo-ad241e9c4845c966476a41c0208b025079ac290a.tar.gz
gentoo-ad241e9c4845c966476a41c0208b025079ac290a.tar.bz2
gentoo-ad241e9c4845c966476a41c0208b025079ac290a.zip
app-portage/install-mask: Revert 6948f84f0a96570a1ebaa385e46fe51260b52481.
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/install-mask/files/location-db.conf18
-rw-r--r--app-portage/install-mask/files/location-db.xml24
2 files changed, 42 insertions, 0 deletions
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 000000000000..cb050cab37c4
--- /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 000000000000..eea4842e235c
--- /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>