dev-embedded/teensy_loader_cli
Teensy loader command line interface
-
teensy_loader_cli-9999
View Download Browse License: GPL-3Overlay: tgbugs-overlay
ChangeLog
commit 0cb626d4fc73934cbab77dbb9c87be536f638ba2
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Fri Oct 11 14:51:11 2024 -0700
dev-embedded/teensy_loader_cli: bump eapi
commit b77e8e7f8967a002e517f6f43c38689a4931e258
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Fri Dec 6 17:22:11 2019 -0800
rewrite copyright headers part 2
update all Manifests
for a fun time
_remainfest_inner () {
local _pat="*.ebuild"
pushd "$@" > /dev/null;
local _files=( $_pat )
ebuild $_files digest;
popd > /dev/null;
}
export -f _remainfest_inner
remanp () {
git ls-files '*.ebuild' | cut -d' ' -f3 | cut -d'/' -f1,2 | sort -u | xargs -P15 -r -n 1 -- bash -c '_remainfest_inner "$@"' _
}
remanp
commit fd49fca7fbc1450a730cac76d162feb848d02c58
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Fri Dec 6 15:25:46 2019 -0800
rewrite copyright headers part 1
conversion done with
=sed -i 's/201[0-9]\ Gentoo\ Foundation/2019\ Gentoo\ Authors/g' */*/*.ebuild=
there are a number of fiddly changes that need to be made before all the
Manifests can be regenerated (which will be part 2)
commit 906c0e0bc6429b53a1e143ea328b3d3acecdd97c
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Thu Feb 9 03:23:13 2017 -0800
added teensy_loader_cli ebuild to fix incorrect dependency
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Fri Oct 11 14:51:11 2024 -0700
dev-embedded/teensy_loader_cli: bump eapi
commit b77e8e7f8967a002e517f6f43c38689a4931e258
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Fri Dec 6 17:22:11 2019 -0800
rewrite copyright headers part 2
update all Manifests
for a fun time
_remainfest_inner () {
local _pat="*.ebuild"
pushd "$@" > /dev/null;
local _files=( $_pat )
ebuild $_files digest;
popd > /dev/null;
}
export -f _remainfest_inner
remanp () {
git ls-files '*.ebuild' | cut -d' ' -f3 | cut -d'/' -f1,2 | sort -u | xargs -P15 -r -n 1 -- bash -c '_remainfest_inner "$@"' _
}
remanp
commit fd49fca7fbc1450a730cac76d162feb848d02c58
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Fri Dec 6 15:25:46 2019 -0800
rewrite copyright headers part 1
conversion done with
=sed -i 's/201[0-9]\ Gentoo\ Foundation/2019\ Gentoo\ Authors/g' */*/*.ebuild=
there are a number of fiddly changes that need to be made before all the
Manifests can be regenerated (which will be part 2)
commit 906c0e0bc6429b53a1e143ea328b3d3acecdd97c
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Thu Feb 9 03:23:13 2017 -0800
added teensy_loader_cli ebuild to fix incorrect dependency