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 D01F71382C5 for ; Mon, 19 Apr 2021 05:03:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDCC7E0830; Mon, 19 Apr 2021 05:03:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 C6EE5E0830 for ; Mon, 19 Apr 2021 05:03:25 +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 76770340E39 for ; Mon, 19 Apr 2021 05:03:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F15826F4 for ; Mon, 19 Apr 2021 05:03:22 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1618808574.5ad263fe8b32fdad446e6450f0c2e620bea9923d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/lockfile-progs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/lockfile-progs/lockfile-progs-0.1.17.ebuild X-VCS-Directories: app-misc/lockfile-progs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5ad263fe8b32fdad446e6450f0c2e620bea9923d X-VCS-Branch: master Date: Mon, 19 Apr 2021 05:03:22 +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: b517e8c6-dee7-4fc2-84da-9a05e82657c5 X-Archives-Hash: 5c2642cd85dc0dc38487aa20f3f26c4b commit: 5ad263fe8b32fdad446e6450f0c2e620bea9923d Author: Sam James gentoo org> AuthorDate: Mon Apr 19 04:58:01 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 19 05:02:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ad263fe app-misc/lockfile-progs: port to EAPI 7 Signed-off-by: Sam James gentoo.org> app-misc/lockfile-progs/lockfile-progs-0.1.17.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app-misc/lockfile-progs/lockfile-progs-0.1.17.ebuild b/app-misc/lockfile-progs/lockfile-progs-0.1.17.ebuild index 72d14a1b517..98f2ac3db11 100644 --- a/app-misc/lockfile-progs/lockfile-progs-0.1.17.ebuild +++ b/app-misc/lockfile-progs/lockfile-progs-0.1.17.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 inherit toolchain-funcs @@ -12,12 +12,13 @@ SRC_URI="mirror://debian/pool/main/l/${PN}/${PN}_${PV}.tar.gz" LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 arm ~mips ppc ~s390 sparc x86" -IUSE="" DEPEND="net-libs/liblockfile" RDEPEND="${DEPEND}" src_prepare() { + default + # Provide better Makefile, with clear separation between compilation # and installation. cp "${FILESDIR}/Makefile" . || die