Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-View-Email/
Date: Thu, 28 Aug 2014 05:50:58
Message-Id: 1409201053.9e23aaab75c7c0ee107f9034da5a01a02ac36f03.kent@gentoo
1 commit: 9e23aaab75c7c0ee107f9034da5a01a02ac36f03
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 28 04:44:13 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Aug 28 04:44:13 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=9e23aaab
7
8 [clean] dev-perl/Catalyst-View-Email Remove old EAPIs
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 .../Catalyst-View-Email-0.270.0.ebuild | 32 -------------
14 .../Catalyst-View-Email-0.320.0.ebuild | 54 ----------------------
15 dev-perl/Catalyst-View-Email/ChangeLog | 6 ++-
16 3 files changed, 5 insertions(+), 87 deletions(-)
17
18 diff --git a/dev-perl/Catalyst-View-Email/Catalyst-View-Email-0.270.0.ebuild b/dev-perl/Catalyst-View-Email/Catalyst-View-Email-0.270.0.ebuild
19 deleted file mode 100644
20 index 9ecac73..0000000
21 --- a/dev-perl/Catalyst-View-Email/Catalyst-View-Email-0.270.0.ebuild
22 +++ /dev/null
23 @@ -1,32 +0,0 @@
24 -# Copyright 1999-2013 Gentoo Foundation
25 -# Distributed under the terms of the GNU General Public License v2
26 -# $Header: $
27 -
28 -MODULE_AUTHOR=DHOSS
29 -MODULE_VERSION="0.27"
30 -inherit perl-module
31 -
32 -DESCRIPTION="Send Email from Catalyst"
33 -LICENSE="|| ( Artistic GPL-2 )"
34 -
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~x86"
37 -
38 -IUSE=""
39 -COMMON_DEPEND="
40 - >=virtual/perl-MIME-Base64-3.08
41 - >=dev-perl/Authen-SASL-2.13
42 - >=dev-perl/Catalyst-Runtime-5.700.0
43 - >=dev-perl/Moose-0.930.0
44 - >=virtual/perl-parent-0.223
45 - >=dev-perl/Email-Sender-0.100.110
46 - >=dev-perl/Email-MIME-1.859
47 - >=dev-perl/Catalyst-View-TT-0.310.0
48 - >=dev-perl/Catalyst-View-Mason-0.18
49 -"
50 -RDEPEND="
51 - ${COMMON_DEPEND}
52 -"
53 -DEPEND="
54 - ${COMMON_DEPEND}
55 -"
56
57 diff --git a/dev-perl/Catalyst-View-Email/Catalyst-View-Email-0.320.0.ebuild b/dev-perl/Catalyst-View-Email/Catalyst-View-Email-0.320.0.ebuild
58 deleted file mode 100644
59 index a0dc4e1..0000000
60 --- a/dev-perl/Catalyst-View-Email/Catalyst-View-Email-0.320.0.ebuild
61 +++ /dev/null
62 @@ -1,54 +0,0 @@
63 -# Copyright 1999-2013 Gentoo Foundation
64 -# Distributed under the terms of the GNU General Public License v2
65 -# $Header: $
66 -EAPI=5
67 -MODULE_AUTHOR=DHOSS
68 -MODULE_VERSION=0.32
69 -inherit perl-module
70 -
71 -DESCRIPTION='Send Email from Catalyst'
72 -LICENSE=" || ( Artistic GPL-2 )"
73 -SLOT="0"
74 -KEYWORDS="~amd64 ~x86"
75 -IUSE=""
76 -perl_meta_configure() {
77 - # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
78 - echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
79 -}
80 -perl_meta_build() {
81 - # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
82 - echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
83 - # Test::More
84 - echo virtual/perl-Test-Simple
85 - # Test::Requires
86 - echo dev-perl/Test-Requires
87 -}
88 -perl_meta_runtime() {
89 - # Authen::SASL 2.13 ( 2.130.0 )
90 - echo \>=dev-perl/Authen-SASL-2.130.0
91 - # Catalyst 5.7 ( 5.700.0 )
92 - echo \>=dev-perl/Catalyst-Runtime-5.700.0
93 - # Email::MIME 1.859 ( 1.859.0 )
94 - echo \>=dev-perl/Email-MIME-1.859.0
95 - # Email::MIME::Creator 1.455 ( 1.455.0 )
96 - echo \>=dev-perl/Email-MIME-1.455.0
97 - # Email::Sender::Simple 0.100110 ( 0.100.110 )
98 - echo \>=dev-perl/Email-Sender-0.100.110
99 - # MIME::Base64 3.08 ( 3.80.0 )
100 - echo \>=virtual/perl-MIME-Base64-3.08
101 - # Moose 0.93 ( 0.930.0 )
102 - echo \>=dev-perl/Moose-0.930.0
103 - # Test::More 0.88 ( 0.880.0 )
104 - echo \>=virtual/perl-Test-Simple-0.880.0
105 - # parent 0.223 ( 0.223.0 )
106 - echo \>=virtual/perl-parent-0.223
107 -}
108 -DEPEND="
109 - $(perl_meta_configure)
110 - $(perl_meta_build)
111 - $(perl_meta_runtime)
112 -"
113 -RDEPEND="
114 - $(perl_meta_runtime)
115 -"
116 -SRC_TEST="do"
117
118 diff --git a/dev-perl/Catalyst-View-Email/ChangeLog b/dev-perl/Catalyst-View-Email/ChangeLog
119 index b3a61a5..5cc0125 100644
120 --- a/dev-perl/Catalyst-View-Email/ChangeLog
121 +++ b/dev-perl/Catalyst-View-Email/ChangeLog
122 @@ -1,7 +1,11 @@
123 # ChangeLog for dev-perl/Catalyst-View-Email
124 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
125 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
126 # $Header: $
127
128 + 28 Aug 2014; Kent Fredric <kentfredric@×××××.com>
129 + -Catalyst-View-Email-0.270.0.ebuild, -Catalyst-View-Email-0.320.0.ebuild:
130 + Remove old EAPIs
131 +
132 *Catalyst-View-Email-0.330.0 (21 Feb 2013)
133
134 21 Feb 2013; Michele Beltrame <m@××××××××××.info>