Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-Simple/
Date: Sun, 29 Jul 2018 06:16:54
Message-Id: 1532844987.3cb17f7c7331e6de402d89553d9ea51e48fd8b63.kentnl@gentoo
1 commit: 3cb17f7c7331e6de402d89553d9ea51e48fd8b63
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 29 06:11:19 2018 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 29 06:16:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cb17f7c
7
8 dev-perl/Email-Simple: Cleanup old versions 2.2{06,08,11,13}.0
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-perl/Email-Simple/Email-Simple-2.206.0.ebuild | 29 -----------------------
13 dev-perl/Email-Simple/Email-Simple-2.208.0.ebuild | 26 --------------------
14 dev-perl/Email-Simple/Email-Simple-2.211.0.ebuild | 27 ---------------------
15 dev-perl/Email-Simple/Email-Simple-2.213.0.ebuild | 27 ---------------------
16 dev-perl/Email-Simple/Manifest | 4 ----
17 5 files changed, 113 deletions(-)
18
19 diff --git a/dev-perl/Email-Simple/Email-Simple-2.206.0.ebuild b/dev-perl/Email-Simple/Email-Simple-2.206.0.ebuild
20 deleted file mode 100644
21 index f84627de8e0..00000000000
22 --- a/dev-perl/Email-Simple/Email-Simple-2.206.0.ebuild
23 +++ /dev/null
24 @@ -1,29 +0,0 @@
25 -# Copyright 1999-2016 Gentoo Foundation
26 -# Distributed under the terms of the GNU General Public License v2
27 -
28 -EAPI=5
29 -
30 -MODULE_AUTHOR=RJBS
31 -MODULE_VERSION=2.206
32 -inherit perl-module
33 -
34 -DESCRIPTION="Simple parsing of RFC2822 message format and headers"
35 -
36 -SLOT="0"
37 -KEYWORDS="amd64 ppc ppc64 x86 ~sparc-solaris ~x86-solaris"
38 -IUSE="test"
39 -
40 -RDEPEND="
41 - virtual/perl-Carp
42 - dev-perl/Email-Date-Format
43 -"
44 -DEPEND="${RDEPEND}
45 - virtual/perl-ExtUtils-MakeMaker
46 - test? (
47 - >=virtual/perl-Test-Simple-0.960.0
48 - virtual/perl-File-Spec
49 - dev-perl/Capture-Tiny
50 - )
51 -"
52 -
53 -SRC_TEST="do parallel"
54
55 diff --git a/dev-perl/Email-Simple/Email-Simple-2.208.0.ebuild b/dev-perl/Email-Simple/Email-Simple-2.208.0.ebuild
56 deleted file mode 100644
57 index 9ca12da4d50..00000000000
58 --- a/dev-perl/Email-Simple/Email-Simple-2.208.0.ebuild
59 +++ /dev/null
60 @@ -1,26 +0,0 @@
61 -# Copyright 1999-2016 Gentoo Foundation
62 -# Distributed under the terms of the GNU General Public License v2
63 -
64 -EAPI=6
65 -
66 -DIST_AUTHOR=RJBS
67 -DIST_VERSION=2.208
68 -inherit perl-module
69 -
70 -DESCRIPTION="Simple parsing of RFC2822 message format and headers"
71 -
72 -SLOT="0"
73 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~sparc-solaris ~x86-solaris"
74 -IUSE="test"
75 -
76 -RDEPEND="
77 - virtual/perl-Carp
78 - dev-perl/Email-Date-Format
79 -"
80 -DEPEND="${RDEPEND}
81 - virtual/perl-ExtUtils-MakeMaker
82 - test? (
83 - >=virtual/perl-Test-Simple-0.960.0
84 - virtual/perl-File-Spec
85 - )
86 -"
87
88 diff --git a/dev-perl/Email-Simple/Email-Simple-2.211.0.ebuild b/dev-perl/Email-Simple/Email-Simple-2.211.0.ebuild
89 deleted file mode 100644
90 index ee9249b4068..00000000000
91 --- a/dev-perl/Email-Simple/Email-Simple-2.211.0.ebuild
92 +++ /dev/null
93 @@ -1,27 +0,0 @@
94 -# Copyright 1999-2016 Gentoo Foundation
95 -# Distributed under the terms of the GNU General Public License v2
96 -
97 -EAPI=6
98 -
99 -DIST_AUTHOR=RJBS
100 -DIST_VERSION=2.211
101 -inherit perl-module
102 -
103 -DESCRIPTION="Simple parsing of RFC2822 message format and headers"
104 -
105 -SLOT="0"
106 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~sparc-solaris ~x86-solaris"
107 -IUSE="test"
108 -
109 -RDEPEND="
110 - virtual/perl-Carp
111 - dev-perl/Email-Date-Format
112 -"
113 -DEPEND="${RDEPEND}
114 - virtual/perl-ExtUtils-MakeMaker
115 - test? (
116 - >=virtual/perl-CPAN-Meta-2.120.900
117 - >=virtual/perl-Test-Simple-0.960.0
118 - virtual/perl-File-Spec
119 - )
120 -"
121
122 diff --git a/dev-perl/Email-Simple/Email-Simple-2.213.0.ebuild b/dev-perl/Email-Simple/Email-Simple-2.213.0.ebuild
123 deleted file mode 100644
124 index d99e3d13b7b..00000000000
125 --- a/dev-perl/Email-Simple/Email-Simple-2.213.0.ebuild
126 +++ /dev/null
127 @@ -1,27 +0,0 @@
128 -# Copyright 1999-2017 Gentoo Foundation
129 -# Distributed under the terms of the GNU General Public License v2
130 -
131 -EAPI=6
132 -
133 -DIST_AUTHOR=RJBS
134 -DIST_VERSION=2.213
135 -inherit perl-module
136 -
137 -DESCRIPTION="Simple parsing of RFC2822 message format and headers"
138 -
139 -SLOT="0"
140 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~sparc-solaris ~x86-solaris"
141 -IUSE="test"
142 -
143 -RDEPEND="
144 - virtual/perl-Carp
145 - dev-perl/Email-Date-Format
146 -"
147 -DEPEND="${RDEPEND}
148 - virtual/perl-ExtUtils-MakeMaker
149 - test? (
150 - >=virtual/perl-CPAN-Meta-2.120.900
151 - >=virtual/perl-Test-Simple-0.960.0
152 - virtual/perl-File-Spec
153 - )
154 -"
155
156 diff --git a/dev-perl/Email-Simple/Manifest b/dev-perl/Email-Simple/Manifest
157 index 780559ffba7..972c5ea8ae2 100644
158 --- a/dev-perl/Email-Simple/Manifest
159 +++ b/dev-perl/Email-Simple/Manifest
160 @@ -1,5 +1 @@
161 -DIST Email-Simple-2.206.tar.gz 37604 BLAKE2B 5b2a2a9c0416452d257d354823cb1212a03fd6b4909bc7f446ce1c42d33e860ee7d3ad34a7b0478d0cfaf4cbdfc66e03a7dc3b999888df1161066c448b61091d SHA512 4980247a98e7192b47f7307245b66056e5e6a1fb684c262be6121d094c75e57b69884817b121ad632d515a4f06275ac91e716cbec400ce6a51a60433a0fbbbe1
162 -DIST Email-Simple-2.208.tar.gz 38289 BLAKE2B 3bd87040bbbe1a496e5dfb6203ebc8e2482728be9f95aeb327d7d9315fecc5fcd0e96fdf34c8abc54b94721a6139f80c6b0e84c2b5b71a8fd0808ec8287495f9 SHA512 fee04ac6dfef6c0f48899a3d95662fbb8f2b803969a7d317a6ee82b2f7de4dc0e7a14388d4589e04963d8d6377b7033f0b3f4c57f761b20d3001267bb80ec647
163 -DIST Email-Simple-2.211.tar.gz 38920 BLAKE2B d1a3a7a35df749a138ea4f990fb096a7ce6ec09afcf5e2ae1abd85ee0f1fb70592f6035208b3ccaab4149db37b0220d4a3c87cc811ab41b51c010b79511d62da SHA512 376609efdac99e8c92a1f8aede56b9cf762b560ae2fd8a05d2e981f74c4484b7961a8a85d4b8e66fca376515c11675f1c763a0c9fa036fde798da311cd64c8b9
164 -DIST Email-Simple-2.213.tar.gz 39302 BLAKE2B 715950854ad18174b32be4e3547e73e7c27c727e64d03a75732534c77accdd4d357a6bf18ccd680955a399f4c8db4c672174509eb43d694e45b3ca9c918e2df9 SHA512 78e026399ae0f2449c7c4a6b8c7839a60bc9385545dcf81318de0d7ae179bd8bd510a17138f4f8d6d38ecdd6bd6b973cac0a19674244b214ca218e248af0b49f
165 DIST Email-Simple-2.214.tar.gz 39590 BLAKE2B b3f1b9a2904493c5df2bd445035ca93fcb348fe33212a779109101e3727a1fe887ccd0513d7520782a04eb473b51d019715ce8ad7b38f860dc3b6b687201362c SHA512 0a2b721b48e621c3cda2453934943dad0b779c30aa20821536f189f2d1c02512ec0451b8273ebef2618b42741cf72b59a6b6e7fbe4db2b1891f436815ed7c117