Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/plymouth/files/
Date: Sun, 03 Mar 2019 19:36:17
Message-Id: 1551641761.29cf11a1c1aa1333c1878b689ff394a5d41923fa.prometheanfire@gentoo
1 commit: 29cf11a1c1aa1333c1878b689ff394a5d41923fa
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Mar 3 15:52:38 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 3 19:36:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29cf11a1
7
8 sys-boot/plymouth: remove unused patch
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 .../plymouth/files/0.9.2-systemdsystemunitdir.patch | 18 ------------------
14 1 file changed, 18 deletions(-)
15
16 diff --git a/sys-boot/plymouth/files/0.9.2-systemdsystemunitdir.patch b/sys-boot/plymouth/files/0.9.2-systemdsystemunitdir.patch
17 deleted file mode 100644
18 index b5289244232..00000000000
19 --- a/sys-boot/plymouth/files/0.9.2-systemdsystemunitdir.patch
20 +++ /dev/null
21 @@ -1,18 +0,0 @@
22 -diff --git a/configure.ac b/configure.ac
23 -index aad673e..592be5f 100644
24 ---- a/configure.ac
25 -+++ b/configure.ac
26 -@@ -122,7 +122,12 @@ AM_CONDITIONAL(ENABLE_SYSTEMD_INTEGRATION, [test "$enable_systemd_integration" =
27 -
28 - if test x$enable_systemd_integration = xyes; then
29 - AC_DEFINE(PLY_ENABLE_SYSTEMD_INTEGRATION, 1, [Coordinate boot up with systemd])
30 -- SYSTEMD_UNIT_DIR=$($PKG_CONFIG --variable=systemdsystemunitdir systemd)
31 -+ AC_ARG_WITH([systemdsystemunitdir], AC_HELP_STRING([--with-systemdsystemunitdir=DIR],
32 -+ [path to systemd service directory]), [path_systemdunit=${withval}],
33 -+ [path_systemdunit="`$PKG_CONFIG --variable=systemdsystemunitdir systemd`"])
34 -+ if (test -n "${path_systemdunit}"); then
35 -+ SYSTEMD_UNIT_DIR="${path_systemdunit}"
36 -+ fi
37 - AC_SUBST(SYSTEMD_UNIT_DIR)
38 - fi
39 -