diff options
author | 2018-08-26 18:17:14 +0200 | |
---|---|---|
committer | 2018-09-24 08:20:54 +0200 | |
commit | 5ee30ef790d2a621dda91db7c7989ecc0196df71 (patch) | |
tree | 89d5c22e2ef22688c612f03a9d9cffc52a86496f /games-util/gamemode/metadata.xml | |
parent | net-misc/rclone: drop old (diff) | |
download | gentoo-5ee30ef790d2a621dda91db7c7989ecc0196df71.tar.gz gentoo-5ee30ef790d2a621dda91db7c7989ecc0196df71.tar.bz2 gentoo-5ee30ef790d2a621dda91db7c7989ecc0196df71.zip |
games-util/gamemode: New ebuild suggestion
GameMode from Feral Interactive is a systemd daemon allowing games to
adjust the system to performance mode. It is supported by newer Feral
titles and also supports other games by preloading a lib.
Closes: https://bugs.gentoo.org/652906
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Signed-off-by: Kai Krakow <kai@kaishome.de>
Co-authored-by: Mike Lothian <mike@fireburn.co.uk>
Co-authored-by: Erik Badman <erik.badman@yahoo.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/9700
Diffstat (limited to 'games-util/gamemode/metadata.xml')
-rw-r--r-- | games-util/gamemode/metadata.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/games-util/gamemode/metadata.xml b/games-util/gamemode/metadata.xml new file mode 100644 index 000000000000..05078a2e7821 --- /dev/null +++ b/games-util/gamemode/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>hurikhan77+bgo@gmail.com</email> + <name>Kai Krakow</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <upstream> + <bugs-to>https://github.com/FeralInteractive/gamemode/issues</bugs-to> + <remote-id type="github">FeralInteractive/gamemode</remote-id> + </upstream> +</pkgmetadata> |