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 6EBAD13832E for ; Mon, 22 Aug 2016 02:15:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2F28E09B3; Mon, 22 Aug 2016 02:15:21 +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 9AD43E09B3 for ; Mon, 22 Aug 2016 02:15:21 +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 B1D76340688 for ; Mon, 22 Aug 2016 02:15:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3423B2461 for ; Mon, 22 Aug 2016 02:15:17 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1471832113.859d88575cee76fcc8bb16ea7fd7a4772face84d.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/grub-splashes/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/grub-splashes/grub-splashes-20091109.ebuild X-VCS-Directories: media-gfx/grub-splashes/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 859d88575cee76fcc8bb16ea7fd7a4772face84d X-VCS-Branch: master Date: Mon, 22 Aug 2016 02:15:17 +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: 385d99f1-3a6f-4fb6-a6b0-bac6437c7382 X-Archives-Hash: 8a377f1d5b78979acbd734e41927e5db commit: 859d88575cee76fcc8bb16ea7fd7a4772face84d Author: Mike Gilbert gentoo org> AuthorDate: Mon Aug 22 02:14:37 2016 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon Aug 22 02:15:13 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=859d8857 media-gfx/grub-splashes: modernize ebuild Upgrade to EAPI 6. Use mount-boot eclass. Package-Manager: portage-2.3.0_p16 media-gfx/grub-splashes/grub-splashes-20091109.ebuild | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/media-gfx/grub-splashes/grub-splashes-20091109.ebuild b/media-gfx/grub-splashes/grub-splashes-20091109.ebuild index 7bb53c3..4eb79a3 100644 --- a/media-gfx/grub-splashes/grub-splashes-20091109.ebuild +++ b/media-gfx/grub-splashes/grub-splashes-20091109.ebuild @@ -1,7 +1,11 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ +EAPI=6 + +inherit mount-boot + DESCRIPTION="Collection of grub splashes" HOMEPAGE="https://dev.gentoo.org/~welp/grub-splashes.xml" SRC_URI="mirror://gentoo/${PN}-0.1.tar.gz @@ -13,16 +17,8 @@ SLOT="0" KEYWORDS="amd64 x86 ~x86-fbsd" IUSE="" -DEPEND="|| ( sys-boot/grub sys-boot/grub-static )" -RDEPEND="${DEPEND}" - S="${WORKDIR}" -pkg_setup() { - [[ -d ${ROOT}/boot/grub ]] || \ - die "${ROOT}/boot/grub does not exist, please make sure you have /boot mounted" -} - src_unpack() { unpack ${A} cd "${S}"