summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: 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>
* mail-mta/protonmail-bridge-bin: add self as co-maintainerMarek Szuba2020-11-301-0/+4
| | | | | | As discussed with slashbeast on IRC. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* mail-mta/protonmail-bridge-bin: 1.1.3 bump, 1.1.0 removal. Takeover.Piotr Karbowski2019-03-091-0/+4
| | | | | | | | | | | | Proxy maintainer timed out. Adding myself to metadata.xml. Bump to 1.1.3 and removal of 1.1.0 that have no longer binary package available. Removed some more bogus files and unused libraries from package as well as we now depends on glib useflag of pulseaudio. Closes: https://bugs.gentoo.org/678794 Closes: https://bugs.gentoo.org/679732 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
* mail-mta/protonmail-bridge-bin: new packageLucian Poston2018-06-171-0/+12
Closes: https://bugs.gentoo.org/656112 Closes: https://github.com/gentoo/gentoo/pull/8483 Package-Manager: Portage-2.3.24, Repoman-2.3.6