Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/files/, sys-apps/systemd/
Date: Sun, 31 Dec 2017 01:40:51
Message-Id: 1514684376.aac31a78d92fdc12493fee7e77fc169c28885edc.floppym@gentoo
1 commit: aac31a78d92fdc12493fee7e77fc169c28885edc
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 31 01:39:36 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 31 01:39:36 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aac31a78
7
8 sys-apps/systemd: cleanup gentoo-specific patch naming
9
10 ...default.patch => gentoo-Dont-enable-audit-by-default.patch} | 0
11 .../{generator-path.patch => gentoo-generator-path.patch} | 0
12 .../files/{228-noclean-tmp.patch => gentoo-noclean-tmp.patch} | 0
13 ...33-systemd-user-pam.patch => gentoo-systemd-user-pam.patch} | 0
14 .../files/{234-uucp-group.patch => gentoo-uucp-group-r0.patch} | 0
15 .../files/{236-uucp-group.patch => gentoo-uucp-group-r1.patch} | 0
16 sys-apps/systemd/systemd-233-r6.ebuild | 6 +++---
17 sys-apps/systemd/systemd-235-r1.ebuild | 10 +++++-----
18 sys-apps/systemd/systemd-236-r3.ebuild | 8 ++++----
19 sys-apps/systemd/systemd-9999.ebuild | 8 ++++----
20 10 files changed, 16 insertions(+), 16 deletions(-)
21
22 diff --git a/sys-apps/systemd/files/218-Dont-enable-audit-by-default.patch b/sys-apps/systemd/files/gentoo-Dont-enable-audit-by-default.patch
23 similarity index 100%
24 rename from sys-apps/systemd/files/218-Dont-enable-audit-by-default.patch
25 rename to sys-apps/systemd/files/gentoo-Dont-enable-audit-by-default.patch
26
27 diff --git a/sys-apps/systemd/files/generator-path.patch b/sys-apps/systemd/files/gentoo-generator-path.patch
28 similarity index 100%
29 rename from sys-apps/systemd/files/generator-path.patch
30 rename to sys-apps/systemd/files/gentoo-generator-path.patch
31
32 diff --git a/sys-apps/systemd/files/228-noclean-tmp.patch b/sys-apps/systemd/files/gentoo-noclean-tmp.patch
33 similarity index 100%
34 rename from sys-apps/systemd/files/228-noclean-tmp.patch
35 rename to sys-apps/systemd/files/gentoo-noclean-tmp.patch
36
37 diff --git a/sys-apps/systemd/files/233-systemd-user-pam.patch b/sys-apps/systemd/files/gentoo-systemd-user-pam.patch
38 similarity index 100%
39 rename from sys-apps/systemd/files/233-systemd-user-pam.patch
40 rename to sys-apps/systemd/files/gentoo-systemd-user-pam.patch
41
42 diff --git a/sys-apps/systemd/files/234-uucp-group.patch b/sys-apps/systemd/files/gentoo-uucp-group-r0.patch
43 similarity index 100%
44 rename from sys-apps/systemd/files/234-uucp-group.patch
45 rename to sys-apps/systemd/files/gentoo-uucp-group-r0.patch
46
47 diff --git a/sys-apps/systemd/files/236-uucp-group.patch b/sys-apps/systemd/files/gentoo-uucp-group-r1.patch
48 similarity index 100%
49 rename from sys-apps/systemd/files/236-uucp-group.patch
50 rename to sys-apps/systemd/files/gentoo-uucp-group-r1.patch
51
52 diff --git a/sys-apps/systemd/systemd-233-r6.ebuild b/sys-apps/systemd/systemd-233-r6.ebuild
53 index d735dd02ab9..fded2f5f4a0 100644
54 --- a/sys-apps/systemd/systemd-233-r6.ebuild
55 +++ b/sys-apps/systemd/systemd-233-r6.ebuild
56 @@ -158,9 +158,9 @@ src_prepare() {
57
58 if ! use vanilla; then
59 PATCHES+=(
60 - "${FILESDIR}/218-Dont-enable-audit-by-default.patch"
61 - "${FILESDIR}/228-noclean-tmp.patch"
62 - "${FILESDIR}/233-systemd-user-pam.patch"
63 + "${FILESDIR}/gentoo-Dont-enable-audit-by-default.patch"
64 + "${FILESDIR}/gentoo-noclean-tmp.patch"
65 + "${FILESDIR}/gentoo-systemd-user-pam.patch"
66 )
67 fi
68
69
70 diff --git a/sys-apps/systemd/systemd-235-r1.ebuild b/sys-apps/systemd/systemd-235-r1.ebuild
71 index 1175508fe8d..a0800a27a1d 100644
72 --- a/sys-apps/systemd/systemd-235-r1.ebuild
73 +++ b/sys-apps/systemd/systemd-235-r1.ebuild
74 @@ -156,11 +156,11 @@ src_prepare() {
75
76 if ! use vanilla; then
77 PATCHES+=(
78 - "${FILESDIR}/218-Dont-enable-audit-by-default.patch"
79 - "${FILESDIR}/228-noclean-tmp.patch"
80 - "${FILESDIR}/233-systemd-user-pam.patch"
81 - "${FILESDIR}/234-uucp-group.patch"
82 - "${FILESDIR}/generator-path.patch"
83 + "${FILESDIR}/gentoo-Dont-enable-audit-by-default.patch"
84 + "${FILESDIR}/gentoo-noclean-tmp.patch"
85 + "${FILESDIR}/gentoo-systemd-user-pam.patch"
86 + "${FILESDIR}/gentoo-uucp-group-r0.patch"
87 + "${FILESDIR}/gentoo-generator-path.patch"
88 )
89 fi
90
91
92 diff --git a/sys-apps/systemd/systemd-236-r3.ebuild b/sys-apps/systemd/systemd-236-r3.ebuild
93 index b97c3c364c4..8d68e3a31ba 100644
94 --- a/sys-apps/systemd/systemd-236-r3.ebuild
95 +++ b/sys-apps/systemd/systemd-236-r3.ebuild
96 @@ -154,10 +154,10 @@ src_prepare() {
97
98 if ! use vanilla; then
99 PATCHES+=(
100 - "${FILESDIR}/218-Dont-enable-audit-by-default.patch"
101 - "${FILESDIR}/233-systemd-user-pam.patch"
102 - "${FILESDIR}/236-uucp-group.patch"
103 - "${FILESDIR}/generator-path.patch"
104 + "${FILESDIR}/gentoo-Dont-enable-audit-by-default.patch"
105 + "${FILESDIR}/gentoo-systemd-user-pam.patch"
106 + "${FILESDIR}/gentoo-uucp-group-r1.patch"
107 + "${FILESDIR}/gentoo-generator-path.patch"
108 )
109 fi
110
111
112 diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild
113 index b1e105a5bb6..1838bd792b1 100644
114 --- a/sys-apps/systemd/systemd-9999.ebuild
115 +++ b/sys-apps/systemd/systemd-9999.ebuild
116 @@ -151,10 +151,10 @@ src_prepare() {
117
118 if ! use vanilla; then
119 PATCHES+=(
120 - "${FILESDIR}/218-Dont-enable-audit-by-default.patch"
121 - "${FILESDIR}/233-systemd-user-pam.patch"
122 - "${FILESDIR}/236-uucp-group.patch"
123 - "${FILESDIR}/generator-path.patch"
124 + "${FILESDIR}/gentoo-Dont-enable-audit-by-default.patch"
125 + "${FILESDIR}/gentoo-systemd-user-pam.patch"
126 + "${FILESDIR}/gentoo-uucp-group-r1.patch"
127 + "${FILESDIR}/gentoo-generator-path.patch"
128 )
129 fi