Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | */*: Add proxied="yes" for non-@gentoo.org people | 2021-03-16 | 1 | -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> | ||||
* | dev-perl/MaxMind-DB-Common: Restrict Tests w/o USE=test | 2020-02-05 | 1 | -0/+1 | |
| | | | | | | | | | | | | | Due to a QA Report. This is somewhat a false positive, as the dependencies, being virtuals and mapping to perl-itself, are 99% sure to work when USE="test" is omitted. However, getting complaints about QA is more annoying. Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Kent Fredric <kentnl@gentoo.org> | ||||
* | dev-perl/MaxMind-DB-Common: Add w/ v=0.40.1 | 2020-02-05 | 3 | -0/+70 | |
Required for dev-perl/GeoIP2, as suggested by Tomáš Mózes Bug: https://github.com/gentoo/gentoo/pull/13973 Bug: https://bugs.gentoo.org/675494 Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Kent Fredric <kentnl@gentoo.org> |