Hi, I didn't found a mysecureshell ebuild, so I have created one. It seem to work for me but can you read it / try it Thanks Reproducible: Always
Created attachment 310847 [details] MySecureShell-1.25.ebuild
Comment on attachment 310847 [details] MySecureShell-1.25.ebuild 1) src_unpack() isn't needed. 2) You should bump to the latest EAPI. 3) After having done (2), src_compile() should be src_configure(), with emake being assumed in the default src_compile(). 4) insinto /usr/bin -> dobin 5) ${S} should not be specified - it's the cwd after all 6) a `for; do; done' loop for just the two items? 7) You could actually add the new shell to /etc/shells in pkg_postinst().