diff options
Diffstat (limited to 'acct-group/postdrop')
-rw-r--r-- | acct-group/postdrop/Manifest | 2 | ||||
-rw-r--r-- | acct-group/postdrop/metadata.xml | 8 | ||||
-rw-r--r-- | acct-group/postdrop/postdrop-0.ebuild | 8 |
3 files changed, 18 insertions, 0 deletions
diff --git a/acct-group/postdrop/Manifest b/acct-group/postdrop/Manifest new file mode 100644 index 000000000000..1127b2b1e473 --- /dev/null +++ b/acct-group/postdrop/Manifest @@ -0,0 +1,2 @@ +EBUILD postdrop-0.ebuild 146 BLAKE2B 6142ad63a6df4803d8e6a60ae48080b0ae54c74933971fa2c54b6e43670a7757fdc2dfb60f7e8a077c8e567866e5d75c104874709b7163c79dd09ac38e0eaa44 SHA512 eb2cfecd3b46c82e0580348b38d1a46c8ddcde8a6e62c897273ad0c29ac999ad307b49e26bae96c2fcd5a811caa7b07fb0fb6a05f8ca88c5fb9fa88d23131cf1 +MISC metadata.xml 247 BLAKE2B 167e8eb377614081cdfda6ab24f1a1bcbcac4b7db4a34c79d682d3c47bc6de17c14fa679aa3a1d82a61988ef0fc044b99061635e1a50de646b9ddfe88444ebe8 SHA512 6dd50c3fa3c6a61cc3590827074f4dd0586cb36ef78dfaf161c09a613b198af88aa874b96f7958aa59761b0689ea903fac1bfca9d05023c648cf8dabc0596f4d diff --git a/acct-group/postdrop/metadata.xml b/acct-group/postdrop/metadata.xml new file mode 100644 index 000000000000..e6f3bf582ab7 --- /dev/null +++ b/acct-group/postdrop/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>eras@gentoo.org</email> + <name>Eray Aslan</name> + </maintainer> +</pkgmetadata> diff --git a/acct-group/postdrop/postdrop-0.ebuild b/acct-group/postdrop/postdrop-0.ebuild new file mode 100644 index 000000000000..eea0d6b07562 --- /dev/null +++ b/acct-group/postdrop/postdrop-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=208 |