public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Email-MIME-Kit/
Date: Fri, 26 Apr 2013 19:59:32 +0000 (UTC)	[thread overview]
Message-ID: <1367002425.171317de46f384a600fc99ce18eab0070a3f6992.kent@gentoo> (raw)

commit:     171317de46f384a600fc99ce18eab0070a3f6992
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Apr 26 18:53:45 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Apr 26 18:53:45 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=171317de

[newversion] Email-MIME-Kit-2.102.12

Package-Manager: portage-2.2.0_alpha166
Manifest-Sign-Key: ECD2C675C102CDA4

---
 dev-perl/Email-MIME-Kit/ChangeLog                  |    6 ++
 .../Email-MIME-Kit/Email-MIME-Kit-2.102.12.ebuild  |   72 ++++++++++++++++++++
 2 files changed, 78 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Email-MIME-Kit/ChangeLog b/dev-perl/Email-MIME-Kit/ChangeLog
index 7d7de48..353f446 100644
--- a/dev-perl/Email-MIME-Kit/ChangeLog
+++ b/dev-perl/Email-MIME-Kit/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Email-MIME-Kit-2.102.12 (26 Apr 2013)
+
+  26 Apr 2013; Kent Fredric <kentfredric@gmail.com>
+  +Email-MIME-Kit-2.102.12.ebuild:
+  Version Bump
+
   07 Feb 2013; Kent Fredric <kentfredric@gmail.com>
   Email-MIME-Kit-2.102.10.ebuild, Email-MIME-Kit-2.102.11.ebuild:
   Fix dependency on Moose ( normalize )

diff --git a/dev-perl/Email-MIME-Kit/Email-MIME-Kit-2.102.12.ebuild b/dev-perl/Email-MIME-Kit/Email-MIME-Kit-2.102.12.ebuild
new file mode 100644
index 0000000..3e2d29b
--- /dev/null
+++ b/dev-perl/Email-MIME-Kit/Email-MIME-Kit-2.102.12.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=RJBS
+MODULE_VERSION=2.102012
+inherit perl-module
+
+DESCRIPTION='build messages from templates'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_runtime() {
+	# Email::MIME 1.900 ( 1.900.0 )
+	echo \>=dev-perl/Email-MIME-1.900.0
+	# Email::MIME::Creator
+	echo dev-perl/Email-MIME
+	# Email::MessageID 1.400 ( 1.400.0 )
+	echo \>=dev-perl/Email-MessageID-1.400.0
+	# Encode
+	echo virtual/perl-Encode
+	# File::Basename
+	echo dev-lang/perl
+	# File::Spec
+	echo virtual/perl-File-Spec
+	# JSON 2 ( 2.0.0 )
+	echo \>=dev-perl/JSON-2.0.0
+	# Moose 0.65 ( 0.650.0 )
+	echo \>=dev-perl/Moose-0.650.0
+	# Moose::Role
+	echo dev-perl/Moose
+	# Moose::Util::TypeConstraints
+	echo dev-perl/Moose
+	# String::RewritePrefix
+	echo dev-perl/String-RewritePrefix
+	# Test::Deep
+	echo dev-perl/Test-Deep
+	# YAML::XS
+	echo dev-perl/YAML-LibYAML
+	# perl 5.008 ( 5.8.0 )
+	echo \>=dev-lang/perl-5.8.0
+}
+perl_meta_test() {
+	# File::Find
+	echo dev-lang/perl
+	# File::Temp
+	echo virtual/perl-File-Temp
+	# Test::Deep
+	echo dev-perl/Test-Deep
+	# Test::More 0.96 ( 0.960.0 )
+	echo \>=virtual/perl-Test-Simple-0.96
+	# strict
+	echo dev-lang/perl
+	# utf8
+	echo dev-lang/perl
+	# warnings
+	echo dev-lang/perl
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+	test? ( $(perl_meta_test) )
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


             reply	other threads:[~2013-04-26 19:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-26 19:59 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-10-14 14:32 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Email-MIME-Kit/ Kent Fredric
2013-10-14 14:32 Kent Fredric
2012-07-26  2:09 Kent Fredric
2012-06-08 18:42 Kent Fredric
2011-05-29 17:46 Torsten Veller

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=1367002425.171317de46f384a600fc99ce18eab0070a3f6992.kent@gentoo \
    --to=kentfredric@gmail.com \
    --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