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-Sort/
Date: Sat, 05 Sep 2020 19:21:58
Message-Id: 1599333690.93a32fb0bbd36f4b33907efa35dd79212f433699.kentnl@gentoo
1 commit: 93a32fb0bbd36f4b33907efa35dd79212f433699
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 5 19:15:51 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 5 19:21:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93a32fb0
7
8 dev-perl/File-Sort: -r bump for EAPI7 + fixes
9
10 - EAPI7
11 - Add USE="examples"
12 - Correct license, a weird situation calls for a weird solution.
13 - Enable parallel tests
14 - Remove undeeded explicit variables
15
16 Package-Manager: Portage-3.0.4, Repoman-3.0.1
17 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
18
19 dev-perl/File-Sort/File-Sort-1.10.0-r2.ebuild | 14 ++++++++++++++
20 1 file changed, 14 insertions(+)
21
22 diff --git a/dev-perl/File-Sort/File-Sort-1.10.0-r2.ebuild b/dev-perl/File-Sort/File-Sort-1.10.0-r2.ebuild
23 new file mode 100644
24 index 00000000000..048c5cd0c17
25 --- /dev/null
26 +++ b/dev-perl/File-Sort/File-Sort-1.10.0-r2.ebuild
27 @@ -0,0 +1,14 @@
28 +# Copyright 1999-2020 Gentoo Authors
29 +# Distributed under the terms of the GNU General Public License v2
30 +
31 +EAPI=7
32 +
33 +DIST_AUTHOR=CNANDOR
34 +DIST_VERSION=1.01
35 +DIST_EXAMPLES=("eg/*")
36 +inherit perl-module
37 +
38 +DESCRIPTION="Sort a file or merge sort multiple files"
39 +LICENSE="|| ( Artistic GPL-1+ ) examples? ( Artistic )"
40 +SLOT="0"
41 +KEYWORDS="~amd64 ~x86"