commit: 43627126a77503648382dac981d72e0a3e48c311 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Wed Jan 3 22:34:33 2018 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Thu Jan 4 09:16:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43627126
x11-plugins/gkrellflynn: Eclass update Package-Manager: Portage-2.3.19, Repoman-2.3.6 .../gkrellflynn/files/gkrellflynn-0.8-makefile.patch | 4 ++-- x11-plugins/gkrellflynn/gkrellflynn-0.8.ebuild | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/x11-plugins/gkrellflynn/files/gkrellflynn-0.8-makefile.patch b/x11-plugins/gkrellflynn/files/gkrellflynn-0.8-makefile.patch index 0b539fa6635..bcfef8b8f82 100644 --- a/x11-plugins/gkrellflynn/files/gkrellflynn-0.8-makefile.patch +++ b/x11-plugins/gkrellflynn/files/gkrellflynn-0.8-makefile.patch @@ -1,5 +1,5 @@ ---- Makefile 2002-05-07 10:04:49.000000000 +0200 -+++ Makefile_new 2013-03-12 21:10:15.888656809 +0100 +--- a/Makefile ++++ b/Makefile @@ -3,11 +3,10 @@ # # updated for gkrellm2.0 diff --git a/x11-plugins/gkrellflynn/gkrellflynn-0.8.ebuild b/x11-plugins/gkrellflynn/gkrellflynn-0.8.ebuild index e0014a4bc09..10c704f676c 100644 --- a/x11-plugins/gkrellflynn/gkrellflynn-0.8.ebuild +++ b/x11-plugins/gkrellflynn/gkrellflynn-0.8.ebuild @@ -1,23 +1,23 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="5" -inherit eutils gkrellm-plugin toolchain-funcs +EAPI=6 + +inherit gkrellm-plugin toolchain-funcs HOMEPAGE="http://bax.comlab.uni-rostock.de/en/projects/flynn.html" SRC_URI="http://bax.comlab.uni-rostock.de/fileadmin/downloads/${P}.tar.gz" DESCRIPTION="A funny GKrellM2 load monitor (for Doom(tm) fans)" + KEYWORDS="alpha amd64 ppc sparc x86" SLOT="0" LICENSE="GPL-2" IUSE="" -RDEPEND="app-admin/gkrellm[X]" +RDEPEND="app-admin/gkrellm:2[X]" DEPEND="${RDEPEND}" -src_prepare(){ - epatch "${FILESDIR}"/${P}-makefile.patch -} +PATCHES=( "${FILESDIR}"/${P}-makefile.patch ) src_compile() { emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" gkrellm2
