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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F39DE158023 for ; Mon, 26 Dec 2022 15:49:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C97DE0969; Mon, 26 Dec 2022 15:49:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B01B7E0967 for ; Mon, 26 Dec 2022 15:49:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 948C5341183 for ; Mon, 26 Dec 2022 15:49:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8148779 for ; Mon, 26 Dec 2022 15:49:22 +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: <1672069717.31e1177bce9b3bdc1e96b9a33da7d312ad1bb37d.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/mtkbabel/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/mtkbabel/mtkbabel-0.8.3.1-r1.ebuild sci-geosciences/mtkbabel/mtkbabel-0.8.3.1-r2.ebuild X-VCS-Directories: sci-geosciences/mtkbabel/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 31e1177bce9b3bdc1e96b9a33da7d312ad1bb37d X-VCS-Branch: master Date: Mon, 26 Dec 2022 15:49: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: 25e93e98-7172-45cf-a36f-9dcab86206ea X-Archives-Hash: ac27aa35a4ac53961393e0dd089b8383 commit: 31e1177bce9b3bdc1e96b9a33da7d312ad1bb37d Author: David Seifert gentoo org> AuthorDate: Mon Dec 26 15:48:37 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Dec 26 15:48:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31e1177b sci-geosciences/mtkbabel: update EAPI 6 -> 8 Signed-off-by: David Seifert gentoo.org> .../{mtkbabel-0.8.3.1-r1.ebuild => mtkbabel-0.8.3.1-r2.ebuild} | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/sci-geosciences/mtkbabel/mtkbabel-0.8.3.1-r1.ebuild b/sci-geosciences/mtkbabel/mtkbabel-0.8.3.1-r2.ebuild similarity index 84% rename from sci-geosciences/mtkbabel/mtkbabel-0.8.3.1-r1.ebuild rename to sci-geosciences/mtkbabel/mtkbabel-0.8.3.1-r2.ebuild index 2eda677db339..f6b774997b0b 100644 --- a/sci-geosciences/mtkbabel/mtkbabel-0.8.3.1-r1.ebuild +++ b/sci-geosciences/mtkbabel/mtkbabel-0.8.3.1-r2.ebuild @@ -1,25 +1,22 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DESCRIPTION="MTKBabel is a Perl program to operate the i-Blue 747 GPS data logger" HOMEPAGE="https://sourceforge.net/projects/mtkbabel/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +S="${WORKDIR}/${PV}" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" -DEPEND="" RDEPEND=" dev-perl/Device-SerialPort dev-perl/TimeDate " -S=${WORKDIR}/${PV} - src_install() { doman mtkbabel.1 dobin mtkbabel