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-admin/pwman3: Enable up to py3.10Michał Górny2021-05-231-3/+2
| | | | 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-312-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-admin/pwman3: Inherit optfeature.eclassDavid Seifert2020-09-072-2/+2
| | | | | Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: David Seifert <soap@gentoo.org>
* app-admin/pwman3: bump version to 0.11.1Oz N Tiram2020-08-082-0/+33
| | | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Oz Tiram <oz.tiram@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16858 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-admin/pwman3: remove oldJoonas Niilola2020-04-234-95/+13
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-admin/pwman3: correct DISTUTILS_USE_SETUPTOOLS valueJoonas Niilola2020-04-231-2/+3
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-admin/pwman3: add python3.7 and python3.8Oz N Tiram2020-04-231-0/+31
| | | | | | | | Closes: https://bugs.gentoo.org/718186 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Oz Tiram <oz.tiram@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15419 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-admin/pwman3: fix HOMEPAGEBen Kohler2020-01-201-1/+1
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Ben Kohler <bkohler@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>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-112-0/+2
| | | | | | | | | | | | | | | | | | 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>
* app-admin/pwman3: version bump to 0.10.0.Oz N Tiram2019-04-143-1/+40
| | | | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.11 Signed-off-by: Oz Tiram <oz.tiram@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11623 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* app-admin/pwman3: fix HOMEPAGEChristopher Head2018-09-181-1/+1
| | | | | | | | The top-level URL of the domain is 404. Only when the path is added do you get the actual project homepage. Signed-off-by: Christopher Head <chead@chead.ca> Closes: https://github.com/gentoo/gentoo/pull/9895
* app-admin/pwman3: new packageOz N Tiram2018-09-133-0/+66
Pwman3 is a lightweight password-manager with multiple database backends. Pwman3 is written in Python. Package-Manager: Portage-2.3.40, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/9375