summaryrefslogtreecommitdiff
path: root/sys-block/arcconf/arcconf-2.01.22270-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
commit4cbcc855382a06088e2f016f62cafdbcb7e40665 (patch)
tree356496503d52354aa6d9f2d36126302fed5f3a73 /sys-block/arcconf/arcconf-2.01.22270-r1.ebuild
parentfcc5224904648a8e6eb528d7603154160a20022f (diff)
gentoo resync : 20.03.2022
Diffstat (limited to 'sys-block/arcconf/arcconf-2.01.22270-r1.ebuild')
-rw-r--r--sys-block/arcconf/arcconf-2.01.22270-r1.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/sys-block/arcconf/arcconf-2.01.22270-r1.ebuild b/sys-block/arcconf/arcconf-2.01.22270-r1.ebuild
deleted file mode 100644
index 10b55f1713e0..000000000000
--- a/sys-block/arcconf/arcconf-2.01.22270-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PV="v${PV//./_}"
-
-inherit linux-info
-
-DESCRIPTION="Microsemi Adaptec RAID Controller Command Line Utility"
-HOMEPAGE="https://www.microsemi.com/"
-SRC_URI="http://download.adaptec.com/raid/storage_manager/${PN}_${MY_PV}.zip"
-
-LICENSE="Microsemi"
-SLOT="0"
-KEYWORDS="-* amd64 x86"
-
-BDEPEND="app-arch/unzip"
-
-RESTRICT="fetch mirror bindist"
-
-S="${WORKDIR}"
-
-QA_PREBUILT="usr/bin/arcconf"
-
-pkg_nofetch() {
- elog "Please download ${A} from"
- elog "https://storage.microsemi.com/en-us/speed/raid/storage_manager/${PN}_${MY_PV}_zip.php"
- elog "and place it in your DISTDIR directory."
-}
-
-pkg_setup() {
- # CONFIG_HARDENED_USERCOPY_PAGESPAN makes ARCCONF segault
- if linux-info_get_any_version && linux_config_src_exists ; then
- CONFIG_CHECK="!HARDENED_USERCOPY_PAGESPAN"
- check_extra_config
- fi
-}
-
-src_install() {
- dobin linux$(usex amd64 '_x64' '')/cmdline/arcconf
-}