Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cache-Simple-TimedExpiry/
Date: Sat, 09 Oct 2021 16:21:11
Message-Id: 1633796456.b4798b50db598ed6ced874bc62e4e2d565b6ccbe.dilfridge@gentoo
1 commit: b4798b50db598ed6ced874bc62e4e2d565b6ccbe
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 9 16:20:42 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 9 16:20:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4798b50
7
8 dev-perl/Cache-Simple-TimedExpiry: Metadata indicates perl license
9
10 Closes: https://bugs.gentoo.org/722854
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
13
14 .../Cache-Simple-TimedExpiry-0.270.0-r2.ebuild | 8 +++-----
15 1 file changed, 3 insertions(+), 5 deletions(-)
16
17 diff --git a/dev-perl/Cache-Simple-TimedExpiry/Cache-Simple-TimedExpiry-0.270.0-r2.ebuild b/dev-perl/Cache-Simple-TimedExpiry/Cache-Simple-TimedExpiry-0.270.0-r2.ebuild
18 index 26b249299b5..d08409e5f62 100644
19 --- a/dev-perl/Cache-Simple-TimedExpiry/Cache-Simple-TimedExpiry-0.270.0-r2.ebuild
20 +++ b/dev-perl/Cache-Simple-TimedExpiry/Cache-Simple-TimedExpiry-0.270.0-r2.ebuild
21 @@ -1,18 +1,16 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=7
27 +EAPI=8
28
29 DIST_AUTHOR=JESSE
30 DIST_VERSION=0.27
31 inherit perl-module
32
33 DESCRIPTION="A lightweight cache with timed expiration"
34 -# License note: no formal upstream license declaration
35 -# only an assumed one from 'license => perl' in Makefile.PL
36 -# Bug: https://bugs.gentoo.org/722854
37 SLOT="0"
38 KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc sparc x86"
39 +
40 PATCHES=(
41 "${FILESDIR}/${PN}-0.27-no-dot-inc.patch"
42 )