From: "Michele Beltrame" <mb@italpro.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-View-Email/
Date: Thu, 21 Feb 2013 08:27:33 +0000 (UTC) [thread overview]
Message-ID: <1361435221.cbef1022c364ce4af08bc20479fd541b4a9e8236.lordarthas@gentoo> (raw)
commit: cbef1022c364ce4af08bc20479fd541b4a9e8236
Author: Michele Beltrame <mb <AT> cattlegrid <DOT> info>
AuthorDate: Thu Feb 21 08:27:01 2013 +0000
Commit: Michele Beltrame <mb <AT> italpro <DOT> net>
CommitDate: Thu Feb 21 08:27:01 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=cbef1022
Bump C::V::Email
---
.../Catalyst-View-Email-0.300.0.ebuild | 30 -----------
.../Catalyst-View-Email-0.310.0.ebuild | 33 ------------
.../Catalyst-View-Email-0.330.0.ebuild | 54 ++++++++++++++++++++
dev-perl/Catalyst-View-Email/ChangeLog | 7 +++
4 files changed, 61 insertions(+), 63 deletions(-)
diff --git a/dev-perl/Catalyst-View-Email/Catalyst-View-Email-0.300.0.ebuild b/dev-perl/Catalyst-View-Email/Catalyst-View-Email-0.300.0.ebuild
deleted file mode 100644
index bb17ae3..0000000
--- a/dev-perl/Catalyst-View-Email/Catalyst-View-Email-0.300.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-MODULE_AUTHOR=DHOSS
-MODULE_VERSION="0.30"
-inherit perl-module
-
-DESCRIPTION="Send Email from Catalyst"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-COMMON_DEPEND="
- >=virtual/perl-MIME-Base64-3.08
- >=dev-perl/Authen-SASL-2.13
- >=dev-perl/Catalyst-Runtime-5.700.0
- >=dev-perl/Moose-0.930.0
- >=virtual/perl-parent-0.223
- >=dev-perl/Email-Sender-0.100.110
- >=dev-perl/Email-MIME-1.859
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-DEPEND="
- ${COMMON_DEPEND}
-"
diff --git a/dev-perl/Catalyst-View-Email/Catalyst-View-Email-0.310.0.ebuild b/dev-perl/Catalyst-View-Email/Catalyst-View-Email-0.310.0.ebuild
deleted file mode 100644
index 8cc971e..0000000
--- a/dev-perl/Catalyst-View-Email/Catalyst-View-Email-0.310.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=DHOSS
-MODULE_VERSION=0.31
-inherit perl-module
-
-DESCRIPTION="Send Email from Catalyst"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
- >=virtual/perl-MIME-Base64-3.08
- >=dev-perl/Authen-SASL-2.13
- >=dev-perl/Catalyst-Runtime-5.700.0
- >=dev-perl/Moose-0.930.0
- >=virtual/perl-parent-0.223
- >=dev-perl/Email-Sender-0.100.110
- >=dev-perl/Email-MIME-1.859
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-DEPEND="
- ${COMMON_DEPEND}
-"
-
-SRC_TEST=do
diff --git a/dev-perl/Catalyst-View-Email/Catalyst-View-Email-0.330.0.ebuild b/dev-perl/Catalyst-View-Email/Catalyst-View-Email-0.330.0.ebuild
new file mode 100644
index 0000000..f42d5a2
--- /dev/null
+++ b/dev-perl/Catalyst-View-Email/Catalyst-View-Email-0.330.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=DHOSS
+MODULE_VERSION=0.33
+inherit perl-module
+
+DESCRIPTION='Send Email from Catalyst'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
+}
+perl_meta_build() {
+ # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
+ # Test::More
+ echo virtual/perl-Test-Simple
+ # Test::Requires
+ echo dev-perl/Test-Requires
+}
+perl_meta_runtime() {
+ # Authen::SASL 2.13 ( 2.130.0 )
+ echo \>=dev-perl/Authen-SASL-2.130.0
+ # Catalyst 5.7 ( 5.700.0 )
+ echo \>=dev-perl/Catalyst-Runtime-5.700.0
+ # Email::MIME 1.859 ( 1.859.0 )
+ echo \>=dev-perl/Email-MIME-1.859.0
+ # Email::MIME::Creator 1.455 ( 1.455.0 )
+ echo \>=dev-perl/Email-MIME-1.455.0
+ # Email::Sender::Simple 0.100110 ( 0.100.110 )
+ echo \>=dev-perl/Email-Sender-0.100.110
+ # MIME::Base64 3.08 ( 3.80.0 )
+ echo \>=virtual/perl-MIME-Base64-3.08
+ # Moose 0.93 ( 0.930.0 )
+ echo \>=dev-perl/Moose-0.930.0
+ # Test::More 0.88 ( 0.880.0 )
+ echo \>=virtual/perl-Test-Simple-0.880.0
+ # parent 0.223 ( 0.223.0 )
+ echo \>=virtual/perl-parent-0.223
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
diff --git a/dev-perl/Catalyst-View-Email/ChangeLog b/dev-perl/Catalyst-View-Email/ChangeLog
index 10c2e5c..b3a61a5 100644
--- a/dev-perl/Catalyst-View-Email/ChangeLog
+++ b/dev-perl/Catalyst-View-Email/ChangeLog
@@ -2,6 +2,13 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Catalyst-View-Email-0.330.0 (21 Feb 2013)
+
+ 21 Feb 2013; Michele Beltrame <m@cattlegrid.info>
+ -Catalyst-View-Email-0.300.0.ebuild, -Catalyst-View-Email-0.310.0.ebuild,
+ +Catalyst-View-Email-0.330.0.ebuild:
+ Bump + cleanup
+
*Catalyst-View-Email-0.320.0 (07 Feb 2013)
07 Feb 2013; Kent Fredric <kentfredric@gmail.com>
next reply other threads:[~2013-02-21 8:27 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-21 8:27 Michele Beltrame [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-08-28 5:50 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-View-Email/ Kent Fredric
2012-02-27 21:01 Kent Fredric
2012-02-22 22:30 Kent Fredric
2011-11-11 14:38 Kent Fredric
2011-02-27 18:40 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=1361435221.cbef1022c364ce4af08bc20479fd541b4a9e8236.lordarthas@gentoo \
--to=mb@italpro.net \
--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