diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2021-05-16 17:21:30 +0200 |
---|---|---|
committer | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2021-05-16 17:21:30 +0200 |
commit | 062f7a9c25719bccd7e31ce6dfc990ff8f743376 (patch) | |
tree | ba4f78f9591147c3f764a45d10e780f0ca88c2a5 /net-analyzer | |
parent | dev-python/atomiclong: drop 9999 (diff) | |
download | guru-062f7a9c25719bccd7e31ce6dfc990ff8f743376.tar.gz guru-062f7a9c25719bccd7e31ce6dfc990ff8f743376.tar.bz2 guru-062f7a9c25719bccd7e31ce6dfc990ff8f743376.zip |
net-analyzer/munin-plugins-mendix: drop 23
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/munin-plugins-mendix/Manifest | 1 | ||||
-rw-r--r-- | net-analyzer/munin-plugins-mendix/munin-plugins-mendix-23.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/net-analyzer/munin-plugins-mendix/Manifest b/net-analyzer/munin-plugins-mendix/Manifest index 75a5297c1..7b597a2c9 100644 --- a/net-analyzer/munin-plugins-mendix/Manifest +++ b/net-analyzer/munin-plugins-mendix/Manifest @@ -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 diff --git a/net-analyzer/munin-plugins-mendix/munin-plugins-mendix-23.ebuild b/net-analyzer/munin-plugins-mendix/munin-plugins-mendix-23.ebuild deleted file mode 100644 index f7854c22d..000000000 --- a/net-analyzer/munin-plugins-mendix/munin-plugins-mendix-23.ebuild +++ /dev/null @@ -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/* -} |