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 266781396D1 for ; Thu, 31 Aug 2017 12:16:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58FEB1FC06E; Thu, 31 Aug 2017 12:16:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 319331FC06E for ; Thu, 31 Aug 2017 12:16:56 +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 2FD7A33D3C7 for ; Thu, 31 Aug 2017 12:16:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B69CF8900 for ; Thu, 31 Aug 2017 12:16:52 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1504181777.64a89a7274cbfb71bc36a448c7dacf8d4abf242c.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/xfig/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/xfig/xfig-3.2.6a.ebuild X-VCS-Directories: media-gfx/xfig/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 64a89a7274cbfb71bc36a448c7dacf8d4abf242c X-VCS-Branch: master Date: Thu, 31 Aug 2017 12:16:52 +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: 3bad4674-c54f-4a13-8a83-1ed9650d63e7 X-Archives-Hash: 5b57981ecb58386a2ff0eeb4731c767b commit: 64a89a7274cbfb71bc36a448c7dacf8d4abf242c Author: Tim Harder gentoo org> AuthorDate: Thu Aug 31 12:13:06 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Aug 31 12:16:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64a89a72 media-gfx/xfig: remove unused eutils and multilib eclasses for 3.2.6a media-gfx/xfig/xfig-3.2.6a.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/media-gfx/xfig/xfig-3.2.6a.ebuild b/media-gfx/xfig/xfig-3.2.6a.ebuild index 8678a344d25..3ae5e4b5530 100644 --- a/media-gfx/xfig/xfig-3.2.6a.ebuild +++ b/media-gfx/xfig/xfig-3.2.6a.ebuild @@ -3,8 +3,6 @@ EAPI=6 -inherit eutils multilib - DESCRIPTION="A menu-driven tool to draw and manipulate objects interactively in an X window" HOMEPAGE="http://mcj.sourceforge.net/" SRC_URI="mirror://sourceforge/mcj/${PN}-full-${PV}.tar.xz"