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 716241396D1 for ; Thu, 31 Aug 2017 11:47:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B9C2E0D82; Thu, 31 Aug 2017 11:47:27 +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 3EB39E0D82 for ; Thu, 31 Aug 2017 11:47:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 45EC9341130 for ; Thu, 31 Aug 2017 11:47:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B030388F9 for ; Thu, 31 Aug 2017 11:47:24 +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: <1504180001.5a7a7b6978d0919363b33b84ac3641afb9f29267.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/feh/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/feh/feh-2.18.3.ebuild media-gfx/feh/feh-2.19.3.ebuild X-VCS-Directories: media-gfx/feh/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 5a7a7b6978d0919363b33b84ac3641afb9f29267 X-VCS-Branch: master Date: Thu, 31 Aug 2017 11:47:24 +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: bd25125b-dff5-4bff-aed5-d3d67472de28 X-Archives-Hash: eb028f78fc1086b4798fabd52dee0a84 commit: 5a7a7b6978d0919363b33b84ac3641afb9f29267 Author: Tim Harder gentoo org> AuthorDate: Thu Aug 31 11:46:41 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Aug 31 11:46:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a7a7b69 media-gfx/feh: remove unused eutils eclass media-gfx/feh/feh-2.18.3.ebuild | 2 +- media-gfx/feh/feh-2.19.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/feh/feh-2.18.3.ebuild b/media-gfx/feh/feh-2.18.3.ebuild index f2e5fb78dec..1b1f2eb93d5 100644 --- a/media-gfx/feh/feh-2.18.3.ebuild +++ b/media-gfx/feh/feh-2.18.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils toolchain-funcs +inherit toolchain-funcs DESCRIPTION="A fast, lightweight imageviewer using imlib2" HOMEPAGE="https://feh.finalrewind.org/" diff --git a/media-gfx/feh/feh-2.19.3.ebuild b/media-gfx/feh/feh-2.19.3.ebuild index 2923e47f091..73ad8e804e4 100644 --- a/media-gfx/feh/feh-2.19.3.ebuild +++ b/media-gfx/feh/feh-2.19.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils toolchain-funcs +inherit toolchain-funcs DESCRIPTION="A fast, lightweight imageviewer using imlib2" HOMEPAGE="https://feh.finalrewind.org/"