From 262df0b7a7e9e181c49b51a259e088e506cfd728 Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Sun, 14 Jan 2024 23:15:16 +0100 Subject: acct-user/wesnoth: update EAPI 7 -> 8 Signed-off-by: Conrad Kostecki --- acct-user/wesnoth/wesnoth-0-r2.ebuild | 13 ------------- acct-user/wesnoth/wesnoth-0-r3.ebuild | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 acct-user/wesnoth/wesnoth-0-r2.ebuild create mode 100644 acct-user/wesnoth/wesnoth-0-r3.ebuild (limited to 'acct-user') diff --git a/acct-user/wesnoth/wesnoth-0-r2.ebuild b/acct-user/wesnoth/wesnoth-0-r2.ebuild deleted file mode 100644 index f7391c12fca0..000000000000 --- a/acct-user/wesnoth/wesnoth-0-r2.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 2019-2023 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/acct-user/wesnoth/wesnoth-0-r3.ebuild b/acct-user/wesnoth/wesnoth-0-r3.ebuild new file mode 100644 index 000000000000..4486fa1af919 --- /dev/null +++ b/acct-user/wesnoth/wesnoth-0-r3.ebuild @@ -0,0 +1,13 @@ +# Copyright 2019-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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 -- cgit v1.2.3-65-gdbad