Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/zram-init/
Date: Mon, 26 Oct 2020 17:27:31
Message-Id: 1603733202.eb6daf8a46f5c32e87da3c610938666a8feab6fd.perfinion@gentoo
1 commit: eb6daf8a46f5c32e87da3c610938666a8feab6fd
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 26 17:26:36 2020 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 26 17:26:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb6daf8a
7
8 sys-block/zram-init: Fix repoman style issues
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
12
13 sys-block/zram-init/zram-init-10.5.ebuild | 19 +++++++++----------
14 sys-block/zram-init/zram-init-9999.ebuild | 19 +++++++++----------
15 2 files changed, 18 insertions(+), 20 deletions(-)
16
17 diff --git a/sys-block/zram-init/zram-init-10.5.ebuild b/sys-block/zram-init/zram-init-10.5.ebuild
18 index adc7997651c..c591f149b38 100644
19 --- a/sys-block/zram-init/zram-init-10.5.ebuild
20 +++ b/sys-block/zram-init/zram-init-10.5.ebuild
21 @@ -29,19 +29,18 @@ RDEPEND="
22
23 DISABLE_AUTOFORMATTING=true
24 DOC_CONTENTS="\
25 -To use zram-init, activate it in your kernel and add it to the default
26 -runlevel:
27 - rc-update add zram-init default
28 -If you use systemd enable zram_swap, zram_tmp, and/or zram_var_tmp with
29 -systemctl. You might need to modify the following file depending on the
30 +To use zram-init, activate it in your kernel and add it to the default runlevel:
31 + rc-update add zram-init default
32 +If you use systemd enable zram_swap, zram_tmp, and/or zram_var_tmp with
33 +systemctl. You might need to modify the following file depending on the
34 number of devices that you want to create:
35 - ${EROOT}/etc/modprobe.d/zram.conf.
36 -If you use the \$TMPDIR as zRAM device with OpenRC, you should add zram-init
37 + /etc/modprobe.d/zram.conf.
38 +If you use the \$TMPDIR as zram device with OpenRC, you should add zram-init
39 to the boot runlevel:
40 - rc-update add zram-init boot
41 -Still for the same case, you should add in the OpenRC configuration file
42 + rc-update add zram-init boot
43 +Still for the same case, you should add in the OpenRC configuration file
44 for the services using \$TMPDIR the following line:
45 - rc_need=\"zram-init\""
46 + rc_need=\"zram-init\""
47
48 src_prepare() {
49 default
50
51 diff --git a/sys-block/zram-init/zram-init-9999.ebuild b/sys-block/zram-init/zram-init-9999.ebuild
52 index adc7997651c..c591f149b38 100644
53 --- a/sys-block/zram-init/zram-init-9999.ebuild
54 +++ b/sys-block/zram-init/zram-init-9999.ebuild
55 @@ -29,19 +29,18 @@ RDEPEND="
56
57 DISABLE_AUTOFORMATTING=true
58 DOC_CONTENTS="\
59 -To use zram-init, activate it in your kernel and add it to the default
60 -runlevel:
61 - rc-update add zram-init default
62 -If you use systemd enable zram_swap, zram_tmp, and/or zram_var_tmp with
63 -systemctl. You might need to modify the following file depending on the
64 +To use zram-init, activate it in your kernel and add it to the default runlevel:
65 + rc-update add zram-init default
66 +If you use systemd enable zram_swap, zram_tmp, and/or zram_var_tmp with
67 +systemctl. You might need to modify the following file depending on the
68 number of devices that you want to create:
69 - ${EROOT}/etc/modprobe.d/zram.conf.
70 -If you use the \$TMPDIR as zRAM device with OpenRC, you should add zram-init
71 + /etc/modprobe.d/zram.conf.
72 +If you use the \$TMPDIR as zram device with OpenRC, you should add zram-init
73 to the boot runlevel:
74 - rc-update add zram-init boot
75 -Still for the same case, you should add in the OpenRC configuration file
76 + rc-update add zram-init boot
77 +Still for the same case, you should add in the OpenRC configuration file
78 for the services using \$TMPDIR the following line:
79 - rc_need=\"zram-init\""
80 + rc_need=\"zram-init\""
81
82 src_prepare() {
83 default