-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GPKG format (binary package) support in eix #104
Comments
Fixed in eix-0.36.6 |
Sorry if I reopened this issue but I've installed eix.0.36.7 but if I launch eix --binary I don't see binary with gpkg actually I only see the installed binaries |
Here it works. Are you sure that you have actually available versions? |
Yes, I've installed some gpkg packages and I have setted file on /etc/portage/binhost |
This seems a strange directory to me: Is this what is shown with |
PKGBUILD is setted on /var/cache/binpkg. I followed this guide https://wiki.gentoo.org/wiki/Gentoo_Binary_Host_Quickstart for use binary and I installed a few binary. But if launch eix --binary I only saw packages on /var/cache/binpkg, so only packages installed with binary, but not packages that I never installed |
It seems that there is a misunderstanding: |
So if I understand right, my problem is with portage that doesn't populate folder on /var/cache/binpkg? |
Yes. Maybe we can build a workaround in eix: Does /etc/portage/binhost have the same format as /var/cache/binpkg? In that case, it would be easy to add an optional path to eix which is treated the same way as |
Hello,
I recently switched to the new BINPKG_FORMAT=gpkg but eix only supports *.tbz2 or *.xpak (according to manpage)
Would you consider adding support for gpkg in eix ?
Thanks
The text was updated successfully, but these errors were encountered: