this overlay moved to Codeberg
https://codeberg.org/tastytea/gentoo-overlay
tmweaver
8bf89ef408
Some checks failed
continuous-integration/drone/pr Build is failing
When downloading the hashboot tarball, e.g. `hashboot-0.9.14.tar.gz` it extracts to a folder without the version name, so `hashboot`. This breaks when trying to `emerge hashboot` because the ebuild is looking for the source code in `/var/tmp/portage/sys-apps/hashboot-0.9.14/work/hashboot-0.9.14` when it's actually located at `/var/tmp/portage/sys-apps/hashboot-0.9.14/work/hashboot`. In the ebuild that the `P` variable resolves to `hashboot-0.9.14` and by default `S` and `P` are the same. `S` is what Portage uses to figure out where the source is, which is why it's trying to find it in `/var/tmp/portage/sys-apps/hashboot-0.9.14/work/hashboot-0.9.14`. I managed to get it to build by editing the ebuild to set the `S` variable as so: `S="${WORKDIR}/${PN}"`, which is what this commit adds to the ebuild. |
||
---|---|---|
acct-group/pleroma | ||
acct-user/pleroma | ||
app-emulation/dxvk | ||
dev-cpp | ||
dev-lang/compilescript | ||
dev-perl/Mail-GnuPG | ||
games-server/factorio-server | ||
licenses | ||
media-sound/whipper | ||
metadata | ||
net-misc | ||
profiles | ||
sys-apps/hashboot | ||
www-apps | ||
www-misc | ||
x11-themes | ||
.dir-locals.el | ||
.drone.yml | ||
.editorconfig | ||
.gitignore | ||
overlay.xml | ||
README.adoc |
Portage repository “tastytea”
Add this repository
Using eselect-repository
eselect repository enable tastytea
Using layman
layman -fa tastytea
PGP key
I use PGP to sign commits.
Fingerprint: D5B4 C43B 48A8 79F6 3529 36E6 5934 6E0E A35C 67E5
Public key: https://tastytea.de/tastytea.asc
gpg --locate-keys tastytea@tastytea.de
Contact
See https://tastytea.de/.