From: "Alessandro Barbieri" <lssndrbarbieri@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-analyzer/munin-plugins-mendix/
Date: Sun, 2 May 2021 09:27:35 +0000 (UTC) [thread overview]
Message-ID: <1619944298.328741c52f0320f31363f208133faa0a33da7ab1.Alessandro-Barbieri@gentoo> (raw)
commit: 328741c52f0320f31363f208133faa0a33da7ab1
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun May 2 08:31:38 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun May 2 08:31:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=328741c5
net-analyzer/munin-plugins-mendix: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
net-analyzer/munin-plugins-mendix/Manifest | 1 +
net-analyzer/munin-plugins-mendix/metadata.xml | 16 +++++++++++
.../munin-plugins-mendix-23.ebuild | 33 ++++++++++++++++++++++
3 files changed, 50 insertions(+)
diff --git a/net-analyzer/munin-plugins-mendix/Manifest b/net-analyzer/munin-plugins-mendix/Manifest
new file mode 100644
index 000000000..421d926ee
--- /dev/null
+++ b/net-analyzer/munin-plugins-mendix/Manifest
@@ -0,0 +1 @@
+DIST munin-plugins-mendix-23.tar.gz 27443 BLAKE2B ff15f47ae8f540ad0080f76ee7e04451a5f6e5fa046444f5eac7994f3bd8aee4342b0c435951b370a7e14d1e25f5007d66aa8904be43c54e8b9cae4157494ebb SHA512 5ede0c389dec7ddc2148138643e020bbc2fb8ffcdbafb5cd959e3e0c1db2ad3d909b10608a26c34f6a3bc798c97e876f9175284d83266df72647a5c632960845
diff --git a/net-analyzer/munin-plugins-mendix/metadata.xml b/net-analyzer/munin-plugins-mendix/metadata.xml
new file mode 100644
index 000000000..28064c9cf
--- /dev/null
+++ b/net-analyzer/munin-plugins-mendix/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>lssndrbarbieri@gmail.com</email>
+ <name>Alessandro Barbieri</name>
+ </maintainer>
+ <upstream>
+ <maintainer>
+ <email>pim.van.den.berg@mendix.com</email>
+ <name>Pim van den Berg</name>
+ </maintainer>
+ <bugs-to>https://github.com/mendix/munin-plugins-mendix/issues</bugs-to>
+ <remote-id type="github">mendix/munin-plugins-mendix</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/net-analyzer/munin-plugins-mendix/munin-plugins-mendix-23.ebuild b/net-analyzer/munin-plugins-mendix/munin-plugins-mendix-23.ebuild
new file mode 100644
index 000000000..f7854c22d
--- /dev/null
+++ b/net-analyzer/munin-plugins-mendix/munin-plugins-mendix-23.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+DESCRIPTION="This package provides various plugins for Munin"
+HOMEPAGE="https://github.com/mendix/munin-plugins-mendix"
+SRC_URI="https://github.com/mendix/munin-plugins-mendix/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+LICENSE="all-rights-reserved" #https://github.com/mendix/munin-plugins-mendix/issues/10
+SLOT="0"
+RDEPEND="net-analyzer/munin"
+
+src_prepare() {
+ default
+}
+
+src_configure() {
+ return
+}
+
+src_compile() {
+ return
+}
+
+src_install() {
+ #install plugins without getting mad at preserving exec bit
+ mkdir -p "${ED}/usr/libexec/munin/plugins/mendix" || die
+ mv plugins/* "${ED}/usr/libexec/munin/plugins/mendix" || die
+
+ insinto "/etc/munin/plugin-conf.d/"
+ doins -r plugin-conf/*
+}
next reply other threads:[~2021-05-02 9:27 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-02 9:27 Alessandro Barbieri [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-05-12 10:23 [gentoo-commits] repo/proj/guru:dev commit in: net-analyzer/munin-plugins-mendix/ Alessandro Barbieri
2021-05-12 10:23 Alessandro Barbieri
2021-05-16 15:28 Alessandro Barbieri
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1619944298.328741c52f0320f31363f208133faa0a33da7ab1.Alessandro-Barbieri@gentoo \
--to=lssndrbarbieri@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox