summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-fs/fragview: add 0.1.2Florian Schmaus2022-03-022-0/+36
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* sys-fs/fragview: bump to EAPI 8, switch to cmake.eclass, fix depsFlorian Schmaus2022-02-272-12/+26
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* **/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>
* */*: 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>
* sys-fs/fragview: New packageLucian Poston2018-08-225-0/+120
Closes: https://bugs.gentoo.org/662614 Closes: https://github.com/gentoo/gentoo/pull/9417 Package-Manager: Portage-2.3.40, Repoman-2.3.9