From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5D56B59CB2 for ; Mon, 11 Apr 2016 05:41:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A851021C02D; Mon, 11 Apr 2016 05:41:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 259F121C02E for ; Mon, 11 Apr 2016 05:41:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8329D340955 for ; Mon, 11 Apr 2016 05:41:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF29920E for ; Mon, 11 Apr 2016 05:41:20 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1460353267.8b70cd3b2b31a0b79a2c2aee34b44145403972c2.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xplanet/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xplanet/xplanet-1.3.1.ebuild X-VCS-Directories: x11-misc/xplanet/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 8b70cd3b2b31a0b79a2c2aee34b44145403972c2 X-VCS-Branch: master Date: Mon, 11 Apr 2016 05:41:20 +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: eb6c5454-63d3-43d6-9806-863a7b565293 X-Archives-Hash: 161ae4d65135b84ef507cfe2b23624a0 commit: 8b70cd3b2b31a0b79a2c2aee34b44145403972c2 Author: Jeroen Roovers gentoo org> AuthorDate: Mon Apr 11 05:37:14 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Mon Apr 11 05:41:07 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b70cd3b x11-misc/xplanet: Drop base.eclass. Package-Manager: portage-2.2.28 x11-misc/xplanet/xplanet-1.3.1.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/x11-misc/xplanet/xplanet-1.3.1.ebuild b/x11-misc/xplanet/xplanet-1.3.1.ebuild index 726ebc0..aeb8456 100644 --- a/x11-misc/xplanet/xplanet-1.3.1.ebuild +++ b/x11-misc/xplanet/xplanet-1.3.1.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -inherit base flag-o-matic +inherit eutils flag-o-matic DESCRIPTION="Render images of the earth into the X root window" HOMEPAGE="http://xplanet.sourceforge.net/" @@ -40,7 +40,9 @@ DEPEND="${RDEPEND} DOCS="AUTHORS ChangeLog NEWS README TODO" -PATCHES=( "${FILESDIR}"/${P}-giflib.patch ) +src_prepare() { + epatch "${FILESDIR}"/${P}-giflib.patch +} src_configure() { # econf says 'checking pnm.h presence... no'