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 16:08:43
Message-Id: 1468512451.6948f84f0a96570a1ebaa385e46fe51260b52481.monsieurp@gentoo
1 commit: 6948f84f0a96570a1ebaa385e46fe51260b52481
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Jul 13 18:42:56 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 14 16:07:31 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6948f84f
7
8 app-portage/install-mask: remove unused files
9
10 Closes: https://github.com/gentoo/gentoo/pull/1883
11
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 app-portage/install-mask/files/location-db.conf | 18 ------------------
15 app-portage/install-mask/files/location-db.xml | 24 ------------------------
16 2 files changed, 42 deletions(-)
17
18 diff --git a/app-portage/install-mask/files/location-db.conf b/app-portage/install-mask/files/location-db.conf
19 deleted file mode 100644
20 index cb050ca..0000000
21 --- a/app-portage/install-mask/files/location-db.conf
22 +++ /dev/null
23 @@ -1,18 +0,0 @@
24 -[__install-mask__]
25 -version=1
26 -
27 -[systemd]
28 -path=/usr/lib/systemd/system
29 -description=systemd unit and auxiliary files.
30 -
31 -[bash-completion]
32 -path=/usr/share/bash-completion
33 -
34 -[locale]
35 -path=/usr/share/locale
36 -description=All localizations.
37 -
38 -[logrotate]
39 -path=/etc/logrotate.d
40 -
41 -# vim:ft=dosini
42
43 diff --git a/app-portage/install-mask/files/location-db.xml b/app-portage/install-mask/files/location-db.xml
44 deleted file mode 100644
45 index eea4842..0000000
46 --- a/app-portage/install-mask/files/location-db.xml
47 +++ /dev/null
48 @@ -1,24 +0,0 @@
49 -<?xml version="1.0" encoding="utf-8"?>
50 -<install-mask>
51 - <location id="systemd">
52 - <path>/usr/lib/systemd/system</path>
53 - <description>
54 - systemd unit and auxiliary files.
55 - </description>
56 - </location>
57 -
58 - <location id="bash-completion">
59 - <path>/usr/share/bash-completion</path>
60 - </location>
61 -
62 - <location id="locale">
63 - <path>/usr/share/locale</path>
64 - <description>
65 - All localizations.
66 - </description>
67 - </location>
68 -
69 - <location id="logrotate">
70 - <path>/etc/logrotate.d</path>
71 - </location>
72 -</install-mask>