- src_compile() should be removed because it doesn't do anything but defaults. - make to emake in src_install() - dodoc AUTHORS ChangeLog CREDITS NEWS README in src_install() Thanks, drac I don't mean to be annoying, but I posted this ebuild to forums same time you added different version to portage and these are pretty much all the differences they had. :-)
BTW, blocks need to be mutual. If ntfs3g blocks ntfsprogs, ntfsprogs ebuild needs to block ntfs3g as well.
fixed.
dodoc AUTHORS ChangeLog CREDITS NEWS README in src_install() is still missing.
emake DESTDIR="${D}" install is missing.. || die "emake install failed." and those P.. MY_P.. settings could be used in SRC_URI too.
Fixed.