summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: replace <description>Proxy...</description with proxied=""Michał Górny2021-03-161-2/+1
| | | | 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>
* net-proxy/sqtop: mark myself as proxySam James2021-01-041-3/+4
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* net-proxy/sqtop: minor style changesSam James2021-01-041-4/+2
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* net-proxy/sqtop: initial versionJaco Kroon2021-01-044-0/+62
sqtop is like top, but for squid. It connects to squid's manager object to retrieve information about what's going on, and then visually displays the information. Closes: https://bugs.gentoo.org/414577 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Jaco Kroon <jaco@uls.co.za> Closes: https://github.com/gentoo/gentoo/pull/15151 Signed-off-by: Sam James <sam@gentoo.org>