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>
* app-misc/piper: Remove flake8 testAlexander Barker2021-08-132-0/+21
| | | | | | | Closes: https://bugs.gentoo.org/807205 Signed-off-by: Alexander Barker <alex@1stleg.com> Closes: https://github.com/gentoo/gentoo/pull/21919 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-misc/piper: PYTHON_MULTI_USEDEP -> PYTHON_USEDEPDavid Seifert2021-07-171-5/+5
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* app-misc/piper-0.5.1-r1 installs icons but does not update icon cacheAlexander Barker2021-07-061-1/+1
| | | | | | | Closes: https://bugs.gentoo.org/795714 Signed-off-by: Alex Barker <alex@1stleg.com> Closes: https://github.com/gentoo/gentoo/pull/21537 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-misc/piper: needs dev-python/pygobject built with USE=cairoAlexander Barker2021-06-131-3/+3
| | | | | | | Closes: https://bugs.gentoo.org/792732 Signed-off-by: Alex Barker <alex@1stleg.com> Closes: https://github.com/gentoo/gentoo/pull/21212 Signed-off-by: Sam James <sam@gentoo.org>
* */*: replace <description>Proxy...</description with proxied=""Michał Górny2021-03-161-2/+1
| | | | 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>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-311-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-misc/piper: Added myself as proxy maintainerLars Wendler2020-12-141-0/+5
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-misc/piper-0.5.1: New support packageAlexander Barker2020-12-143-0/+68
Bug: https://bugs.gentoo.org/629006 Closes: https://bugs.gentoo.org/629006 Signed-off-by: Alex Barker <alex@1stleg.com> Closes: https://github.com/gentoo/gentoo/pull/15323 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>