From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7A6AB198005 for ; Thu, 21 Feb 2013 08:27:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 047EB21C003; Thu, 21 Feb 2013 08:27:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7D3A721C003 for ; Thu, 21 Feb 2013 08:27:37 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 458DD33DFD7 for ; Thu, 21 Feb 2013 08:27:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7EFC7E4073 for ; Thu, 21 Feb 2013 08:27:33 +0000 (UTC) From: "Michele Beltrame" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michele Beltrame" Message-ID: <1361435221.cbef1022c364ce4af08bc20479fd541b4a9e8236.lordarthas@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-View-Email/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Catalyst-View-Email/Catalyst-View-Email-0.300.0.ebuild dev-perl/Catalyst-View-Email/Catalyst-View-Email-0.310.0.ebuild dev-perl/Catalyst-View-Email/Catalyst-View-Email-0.330.0.ebuild dev-perl/Catalyst-View-Email/ChangeLog X-VCS-Directories: dev-perl/Catalyst-View-Email/ X-VCS-Committer: lordarthas X-VCS-Committer-Name: Michele Beltrame X-VCS-Revision: cbef1022c364ce4af08bc20479fd541b4a9e8236 X-VCS-Branch: master Date: Thu, 21 Feb 2013 08:27:33 +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: eb6107e5-543e-4c6c-9a43-eab0d15d773a X-Archives-Hash: 909e2706a59f95fbc1eb9663d2670a84 commit: cbef1022c364ce4af08bc20479fd541b4a9e8236 Author: Michele Beltrame cattlegrid info> AuthorDate: Thu Feb 21 08:27:01 2013 +0000 Commit: Michele Beltrame italpro 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 + -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