mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
net-analyzer/munin-plugins-mendix: drop 23
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST munin-plugins-mendix-23.tar.gz 27443 BLAKE2B ff15f47ae8f540ad0080f76ee7e04451a5f6e5fa046444f5eac7994f3bd8aee4342b0c435951b370a7e14d1e25f5007d66aa8904be43c54e8b9cae4157494ebb SHA512 5ede0c389dec7ddc2148138643e020bbc2fb8ffcdbafb5cd959e3e0c1db2ad3d909b10608a26c34f6a3bc798c97e876f9175284d83266df72647a5c632960845
|
||||
DIST munin-plugins-mendix-23_p20210510.tar.gz 28229 BLAKE2B 4d7ea082d50f9db711631b6569bb196546c6591d1caed1e7af049f6b9e945153585d8ccf9dc70e2106a3113022620568cd2797501b4287f306929b7879ac89fc SHA512 57856527b33189824712cc939a60ecbe3b1b275e0349e457d03e146d324e88d20cf9162f40bf0f3ff447f05db8a6d1f96bb8b1c0a58ba18382d0e99af6bd350e
|
||||
|
||||
@@ -1,33 +0,0 @@
|
||||
# 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/*
|
||||
}
|
||||
Reference in New Issue
Block a user