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>
* */*: 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>
* net-print/brlaser: Drop 4Andreas Sturmlechner2021-02-142-20/+0
| | | | | Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* net-print/brlaser: x86 stable wrt bug #721546Agostino Sarubbo2020-06-301-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-print/brlaser: amd64 stable wrt bug #721546Agostino Sarubbo2020-06-261-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-print/brlaser: Version bumpVolkmar W. Pogatzki2020-04-102-0/+20
| | | | | | | | | | Also move to EAPI=7 Closes: https://bugs.gentoo.org/696200 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/15273 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-print/brlaser: amd64 stable wrt bug #701124Agostino Sarubbo2019-11-261-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-print/brlaser: x86 stable (bug #701124)Thomas Deutschmann2019-11-261-2/+2
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* net-print/brlaser: Fix metadata tabsMikle Kolyada2018-05-021-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* net-print/brlaser: new ebuild.Daniel Maslowski2018-05-013-0/+36
brlaser is the Brother laser printer driver for Linux. Closes: https://github.com/gentoo/gentoo/pull/8047