Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hasufell/games-overlay
gentoo overlay containing games ebuilds only
https://github.com/hasufell/games-overlay
ebuilds gentoo overlay
Last synced: 23 days ago
JSON representation
gentoo overlay containing games ebuilds only
- Host: GitHub
- URL: https://github.com/hasufell/games-overlay
- Owner: hasufell
- Created: 2014-11-25T23:51:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-01-30T07:28:11.000Z (almost 6 years ago)
- Last Synced: 2024-05-01T21:41:43.269Z (6 months ago)
- Topics: ebuilds, gentoo, overlay
- Language: Shell
- Size: 1.4 MB
- Stars: 16
- Watchers: 11
- Forks: 12
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: licenses/DejaVu-license
Awesome Lists containing this project
README
### Purpose and scope
Games ebuilds, nothing else. No libraries.
### Contributing
* 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### Adding the overlay
With paludis: see [Paludis repository configuration](http://paludis.exherbo.org/configuration/repositories/index.html)
With layman:
```layman -a games-overlay``` or ```layman -f -o https://raw.github.com/hasufell/games-overlay/master/repository.xml -a games-overlay```### Signature verification
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]$'
```