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 DCC0A158020 for ; Sat, 29 Oct 2022 12:08:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08EF7E0869; Sat, 29 Oct 2022 12:08:30 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E3D86E0869 for ; Sat, 29 Oct 2022 12:08:29 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E5192341227 for ; Sat, 29 Oct 2022 12:08:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72CAE61D for ; Sat, 29 Oct 2022 12:08:27 +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: <1667045270.5ec26e03382da043bb1f7e3b84447d8842ad0dd6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/porticron/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/porticron/porticron-0.7.1-r1.ebuild app-portage/porticron/porticron-0.7.1.ebuild X-VCS-Directories: app-portage/porticron/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5ec26e03382da043bb1f7e3b84447d8842ad0dd6 X-VCS-Branch: master Date: Sat, 29 Oct 2022 12:08:27 +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: 69557730-edd1-48a1-9c8b-68d0e3f6591e X-Archives-Hash: 1cecc9ea8977d48afe83ed0cecf300a6 commit: 5ec26e03382da043bb1f7e3b84447d8842ad0dd6 Author: Sam James gentoo org> AuthorDate: Sat Oct 29 12:06:04 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 29 12:07:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ec26e03 app-portage/porticron: EAPI 8 Closes: https://bugs.gentoo.org/857456 Signed-off-by: Sam James gentoo.org> .../{porticron-0.7.1.ebuild => porticron-0.7.1-r1.ebuild} | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/app-portage/porticron/porticron-0.7.1.ebuild b/app-portage/porticron/porticron-0.7.1-r1.ebuild similarity index 84% rename from app-portage/porticron/porticron-0.7.1.ebuild rename to app-portage/porticron/porticron-0.7.1-r1.ebuild index 68254d6cc552..01786328001d 100644 --- a/app-portage/porticron/porticron-0.7.1.ebuild +++ b/app-portage/porticron/porticron-0.7.1-r1.ebuild @@ -1,9 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" - -inherit vcs-snapshot +EAPI=8 DESCRIPTION="cron script to sync portage and send update mails to root" HOMEPAGE="https://github.com/gentoo/porticron" @@ -12,13 +10,11 @@ SRC_URI="https://github.com/gentoo/porticron/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="BSD" SLOT="0" KEYWORDS="amd64 arm arm64 ~hppa ppc ~ppc64 x86" -IUSE="" RDEPEND=" app-portage/gentoolkit net-dns/bind-tools " -DEPEND="" src_install() { dosbin bin/porticron