From a2181469d0d33441826384adb4a3e565f2772ef7 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Thu, 12 Mar 2020 11:31:42 +0100 Subject: [PATCH] acct-user/wesnoth: Initial commit Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Lars Wendler --- acct-user/wesnoth/metadata.xml | 8 ++++++++ acct-user/wesnoth/wesnoth-0.ebuild | 13 +++++++++++++ ...{wesnoth-1.15.2.ebuild => wesnoth-1.15.3.ebuild} | 0 3 files changed, 21 insertions(+) create mode 100644 acct-user/wesnoth/metadata.xml create mode 100644 acct-user/wesnoth/wesnoth-0.ebuild rename games-strategy/wesnoth/{wesnoth-1.15.2.ebuild => wesnoth-1.15.3.ebuild} (100%) 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 @@ + + + + + games@gentoo.org + Gentoo Games Project + + 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 diff --git a/games-strategy/wesnoth/wesnoth-1.15.2.ebuild b/games-strategy/wesnoth/wesnoth-1.15.3.ebuild similarity index 100% rename from games-strategy/wesnoth/wesnoth-1.15.2.ebuild rename to games-strategy/wesnoth/wesnoth-1.15.3.ebuild -- 2.26.2