summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2018-01-03 23:34:32 +0100
committerDavid Seifert <soap@gentoo.org>2018-01-04 10:15:38 +0100
commitd710e965c7156d4695d6e192c1e4a7350ad1f5d6 (patch)
tree306c76abe546a92c7168bff7d4cd82aedf5c1d59 /x11-plugins
parentx11-plugins/gkrellm-bgchanger: Eclass update (diff)
downloadgentoo-d710e965c7156d4695d6e192c1e4a7350ad1f5d6.tar.gz
gentoo-d710e965c7156d4695d6e192c1e4a7350ad1f5d6.tar.bz2
gentoo-d710e965c7156d4695d6e192c1e4a7350ad1f5d6.zip
x11-plugins/gkrellmlaunch: Eclass update
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/gkrellmlaunch/files/gkrellmlaunch-0.5-makefile.patch4
-rw-r--r--x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild19
2 files changed, 11 insertions, 12 deletions
diff --git a/x11-plugins/gkrellmlaunch/files/gkrellmlaunch-0.5-makefile.patch b/x11-plugins/gkrellmlaunch/files/gkrellmlaunch-0.5-makefile.patch
index 31175b664837..8b0a4fee6669 100644
--- a/x11-plugins/gkrellmlaunch/files/gkrellmlaunch-0.5-makefile.patch
+++ b/x11-plugins/gkrellmlaunch/files/gkrellmlaunch-0.5-makefile.patch
@@ -1,5 +1,5 @@
---- Makefile 2002-09-26 15:56:06.000000000 +0200
-+++ Makefile_new 2013-03-15 17:26:19.398383410 +0100
+--- a/Makefile
++++ b/Makefile
@@ -4,21 +4,25 @@
GTK_LIB = `pkg-config gtk+-2.0 --libs`
diff --git a/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild b/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild
index a0157f2e4b71..616508568460 100644
--- a/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild
+++ b/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild
@@ -1,25 +1,24 @@
-# 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
DESCRIPTION="A Program-Launcher Plugin for GKrellM2"
SRC_URI="mirror://sourceforge/gkrellmlaunch/${P}.tar.gz"
HOMEPAGE="http://gkrellmlaunch.sourceforge.net/"
-IUSE=""
-SLOT="2"
LICENSE="GPL-2"
+SLOT="2"
KEYWORDS="x86 ppc sparc alpha amd64"
+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 LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)"
+ emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}"
}