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 61EDD1396D9 for ; Wed, 1 Nov 2017 03:52:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99291E0C11; Wed, 1 Nov 2017 03:52:42 +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 74546E0C11 for ; Wed, 1 Nov 2017 03:52:42 +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 E771E34175C for ; Wed, 1 Nov 2017 03:52:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DDB490B7 for ; Wed, 1 Nov 2017 03:52:39 +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: <1509508117.4d2026e3343d053d4e53993bd44f2756516cf1ac.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Box-POP3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Mail-Box-POP3/Mail-Box-POP3-3.3.0.ebuild dev-perl/Mail-Box-POP3/Manifest X-VCS-Directories: dev-perl/Mail-Box-POP3/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 4d2026e3343d053d4e53993bd44f2756516cf1ac X-VCS-Branch: master Date: Wed, 1 Nov 2017 03:52:39 +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-Archives-Salt: 3f54baaa-9dfd-43e5-8282-733d50a8d974 X-Archives-Hash: 7c52ee4ff472f315716c136670c4b6f8 commit: 4d2026e3343d053d4e53993bd44f2756516cf1ac Author: Kent Fredric gentoo org> AuthorDate: Wed Nov 1 03:48:37 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Wed Nov 1 03:48:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d2026e3 dev-perl/Mail-Box-POP3: Bump to version 3.3.0 Upstream: - Fix wrong license documentation - Disable fragile tests Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-perl/Mail-Box-POP3/Mail-Box-POP3-3.3.0.ebuild | 32 +++++++++++++++++++++++ dev-perl/Mail-Box-POP3/Manifest | 1 + 2 files changed, 33 insertions(+) diff --git a/dev-perl/Mail-Box-POP3/Mail-Box-POP3-3.3.0.ebuild b/dev-perl/Mail-Box-POP3/Mail-Box-POP3-3.3.0.ebuild new file mode 100644 index 00000000000..c9845fe6550 --- /dev/null +++ b/dev-perl/Mail-Box-POP3/Mail-Box-POP3-3.3.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=MARKOV +DIST_VERSION=3.003 +inherit perl-module + +DESCRIPTION="Mail::Box connector via POP3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~x86" +IUSE="test" + +RDEPEND=" + virtual/perl-Carp + virtual/perl-Digest-MD5 + virtual/perl-File-Spec + virtual/perl-IO + >=dev-perl/Mail-Message-3 + >=dev-perl/Mail-Box-3 + virtual/perl-Scalar-List-Utils + virtual/perl-Socket + !!