diff options
author | William Hubbss <william.hubbs@sony.com> | 2019-08-23 16:45:28 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2019-08-23 16:45:28 -0500 |
commit | ae5d846dc9e5845de145b2346a52cb1e6e535f57 (patch) | |
tree | 5b9104b7fe26ddfb807f38f7bba0a68694f007e5 /acct-group | |
parent | net-print/cups: Bump to version 2.3.0. Removed old. (diff) | |
download | gentoo-ae5d846dc9e5845de145b2346a52cb1e6e535f57.tar.gz gentoo-ae5d846dc9e5845de145b2346a52cb1e6e535f57.tar.bz2 gentoo-ae5d846dc9e5845de145b2346a52cb1e6e535f57.zip |
acct-group/spire: add "spire" group
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --force
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'acct-group')
-rw-r--r-- | acct-group/spire/metadata.xml | 8 | ||||
-rw-r--r-- | acct-group/spire/spire-0.ebuild | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/acct-group/spire/metadata.xml b/acct-group/spire/metadata.xml new file mode 100644 index 000000000000..c36c37139fad --- /dev/null +++ b/acct-group/spire/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="person"> + <email>williamh@gentoo.org</email> + <name>William Hubbs</name> + </maintainer> +</pkgmetadata> diff --git a/acct-group/spire/spire-0.ebuild b/acct-group/spire/spire-0.ebuild new file mode 100644 index 000000000000..cbfc94025ffc --- /dev/null +++ b/acct-group/spire/spire-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=271 |