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/File-ReadBackwards/
Date: Mon, 31 Aug 2020 06:34:07
Message-Id: 1598855612.930acb4165013ff4ad3e30d77c257a7a521b1c4b.kentnl@gentoo
1 commit: 930acb4165013ff4ad3e30d77c257a7a521b1c4b
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 31 06:33:32 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 31 06:33:32 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=930acb41
7
8 dev-perl/File-ReadBackwards: -r bump for EAPI7
9
10 - EAPI7
11 - Make DESCRIPTION less redundant
12 - Remove unused/empty variable assignments
13
14 Package-Manager: Portage-3.0.4, Repoman-3.0.1
15 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
16
17 .../File-ReadBackwards-1.50.0-r2.ebuild | 16 ++++++++++++++++
18 1 file changed, 16 insertions(+)
19
20 diff --git a/dev-perl/File-ReadBackwards/File-ReadBackwards-1.50.0-r2.ebuild b/dev-perl/File-ReadBackwards/File-ReadBackwards-1.50.0-r2.ebuild
21 new file mode 100644
22 index 00000000000..9bcbfd61820
23 --- /dev/null
24 +++ b/dev-perl/File-ReadBackwards/File-ReadBackwards-1.50.0-r2.ebuild
25 @@ -0,0 +1,16 @@
26 +# Copyright 1999-2020 Gentoo Authors
27 +# Distributed under the terms of the GNU General Public License v2
28 +
29 +EAPI=7
30 +
31 +DIST_AUTHOR=URI
32 +DIST_VERSION=1.05
33 +inherit perl-module
34 +
35 +DESCRIPTION="Read a file backwards by lines"
36 +
37 +SLOT="0"
38 +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-solaris"
39 +# Race conditions between 'bw.t' and 'large_file.t'
40 +# deleting the same file
41 +DIST_TEST=do