Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/install-mask/files/
Date: Thu, 14 Jul 2016 17:58:07
Message-Id: 1468518878.ad241e9c4845c966476a41c0208b025079ac290a.monsieurp@gentoo
1 commit: ad241e9c4845c966476a41c0208b025079ac290a
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 14 17:54:38 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 14 17:54:38 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad241e9c
7
8 app-portage/install-mask: Revert 6948f84f0a96570a1ebaa385e46fe51260b52481.
9
10 Package-Manager: portage-2.2.28
11
12 app-portage/install-mask/files/location-db.conf | 18 ++++++++++++++++++
13 app-portage/install-mask/files/location-db.xml | 24 ++++++++++++++++++++++++
14 2 files changed, 42 insertions(+)
15
16 diff --git a/app-portage/install-mask/files/location-db.conf b/app-portage/install-mask/files/location-db.conf
17 new file mode 100644
18 index 0000000..cb050ca
19 --- /dev/null
20 +++ b/app-portage/install-mask/files/location-db.conf
21 @@ -0,0 +1,18 @@
22 +[__install-mask__]
23 +version=1
24 +
25 +[systemd]
26 +path=/usr/lib/systemd/system
27 +description=systemd unit and auxiliary files.
28 +
29 +[bash-completion]
30 +path=/usr/share/bash-completion
31 +
32 +[locale]
33 +path=/usr/share/locale
34 +description=All localizations.
35 +
36 +[logrotate]
37 +path=/etc/logrotate.d
38 +
39 +# vim:ft=dosini
40
41 diff --git a/app-portage/install-mask/files/location-db.xml b/app-portage/install-mask/files/location-db.xml
42 new file mode 100644
43 index 0000000..eea4842
44 --- /dev/null
45 +++ b/app-portage/install-mask/files/location-db.xml
46 @@ -0,0 +1,24 @@
47 +<?xml version="1.0" encoding="utf-8"?>
48 +<install-mask>
49 + <location id="systemd">
50 + <path>/usr/lib/systemd/system</path>
51 + <description>
52 + systemd unit and auxiliary files.
53 + </description>
54 + </location>
55 +
56 + <location id="bash-completion">
57 + <path>/usr/share/bash-completion</path>
58 + </location>
59 +
60 + <location id="locale">
61 + <path>/usr/share/locale</path>
62 + <description>
63 + All localizations.
64 + </description>
65 + </location>
66 +
67 + <location id="logrotate">
68 + <path>/etc/logrotate.d</path>
69 + </location>
70 +</install-mask>