commit: acbbd83ad1dc837b8536322ea0d0ff5302547f7f Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Thu Mar 12 10:30:01 2020 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Thu Mar 12 10:37:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acbbd83a
acct-group/wesnoth: Initial commit Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org> acct-group/wesnoth/metadata.xml | 8 ++++++++ acct-group/wesnoth/wesnoth-0.ebuild | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/acct-group/wesnoth/metadata.xml b/acct-group/wesnoth/metadata.xml new file mode 100644 index 00000000000..26079e608be --- /dev/null +++ b/acct-group/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>[email protected]</email> + <name>Gentoo Games Project</name> + </maintainer> +</pkgmetadata> diff --git a/acct-group/wesnoth/wesnoth-0.ebuild b/acct-group/wesnoth/wesnoth-0.ebuild new file mode 100644 index 00000000000..434362fd312 --- /dev/null +++ b/acct-group/wesnoth/wesnoth-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=419
