summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* **/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>