I got a user overlay set up on overlays.gentoo.org, so you can use the following installation instructions to install Armory on Gentoo:
Ebuilds for Armory are available in the jranvier user overlay.
1. Install the overlay using
Layman:
layman -a jranvier
2. Add Armory to package.keywords:
echo net-p2p/armory >> /etc/portage/package.keywords
3. Install Armory:
emerge armory
Just a question, because I don't know much about Gentoo. As might be expected, I'm uncomfortable promoting opaque installation instructions based on any particular user's efforts. I've been very hesitant even with RedEmerald's OSX solution, simply because I can't vouch for the authenticity of what is in the build scripts. In his case, I should be able to check one particular snapshot of his solution and sign it. I don't like it, but there's not any other good options
Don't get me wrong, I will post your instructions, with a statement clarifying its origin. And users can take that information into account whlie deciding how to access Armory. But I bring it up, because your previous method was actually quite transparent: the .ebuild was cleartext, obviously referenced the github project, and gentoo users are going to find it trivial to copy that text into an .ebuild file and run it. This one is a lot more opaque. Is there at least a way for the user to check the .ebuild they got?