From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1305609-garchives=archives.gentoo.org@lists.gentoo.org>
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 10EB41392E8
	for <garchives@archives.gentoo.org>; Sat, 24 Jul 2021 22:00:26 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 4D2E1E0C0C;
	Sat, 24 Jul 2021 22:00:25 +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 369ACE0C0C
	for <gentoo-commits@lists.gentoo.org>; Sat, 24 Jul 2021 22:00: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 E8900342D2F
	for <gentoo-commits@lists.gentoo.org>; Sat, 24 Jul 2021 22:00:23 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 20942842
	for <gentoo-commits@lists.gentoo.org>; Sat, 24 Jul 2021 22:00:21 +0000 (UTC)
From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" <dilfridge@gentoo.org>
Message-ID: <1627163549.d29c5f5ec9f2f6c74d2ac59b9152574af27fe4e4.dilfridge@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Passwd-Linux/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-perl/Passwd-Linux/Passwd-Linux-1.300.0-r1.ebuild dev-perl/Passwd-Linux/Passwd-Linux-1.300.0.ebuild
X-VCS-Directories: dev-perl/Passwd-Linux/
X-VCS-Committer: dilfridge
X-VCS-Committer-Name: Andreas K. Hüttel
X-VCS-Revision: d29c5f5ec9f2f6c74d2ac59b9152574af27fe4e4
X-VCS-Branch: master
Date: Sat, 24 Jul 2021 22:00:21 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 72723968-0381-4152-87e9-351fbf18075d
X-Archives-Hash: d4c0a3401bc8b90240f465803cd3b698

commit:     d29c5f5ec9f2f6c74d2ac59b9152574af27fe4e4
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 24 21:52:29 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jul 24 21:52:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d29c5f5e

dev-perl/Passwd-Linux: EAPI=8 bump

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 .../{Passwd-Linux-1.300.0.ebuild => Passwd-Linux-1.300.0-r1.ebuild}  | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Passwd-Linux/Passwd-Linux-1.300.0.ebuild b/dev-perl/Passwd-Linux/Passwd-Linux-1.300.0-r1.ebuild
similarity index 82%
rename from dev-perl/Passwd-Linux/Passwd-Linux-1.300.0.ebuild
rename to dev-perl/Passwd-Linux/Passwd-Linux-1.300.0-r1.ebuild
index de9fd16932a..6503a374cbd 100644
--- a/dev-perl/Passwd-Linux/Passwd-Linux-1.300.0.ebuild
+++ b/dev-perl/Passwd-Linux/Passwd-Linux-1.300.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=EESTABROO
 DIST_VERSION=1.3
@@ -12,4 +12,3 @@ DESCRIPTION="Perl module for manipulating the passwd and shadow files"
 LICENSE="Artistic" # ???
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""