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>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-311-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Update my email address in metadata.xmlHorea Christian2021-01-031-1/+1
| | | | | | | Bug: https://bugs.gentoo.org/606138 Signed-off-by: Horea Christian <chr@chymera.eu> Closes: https://github.com/gentoo/gentoo/pull/18922 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-db/sadisplay: update HOMEPAGEAzamat H. Hackimov2020-08-232-2/+2
| | | | | | | | Replace non-functioning BitBucket URL Bug: https://bugs.gentoo.org/737896 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Signed-off-by: David Seifert <soap@gentoo.org>
* dev-db/sadisplay: remove oldJoonas Niilola2020-04-232-31/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-db/sadisplay: fix DISTUTILS_USE_SETUPTOOLS valueJoonas Niilola2020-04-231-3/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-db/sadisplay: version bump 0.4.9, bug #718272Horea Christian2020-04-232-0/+25
| | | | | | | | | | and PYTHON_COMPAT update Closes: https://bugs.gentoo.org/718272 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Horea Christian <chr@chymera.eu> Closes: https://github.com/gentoo/gentoo/pull/15437 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: updated email for Horea ChristianHorea Christian2020-04-071-1/+1
| | | | | | Signed-off-by: Horea Christian <chr@chymera.eu> Closes: https://github.com/gentoo/gentoo/pull/15257 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-db/sadisplay: Remove py2Michał Górny2020-02-111-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-051-2/+2
| | | | | 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-171-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-db/*: Update Manifest hashesMichał Górny2017-12-091-1/+1
|
* dev-db/sadisplay: Tested on py3.6Michał Górny2017-06-141-1/+1
|
* dev-db/sadisplay: new packageHorea Christian2017-06-143-0/+51
Closes: https://github.com/gentoo/gentoo/pull/4795 Package-Manager: Portage-2.3.5, Repoman-2.3.2