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>
* */*: retire @acerisara (proxied maintainer)Joonas Niilola2021-03-181-8/+1
| | | | | | Closes: https://bugs.gentoo.org/716548 Closes: https://github.com/gentoo/gentoo/pull/19986 Signed-off-by: Joonas Niilola <juippis@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>
* dev-python/*: add pypi remote-idsMichał Górny2020-12-111-16/+17
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pgspecial: Mark ALLARCHESMichał Górny2020-11-021-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pgspecial-1.11.10: version bumpAndrea Cerisara2020-09-301-1/+12
| | | | | | | | Signed-off-by: Andrea Cerisara <andreacerisara@gmail.com> Bug: https://bugs.gentoo.org/739652 Package-Manager: Portage-3.0.4, Repoman-2.3.23 Closes: https://github.com/gentoo/gentoo/pull/17405 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-python/pgspecial: drop to m-nJoonas Niilola2020-08-301-8/+1
| | | | | Closes: https://bugs.gentoo.org/687142 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-db/pgcli: new package.Gabriel Linder2019-04-091-0/+15
Pgcli is an enhanced command line interface for Postgres, with auto-completion and syntax highlighting. Signed-off-by: Gabriel Linder <linder.gabriel@gmail.com> Package-Manager: Portage-2.3.62, Repoman-2.3.12 Closes: https://github.com/gentoo/gentoo/pull/11378 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>