Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-metrics/fusioninventory-agent/
Date: Tue, 26 May 2020 22:48:27
Message-Id: 1590533245.857587682c05757946706abf441b6c7c17ba2141.alexxy@gentoo
1 commit: 857587682c05757946706abf441b6c7c17ba2141
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 26 22:47:00 2020 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Tue May 26 22:47:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85758768
7
8 app-metrics/fusioninventory-agent: Initial import
9
10 Package-Manager: Portage-2.3.100, Repoman-2.3.22
11 Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>
12
13 app-metrics/fusioninventory-agent/Manifest | 1 +
14 .../fusioninventory-agent-2.5.2.ebuild | 39 ++++++++++++++++++++++
15 app-metrics/fusioninventory-agent/metadata.xml | 8 +++++
16 3 files changed, 48 insertions(+)
17
18 diff --git a/app-metrics/fusioninventory-agent/Manifest b/app-metrics/fusioninventory-agent/Manifest
19 new file mode 100644
20 index 00000000000..0b2878274ac
21 --- /dev/null
22 +++ b/app-metrics/fusioninventory-agent/Manifest
23 @@ -0,0 +1 @@
24 +DIST fusioninventory-agent-2.5.2.tar.gz 2728830 BLAKE2B c6a26c4adb6b8e6bdaf829e46dffa47cc629731411f8b6e55a17eb83bd69536ca0e07899c5e3536ee3962326e643157c60ab8825971b2f44995e42f04e689321 SHA512 5bd39652fd3b857a4364fa300b07b8a2580bdafc6b84f95ab852b60b887ce8278bd99f85b74991b6da5cc21e1636f33c7125dbc27a02df915df4ea6f0ceffaed
25
26 diff --git a/app-metrics/fusioninventory-agent/fusioninventory-agent-2.5.2.ebuild b/app-metrics/fusioninventory-agent/fusioninventory-agent-2.5.2.ebuild
27 new file mode 100644
28 index 00000000000..b5a7d0a0a61
29 --- /dev/null
30 +++ b/app-metrics/fusioninventory-agent/fusioninventory-agent-2.5.2.ebuild
31 @@ -0,0 +1,39 @@
32 +# Copyright 2020 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +inherit perl-module
38 +
39 +DESCRIPTION="The FusionInventory agent is a generic management agent"
40 +HOMEPAGE="http://fusioninventory.org/"
41 +SRC_URI="https://github.com/fusioninventory/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
42 +
43 +LICENSE="GPL-2"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~x86"
46 +IUSE=""
47 +
48 +DEPEND="
49 + dev-perl/libwww-perl
50 + dev-perl/File-Which
51 + dev-perl/Net-IP
52 + dev-perl/Text-Template
53 + dev-perl/UNIVERSAL-require
54 + dev-perl/XML-TreePP
55 + virtual/perl-IO-Compress
56 + dev-perl/HTTP-Daemon
57 + dev-perl/IO-Socket-SSL
58 + dev-perl/LWP-Protocol-https
59 + dev-perl/Proc-Daemon
60 + "
61 +RDEPEND="${DEPEND}"
62 +BDEPEND="
63 + dev-perl/Module-Install
64 + "
65 +
66 +src_prepare() {
67 + sed -e 's:\$(PREFIX)/etc:/etc:g' \
68 + -i Makefile.PL || die "sed failed"
69 + default
70 +}
71
72 diff --git a/app-metrics/fusioninventory-agent/metadata.xml b/app-metrics/fusioninventory-agent/metadata.xml
73 new file mode 100644
74 index 00000000000..086586c08a8
75 --- /dev/null
76 +++ b/app-metrics/fusioninventory-agent/metadata.xml
77 @@ -0,0 +1,8 @@
78 +<?xml version="1.0" encoding="UTF-8"?>
79 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
80 +<pkgmetadata>
81 + <maintainer type="person">
82 + <email>alexxy@g.o</email>
83 + <name>Alexey Shvetsov</name>
84 + </maintainer>
85 +</pkgmetadata>