From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 335E7139696 for ; Wed, 26 Jul 2017 11:34:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63D0C1FC05B; Wed, 26 Jul 2017 11:34:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B65E1FC08A for ; Wed, 26 Jul 2017 11:34:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 729653417DA for ; Wed, 26 Jul 2017 11:34:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34F3774C6 for ; Wed, 26 Jul 2017 11:34:53 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1501068859.cba559e6b4e38f86927cf45b9d8a8f5c4aa86172.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-mailwatch/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3-r1.ebuild x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3-r2.ebuild X-VCS-Directories: x11-plugins/gkrellm-mailwatch/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: cba559e6b4e38f86927cf45b9d8a8f5c4aa86172 X-VCS-Branch: master Date: Wed, 26 Jul 2017 11:34:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fc434821-6bbe-4293-84cf-f60764966840 X-Archives-Hash: 3622a67b0862d479d898e9136102cd64 commit: cba559e6b4e38f86927cf45b9d8a8f5c4aa86172 Author: Pacho Ramos gentoo org> AuthorDate: Wed Jul 26 10:48:13 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Jul 26 11:34:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cba559e6 x11-plugins/gkrellm-mailwatch: Fix dependency on gkrellm[X] Package-Manager: Portage-2.3.6, Repoman-2.3.2 ...-r1.ebuild => gkrellm-mailwatch-2.4.3-r2.ebuild} | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3-r1.ebuild b/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3-r2.ebuild 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 ea4d0400830..d46420e8824 100644 --- a/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3-r1.ebuild +++ b/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3-r2.ebuild @@ -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