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 544A8138359 for ; Wed, 16 Sep 2020 16:10:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6745EE0870; Wed, 16 Sep 2020 16:10:20 +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 4C3BFE0870 for ; Wed, 16 Sep 2020 16:10:20 +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 8C30F340ED8 for ; Wed, 16 Sep 2020 16:10:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEFCB366 for ; Wed, 16 Sep 2020 16:10:16 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1600272598.bba5053f2f5734f7ecbc6c66e80c304b0d48ccce.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/jal/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-embedded/jal/jal-0.4.62.ebuild X-VCS-Directories: dev-embedded/jal/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: bba5053f2f5734f7ecbc6c66e80c304b0d48ccce X-VCS-Branch: master Date: Wed, 16 Sep 2020 16:10:16 +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: 022f8ea3-ee84-4254-b47d-09b429791321 X-Archives-Hash: e57ed65f37fe554734a1597f5bef5fb0 commit: bba5053f2f5734f7ecbc6c66e80c304b0d48ccce Author: David Seifert gentoo org> AuthorDate: Wed Sep 16 16:09:58 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Wed Sep 16 16:09:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bba5053f dev-embedded/jal: Port to EAPI 7 Closes: https://bugs.gentoo.org/742185 Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: David Seifert gentoo.org> dev-embedded/jal/jal-0.4.62.ebuild | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/dev-embedded/jal/jal-0.4.62.ebuild b/dev-embedded/jal/jal-0.4.62.ebuild index e13541879b9..bd489fc91e3 100644 --- a/dev-embedded/jal/jal-0.4.62.ebuild +++ b/dev-embedded/jal/jal-0.4.62.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=7 DESCRIPTION="A high-level language for Microchip PIC and Ubicom SX microcontrollers" HOMEPAGE="http://jal.sourceforge.net/" @@ -10,9 +10,5 @@ SRC_URI="mirror://sourceforge/jal/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" -DEPEND="" -RDEPEND="" - -S=${WORKDIR}/${PN} +S="${WORKDIR}/${PN}"