Two weeks ago I compiled the 2.6.33.7-rt29-kernel. General problem is, the official nvidia-drivers won't install and needs to be patched. I do this by adding the relevant patch to the nvidia.ebuild in my local overlay followed by:
- Code: Select all
ebuild xyz.ebuild digest
This works always well, but only when I follow the strict Gentoo-structure, meaning:
x11-drivers/nvidia-drivers/nvidia-xyz.ebuild. The first two categorys are ok and I understand that, but why can't I choose the ebuild-name for myself.
When I rename it to:
- nvidia-drivers-256.53-r99.ebuild
digest works
everything else fails
- mynewsuperpatchednvidiadriver.ebuild
or even:
-nvidia-drivers-256.53-rt.ebuild
Why is that so and is there a way to choose a name freely...

