Skip to content

Commit

Permalink
sys-apps/systemd: cleanup gentoo-specific patch naming
Browse files Browse the repository at this point in the history
  • Loading branch information
floppym committed Dec 31, 2017
1 parent c202e9f commit aac31a7
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions sys-apps/systemd/systemd-233-r6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,9 @@ src_prepare() {

if ! use vanilla; then
PATCHES+=(
"${FILESDIR}/218-Dont-enable-audit-by-default.patch"
"${FILESDIR}/228-noclean-tmp.patch"
"${FILESDIR}/233-systemd-user-pam.patch"
"${FILESDIR}/gentoo-Dont-enable-audit-by-default.patch"
"${FILESDIR}/gentoo-noclean-tmp.patch"
"${FILESDIR}/gentoo-systemd-user-pam.patch"
)
fi

Expand Down
10 changes: 5 additions & 5 deletions sys-apps/systemd/systemd-235-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,11 @@ src_prepare() {

if ! use vanilla; then
PATCHES+=(
"${FILESDIR}/218-Dont-enable-audit-by-default.patch"
"${FILESDIR}/228-noclean-tmp.patch"
"${FILESDIR}/233-systemd-user-pam.patch"
"${FILESDIR}/234-uucp-group.patch"
"${FILESDIR}/generator-path.patch"
"${FILESDIR}/gentoo-Dont-enable-audit-by-default.patch"
"${FILESDIR}/gentoo-noclean-tmp.patch"
"${FILESDIR}/gentoo-systemd-user-pam.patch"
"${FILESDIR}/gentoo-uucp-group-r0.patch"
"${FILESDIR}/gentoo-generator-path.patch"
)
fi

Expand Down
8 changes: 4 additions & 4 deletions sys-apps/systemd/systemd-236-r3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,10 @@ src_prepare() {

if ! use vanilla; then
PATCHES+=(
"${FILESDIR}/218-Dont-enable-audit-by-default.patch"
"${FILESDIR}/233-systemd-user-pam.patch"
"${FILESDIR}/236-uucp-group.patch"
"${FILESDIR}/generator-path.patch"
"${FILESDIR}/gentoo-Dont-enable-audit-by-default.patch"
"${FILESDIR}/gentoo-systemd-user-pam.patch"
"${FILESDIR}/gentoo-uucp-group-r1.patch"
"${FILESDIR}/gentoo-generator-path.patch"
)
fi

Expand Down
8 changes: 4 additions & 4 deletions sys-apps/systemd/systemd-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,10 @@ src_prepare() {

if ! use vanilla; then
PATCHES+=(
"${FILESDIR}/218-Dont-enable-audit-by-default.patch"
"${FILESDIR}/233-systemd-user-pam.patch"
"${FILESDIR}/236-uucp-group.patch"
"${FILESDIR}/generator-path.patch"
"${FILESDIR}/gentoo-Dont-enable-audit-by-default.patch"
"${FILESDIR}/gentoo-systemd-user-pam.patch"
"${FILESDIR}/gentoo-uucp-group-r1.patch"
"${FILESDIR}/gentoo-generator-path.patch"
)
fi

Expand Down

0 comments on commit aac31a7

Please sign in to comment.