Gentoo Archives: gentoo-commits

From: Stephan Hartmann <sultan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-laptop/spicctrl/files/, app-laptop/spicctrl/
Date: Tue, 15 Sep 2020 15:30:23
Message-Id: 1600183770.04bdcbc953b90fcc4d4e93ed727229d467e43321.sultan@gentoo
1 commit: 04bdcbc953b90fcc4d4e93ed727229d467e43321
2 Author: Stephan Hartmann <sultan <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 15 11:19:14 2020 +0000
4 Commit: Stephan Hartmann <sultan <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 15 15:29:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04bdcbc9
7
8 app-laptop/spicctrl: EAPI 7 bump
9
10 Closes: https://bugs.gentoo.org/742083
11 Package-Manager: Portage-3.0.4, Repoman-3.0.1
12 Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>
13
14 app-laptop/spicctrl/files/spicctrl-1.9-makefile.patch | 4 ++--
15 app-laptop/spicctrl/spicctrl-1.9-r1.ebuild | 10 +++-------
16 2 files changed, 5 insertions(+), 9 deletions(-)
17
18 diff --git a/app-laptop/spicctrl/files/spicctrl-1.9-makefile.patch b/app-laptop/spicctrl/files/spicctrl-1.9-makefile.patch
19 index a49a29c30fb..edb79ce6d9c 100644
20 --- a/app-laptop/spicctrl/files/spicctrl-1.9-makefile.patch
21 +++ b/app-laptop/spicctrl/files/spicctrl-1.9-makefile.patch
22 @@ -1,5 +1,5 @@
23 ---- Makefile.orig 2012-11-20 12:38:41.528871594 +0400
24 -+++ Makefile 2012-11-20 12:39:42.630871103 +0400
25 +--- a/Makefile 2012-11-20 12:38:41.528871594 +0400
26 ++++ b/Makefile 2012-11-20 12:39:42.630871103 +0400
27 @@ -14,7 +14,7 @@
28 all: spicctrl
29
30
31 diff --git a/app-laptop/spicctrl/spicctrl-1.9-r1.ebuild b/app-laptop/spicctrl/spicctrl-1.9-r1.ebuild
32 index d1aceef2961..d08dd3d8160 100644
33 --- a/app-laptop/spicctrl/spicctrl-1.9-r1.ebuild
34 +++ b/app-laptop/spicctrl/spicctrl-1.9-r1.ebuild
35 @@ -1,9 +1,9 @@
36 -# Copyright 1999-2012 Gentoo Foundation
37 +# Copyright 1999-2020 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 -EAPI=4
41 +EAPI=7
42
43 -inherit base toolchain-funcs
44 +inherit toolchain-funcs
45
46 DESCRIPTION="tool for the sonypi-Device (found in Sony Vaio Notebooks)"
47 HOMEPAGE="http://www.popies.net/sonypi/"
48 @@ -12,10 +12,6 @@ SRC_URI="http://www.popies.net/sonypi/${P}.tar.bz2"
49 LICENSE="GPL-2"
50 SLOT="0"
51 KEYWORDS="~amd64 -ppc x86"
52 -IUSE=""
53 -
54 -DEPEND=""
55 -RDEPEND=""
56
57 PATCHES=( "${FILESDIR}/${P}-makefile.patch" )