diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2020-03-12 11:30:01 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2020-03-12 11:37:56 +0100 |
commit | acbbd83ad1dc837b8536322ea0d0ff5302547f7f (patch) | |
tree | 385c5c6b7b5fc1977f05adc30d47f1219960b4a0 /acct-group/wesnoth | |
parent | x11-misc/menulibre: Add py37 support (diff) | |
download | gentoo-acbbd83ad1dc837b8536322ea0d0ff5302547f7f.tar.gz gentoo-acbbd83ad1dc837b8536322ea0d0ff5302547f7f.tar.bz2 gentoo-acbbd83ad1dc837b8536322ea0d0ff5302547f7f.zip |
acct-group/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-group/wesnoth')
-rw-r--r-- | acct-group/wesnoth/metadata.xml | 8 | ||||
-rw-r--r-- | acct-group/wesnoth/wesnoth-0.ebuild | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/acct-group/wesnoth/metadata.xml b/acct-group/wesnoth/metadata.xml new file mode 100644 index 000000000000..26079e608bed --- /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>games@gentoo.org</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 000000000000..434362fd312c --- /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 |