summaryrefslogtreecommitdiff
path: root/sys-block/megamgr
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-05-24 00:07:11 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-05-24 00:07:11 +0100
commitaa4954f71a3ba2293395a8cce2321a70c39c7554 (patch)
tree35665855d8a569dca2bdf52a7316e2503df68208 /sys-block/megamgr
parentb3b92de25c3fc5f6bddc5e513027140591a0b2a5 (diff)
gentoo auto-resync : 24:05:2024 - 00:07:11
Diffstat (limited to 'sys-block/megamgr')
-rw-r--r--sys-block/megamgr/Manifest3
-rw-r--r--sys-block/megamgr/megamgr-5.20-r2.ebuild36
-rw-r--r--sys-block/megamgr/metadata.xml5
3 files changed, 0 insertions, 44 deletions
diff --git a/sys-block/megamgr/Manifest b/sys-block/megamgr/Manifest
deleted file mode 100644
index 208949fe3c61..000000000000
--- a/sys-block/megamgr/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST ut_linux_mgr_5.20.zip 253549 BLAKE2B eb173d349e5399229f55ec073246993068caea01dcc707ec11d34a418cd42368eb80028e4363cad7e1bb707558e6eb8b629a2071387bff40471daa98d1d14c94 SHA512 3f942ab3d7a192bc1a945945d20545ffdbbbdd9c4af238701cf7357fe5b3f405c2e777da7c42908e1acb676499ee87aec261bcad729a4d787f8e098af132bda6
-EBUILD megamgr-5.20-r2.ebuild 923 BLAKE2B 770e46c6c599797b3f98aefc4d67fb398ce34d8ccf89fd0dec47e9f7dd83e4fa6c194cd42c9b6855d056c205a2552365ca687a4ef6069761ec4fcd7337b64dc8 SHA512 b55035e19b2d988f53555f8dfa69b5f1aa93fab4046bd180d38beef54f73b99a20af5607d2dd8c5ae3df21c331c72d08ecba3ffd1eda2d629cc8dd2c4c7b0b59
-MISC metadata.xml 168 BLAKE2B 2e0e000b4c3b6ca04c12903fdbe278415c05a822623c52e9aa95cbbf3d50bcb1246b7edbda7d2f6b559af8950c6374e6e0a69b76319964cfe686bf50b0604a57 SHA512 4dcf45d1809e8390a2d8155c8ebfe0dd610203e392aeab0ccd8a10f42cc8532a4925eff32b35e7a6c35598a4efd288229034ec0732299dbd8cfa0acff705fed3
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>