diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-08-07 03:34:02 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-08-07 03:35:45 +1200 |
commit | cda99836a0fa504805c7c7fe3d12a093a726dc92 (patch) | |
tree | 6e0b7a5575d5aa51bad0915a0c270c341d1877b3 /dev-perl/Data-Diver | |
parent | profiles/: Unmask dev-perl/Data-Diver (diff) | |
download | gentoo-cda99836a0fa504805c7c7fe3d12a093a726dc92.tar.gz gentoo-cda99836a0fa504805c7c7fe3d12a093a726dc92.tar.bz2 gentoo-cda99836a0fa504805c7c7fe3d12a093a726dc92.zip |
dev-perl/Data-Diver: -r bump for license correction
Upstream has specified this may be used under the Unlicense
Reference: https://web.archive.org/web/20200806152714/https://github.com/TyeMcQueen/data-diver/issues/5
Bug: https://bugs.gentoo.org/732710
Bug: https://bugs.gentoo.org/442342
Bug: https://rt.cpan.org/Ticket/Display.html?id=82815
Bug: https://github.com/TyeMcQueen/data-diver/issues/5
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Data-Diver')
-rw-r--r-- | dev-perl/Data-Diver/Data-Diver-1.10.100-r2.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
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 new file mode 100644 index 000000000000..6b918ebf6c3c --- /dev/null +++ b/dev-perl/Data-Diver/Data-Diver-1.10.100-r2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=TYEMQ +DIST_VERSION=1.0101 +DIST_A_EXT=tgz + +inherit perl-module + +DESCRIPTION="Simple, ad-hoc access to elements of deeply nested structures" +# https://web.archive.org/web/20200806152714/https://github.com/TyeMcQueen/data-diver/issues/5 +LICENSE="Unlicense" +SLOT="0" +KEYWORDS="~amd64 ~mips ~x86" |