dev-perl/Net-sFlow: New ebuild
Package-Manager: Portage-2.3.99, Repoman-2.3.22
This commit is contained in:
parent
6c7bed057e
commit
5bb62cfab4
1
dev-perl/Net-sFlow/Manifest
Normal file
1
dev-perl/Net-sFlow/Manifest
Normal file
|
@ -0,0 +1 @@
|
||||||
|
DIST Net-sFlow-0.11.tar.gz 17917 BLAKE2B 434b7aa58a02a307313b72a8a2b65b6013f9ac5fe1e34096ba44826dcf298fd1efa388d316f5e730531b165b965013025c5c344e9b4d9504a1458267862eb18f SHA512 afc54bf2c986284faf71d796d8ebaf89e5792c86dd9e98f99d616b168d7924158cb57a773a3d150d755d79586ff7e7c54aa1ffe0d69a2bed9064141837fe5792
|
17
dev-perl/Net-sFlow/Net-sFlow-0.11.ebuild
Normal file
17
dev-perl/Net-sFlow/Net-sFlow-0.11.ebuild
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Copyright 2020 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
DIST_AUTHOR="ELISA"
|
||||||
|
inherit perl-module
|
||||||
|
|
||||||
|
DESCRIPTION="The sFlow module provides a mechanism to parse and decode sFlow datagrams"
|
||||||
|
|
||||||
|
#LICENSE="|| ( Artistic GPL-1+ )"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
RDEPEND=""
|
||||||
|
DEPEND="${RDEPEND}"
|
8
dev-perl/Net-sFlow/metadata.xml
Normal file
8
dev-perl/Net-sFlow/metadata.xml
Normal file
|
@ -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">
|
||||||
|
<name>Alarig Le Lay</name>
|
||||||
|
<email>alarig@swordarmor.fr</email>
|
||||||
|
</maintainer>
|
||||||
|
</pkgmetadata>
|
Loading…
Reference in a new issue