All Projects → hasufell → games-overlay

hasufell / games-overlay

Licence: other
gentoo overlay containing games ebuilds only

Programming Languages

shell
77523 projects
Roff
2310 projects

Projects that are alternatives of or similar to games-overlay

clx
clx overlay
Stars: ✭ 12 (-20%)
Mutual labels:  overlay, gentoo, ebuilds
HomeAssistantRepository
🏡 Home Assistant on Gentoo Linux.
Stars: ✭ 26 (+73.33%)
Mutual labels:  overlay, gentoo, ebuilds
os-xtoo
The Java and Enlightenment ebuild repository
Stars: ✭ 17 (+13.33%)
Mutual labels:  overlay, gentoo, ebuilds
pkgcore
a framework for package management
Stars: ✭ 91 (+506.67%)
Mutual labels:  gentoo, ebuilds
pkgcheck
pkgcore-based QA utility for ebuild repos
Stars: ✭ 19 (+26.67%)
Mutual labels:  gentoo, ebuilds
audio-overlay
Gentoo overlay for music production
Stars: ✭ 33 (+120%)
Mutual labels:  overlay, gentoo
Gentoolto
A Gentoo Portage configuration for building with -O3, Graphite, and LTO optimizations
Stars: ✭ 399 (+2560%)
Mutual labels:  overlay, gentoo
brother-overlay
Portage overlay for Brother printer and scanner software
Stars: ✭ 27 (+80%)
Mutual labels:  overlay, gentoo
deadbeef-overlay
DeaDBeeF player overlay for Gentoo Linux
Stars: ✭ 13 (-13.33%)
Mutual labels:  overlay, gentoo
Chromium os Vm Vmware
Build and run your Chromium OS on VMWare virtual machine client
Stars: ✭ 137 (+813.33%)
Mutual labels:  overlay, gentoo
Sci
[MIRROR] Gentoo Science Overlay
Stars: ✭ 127 (+746.67%)
Mutual labels:  overlay, gentoo
jami-overlay
Jami (formerly Ring (formerly SFLphone)) is a SIP compatible softphone for GNU/Linux.
Stars: ✭ 22 (+46.67%)
Mutual labels:  overlay, ebuilds
esm-overlay
ESM's portage overlay. It's useful for especially Ruby/Rails application development.
Stars: ✭ 19 (+26.67%)
Mutual labels:  overlay, gentoo
Kde
[MIRROR] KDE team's testing overlay
Stars: ✭ 80 (+433.33%)
Mutual labels:  overlay, gentoo
java-overlay
[MIRROR] Java overlay
Stars: ✭ 14 (-6.67%)
Mutual labels:  overlay, gentoo
streamlabs-chat
Free customizable theme, template, custom coded CSS for Twitch, Streamlabs, Streamelemens chat box widget & overlay.
Stars: ✭ 59 (+293.33%)
Mutual labels:  overlay
retropie-overlays
Console overlays set for Retropie & Recalbox
Stars: ✭ 54 (+260%)
Mutual labels:  overlay
Cleaner
An android app used to release memory by kill process using accessibility
Stars: ✭ 28 (+86.67%)
Mutual labels:  overlay
league-of-legends
external cheat for league of legends
Stars: ✭ 26 (+73.33%)
Mutual labels:  overlay
dotfiles
. files
Stars: ✭ 37 (+146.67%)
Mutual labels:  gentoo

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

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]$'
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].