Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/hibernate-script/
Date: Fri, 28 Sep 2018 00:19:00
Message-Id: 1538093923.f36cd351ff60fca028dc2f389fffeaf487a20f65.alonbl@gentoo
1 commit: f36cd351ff60fca028dc2f389fffeaf487a20f65
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 28 00:15:37 2018 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 28 00:18:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f36cd351
7
8 sys-power/hibernate-script: eapi bump
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild | 7 +++----
13 1 file changed, 3 insertions(+), 4 deletions(-)
14
15 diff --git a/sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild b/sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild
16 index 52906f7d98f..d53f1555016 100644
17 --- a/sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild
18 +++ b/sys-power/hibernate-script/hibernate-script-2.0-r6.ebuild
19 @@ -1,7 +1,7 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 +EAPI=7
26
27 PATCH_VERSION="5"
28
29 @@ -16,7 +16,6 @@ KEYWORDS="amd64 ppc x86"
30
31 IUSE="vim-syntax"
32
33 -DEPEND=""
34 RDEPEND="!<media-gfx/splashutils-1.5.2"
35
36 DOCS=(
37 @@ -37,7 +36,7 @@ src_install() {
38 "${S}/install.sh" || die "Install failed"
39
40 # hibernate-ram will default to using ram.conf
41 - dosym /usr/sbin/hibernate /usr/sbin/hibernate-ram
42 + dosym hibernate /usr/sbin/hibernate-ram
43
44 newinitd init.d/hibernate-cleanup.sh hibernate-cleanup