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>
* mail-filter/afew: Remove oldMichał Górny2021-05-312-51/+0
| | | | Signed-off-by: Michał Górny <mgorny@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>
* */*: Normalize metadata.xml filesMichał Górny2021-03-161-1/+0
| | | | | | | | | | | Normalize quoting, replace '>' with entities, replace unnecessary entities, remove trailing empty lines. Done via: find -name metadata.xml -exec xml ed -P -L -d //none {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* mail-filter/afew: add testsSam James2021-02-271-1/+8
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* mail-filter/afew: add Python 3.9Sam James2021-02-271-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-312-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* mail-filter/afew: Stabilize 3.0.1 amd64, #757627Mikle Kolyada2020-12-021-1/+1
| | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* mail-filter/afew: x86 stable (bug #757627)Thomas Deutschmann2020-12-021-1/+1
| | | | | Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* mail-filter/afew: modernise ebuildSam James2020-09-141-5/+5
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org>
* mail-filter/afew: Clean old versionsGuillaume Seren2020-09-144-132/+0
| | | | | | | | Closes: https://bugs.gentoo.org/739436 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Guillaume Seren <guillaumeseren@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17304 Signed-off-by: Sam James <sam@gentoo.org>
* mail-filter/afew: version bump 3.0.1Guillaume Seren2020-09-142-0/+53
| | | | | | | Closes: https://bugs.gentoo.org/739436 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Guillaume Seren <guillaumeseren@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* mail-filter/afew: Stabilize 3.0.0 amd64, #739442Sam James2020-09-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* mail-filter/afew: x86 stable (bug #739442)Thomas Deutschmann2020-08-301-1/+1
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* mail-filter/afew: Add Proxy MaintainersAmadeusz Piotr Żołnowski2020-05-111-0/+4
| | | | Signed-off-by: Amadeusz Piotr Żołnowski <aidecoe@gentoo.org>
* Remove myself from maintainersAmadeusz Piotr Żołnowski2020-05-101-4/+0
| | | | Signed-off-by: Amadeusz Piotr Żołnowski <aidecoe@gentoo.org>
* mail-filter/afew: Add version bump 3.0.0Guillaume Seren2020-03-182-0/+51
| | | | | | | Closes: https://bugs.gentoo.org/712426 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Guillaume Seren <guillaumeseren@gmail.com> Signed-off-by: Amadeusz Piotr Żołnowski <aidecoe@gentoo.org>
* mail-filter/afew: Add version bump 2.0.0Guillaume Seren2020-03-182-0/+51
| | | | | | | Closes: https://bugs.gentoo.org/712426 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Guillaume Seren <guillaumeseren@gmail.com> Signed-off-by: Amadeusz Piotr Żołnowski <aidecoe@gentoo.org>
* mail-filter/afew: Add myself to maintainerGuillaume Seren2020-03-181-0/+4
| | | | | | | Closes: https://bugs.gentoo.org/712426 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Guillaume Seren <guillaumeseren@gmail.com> Signed-off-by: Amadeusz Piotr Żołnowski <aidecoe@gentoo.org>
* mail-filter/afew: Switch to PYTHON_MULTI_USEDEP APIMichał Górny2020-02-092-7/+10
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-052-4/+4
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* mail-filter/afew: Enable Python 3.7Amadeusz Piotr Żołnowski2019-11-161-1/+1
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Amadeusz Piotr Żołnowski <aidecoe@gentoo.org>
* mail-filter/afew: Remove old versionAmadeusz Piotr Żołnowski2019-11-162-38/+0
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Amadeusz Piotr Żołnowski <aidecoe@gentoo.org>
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-173-6/+6
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* mail-filter/afew: version bump to 1.3.0.Guillaume Seren2018-02-152-0/+40
| | | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 Closes: https://bugs.gentoo.org/647618 Closes: https://github.com/gentoo/gentoo/pull/7186
* mail-filter/*: Update Manifest hashesMichał Górny2017-12-101-2/+2
|
* mail-filter/afew: Add version bump 1.2.0Guillaume Seren2017-09-102-0/+38
| | | | Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=630494
* mail-filter/afew: Add new packageAmadeusz Żołnowski2017-08-043-0/+60
Gentoo-Bug: 404077 Package-Manager: Portage-2.3.6, Repoman-2.3.3