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 20A871396D9 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 54EBBE0C31; Wed, 1 Nov 2017 03:52:43 +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 22997E0C14 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 9FBA9341747 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 34E4590B4 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: <1509507609.ffd1746d24cf09475ea5333711fb4701986b3e45.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Box/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Mail-Box/Mail-Box-3.3.0.ebuild dev-perl/Mail-Box/Manifest X-VCS-Directories: dev-perl/Mail-Box/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: ffd1746d24cf09475ea5333711fb4701986b3e45 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: 6ec1b61a-5c62-4fd7-a9ad-e15735761d8c X-Archives-Hash: cb8fd849d2717911355763224dbb435e commit: ffd1746d24cf09475ea5333711fb4701986b3e45 Author: Kent Fredric gentoo org> AuthorDate: Wed Nov 1 03:40:09 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Wed Nov 1 03:40:09 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffd1746d dev-perl/Mail-Box: Bump to version 3.3.0 Upstream: - Fix bad license documentation Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-perl/Mail-Box/Mail-Box-3.3.0.ebuild | 38 +++++++++++++++++++++++++++++++++ dev-perl/Mail-Box/Manifest | 1 + 2 files changed, 39 insertions(+) diff --git a/dev-perl/Mail-Box/Mail-Box-3.3.0.ebuild b/dev-perl/Mail-Box/Mail-Box-3.3.0.ebuild new file mode 100644 index 00000000000..4cd3f061106 --- /dev/null +++ b/dev-perl/Mail-Box/Mail-Box-3.3.0.ebuild @@ -0,0 +1,38 @@ +# 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 +DIST_EXAMPLES=("examples/*") +inherit perl-module + +DESCRIPTION="Mail folder manager and MUA backend" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~x86" +IUSE="test" + +PDEPEND=" + dev-perl/Mail-Box-IMAP4 + dev-perl/Mail-Box-POP3 +" +RDEPEND=" + virtual/perl-Carp + dev-perl/TimeDate + >=dev-perl/Devel-GlobalDestruction-0.90.0 + >=dev-perl/File-Remove-0.200.0 + >=virtual/perl-File-Spec-0.700.0 + dev-perl/IO-stringy + >=dev-perl/Mail-Message-3 + >=dev-perl/Mail-Transport-3 + >=dev-perl/Object-Realize-Later-0.190.0 + >=virtual/perl-Scalar-List-Utils-1.130.0 + >=virtual/perl-Test-Simple-0.470.0 + !!