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/Email-MIME/
Date: Thu,  8 Dec 2016 03:29:46 +0000 (UTC)	[thread overview]
Message-ID: <1481167765.74e9609d3725916a38cb07580d8a9ab36295d854.kentnl@gentoo> (raw)

commit:     74e9609d3725916a38cb07580d8a9ab36295d854
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  8 03:26:29 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Dec  8 03:29:25 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74e9609d

dev-perl/Email-MIME: Bump to version 1.937.0

Upstream:
- Fix memory leak in `walk_parts`

Package-Manager: portage-2.3.3

 dev-perl/Email-MIME/Email-MIME-1.937.0.ebuild | 36 +++++++++++++++++++++++++++
 dev-perl/Email-MIME/Manifest                  |  1 +
 dev-perl/Email-MIME/metadata.xml              |  1 +
 3 files changed, 38 insertions(+)

diff --git a/dev-perl/Email-MIME/Email-MIME-1.937.0.ebuild b/dev-perl/Email-MIME/Email-MIME-1.937.0.ebuild
new file mode 100644
index 00000000..fcdbe25
--- /dev/null
+++ b/dev-perl/Email-MIME/Email-MIME-1.937.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=RJBS
+DIST_VERSION=1.937
+inherit perl-module
+
+DESCRIPTION="Easy MIME message parsing"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~sparc-solaris ~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+	virtual/perl-Carp
+	dev-perl/Email-Address
+	>=dev-perl/Email-MIME-ContentType-1.16.0
+	>=dev-perl/Email-MIME-Encodings-1.314.0
+	dev-perl/Email-MessageID
+	>=dev-perl/Email-Simple-2.206.0
+	>=virtual/perl-Encode-1.980.100
+	virtual/perl-MIME-Base64
+	>=dev-perl/MIME-Types-1.130.0
+	virtual/perl-Scalar-List-Utils
+	virtual/perl-parent
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-File-Spec
+		>=virtual/perl-Test-Simple-0.960.0
+	)
+"

diff --git a/dev-perl/Email-MIME/Manifest b/dev-perl/Email-MIME/Manifest
index e9508b1..04dc560 100644
--- a/dev-perl/Email-MIME/Manifest
+++ b/dev-perl/Email-MIME/Manifest
@@ -1,2 +1,3 @@
 DIST Email-MIME-1.929.tar.gz 115105 SHA256 b0c9267bd9266e40671c2080782f7303cb17b4e93bd066b8677137f21a6dc7e9 SHA512 13a2591de92720dd3f8f798e442cf65c391d38e2a6d1e72d87c9301e8e3b2aa8fc1c8e3cfbcb829f14844bde59575a03ef7eb535741624e4dc8f3575c4089697 WHIRLPOOL bd89adfe87ea78604c860730ef76f6f69c2e97512075445264f05297d08ae977ff76c48ee6d89c05760d3811126aebe89b985dcd1246e6d2065770f774f4f709
 DIST Email-MIME-1.936.tar.gz 117468 SHA256 4c0934284da84b8e9ed48ff1060c9719273fac18e776f4c8e888a47c863ee661 SHA512 3f7fa49a14cb4351a5967600f0ea6b491558ba0ee71799b58ff1a39579ca27776f2e22092d09cacfa5c1f1281033f216ba961807c2b72272e0c8dea5b0db024a WHIRLPOOL b42bd7f03daaeeb211fe84f2a154ad6186724b1e8b0b4ec92c8ac07f94900d84096b771127022a49e4cbd744930db763edc69146eb7a696c2f5904e3f9dfa2b9
+DIST Email-MIME-1.937.tar.gz 117556 SHA256 366567886bfb8e8930199c61f079f680b0acb23d01d84c6e40b9a5d8ed88a068 SHA512 61f8e262070edcad90e8852f1c2b3439d732273e64590c0013a506fb4330bc4d8dbb8430dca2b6a4498864e436e4286728209c01cfe8f11cd5afabc57461cbcf WHIRLPOOL 090a6c265955c3afd39337654492872e81eea2da43271a1eb627ab0a9a5a4e7f25c09c0ed7a350d140b8605062dd30af3406f7194a38f836326d8526b6b35755

diff --git a/dev-perl/Email-MIME/metadata.xml b/dev-perl/Email-MIME/metadata.xml
index 6c5a12a..618f6c3 100644
--- a/dev-perl/Email-MIME/metadata.xml
+++ b/dev-perl/Email-MIME/metadata.xml
@@ -9,6 +9,7 @@
     <remote-id type="cpan">Email-MIME</remote-id>
     <remote-id type="cpan-module">Email::MIME</remote-id>
     <remote-id type="cpan-module">Email::MIME::Creator</remote-id>
+    <remote-id type="cpan-module">Email::MIME::Encode</remote-id>
     <remote-id type="cpan-module">Email::MIME::Header</remote-id>
     <remote-id type="cpan-module">Email::MIME::Modifier</remote-id>
   </upstream>


             reply	other threads:[~2016-12-08  3:29 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-08  3:29 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-14  1:50 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-MIME/ Sam James
2024-06-09 21:18 Sam James
2024-06-09 21:18 Sam James
2024-06-09 20:36 Sam James
2024-05-03  4:15 Sam James
2023-06-21  9:12 Arthur Zamarin
2023-06-21  8:30 Arthur Zamarin
2023-06-21  8:24 Arthur Zamarin
2023-06-21  8:20 Arthur Zamarin
2023-06-21  8:18 Arthur Zamarin
2023-04-03 19:10 Arthur Zamarin
2023-04-01 18:14 Arthur Zamarin
2023-03-20  8:29 Sam James
2023-02-26 18:21 Arthur Zamarin
2023-02-24 20:02 Arthur Zamarin
2022-12-31 15:53 Arthur Zamarin
2022-12-31 15:51 Arthur Zamarin
2022-12-25 17:29 Arthur Zamarin
2022-09-14 15:30 Jakov Smolić
2022-08-19  2:40 Sam James
2021-10-24 11:36 Andreas K. Hüttel
2021-05-28 12:04 Agostino Sarubbo
2021-05-28 12:03 Agostino Sarubbo
2021-05-27 23:15 Sam James
2021-05-27 23:15 Sam James
2021-05-27 14:50 Andreas K. Hüttel
2020-08-13  8:03 Kent Fredric
2018-07-29  6:16 Kent Fredric
2018-06-10 16:55 Thomas Deutschmann
2018-06-10 15:38 Aaron Bauman
2018-03-18 10:15 Sergei Trofimovich
2018-03-18  0:14 Sergei Trofimovich
2017-10-21  3:32 Kent Fredric
2017-02-19 15:22 Kent Fredric
2016-08-06 14:56 Kent Fredric
2016-01-05 13:10 Andreas Hüttel
2016-01-05  9:21 Agostino Sarubbo
2016-01-04 18:48 Andreas Hüttel

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=1481167765.74e9609d3725916a38cb07580d8a9ab36295d854.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