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/CGI-Simple/
Date: Thu, 07 May 2020 11:33:24
Message-Id: 1588850907.1212602b3e99e3b490c8e00e657105cfe8dc520d.kentnl@gentoo
1 commit: 1212602b3e99e3b490c8e00e657105cfe8dc520d
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 7 11:27:25 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Thu May 7 11:28:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1212602b
7
8 dev-perl/CGI-Simple: Bump to version 1.250.0
9
10 - EAPI7
11 - Fix license as best I can re bug #721422
12 - Parallel tests
13 - Remove empty variable assignments and useless/no longer needed
14 variables/logic.
15
16 Upstream:
17 - Don't attempt to decode PUTDATA or POSTDATA if utf8 or NO_NULL is set
18 - Add SameSite support to Cookie handling
19 - Fix handling of max-age attribute in constructor
20 - Correct string value of "Found" for 302 responses as per RFC 2616
21 - Avoid warnings in STORE
22 - Add samesite parameter to ->cookie(...)
23
24 Bug: https://bugs.gentoo.org/721422
25 Package-Manager: Portage-2.3.99, Repoman-2.3.22
26 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
27
28 dev-perl/CGI-Simple/CGI-Simple-1.250.0.ebuild | 30 +++++++++++++++++++++++++++
29 dev-perl/CGI-Simple/Manifest | 1 +
30 2 files changed, 31 insertions(+)
31
32 diff --git a/dev-perl/CGI-Simple/CGI-Simple-1.250.0.ebuild b/dev-perl/CGI-Simple/CGI-Simple-1.250.0.ebuild
33 new file mode 100644
34 index 00000000000..99f89b07367
35 --- /dev/null
36 +++ b/dev-perl/CGI-Simple/CGI-Simple-1.250.0.ebuild
37 @@ -0,0 +1,30 @@
38 +# Copyright 1999-2020 Gentoo Authors
39 +# Distributed under the terms of the GNU General Public License v2
40 +
41 +EAPI=7
42 +
43 +DIST_AUTHOR=MANWAR
44 +DIST_VERSION=1.25
45 +inherit perl-module
46 +
47 +DESCRIPTION="A Simple totally OO CGI interface that is CGI.pm compliant"
48 +# Bug: https://bugs.gentoo.org/721422
49 +LICENSE="Artistic"
50 +SLOT="0"
51 +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
52 +IUSE="test"
53 +RESTRICT="!test? ( test )"
54 +
55 +DEPEND="
56 + dev-perl/Module-Build
57 +"
58 +BDEPEND="
59 + dev-perl/Module-Build
60 + test? (
61 + dev-perl/libwww-perl
62 + dev-perl/IO-stringy
63 + virtual/perl-File-Temp
64 + dev-perl/Test-Exception
65 + dev-perl/Test-NoWarnings
66 + )
67 +"
68
69 diff --git a/dev-perl/CGI-Simple/Manifest b/dev-perl/CGI-Simple/Manifest
70 index 63bcb6ba428..761348476e5 100644
71 --- a/dev-perl/CGI-Simple/Manifest
72 +++ b/dev-perl/CGI-Simple/Manifest
73 @@ -1 +1,2 @@
74 DIST CGI-Simple-1.115.tar.gz 85165 BLAKE2B 5b5fd1ecd7a4f8ef6ba17b9bb5de9ab058d7bb25fddac8e48d69afc8e117cfed08d3f02582b499c91329fb99d958b1f5bf32a83f826fa2a9d66f010563c646ac SHA512 1b2531fde88c4544d17717fd80599fcc4e90a618839c352d1812ba2bf4dd6c3295637d6fe5f9604cb5da943f0d361972b75083c5967b3ab818254729793751e4
75 +DIST CGI-Simple-1.25.tar.gz 87489 BLAKE2B 18ee59c7d97b042fdccaf93a9aa7a7aeafe6cdca52c675af11913a4cdb67daddf086679777936e3914663521c62a86795778b563478ed633d9b2b860a62fffb7 SHA512 ace262b4ccafe2ee01582aacf52b31aa1202dc5408bb33071330bc7c53f2cfbb39f9e8844c4511c86125dc05f7161b7592a4038c353dddd1bfd52c03dbcfa9dd