diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-11-25 22:39:15 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-11-25 22:39:15 +0000 |
commit | d934827bf44b7cfcf6711964418148fa60877668 (patch) | |
tree | 0625f358789b5e015e49db139cc1dbc9be00428f /acct-group/pcap | |
parent | 2e34d110f164bf74d55fced27fe0000201b3eec5 (diff) |
gentoo resync : 25.11.2020
Diffstat (limited to 'acct-group/pcap')
-rw-r--r-- | acct-group/pcap/Manifest | 2 | ||||
-rw-r--r-- | acct-group/pcap/metadata.xml | 16 | ||||
-rw-r--r-- | acct-group/pcap/pcap-0.ebuild | 9 |
3 files changed, 27 insertions, 0 deletions
diff --git a/acct-group/pcap/Manifest b/acct-group/pcap/Manifest new file mode 100644 index 000000000000..db28e593f47e --- /dev/null +++ b/acct-group/pcap/Manifest @@ -0,0 +1,2 @@ +EBUILD pcap-0.ebuild 201 BLAKE2B 18805989aa2404987f0aa65dc668fabc3c4142693aea57cea118adbce6a8d344308b17605854a510a4e3ee20d9b0ea83729262d3589810c2628615361eb4b324 SHA512 1c0a4ed877d8c1f7ac579b5571dafb80916d49d5970f47b1d0101d954dab81bd1a1bf84af6e8712941d3a8dae56571f3320dba80ba1f745e156377762ccaaa3c +MISC metadata.xml 451 BLAKE2B 4d830124224701a1341d4933a73a6b1dbd3213dfd32aa982ce3d3ef41ffa4699857b670a996ba52746efc28ab2b154ac217763df6c4f59b284681efdc1e604e5 SHA512 e3a97a88e0e616359caf3585abb213a693acb03d8ac861ab9a169abf191d36facf5d1479ab02e6aa141e7bf298c0fab8a712586db7ce810382acc2f01ec2b6ad diff --git a/acct-group/pcap/metadata.xml b/acct-group/pcap/metadata.xml new file mode 100644 index 000000000000..481196634b10 --- /dev/null +++ b/acct-group/pcap/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>zlogene@gentoo.org</email> + <name>Mikle Kolyada</name> + </maintainer> + <maintainer type="person"> + <email>bman@gentoo.org</email> + <name>Aaron Bauman</name> + </maintainer> + <maintainer type="person"> + <email>sam@gentoo.org</email> + <name>Sam James</name> + </maintainer> +</pkgmetadata> diff --git a/acct-group/pcap/pcap-0.ebuild b/acct-group/pcap/pcap-0.ebuild new file mode 100644 index 000000000000..34c32d2d4a4b --- /dev/null +++ b/acct-group/pcap/pcap-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="Group for capturing network traffic" +ACCT_GROUP_ID=377 |