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-Session/
Date: Sat, 26 Sep 2020 09:25:02
Message-Id: 1601112233.f2d4a836fc81fe04e059c09e1a6069a6b716d502.kentnl@gentoo
1 commit: f2d4a836fc81fe04e059c09e1a6069a6b716d502
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 26 09:05:33 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 26 09:23:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2d4a836
7
8 dev-perl/CGI-Session: Cleanup old 4.480.0-r2
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
12
13 dev-perl/CGI-Session/CGI-Session-4.480.0-r2.ebuild | 28 ----------------------
14 1 file changed, 28 deletions(-)
15
16 diff --git a/dev-perl/CGI-Session/CGI-Session-4.480.0-r2.ebuild b/dev-perl/CGI-Session/CGI-Session-4.480.0-r2.ebuild
17 deleted file mode 100644
18 index 510ddd2936a..00000000000
19 --- a/dev-perl/CGI-Session/CGI-Session-4.480.0-r2.ebuild
20 +++ /dev/null
21 @@ -1,28 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -DIST_AUTHOR=MARKSTOS
28 -DIST_VERSION=4.48
29 -inherit perl-module
30 -
31 -DESCRIPTION="persistent session data in CGI applications"
32 -
33 -SLOT="0"
34 -KEYWORDS="amd64 ~hppa ~ppc x86"
35 -IUSE="test"
36 -RESTRICT="!test? ( test )"
37 -
38 -RDEPEND="
39 - virtual/perl-Digest-MD5
40 - virtual/perl-Scalar-List-Utils
41 - >=dev-perl/CGI-3.26
42 -"
43 -DEPEND="${RDEPEND}
44 - >=dev-perl/Module-Build-0.380.0
45 - test? (
46 - virtual/perl-Test-Simple
47 - dev-perl/CGI-Simple
48 - )
49 -"