diff options
author | David Seifert <soap@gentoo.org> | 2022-03-19 18:53:07 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-03-19 18:53:07 +0100 |
commit | 18c882b14a99bf5989ac134398e7f4e54aa38a54 (patch) | |
tree | 45da572ab6792407ebd8867be43f6c216b4e293c /net-analyzer/nagios-plugin-check_raid | |
parent | profiles/default/linux: drop trailing slash from musl inherit in 'parent' file (diff) | |
download | gentoo-18c882b14a99bf5989ac134398e7f4e54aa38a54.tar.gz gentoo-18c882b14a99bf5989ac134398e7f4e54aa38a54.tar.bz2 gentoo-18c882b14a99bf5989ac134398e7f4e54aa38a54.zip |
net-analyzer/nagios-plugin-check_raid: remove support for sys-block/megarc
Bug: https://bugs.gentoo.org/689770
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-analyzer/nagios-plugin-check_raid')
-rw-r--r-- | net-analyzer/nagios-plugin-check_raid/metadata.xml | 1 | ||||
-rw-r--r-- | net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.10-r2.ebuild (renamed from net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.10-r1.ebuild) | 5 | ||||
-rw-r--r-- | net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.8-r2.ebuild (renamed from net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.8-r1.ebuild) | 5 |
3 files changed, 4 insertions, 7 deletions
diff --git a/net-analyzer/nagios-plugin-check_raid/metadata.xml b/net-analyzer/nagios-plugin-check_raid/metadata.xml index 2ce7209ce36d..92b1823c07b8 100644 --- a/net-analyzer/nagios-plugin-check_raid/metadata.xml +++ b/net-analyzer/nagios-plugin-check_raid/metadata.xml @@ -20,7 +20,6 @@ <flag name="hpa">Support HP Array controllers</flag> <flag name="hpsa">Support HP SmartArray (CCISS) controllers</flag> <flag name="megaraid-sas">Support LSI MegaRAID SAS controllers</flag> - <flag name="megaraid-scsi">Support LSI MegaRAID SCSI controllers</flag> <flag name="mpt-sas2">Support LSI SAS-2 controllers</flag> <flag name="mpt">Support LSI MPT Fusion controllers</flag> </use> diff --git a/net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.10-r1.ebuild b/net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.10-r2.ebuild index eaf055e9fadc..d0caa68e4912 100644 --- a/net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.10-r1.ebuild +++ b/net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.10-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/glensc/nagios-plugin-check_raid/archive/${MY_PV}.tar LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~sparc ~x86" -IUSE="3ware aacraid dmraid hpa hpsa megaraid-sas megaraid-scsi mpt mpt-sas2" +IUSE="3ware aacraid dmraid hpa hpsa megaraid-sas mpt mpt-sas2" DEPEND="dev-perl/Monitoring-Plugin dev-perl/Module-Pluggable" @@ -28,7 +28,6 @@ RDEPEND="${DEPEND} hpa? ( sys-block/hpacucli ) hpsa? ( sys-apps/cciss_vol_status ) megaraid-sas? ( sys-block/megacli ) - megaraid-scsi? ( sys-block/megarc ) mpt-sas2? ( sys-block/sas2ircu ) mpt? ( sys-block/mpt-status ) " diff --git a/net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.8-r1.ebuild b/net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.8-r2.ebuild index eaf055e9fadc..d0caa68e4912 100644 --- a/net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.8-r1.ebuild +++ b/net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.8-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/glensc/nagios-plugin-check_raid/archive/${MY_PV}.tar LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~sparc ~x86" -IUSE="3ware aacraid dmraid hpa hpsa megaraid-sas megaraid-scsi mpt mpt-sas2" +IUSE="3ware aacraid dmraid hpa hpsa megaraid-sas mpt mpt-sas2" DEPEND="dev-perl/Monitoring-Plugin dev-perl/Module-Pluggable" @@ -28,7 +28,6 @@ RDEPEND="${DEPEND} hpa? ( sys-block/hpacucli ) hpsa? ( sys-apps/cciss_vol_status ) megaraid-sas? ( sys-block/megacli ) - megaraid-scsi? ( sys-block/megarc ) mpt-sas2? ( sys-block/sas2ircu ) mpt? ( sys-block/mpt-status ) " |