summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-05-23 19:39:32 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-05-23 19:39:32 +0300
commit9bb6dfb13d02e730d7221961eda00e1a713b2d1f (patch)
tree8feb212657d46706d92784d4c4dce9cb698d6a29
parentdev-go/qr: treeclean (diff)
downloadgentoo-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>
-rw-r--r--profiles/arch/amd64/no-multilib/package.mask4
-rw-r--r--profiles/package.mask8
-rw-r--r--sys-block/megamgr/Manifest1
-rw-r--r--sys-block/megamgr/megamgr-5.20-r2.ebuild36
-rw-r--r--sys-block/megamgr/metadata.xml5
5 files changed, 0 insertions, 54 deletions
diff --git a/profiles/arch/amd64/no-multilib/package.mask b/profiles/arch/amd64/no-multilib/package.mask
index 45d113b969a2..ec5931363806 100644
--- a/profiles/arch/amd64/no-multilib/package.mask
+++ b/profiles/arch/amd64/no-multilib/package.mask
@@ -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
diff --git a/profiles/package.mask b/profiles/package.mask
index 333153a9fbd2..bf72d416d4d6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -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/
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>