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>
* */*: [QA] Remove redundant <longdescription/>sMichał Górny2020-09-141-1/+1
| | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/17540 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-misc/khard: Add myself as proxied maintainerNils Freydank2020-08-301-0/+8
| | | | | | Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Nils Freydank <holgersson@posteo.de> Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
* app-misc/khard: add upstream.remote-id to metadataAndrey Utkin2018-01-191-0/+3
| | | | | | This helps Ebuild Upstream Scanner (euscan). Package-Manager: Portage-2.3.19, Repoman-2.3.6
* app-misc/khard: add new packageAndrey Utkin2017-12-171-0/+8
khard is a console CardDAV client, from same author as app-misc/khal. Adding it to main gentoo repo fulfills bug #601440. Previously khard was in xmw overlay, which is no longer available. Based on original ebuild by Kristian <kbx@posteo.de>. Test phase will be implemented when upstream gets a test suite, waiting for resolution of https://github.com/scheibler/khard/pull/96 . Bug: https://bugs.gentoo.org/601440 Suggested-by: Kristian <kbx@posteo.de> Reviewed-by: Andrey Utkin <andrey_utkin@gentoo.org> Tested-by: Kristian <kbx@posteo.de> Package-Manager: Portage-2.3.17, Repoman-2.3.6