diff options
-rw-r--r-- | acct-group/ntopng/metadata.xml | 7 | ||||
-rw-r--r-- | acct-group/ntopng/ntopng-0.ebuild | 8 |
2 files changed, 15 insertions, 0 deletions
diff --git a/acct-group/ntopng/metadata.xml b/acct-group/ntopng/metadata.xml new file mode 100644 index 000000000000..1e878c532c32 --- /dev/null +++ b/acct-group/ntopng/metadata.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>netmon@gentoo.org</email> + </maintainer> +</pkgmetadata> diff --git a/acct-group/ntopng/ntopng-0.ebuild b/acct-group/ntopng/ntopng-0.ebuild new file mode 100644 index 000000000000..e64f641de3d7 --- /dev/null +++ b/acct-group/ntopng/ntopng-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=296 |