diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2020-03-12 11:31:42 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2020-03-12 11:37:56 +0100 |
commit | a2181469d0d33441826384adb4a3e565f2772ef7 (patch) | |
tree | 77a48e15117114f265fc527a35a32480b19eb77e /acct-user/wesnoth | |
parent | acct-group/wesnoth: Initial commit (diff) | |
download | gentoo-a2181469d0d33441826384adb4a3e565f2772ef7.tar.gz gentoo-a2181469d0d33441826384adb4a3e565f2772ef7.tar.bz2 gentoo-a2181469d0d33441826384adb4a3e565f2772ef7.zip |
acct-user/wesnoth: Initial commit
Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'acct-user/wesnoth')
-rw-r--r-- | acct-user/wesnoth/metadata.xml | 8 | ||||
-rw-r--r-- | acct-user/wesnoth/wesnoth-0.ebuild | 13 |
2 files changed, 21 insertions, 0 deletions
diff --git a/acct-user/wesnoth/metadata.xml b/acct-user/wesnoth/metadata.xml new file mode 100644 index 000000000000..26079e608bed --- /dev/null +++ b/acct-user/wesnoth/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>games@gentoo.org</email> + <name>Gentoo Games Project</name> + </maintainer> +</pkgmetadata> diff --git a/acct-user/wesnoth/wesnoth-0.ebuild b/acct-user/wesnoth/wesnoth-0.ebuild new file mode 100644 index 000000000000..cf9126ff0b8f --- /dev/null +++ b/acct-user/wesnoth/wesnoth-0.ebuild @@ -0,0 +1,13 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="user for games-strategy/wesnoth" +ACCT_USER_ID=419 +ACCT_USER_GROUPS=( wesnoth ) +ACCT_USER_SHELL="/bin/bash" + +acct-user_add_deps |