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 6DDF1138334 for ; Mon, 21 Jan 2019 14:44:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EBEAE0B0E; Mon, 21 Jan 2019 14:44:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 5107CE0B0E for ; Mon, 21 Jan 2019 14:44:57 +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 79C97335D06 for ; Mon, 21 Jan 2019 14:44:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60ECD51D for ; Mon, 21 Jan 2019 14:44:52 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1548081884.b272cd81ce5b69e3cd10eb31ef9ce6ec8dc28f25.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xosview/xosview-1.20-r1.ebuild x11-misc/xosview/xosview-1.21.ebuild X-VCS-Directories: x11-misc/xosview/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: b272cd81ce5b69e3cd10eb31ef9ce6ec8dc28f25 X-VCS-Branch: master Date: Mon, 21 Jan 2019 14:44: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c556dff7-4e4e-4544-8965-ba5173cb5581 X-Archives-Hash: 12e152d3a5eaecd59868e5e48a4d921b commit: b272cd81ce5b69e3cd10eb31ef9ce6ec8dc28f25 Author: Lars Wendler gentoo org> AuthorDate: Mon Jan 21 14:44:44 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Jan 21 14:44:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b272cd81 x11-misc/xosview: Removed eutils from inherit. Package-Manager: Portage-2.3.57, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> x11-misc/xosview/xosview-1.20-r1.ebuild | 4 ++-- x11-misc/xosview/xosview-1.21.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-misc/xosview/xosview-1.20-r1.ebuild b/x11-misc/xosview/xosview-1.20-r1.ebuild index e06a58bfd2c..3ecc36b3b66 100644 --- a/x11-misc/xosview/xosview-1.20-r1.ebuild +++ b/x11-misc/xosview/xosview-1.20-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils toolchain-funcs xdg-utils +inherit toolchain-funcs xdg-utils DESCRIPTION="X11 operating system viewer" HOMEPAGE="http://www.pogo.org.uk/~mark/xosview/" diff --git a/x11-misc/xosview/xosview-1.21.ebuild b/x11-misc/xosview/xosview-1.21.ebuild index a88949d99bb..f19498d3781 100644 --- a/x11-misc/xosview/xosview-1.21.ebuild +++ b/x11-misc/xosview/xosview-1.21.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit eutils toolchain-funcs xdg-utils +inherit toolchain-funcs xdg-utils DESCRIPTION="X11 operating system viewer" HOMEPAGE="http://www.pogo.org.uk/~mark/xosview/"