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 75625138359 for ; Mon, 7 Sep 2020 08:33:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2472E0806; Mon, 7 Sep 2020 08:33:31 +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 9B35DE0806 for ; Mon, 7 Sep 2020 08:33:31 +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 3CD0F335D8C for ; Mon, 7 Sep 2020 08:33:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B07D2339 for ; Mon, 7 Sep 2020 08:33:28 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1599467557.18aa9b70366f2b1b29ac277a1627f829c1d76bc2.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Stat-Bits/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/File-Stat-Bits/File-Stat-Bits-1.10.0-r2.ebuild X-VCS-Directories: dev-perl/File-Stat-Bits/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 18aa9b70366f2b1b29ac277a1627f829c1d76bc2 X-VCS-Branch: master Date: Mon, 7 Sep 2020 08:33:28 +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: 713acab2-32be-440a-a745-b8e242144d9c X-Archives-Hash: ed44a5297bf0418436118d6bb9ac6d53 commit: 18aa9b70366f2b1b29ac277a1627f829c1d76bc2 Author: Kent Fredric gentoo org> AuthorDate: Mon Sep 7 07:47:44 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Mon Sep 7 08:32:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18aa9b70 dev-perl/File-Stat-Bits: -r bump for EAPI7 + fixes - EAPI7 - Fix LICENSE - Remove unused/empty variable assignments - Parallel tests Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Kent Fredric gentoo.org> dev-perl/File-Stat-Bits/File-Stat-Bits-1.10.0-r2.ebuild | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/dev-perl/File-Stat-Bits/File-Stat-Bits-1.10.0-r2.ebuild b/dev-perl/File-Stat-Bits/File-Stat-Bits-1.10.0-r2.ebuild new file mode 100644 index 00000000000..3cb3a0708b9 --- /dev/null +++ b/dev-perl/File-Stat-Bits/File-Stat-Bits-1.10.0-r2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=FEDOROV +DIST_VERSION=1.01 +inherit perl-module + +DESCRIPTION="File stat bit mask constants" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~s390 ~x86"