Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o, Mike Gilbert <floppym@g.o>
Subject: [gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/
Date: Sun, 31 Dec 2017 08:47:29
Message-Id: 1514710033.1385.1.camel@gentoo.org
1 W dniu nie, 31.12.2017 o godzinie 01∶25 +0000, użytkownik Mike Gilbert
2 napisał:
3 > commit: c202e9fcb5d8be40687c83eb4d4901d7bd85ccf1
4 > Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 > AuthorDate: Sun Dec 31 01:24:23 2017 +0000
6 > Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
7 > CommitDate: Sun Dec 31 01:25:36 2017 +0000
8 > URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c202e9fc
9 >
10 > sys-apps/systemd: drop noclean-tmp patch
11 >
12 > There was never any real evidence that the /tmp cleanup process causes
13 > and problems.
14
15 You mean other than it removing sources that Portage unpacked because
16 they happened to have old timestamps?
17
18 >
19 > sys-apps/systemd/systemd-236-r3.ebuild | 1 -
20 > sys-apps/systemd/systemd-9999.ebuild | 1 -
21 > 2 files changed, 2 deletions(-)
22 >
23 > diff --git a/sys-apps/systemd/systemd-236-r3.ebuild b/sys-apps/systemd/systemd-236-r3.ebuild
24 > index fe6cc466dc0..b97c3c364c4 100644
25 > --- a/sys-apps/systemd/systemd-236-r3.ebuild
26 > +++ b/sys-apps/systemd/systemd-236-r3.ebuild
27 > @@ -155,7 +155,6 @@ src_prepare() {
28 > if ! use vanilla; then
29 > PATCHES+=(
30 > "${FILESDIR}/218-Dont-enable-audit-by-default.patch"
31 > - "${FILESDIR}/228-noclean-tmp.patch"
32 > "${FILESDIR}/233-systemd-user-pam.patch"
33 > "${FILESDIR}/236-uucp-group.patch"
34 > "${FILESDIR}/generator-path.patch"
35 >
36 > diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild
37 > index 84ede7fddf8..b1e105a5bb6 100644
38 > --- a/sys-apps/systemd/systemd-9999.ebuild
39 > +++ b/sys-apps/systemd/systemd-9999.ebuild
40 > @@ -152,7 +152,6 @@ src_prepare() {
41 > if ! use vanilla; then
42 > PATCHES+=(
43 > "${FILESDIR}/218-Dont-enable-audit-by-default.patch"
44 > - "${FILESDIR}/228-noclean-tmp.patch"
45 > "${FILESDIR}/233-systemd-user-pam.patch"
46 > "${FILESDIR}/236-uucp-group.patch"
47 > "${FILESDIR}/generator-path.patch"
48 >
49
50 --
51 Best regards,
52 Michał Górny