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 177381382C5 for ; Mon, 29 Jun 2020 08:55:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFB89E090E; Mon, 29 Jun 2020 08:55:38 +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 A2624E090E for ; Mon, 29 Jun 2020 08:55:38 +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 3673634F336 for ; Mon, 29 Jun 2020 08:55:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6BA8292 for ; Mon, 29 Jun 2020 08:55:35 +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: <1593420905.b235b103fe22a2d3a0c589d1c99bf157c377f2b1.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Convert-TNEF/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Convert-TNEF/Convert-TNEF-0.180.0-r3.ebuild X-VCS-Directories: dev-perl/Convert-TNEF/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: b235b103fe22a2d3a0c589d1c99bf157c377f2b1 X-VCS-Branch: master Date: Mon, 29 Jun 2020 08:55:35 +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: 5fd20e4a-488e-4ae8-8851-daf51853067c X-Archives-Hash: d0dd22c79c5030f3bb72a656cff7ce46 commit: b235b103fe22a2d3a0c589d1c99bf157c377f2b1 Author: Kent Fredric gentoo org> AuthorDate: Mon Jun 29 08:55:05 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Mon Jun 29 08:55:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b235b103 dev-perl/Convert-TNEF: -r bump for EAPI7 - EAPI7 - Parallel tests - Clarify dependencies - Remove unused/empty variable assignments Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> .../Convert-TNEF/Convert-TNEF-0.180.0-r3.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/dev-perl/Convert-TNEF/Convert-TNEF-0.180.0-r3.ebuild b/dev-perl/Convert-TNEF/Convert-TNEF-0.180.0-r3.ebuild new file mode 100644 index 00000000000..a09dd8150bf --- /dev/null +++ b/dev-perl/Convert-TNEF/Convert-TNEF-0.180.0-r3.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=DOUGW +DIST_VERSION=0.18 +inherit perl-module + +DESCRIPTION="A Perl module for reading TNEF files" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND=" + >=dev-perl/MIME-tools-4.109.0 + dev-perl/IO-stringy +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +"