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/Data-Diver/
Date: Thu, 06 Aug 2020 15:39:07
Message-Id: 1596728145.cda99836a0fa504805c7c7fe3d12a093a726dc92.kentnl@gentoo
1 commit: cda99836a0fa504805c7c7fe3d12a093a726dc92
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 6 15:34:02 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 6 15:35:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cda99836
7
8 dev-perl/Data-Diver: -r bump for license correction
9
10 Upstream has specified this may be used under the Unlicense
11
12 Reference: https://web.archive.org/web/20200806152714/https://github.com/TyeMcQueen/data-diver/issues/5
13 Bug: https://bugs.gentoo.org/732710
14 Bug: https://bugs.gentoo.org/442342
15 Bug: https://rt.cpan.org/Ticket/Display.html?id=82815
16 Bug: https://github.com/TyeMcQueen/data-diver/issues/5
17 Package-Manager: Portage-2.3.103, Repoman-2.3.22
18 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
19
20 dev-perl/Data-Diver/Data-Diver-1.10.100-r2.ebuild | 16 ++++++++++++++++
21 1 file changed, 16 insertions(+)
22
23 diff --git a/dev-perl/Data-Diver/Data-Diver-1.10.100-r2.ebuild b/dev-perl/Data-Diver/Data-Diver-1.10.100-r2.ebuild
24 new file mode 100644
25 index 00000000000..6b918ebf6c3
26 --- /dev/null
27 +++ b/dev-perl/Data-Diver/Data-Diver-1.10.100-r2.ebuild
28 @@ -0,0 +1,16 @@
29 +# Copyright 1999-2020 Gentoo Authors
30 +# Distributed under the terms of the GNU General Public License v2
31 +
32 +EAPI=7
33 +
34 +DIST_AUTHOR=TYEMQ
35 +DIST_VERSION=1.0101
36 +DIST_A_EXT=tgz
37 +
38 +inherit perl-module
39 +
40 +DESCRIPTION="Simple, ad-hoc access to elements of deeply nested structures"
41 +# https://web.archive.org/web/20200806152714/https://github.com/TyeMcQueen/data-diver/issues/5
42 +LICENSE="Unlicense"
43 +SLOT="0"
44 +KEYWORDS="~amd64 ~mips ~x86"