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>
* app-misc/khard: amd64 stableAndrey Utkin2020-10-281-1/+1
| | | | | | Bug: https://bugs.gentoo.org/750080 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
* app-misc/khard: x86 stable (bug #750080)Thomas Deutschmann2020-10-251-1/+1
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* app-misc/khard: Stabilize 0.17.0 arm, #750080Sam James2020-10-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-misc/khard: Stabilize 0.17.0 arm64, #750080Sam James2020-10-191-1/+1
| | | | Signed-off-by: Sam James <sam@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: Bump to 0.17.0Nils Freydank2020-08-302-0/+55
| | | | | | | | | | | | | | | | | | | This commit adds support for python 3.7 to 3.9 and does some internal changes: - drop explicit dep for >dev-python/vobject-0.9.3 as a working version was introduced to the tree in december 2017. For details see commit 17e2b60acb7049e925c1d65116dbb4edf16e820e. - don't call external test but use the [[ ]] bashism, so globbing for version works ("*9999"). - add dep for dev-python/setuptools_scm for tests Bug: https://bugs.gentoo.org/718232 Closes: https://bugs.gentoo.org/721832 Thanks-to: Christopher Head <chead@chead.ca> Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Nils Freydank <holgersson@posteo.de> Signed-off-by: Andrey Utkin <andrey_utkin@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: drop old py3.6 only ebuildsAaron Bauman2020-08-023-85/+0
| | | | Signed-off-by: Aaron Bauman <bman@gentoo.org>
* app-misc/khard: port to py3{7,8}Aaron Bauman2020-08-021-1/+7
| | | | | Closes: https://bugs.gentoo.org/718232 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* app-misc/khard: arm keyworded (bug #720114)Sam James (sam_c)2020-06-211-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-misc/khard: x86 keyworded (bug #720114)Thomas Deutschmann2020-05-061-1/+1
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-053-6/+6
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-111-0/+1
| | | | | | | | | | | | | | | | | | The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-173-5/+5
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-misc/khard: amd64 stable wrt bug #682886Aaron Bauman2019-04-091-1/+1
| | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* app-misc/khard: EAPI=7Andrey Utkin2019-01-281-1/+1
| | | | | Package-Manager: Portage-2.3.49, Repoman-2.3.12 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
* app-misc/khard: add testsAndrey Utkin2019-01-281-2/+11
| | | | | | | Test suite has been added in 0.13.3 release. Package-Manager: Portage-2.3.49, Repoman-2.3.12 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
* app-misc/khard: add new version 0.13.0Andrey Utkin2019-01-282-0/+43
| | | | | | | Ebuild cloned from 0.12.2 verbatim for further changes. Package-Manager: Portage-2.3.49, Repoman-2.3.12 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
* app-misc/khard: added ~arm64 keywordRoy Bamford2018-06-091-1/+1
| | | | | Bug: https://bugs.gentoo.org/643066 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* app-misc/khard: amd64 stableAaron Bauman2018-03-301-1/+1
| | | | | Bug: https://bugs.gentoo.org/651476 Package-Manager: Portage-2.3.26, Repoman-2.3.7
* app-misc/khard: add ~arm, bug #643066Markus Meier2018-03-141-1/+1
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="arm"
* app-misc/khard: x86 keyworded (bug #643066)Thomas Deutschmann2018-02-111-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* app-misc/khard: add new version 0.12.2Andrey Utkin2018-02-072-0/+43
| | | | | | | Based on work by Kristian <kbx@posteo.de> Bug: https://bugs.gentoo.org/644996 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* app-misc/khard: drop vdirsyncer from RDEPENDAndrey Utkin2018-01-191-2/+1
| | | | | | | | vdirsyncer is not a dependency (never called directly), just a complementary tool to operate on same user data. Suggested-by: Kristian <kbx@posteo.de> Package-Manager: Portage-2.3.19, Repoman-2.3.6
* 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-173-0/+51
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