summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-go/go-licenses: recreate Go dep tarballSam James2024-02-271-1/+1
| | | | | | Much smaller with the cached .zips dropped. Signed-off-by: Sam James <sam@gentoo.org>
* dev-go/go-licenses: Keyword 1.2.1 arm64, #905031Sam James2023-04-251-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-go/go-licenses: add myself as a maintainerWilliam Hubbs2022-07-291-1/+4
| | | | Signed-off-by: William Hubbs <williamh@gentoo.org>
* dev-go/go-licenses: retire inactive proxied maintainerSam James2022-07-271-8/+1
| | | | | | | No commits in 2 years (when most of the pkgs were added). Bug: https://bugs.gentoo.org/691590 Signed-off-by: Sam James <sam@gentoo.org>
* dev-go/go-licenses: drop 0_pre20200511, 9999Sam James2022-07-263-521/+0
| | | | | Closes: https://bugs.gentoo.org/844409 Signed-off-by: Sam James <sam@gentoo.org>
* dev-go/go-licenses: add 1.2.1Sam James2022-07-262-0/+43
| | | | | | Bug: https://bugs.gentoo.org/844409 Closes: https://bugs.gentoo.org/833812 Signed-off-by: Sam James <sam@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* dev-go/go-licenses: fix VariableScope (EROOT)Sam James2021-06-012-4/+4
| | | | | | DEPEND-class variables are satisfied within ESYSROOT. Signed-off-by: Sam James <sam@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-go/go-licenses: remove oldKonstantin Podshumok2020-05-172-201/+0
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/15804 Signed-off-by: Konstantin Podshumok <kpp.live+signed@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-go/go-licenses: bump 0_pre20200511Konstantin Podshumok2020-05-173-9/+212
| | | | | | | | Fixes build with new defaults from go-module eclass Closes: https://bugs.gentoo.org/722914 Signed-off-by: Konstantin Podshumok <kpp.live+signed@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-go/go-licenses: fix RESTRICTJoonas Niilola2020-05-122-2/+2
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-go/go-licenses: live ebuildKonstantin Podshumok2020-05-121-0/+196
| | | | | | Signed-off-by: Konstantin Podshumok <kpp.live+signed@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15508 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-go/go-licenses: new ebuildKonstantin Podshumok2020-05-123-0/+344
I find this tools very helpful for managing LICENSE of golang-based ebuilds. And it looks like it can help in many other LICENSE-related cases. Signed-off-by: Konstantin Podshumok <kpp.live+signed@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>