Update overlay

This commit is contained in:
speedie 2022-11-11 16:20:34 +01:00
parent 6c90fd7911
commit 39117dbb5a
2 changed files with 2 additions and 3 deletions

View file

@ -35,5 +35,4 @@ It may be difficult to memorize this link. You may choose to add the [https://sp
The ebuilds are liensed under the GPLv2-only license due to Gentoo's licensing. I choose to respect that, despite preferring GPLv3!
## List of all ebuilds

View file

@ -2,8 +2,8 @@
git add *
#https://gist.github.com/praveen-palanisamy/31795f2680bc3ade04dd8d78d8651ee9
tree -I md5 -f --noreport --charset ascii | grep -vE "profiles|metadata|md5|Manifest|README|xml|repo_name|conf|directories|push|tree|" > .tree-orig
tree -I md5 -f --noreport --charset ascii | grep -vE "profiles|metadata|md5|Manifest|README|xml|repo_name|conf|directories|push|tree|" | sed -e 's/| \+/ /g' -e 's/[|`]-\+/ */g' -e 's:\(* \)\(\(.*/\)\([^/]\+\)\):\1[\4](\2):g' > .tree
tree -I md5 -f --noreport --charset ascii | grep -vE "profiles|metadata|md5|Manifest|README|xml|repo_name|conf|directories|push|tree|[.]" > .tree-orig
tree -I md5 -f --noreport --charset ascii | grep -vE "profiles|metadata|md5|Manifest|README|xml|repo_name|conf|directories|push|tree|[.]" | sed -e 's/| \+/ /g' -e 's/[|`]-\+/ */g' -e 's:\(* \)\(\(.*/\)\([^/]\+\)\):\1[\4](\2):g' > .tree
cp -f README.tp.md README.md
printf "\n## List of all ebuilds\n" >> README.md