PowerAdmin is an interface to administrate PowerDNS written in PHP. Repoman had no complaints about the ebuild. However, I'm unsure how to handle the post installation. There are 2 options on https://www.poweradmin.org/trac/wiki/Documentation/Install: manual and automatic. For the automatic you'd already create a (webserver owned) inc/config.inc.php while for the manual route you could leave this up to the user. For the manual mode you could already remove the install directory since the user won't need this and if it's installed again during an upgrade it would break the application. However, removing install/ will make the automatic install impossible. For now the ebuild does nothing more than just unpack and install it into the webroot and could be considered a trivial ebuild, but it works for me. Reproducible: Always Steps to Reproduce:
Created attachment 209790 [details] initial poweradmin ebuild