README.md: Note to check for unmaintained ebuilds

这个提交包含在:
Alarig Le Lay 2020-04-24 10:36:07 +02:00
父节点 4f22d8c684
当前提交 baea878719
签署人:: alarig
GPG 密钥 ID: 7AFE62C6DF8BCDEC
共有 1 个文件被更改,包括 10 次插入0 次删除

查看文件

@ -15,3 +15,13 @@ sync-type = git
sync-uri = https://git.grifon.fr/alarig/SwordArMor-gentoo-overlay.git
auto-sync = yes
```
## Side note
If you are looking for packages which need maintainers from ::gentoo, you can
get a list from those that are installed with those two line.
```
source /etc/portage/make.conf
grep -r maintainer-needed "${PORTDIR}" | sed -E 's|('"${PORTDIR}"')/(.*)/(.*)/.*|\2/\3|' | grep -P "^$(qlist -I | sed ':a;N;$!ba;s/\n/$|^/g')$"
```