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 D3DB1138239 for ; Sun, 22 Mar 2020 10:59:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 195C4E0993; Sun, 22 Mar 2020 10:59:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 EB158E0993 for ; Sun, 22 Mar 2020 10:59:55 +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 05FD934F1FE for ; Sun, 22 Mar 2020 10:59:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FF4617 for ; Sun, 22 Mar 2020 10:59:53 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1584874789.19a4461a927900432b7303186eb7d12ae417c64f.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/yaffs2utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/yaffs2utils/yaffs2utils-0.2.9.ebuild X-VCS-Directories: sys-fs/yaffs2utils/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 19a4461a927900432b7303186eb7d12ae417c64f X-VCS-Branch: master Date: Sun, 22 Mar 2020 10:59:53 +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: 9719acdb-95f8-4186-a3e1-fd1309312d80 X-Archives-Hash: 72a3128e143adb641d6498270023208a commit: 19a4461a927900432b7303186eb7d12ae417c64f Author: Mikle Kolyada gentoo org> AuthorDate: Sun Mar 22 10:59:10 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Mar 22 10:59:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19a4461a sys-fs/yaffs2utils: port to EAPI=7 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Mikle Kolyada gentoo.org> sys-fs/yaffs2utils/yaffs2utils-0.2.9.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-fs/yaffs2utils/yaffs2utils-0.2.9.ebuild b/sys-fs/yaffs2utils/yaffs2utils-0.2.9.ebuild index 77ee6a3a745..d9691a18fa8 100644 --- a/sys-fs/yaffs2utils/yaffs2utils-0.2.9.ebuild +++ b/sys-fs/yaffs2utils/yaffs2utils-0.2.9.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="4" +EAPI=7 -inherit eutils toolchain-funcs +inherit toolchain-funcs DESCRIPTION="tools for generating YAFFS images" HOMEPAGE="https://code.google.com/p/yaffs2utils/" @@ -12,13 +12,13 @@ SRC_URI="https://yaffs2utils.googlecode.com/files/0.2.9.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~mips ~x86" -IUSE="" S=${WORKDIR}/${PV} src_prepare() { - epatch "${FILESDIR}"/${P}-build.patch - epatch "${FILESDIR}"/${P}-unyaffs2-pointer.patch + default + eapply "${FILESDIR}"/${P}-build.patch + eapply "${FILESDIR}"/${P}-unyaffs2-pointer.patch } src_configure() {