public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Box-IMAP4/
Date: Sat, 18 Mar 2017 11:21:14 +0000 (UTC)	[thread overview]
Message-ID: <1489835615.a4931c3be5aa7a2cb685376b527c187b5ff11c1f.kentnl@gentoo> (raw)

commit:     a4931c3be5aa7a2cb685376b527c187b5ff11c1f
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 18 10:55:12 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Mar 18 11:13:35 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4931c3b

dev-perl/Mail-Box-IMAP4: Add w/ version 3.1.0

- Forked out of dev-perl/Mail-Box
- Keywords preserved from Mail-Box
- Hard blocks for file collision and circular building problems

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 .../Mail-Box-IMAP4/Mail-Box-IMAP4-3.1.0.ebuild     | 32 ++++++++++++++++++++++
 dev-perl/Mail-Box-IMAP4/Manifest                   |  1 +
 dev-perl/Mail-Box-IMAP4/metadata.xml               | 20 ++++++++++++++
 3 files changed, 53 insertions(+)

diff --git a/dev-perl/Mail-Box-IMAP4/Mail-Box-IMAP4-3.1.0.ebuild b/dev-perl/Mail-Box-IMAP4/Mail-Box-IMAP4-3.1.0.ebuild
new file mode 100644
index 00000000000..fa662c51d2e
--- /dev/null
+++ b/dev-perl/Mail-Box-IMAP4/Mail-Box-IMAP4-3.1.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.001
+inherit perl-module
+
+DESCRIPTION="Mail::Box connector via IMAP4"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	dev-perl/TimeDate
+	dev-perl/Digest-HMAC
+	virtual/perl-Digest-MD5
+	virtual/perl-File-Spec
+	>=dev-perl/Mail-Box-3
+	dev-perl/Mail-IMAPClient
+	>=dev-perl/Mail-Message-3
+	>=dev-perl/Mail-Transport-3
+	virtual/perl-Scalar-List-Utils
+	!!<dev-perl/Mail-Box-3
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-Test-Simple
+	)
+"

diff --git a/dev-perl/Mail-Box-IMAP4/Manifest b/dev-perl/Mail-Box-IMAP4/Manifest
new file mode 100644
index 00000000000..3d0529b6dca
--- /dev/null
+++ b/dev-perl/Mail-Box-IMAP4/Manifest
@@ -0,0 +1 @@
+DIST Mail-Box-IMAP4-3.001.tar.gz 41829 SHA256 48315c3716c66d86ef6dbd766a77d3f19f7d95bc47799bd0f0bc33ffe3563f05 SHA512 ba9ba1b706d90686755f65ca07d9052461607df02164931b3578c29e639a2a083c8f3354f2ae53d619a8b270ed4ddcbb91ea8669cf7740332243136d49f2bf81 WHIRLPOOL 452ecf26da48e1cbd333b57e53044bfc3f68671fb4bd040eec394ae205d692334b0f5b4856e13ebd4190e2921f1f1e97015936e2ddb37519cbadeef06cc35f13

diff --git a/dev-perl/Mail-Box-IMAP4/metadata.xml b/dev-perl/Mail-Box-IMAP4/metadata.xml
new file mode 100644
index 00000000000..5ceb4cbec34
--- /dev/null
+++ b/dev-perl/Mail-Box-IMAP4/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>perl@gentoo.org</email>
+    <name>Gentoo Perl Project</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="cpan">Mail-Box-IMAP4</remote-id>
+    <remote-id type="cpan-module">Mail::Box::IMAP4</remote-id>
+    <remote-id type="cpan-module">Mail::Box::IMAP4::Head</remote-id>
+    <remote-id type="cpan-module">Mail::Box::IMAP4::Message</remote-id>
+    <remote-id type="cpan-module">Mail::Server::IMAP4</remote-id>
+    <remote-id type="cpan-module">Mail::Server::IMAP4::Fetch</remote-id>
+    <remote-id type="cpan-module">Mail::Server::IMAP4::List</remote-id>
+    <remote-id type="cpan-module">Mail::Server::IMAP4::Search</remote-id>
+    <remote-id type="cpan-module">Mail::Server::IMAP4::User</remote-id>
+    <remote-id type="cpan-module">Mail::Transport::IMAP4</remote-id>
+  </upstream>
+</pkgmetadata>


             reply	other threads:[~2017-03-18 11:21 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-18 11:21 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-11-01  3:52 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Box-IMAP4/ Kent Fredric
2018-06-10  7:20 Kent Fredric
2020-05-20  5:51 Georgy Yakovlev
2020-08-25  1:51 Sam James
2020-10-11 17:48 Sam James
2020-10-12 11:49 Agostino Sarubbo
2020-10-27 23:31 Sam James
2021-06-27 19:13 Andreas K. Hüttel
2021-07-30 15:10 Agostino Sarubbo
2021-07-31 13:04 Agostino Sarubbo
2021-07-31 13:07 Agostino Sarubbo
2021-09-07  0:09 Sam James
2022-03-03 15:14 Yixun Lan
2022-06-29 11:40 Sam James
2022-06-29 13:02 Sam James
2023-09-09  8:08 Sam James
2023-11-04 10:50 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1489835615.a4931c3be5aa7a2cb685376b527c187b5ff11c1f.kentnl@gentoo \
    --to=kentnl@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox