sys-block/arcconf: drop old version.

Bug: https://bugs.gentoo.org/665028
Package-Manager: Portage-2.3.48, Repoman-2.3.10
This commit is contained in:
Conrad Kostecki
2018-09-01 17:58:19 +02:00
committed by Patrice Clement
parent 6485edc3ed
commit 569dda0e21
2 changed files with 0 additions and 44 deletions

View File

@@ -1,3 +1,2 @@
DIST arcconf_v2_01_22270.zip 47168976 BLAKE2B 95693a1408e5a4d0d638bbf265f2e1e64247dfec2b1078b56860c5fcd4b13ffa5967bfb9967abfd4b79c788aaeb20759b3a9070a84b083c1653e4868a96ac4cf SHA512 0f91a697c44ea0c0561bec9e432e7d4eba8eb8a2b0255a9867bdb183f81e745aee1dcc2b0017847803dbb27f55cad3e985f4bcd3a202c52f5b557fb724e94d9e
DIST arcconf_v2_06_23164.zip 57020904 BLAKE2B 27d7afddffeb7ccc1eab518655ea45249d9b74a1cce047fdaef5211564a7cb267981a9c92714c5ccbbc175a052089fbd2b35a531555b2b79a5870b2e9b4298ea SHA512 bb897b557d6fd7bbba4002ae4f12d510df5da42450a652ac267f643f2f9bb193e8b3947a4e5edfb9be7a9e2e840344946ddf7c6795c0c81866d22bd1d2e743c4
DIST arcconf_v2_06_23167.zip 76911677 BLAKE2B a254121cf2358970beb6f8357d45859c5993daf709e270c0dba0225a6a3ba8f60cb6db215bd20282a1df6d6c76cf2fe5fa8edbc3907073445c50be454c8bc2a5 SHA512 0f9773f4e312e2ede53adf14bf013ae656337e1a13dc81e3409e4cb852d9651f1b6dff4cadad0c7bbae32b67ed8c5a3738e69f1f1870a39756d9a5716b9589ab

View File

@@ -1,43 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
MY_PV="v${PV//./_}"
inherit linux-info
DESCRIPTION="Microsemi Adaptec RAID Controller Command Line Utility"
HOMEPAGE="https://www.microsemi.com/"
SRC_URI="https://download.adaptec.com/raid/storage_manager/${PN}_${MY_PV}.zip"
KEYWORDS="-* ~amd64"
LICENSE="Microsemi"
SLOT="0"
DEPEND="app-arch/unzip"
RDEPEND="${RDEPEND}"
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_x64/arcconf
}