Files
D. Ben Knoble 587b2bdb26 sys-apps/miller: add 6.20.2
A tiny note (for myself) on processing license information: using
dev-go/go-licenses is handy, but I couldn't find an easy to way to
include the deps tarball in
/var/tmp/portage/sys-apps/miller-6.20.2/work/go-mod. So I did the
following hack:

    cd /var/tmp/portage/sys-apps/miller-6.20.2/work/miller-6.20.2
    go mod vendor
    find vendor/ -name LICENSE -exec sh -c 'cd "$(dirname "$0")" && go-licenses report ./...' {} \; 2>/dev/null |
      awk -F, '{print $3}' | sort | uniq

This doesn't include the main (BSD-2) license of the actual Miller repo,
though, so don't forget that one.

Closes: https://bugs.gentoo.org/931824
Signed-off-by: D. Ben Knoble <ben.knoble@gmail.com>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/1345
Merges: https://codeberg.org/gentoo/gentoo/pulls/1345
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2026-08-03 17:40:40 +03:00
..
2026-05-17 23:33:31 +01:00
2026-06-29 21:12:24 +01:00
2026-07-01 12:26:55 +01:00
2026-05-14 18:43:42 +03:00
2026-05-14 14:01:32 +02:00
2026-06-12 05:33:05 +02:00
2026-05-19 04:51:38 +01:00
2026-06-02 20:38:45 +01:00
2026-04-19 17:52:54 +02:00
2026-04-05 08:55:47 +02:00
2026-07-11 23:07:53 +01:00
2026-06-18 03:52:57 +01:00
2026-06-24 05:00:13 +01:00
2026-07-18 08:21:26 +01:00
2026-07-12 21:55:30 +02:00
2026-07-30 22:12:53 +01:00
2026-07-05 13:30:21 +01:00
2026-02-22 18:32:52 +01:00
2026-08-03 17:40:40 +03:00
2026-07-31 22:36:55 +03:00
2026-06-15 10:42:15 +03:00
2026-03-03 16:16:42 +01:00
2026-07-26 09:27:30 +01:00
2026-07-16 04:52:33 +02:00
2026-07-05 13:38:12 +01:00
2026-07-05 22:58:43 +01:00
2026-07-13 15:39:01 +00:00
2026-07-01 13:42:02 -04:00
2026-05-03 01:42:19 +01:00
2026-07-21 06:57:23 +00:00
2026-04-19 17:52:55 +02:00
2026-02-22 18:32:53 +01:00
2026-02-22 18:32:53 +01:00