Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 729816 - dev-perl/Config-General license inconsistency
Summary: dev-perl/Config-General license inconsistency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Perl team
URL: https://rt.cpan.org/Ticket/Display.ht...
Whiteboard:
Keywords:
Depends on:
Blocks: perl-license
  Show dependency tree
 
Reported: 2020-06-27 07:23 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2021-11-04 21:20 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2020-06-27 07:23:54 UTC
./META.json:8:   "license" : [
./META.json-9-      "perl_5"
./META.json-10-   ],

./META.yml:11:license: perl

./Makefile.PL:6:# Artistic License, same as perl itself. Have fun.

./Makefile.PL:29:       ('LICENSE'              => 'perl', ) : ()),

./General/Interpolated.pm:7:# Artistic License, same as perl itself. Have fun.

./General/Interpolated.pm-345-This program is free software; you can redistribute it and/or
./General/Interpolated.pm:346:modify it under the same terms as Perl itself.

./General/Extended.pm:6:# Artistic License, same as perl itself. Have fun

./General/Extended.pm-645-This library is free software; you can redistribute it and/or
./General/Extended.pm:646:modify it under the same terms as Perl itself.

./t/Tie/IxHash.pm:616:Copyright (c) 1995 Gurusamy Sarathy. All rights reserved.
./t/Tie/IxHash.pm-617-This program is free software; you can redistribute it and/or
./t/Tie/IxHash.pm:618:modify it under the same terms as Perl itself.

./README-89-       This library is free software; you can redistribute it
./README:90:       and/or modify it under the same terms as Perl itself.

./General.pm:10:# Artistic License, same as perl itself. Have fun.

./General.pm-2850-This library is free software; you can redistribute it and/or
./General.pm:2851:modify it under the same terms as Perl itself.
Comment 1 Larry the Git Cow gentoo-dev 2021-11-04 21:20:07 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bdf980e2b3b601547135203b59351899f134d8d

commit 5bdf980e2b3b601547135203b59351899f134d8d
Author:     Andreas K. Hüttel <dilfridge@gentoo.org>
AuthorDate: 2021-11-04 21:19:39 +0000
Commit:     Andreas K. Hüttel <dilfridge@gentoo.org>
CommitDate: 2021-11-04 21:19:56 +0000

    dev-perl/Config-General: set LICENSE=Artistic
    
    Best we can do given the upstream mess
    
    Closes: https://bugs.gentoo.org/729816
    Package-Manager: Portage-3.0.28, Repoman-3.0.3
    Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>

 dev-perl/Config-General/Config-General-2.630.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)