commit: 9bc7526debb4623f4027be3678d0864d800003a5 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Sat Oct 17 14:17:01 2020 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Sat Oct 17 14:19:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bc7526d
acct-group/openldap: Initial import Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> acct-group/openldap/metadata.xml | 8 ++++++++ acct-group/openldap/openldap-0.ebuild | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/acct-group/openldap/metadata.xml b/acct-group/openldap/metadata.xml new file mode 100644 index 00000000000..6698a4ab788 --- /dev/null +++ b/acct-group/openldap/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>[email protected]</email> + <name>Mikle Kolyada</name> + </maintainer> +</pkgmetadata> diff --git a/acct-group/openldap/openldap-0.ebuild b/acct-group/openldap/openldap-0.ebuild new file mode 100644 index 00000000000..88f92a32568 --- /dev/null +++ b/acct-group/openldap/openldap-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=439
