x11-plugins/gkrellm-mailwatch: Fix dependency on gkrellm[X]
authorPacho Ramos <pacho@gentoo.org>
Wed, 26 Jul 2017 10:48:13 +0000 (12:48 +0200)
committerPacho Ramos <pacho@gentoo.org>
Wed, 26 Jul 2017 11:34:19 +0000 (13:34 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3-r2.ebuild [moved from x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3-r1.ebuild with 51% similarity]

similarity index 51%
rename from x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3-r1.ebuild
rename to x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3-r2.ebuild
index ea4d0400830d066d9fd974b1ff249e560976763e..d46420e88244f0f0f7249696c60dec8124141762 100644 (file)
@@ -1,11 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="3"
-inherit gkrellm-plugin toolchain-funcs eutils
+EAPI=6
+inherit gkrellm-plugin toolchain-funcs
 
-IUSE=""
-S=${WORKDIR}/${PN}
 DESCRIPTION="A GKrellM2 plugin that shows the status of additional mail boxes"
 SRC_URI="http://gkrellm.luon.net/files/${P}.tar.gz"
 HOMEPAGE="http://gkrellm.luon.net/mailwatch.php"
@@ -13,12 +11,19 @@ HOMEPAGE="http://gkrellm.luon.net/mailwatch.php"
 SLOT="2"
 LICENSE="GPL-2"
 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+IUSE=""
 
 PLUGIN_SO=mailwatch.so
+S="${WORKDIR}/${PN}"
 
-src_prepare() {
-       epatch "${FILESDIR}"/${PV}-*
-}
+RDEPEND="app-admin/gkrellm[X]"
+
+PATCHES=(
+       "${FILESDIR}"/2.4.3-0001-Respect-LDFLAGS.patch
+       "${FILESDIR}"/2.4.3-0002-Use-gkrellm_gkd_string_width.patch
+       "${FILESDIR}"/2.4.3-0003-Remove-a-few-more-GCC-warnings.patch
+       "${FILESDIR}"/2.4.3-0004-Do-not-force-O2-in-CFLAGS.patch
+)
 
 src_compile() {
        tc-export CC