Games ebuilds, nothing else. No libraries.
- no games.eclass usage
- proper Copyright header (not just Gentoo Foundation, unless you want to give them copyright)
- license should be GPL-2
- all commits MUST be gpg-signed
- always provide a metadata.xml with contact information
With paludis: see Paludis repository configuration
With layman:
layman -a games-overlay
or layman -f -o https://raw.github.com/hasufell/games-overlay/master/repository.xml -a games-overlay
All commits on the first parent (at least) are signed by me. You can verify the repository via:
[ -z "$(git show -q --pretty="format:%G?" $(git rev-list --first-parent master) | grep -v G)" ] && echo "verification success" || echo "verification failure"
If the verification failed, you can examine which commits did via
git show -q --pretty="format:%h %an %G?" $(git rev-list --first-parent master) | grep '.* [NBU]$'