diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2021-04-25 02:19:39 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2021-04-25 17:42:21 +0100 |
commit | c4868ef156cd26531e8f65219b83a60f708e47d6 (patch) | |
tree | 7524c57146934082c89e6733904bebc671eb215c /acct-group/entrance | |
parent | eclass/linux-build: relax CONFIG_CMDLINE requirements (diff) | |
download | portage-c4868ef156cd26531e8f65219b83a60f708e47d6.tar.xz |
x11-misc/entrance: add user, fix config
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Diffstat (limited to 'acct-group/entrance')
-rw-r--r-- | acct-group/entrance/entrance-0.ebuild | 8 | ||||
-rw-r--r-- | acct-group/entrance/metadata.xml | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/acct-group/entrance/entrance-0.ebuild b/acct-group/entrance/entrance-0.ebuild new file mode 100644 index 00000000..f730cec6 --- /dev/null +++ b/acct-group/entrance/entrance-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=-1 diff --git a/acct-group/entrance/metadata.xml b/acct-group/entrance/metadata.xml new file mode 100644 index 00000000..de37e444 --- /dev/null +++ b/acct-group/entrance/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>bertrand@jacquin.bzh</email> + <name>Bertrand Jacquin</name> + </maintainer> +</pkgmetadata> |