Some Gentoo ebuilds, no guarantees.
Go to file
tmweaver 8bf89ef408 sys-apps/hashboot: Fix incorrect source variable
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.
2021-03-09 13:40:10 +00:00
acct-group/pleroma Switch to thin manifests and don't sign them anymore. 2020-09-04 03:50:50 +02:00
acct-user/pleroma Switch to thin manifests and don't sign them anymore. 2020-09-04 03:50:50 +02:00
app-emulation/dxvk app-emulation/dxvk: Remove old ebuild and patch. 2021-03-02 02:50:24 +01:00
dev-cpp dev-cpp/mastodonpp: Remove package. 2021-01-05 22:18:44 +01:00
dev-lang/compilescript dev-lang/compilescript: Migrate from cmake-utils to cmake. 2020-11-16 15:47:36 +01:00
dev-perl/Mail-GnuPG Switch to thin manifests and don't sign them anymore. 2020-09-04 03:50:50 +02:00
games-server/factorio-server games-server/factorio-server: Remove old ebuild. 2021-03-04 07:33:56 +01:00
licenses sys-apps/hashboot: New init script location, added firmware flag. 2019-03-30 00:13:34 +01:00
media-sound/whipper Switch to thin manifests and don't sign them anymore. 2020-09-04 03:50:50 +02:00
metadata Switch to thin manifests and don't sign them anymore. 2020-09-04 03:50:50 +02:00
net-misc net-misc/mastorss: Remove package. 2021-01-05 22:17:54 +01:00
profiles dev-cpp/mastodonpp: Remove package. 2021-01-05 22:18:44 +01:00
sys-apps/hashboot sys-apps/hashboot: Fix incorrect source variable 2021-03-09 13:40:10 +00:00
www-apps www-apps/pleroma: Remove old ebuild. 2021-03-03 04:06:14 +01:00
www-misc www-misc/remwharead: Update dependencies. 2020-10-31 19:02:19 +01:00
x11-themes Switch to thin manifests and don't sign them anymore. 2020-09-04 03:50:50 +02:00
.dir-locals.el Add .dir-locals.el. 2020-04-20 21:02:34 +02:00
.drone.yml CI: Disable pkgcheck. 2020-05-07 02:55:05 +02:00
.editorconfig Use spaces for .yml files. 2020-04-19 02:07:31 +02:00
.gitignore Add .dir-locals.el. 2020-04-20 21:02:34 +02:00
README.adoc Update readme. Manifests are no longer signed. 2020-10-01 23:33:18 +02:00
overlay.xml overlay.xml: Change whitespace to tabs. 2020-04-24 04:02:32 +02:00

README.adoc

Portage repository “tastytea”

This is an unofficial repository for Portage, Gentoo's package manager.

All ebuilds are marked as testing. All live-ebuilds have no keywords. I will delete ebuilds I no longer use.

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

gpg --locate-keys tastytea@tastytea.de

Contact