diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-23 19:39:32 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-23 19:39:32 +0300 |
commit | 9bb6dfb13d02e730d7221961eda00e1a713b2d1f (patch) | |
tree | 8feb212657d46706d92784d4c4dce9cb698d6a29 /sys-block | |
parent | dev-go/qr: treeclean (diff) | |
download | gentoo-9bb6dfb13d02e730d7221961eda00e1a713b2d1f.tar.gz gentoo-9bb6dfb13d02e730d7221961eda00e1a713b2d1f.tar.bz2 gentoo-9bb6dfb13d02e730d7221961eda00e1a713b2d1f.zip |
sys-block/megamgr: treeclean
Closes: https://bugs.gentoo.org/930346
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/megamgr/Manifest | 1 | ||||
-rw-r--r-- | sys-block/megamgr/megamgr-5.20-r2.ebuild | 36 | ||||
-rw-r--r-- | sys-block/megamgr/metadata.xml | 5 |
3 files changed, 0 insertions, 42 deletions
diff --git a/sys-block/megamgr/Manifest b/sys-block/megamgr/Manifest deleted file mode 100644 index 3391acfcacde..000000000000 --- a/sys-block/megamgr/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ut_linux_mgr_5.20.zip 253549 BLAKE2B eb173d349e5399229f55ec073246993068caea01dcc707ec11d34a418cd42368eb80028e4363cad7e1bb707558e6eb8b629a2071387bff40471daa98d1d14c94 SHA512 3f942ab3d7a192bc1a945945d20545ffdbbbdd9c4af238701cf7357fe5b3f405c2e777da7c42908e1acb676499ee87aec261bcad729a4d787f8e098af132bda6 diff --git a/sys-block/megamgr/megamgr-5.20-r2.ebuild b/sys-block/megamgr/megamgr-5.20-r2.ebuild deleted file mode 100644 index 7688cadd9b6c..000000000000 --- a/sys-block/megamgr/megamgr-5.20-r2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="LSI Logic MegaRAID Text User Interface management tool" -HOMEPAGE="http://www.lsi.com" -SRC_URI="http://www.lsi.com/downloads/Public/MegaRAID%20Common%20Files/ut_linux_${PN##mega}_${PV}.zip" - -LICENSE="LSI" -SLOT="0" -# This package can never enter stable, it can't be mirrored and upstream -# can remove the distfiles from their mirror anytime. -KEYWORDS="~amd64 ~x86" -IUSE="" -RESTRICT="mirror fetch" - -DEPEND="app-arch/unzip" -RDEPEND="" - -S="${WORKDIR}" - -QA_PRESTRIPPED="/opt/bin/megamgr" - -pkg_nofetch() { - einfo "Upstream has implement a mandatory clickthrough EULA for distfile download" - einfo "Please visit ${SRC_URI}" - einfo "And place ${A} in your DISTDIR directory" -} - -src_install() { - exeinto /opt/bin - newexe megamgr.bin megamgr - - newdoc ut_linux_${PN##mega}_${PV}.txt ${PN}-release-${PV}.txt -} diff --git a/sys-block/megamgr/metadata.xml b/sys-block/megamgr/metadata.xml deleted file mode 100644 index 115e9d64a669..000000000000 --- a/sys-block/megamgr/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> -</pkgmetadata> |