sys-block/megamgr: treeclean

Closes: https://bugs.gentoo.org/930346
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2024-05-23 19:39:32 +03:00
parent 986fcc58ca
commit 9bb6dfb13d
5 changed files with 0 additions and 54 deletions

View File

@@ -5,10 +5,6 @@
# This code assumes 32-bit longs and must therefore be built as a 32-bit binary.
sys-fs/atari-fdisk
# David Seifert <soap@gentoo.org> (2018-01-03)
# Requires 32-bit multilib compatibility
sys-block/megamgr
# James Le Cuirot <chewi@gentoo.org> (2016-08-13)
# Steam requires amd64 multilib. These are steam-overlay packages.
dev-util/adobe-air-runtime

View File

@@ -354,14 +354,6 @@ dev-python/tinycss
# Removal on 2024-05-23
<net-misc/rabbitmq-server-3.13.1
# Arthur Zamarin <arthurzam@gentoo.org> (2024-04-20)
# EAPI6 package, with no reverse dependencies. Not really maintained
# since gentoo's transition to git. Distfile is fetch and mirror
# restricted, and based on comment in ebuild, the source isn't stable
# and we can lose the only source for distfile.
# Removal on 2024-05-20, bug #930346.
sys-block/megamgr
# Michał Górny <mgorny@gentoo.org> (2024-04-11)
# Contains a bug that could render the kernel fail to boot.
# https://lore.kernel.org/oe-lkp/202403221630.2692c998-oliver.sang@intel.com/

View File

@@ -1 +0,0 @@
DIST ut_linux_mgr_5.20.zip 253549 BLAKE2B eb173d349e5399229f55ec073246993068caea01dcc707ec11d34a418cd42368eb80028e4363cad7e1bb707558e6eb8b629a2071387bff40471daa98d1d14c94 SHA512 3f942ab3d7a192bc1a945945d20545ffdbbbdd9c4af238701cf7357fe5b3f405c2e777da7c42908e1acb676499ee87aec261bcad729a4d787f8e098af132bda6

View File

@@ -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
}

View File

@@ -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>