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 C2086158087 for ; Fri, 12 Nov 2021 00:26:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D39B12BC043; Fri, 12 Nov 2021 00:26:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9518D2BC0B7 for ; Fri, 12 Nov 2021 00:26:03 +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 BDF0B342D94 for ; Fri, 12 Nov 2021 00:26:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1F771C8 for ; Fri, 12 Nov 2021 00:25:59 +0000 (UTC) From: "Andreas K. Hüttel" 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" Message-ID: <1636676739.18ebef095bcb2f551b045b16749b08bf802e92be.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Sender/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Mail-Sender/Mail-Sender-0.903.0-r1.ebuild dev-perl/Mail-Sender/Mail-Sender-0.903.0.ebuild X-VCS-Directories: dev-perl/Mail-Sender/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 18ebef095bcb2f551b045b16749b08bf802e92be X-VCS-Branch: master Date: Fri, 12 Nov 2021 00:25:59 +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: 036764a3-375d-4dde-a872-f4dc77b4aeee X-Archives-Hash: 824fc3e881b5a15ac0d5c1085b12f2db commit: 18ebef095bcb2f551b045b16749b08bf802e92be Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Nov 12 00:20:00 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Nov 12 00:25:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18ebef09 dev-perl/Mail-Sender: EAPI=8 bump Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> ...ail-Sender-0.903.0.ebuild => Mail-Sender-0.903.0-r1.ebuild} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-perl/Mail-Sender/Mail-Sender-0.903.0.ebuild b/dev-perl/Mail-Sender/Mail-Sender-0.903.0-r1.ebuild similarity index 88% rename from dev-perl/Mail-Sender/Mail-Sender-0.903.0.ebuild rename to dev-perl/Mail-Sender/Mail-Sender-0.903.0-r1.ebuild index eecdf9143a7..566ca750a4a 100644 --- a/dev-perl/Mail-Sender/Mail-Sender-0.903.0.ebuild +++ b/dev-perl/Mail-Sender/Mail-Sender-0.903.0-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=CAPOEIRAB DIST_VERSION=0.903 @@ -11,8 +11,7 @@ DESCRIPTION="Module for sending mails with attachments through an SMTP server" SLOT="0" KEYWORDS="amd64 ~ppc x86" -IUSE="test minimal" -RESTRICT="!test? ( test )" +IUSE="minimal" RDEPEND=" !minimal? ( @@ -30,13 +29,14 @@ RDEPEND=" virtual/perl-Socket virtual/perl-Time-Local " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-File-Spec >=virtual/perl-Test-Simple-0.880.0 ) " + pkg_postinst() { ewarn "dev-perl/Mail-Sender is deprecated by upstream." ewarn