Gentoo Archives: gentoo-commits

From: "Ian Stakenvicius (axs)" <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Email-Send: Email-Send-2.199.0-r1.ebuild Email-Send-2.198.0-r1.ebuild ChangeLog Email-Send-2.199.0.ebuild Email-Send-2.198.0.ebuild
Date: Sun, 24 Aug 2014 01:26:04
Message-Id: 20140824012601.357403C36@oystercatcher.gentoo.org
1 axs 14/08/24 01:26:01
2
3 Modified: ChangeLog
4 Added: Email-Send-2.199.0-r1.ebuild
5 Email-Send-2.198.0-r1.ebuild
6 Removed: Email-Send-2.199.0.ebuild Email-Send-2.198.0.ebuild
7 Log:
8 bumped EAPI to 5; committed directly to stable as no other changes present and revbump helps stable systems to keep from dieing on perl-5.18 upgrade
9
10 (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED)
11
12 Revision Changes Path
13 1.36 dev-perl/Email-Send/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-Send/ChangeLog?rev=1.36&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-Send/ChangeLog?rev=1.36&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-Send/ChangeLog?r1=1.35&r2=1.36
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Email-Send/ChangeLog,v
22 retrieving revision 1.35
23 retrieving revision 1.36
24 diff -u -r1.35 -r1.36
25 --- ChangeLog 13 Sep 2013 05:50:56 -0000 1.35
26 +++ ChangeLog 24 Aug 2014 01:26:01 -0000 1.36
27 @@ -1,6 +1,15 @@
28 # ChangeLog for dev-perl/Email-Send
29 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Send/ChangeLog,v 1.35 2013/09/13 05:50:56 patrick Exp $
31 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
32 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Send/ChangeLog,v 1.36 2014/08/24 01:26:01 axs Exp $
33 +
34 +*Email-Send-2.199.0-r1 (24 Aug 2014)
35 +*Email-Send-2.198.0-r1 (24 Aug 2014)
36 +
37 + 24 Aug 2014; Ian Stakenvicius (_AxS_) <axs@g.o>
38 + +Email-Send-2.198.0-r1.ebuild, +Email-Send-2.199.0-r1.ebuild,
39 + -Email-Send-2.198.0.ebuild, -Email-Send-2.199.0.ebuild:
40 + bumped EAPI to 5; committed directly to stable as no other changes present and
41 + revbump helps stable systems to keep from dieing on perl-5.18 upgrade
42
43 *Email-Send-2.199.0 (13 Sep 2013)
44
45
46
47
48 1.1 dev-perl/Email-Send/Email-Send-2.199.0-r1.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-Send/Email-Send-2.199.0-r1.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-Send/Email-Send-2.199.0-r1.ebuild?rev=1.1&content-type=text/plain
52
53 Index: Email-Send-2.199.0-r1.ebuild
54 ===================================================================
55 # Copyright 1999-2014 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Send/Email-Send-2.199.0-r1.ebuild,v 1.1 2014/08/24 01:26:01 axs Exp $
58
59 EAPI=5
60
61 MODULE_AUTHOR=RJBS
62 MODULE_VERSION=2.199
63 inherit perl-module
64
65 DESCRIPTION="Simply Sending Email"
66
67 SLOT="0"
68 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
69 IUSE=""
70
71 DEPEND="virtual/perl-Test-Simple
72 >=virtual/perl-Module-Pluggable-2.97
73 virtual/perl-Scalar-List-Utils
74 >=dev-perl/Return-Value-1.302
75 virtual/perl-File-Spec
76 dev-perl/Email-Simple
77 dev-perl/Email-Address"
78 RDEPEND="${DEPEND}"
79
80 SRC_TEST="do"
81
82
83
84 1.1 dev-perl/Email-Send/Email-Send-2.198.0-r1.ebuild
85
86 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-Send/Email-Send-2.198.0-r1.ebuild?rev=1.1&view=markup
87 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-Send/Email-Send-2.198.0-r1.ebuild?rev=1.1&content-type=text/plain
88
89 Index: Email-Send-2.198.0-r1.ebuild
90 ===================================================================
91 # Copyright 1999-2014 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Send/Email-Send-2.198.0-r1.ebuild,v 1.1 2014/08/24 01:26:01 axs Exp $
94
95 EAPI=5
96
97 MODULE_AUTHOR=RJBS
98 MODULE_VERSION=2.198
99 inherit perl-module
100
101 DESCRIPTION="Simply Sending Email"
102
103 SLOT="0"
104 KEYWORDS="amd64 ppc ppc64 x86"
105 IUSE=""
106
107 DEPEND="virtual/perl-Test-Simple
108 >=virtual/perl-Module-Pluggable-2.97
109 virtual/perl-Scalar-List-Utils
110 >=dev-perl/Return-Value-1.302
111 virtual/perl-File-Spec
112 dev-perl/Email-Simple
113 dev-perl/Email-Address"
114 RDEPEND="${DEPEND}"
115
116 SRC_TEST="do"