commit: 176276e4b739a63f43cbedd406723f4ac2452885 Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Sat May 26 19:21:06 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Sat May 26 20:31:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=176276e4
x11-plugins/pidgin-hotkeys: bump EAPI and drop eutils Package-Manager: Portage-2.3.40, Repoman-2.3.9 x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild b/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild index ba63fde3c45..25d102a3e7e 100644 --- a/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild +++ b/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild @@ -1,9 +1,7 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="2" - -inherit eutils +EAPI=6 DESCRIPTION="Pidgin plugin to define global hotkeys for various actions" HOMEPAGE="http://pidgin-hotkeys.sourceforge.net/" @@ -22,5 +20,5 @@ DEPEND="${RDEPEND} src_install() { emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog README NEWS || die + default }
