Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-hotkeys/
Date: Sat, 26 May 2018 20:31:41
Message-Id: 1527366687.176276e4b739a63f43cbedd406723f4ac2452885.bman@gentoo
1 commit: 176276e4b739a63f43cbedd406723f4ac2452885
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 26 19:21:06 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat May 26 20:31:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=176276e4
7
8 x11-plugins/pidgin-hotkeys: bump EAPI and drop eutils
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild | 8 +++-----
13 1 file changed, 3 insertions(+), 5 deletions(-)
14
15 diff --git a/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild b/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild
16 index ba63fde3c45..25d102a3e7e 100644
17 --- a/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild
18 +++ b/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild
19 @@ -1,9 +1,7 @@
20 -# Copyright 1999-2012 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI="2"
25 -
26 -inherit eutils
27 +EAPI=6
28
29 DESCRIPTION="Pidgin plugin to define global hotkeys for various actions"
30 HOMEPAGE="http://pidgin-hotkeys.sourceforge.net/"
31 @@ -22,5 +20,5 @@ DEPEND="${RDEPEND}
32
33 src_install() {
34 emake DESTDIR="${D}" install || die
35 - dodoc AUTHORS ChangeLog README NEWS || die
36 + default
37 }