diff options
author | Conrad Kostecki <conrad@kostecki.com> | 2018-04-29 13:27:48 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-05-01 09:48:33 +0200 |
commit | 2f33b75fba83755d2675b61e83fcf1a782978e29 (patch) | |
tree | aa03b02290741fc44584f12048e39e8e560736b3 /sys-block/arcconf/arcconf-2.04.22665.ebuild | |
parent | sys-block/arcconf: Bump to version 2.06 (diff) | |
download | gentoo-2f33b75fba83755d2675b61e83fcf1a782978e29.tar.gz gentoo-2f33b75fba83755d2675b61e83fcf1a782978e29.tar.bz2 gentoo-2f33b75fba83755d2675b61e83fcf1a782978e29.zip |
sys-block/arcconf: Drop old versions
Bug: https://bugs.gentoo.org/653534
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'sys-block/arcconf/arcconf-2.04.22665.ebuild')
-rw-r--r-- | sys-block/arcconf/arcconf-2.04.22665.ebuild | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/sys-block/arcconf/arcconf-2.04.22665.ebuild b/sys-block/arcconf/arcconf-2.04.22665.ebuild deleted file mode 100644 index 2f607e620d68..000000000000 --- a/sys-block/arcconf/arcconf-2.04.22665.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit linux-info - -DESCRIPTION="Adaptec RAID Controller Command Line Utility" -HOMEPAGE="http://www.adaptec.com/en-us/downloads/" -SRC_URI="http://download.adaptec.com/raid/storage_manager/${PN}_v${PV//./_}.zip" - -KEYWORDS="~amd64 ~x86" -LICENSE="Adaptec-EULA" -SLOT="0" - -DEPEND="app-arch/unzip" -RDEPEND="${RDEPEND}" - -RESTRICT="mirror bindist" -# RESTRICT="fetch" - -QA_PRESTRIPPED="/opt/bin/arcconf" - -S="${WORKDIR}" - -# Maintainer notes: -# * When going via the $HOMEPAGE one has to agree to the Adaptec-EULA as -# referenced above. -# * Despite that EULA, one can download the package seemingly without -# restrictions from $SRC_URI. -# * It is therefore assumed that the binary is made available for public -# download. Even more so since the archive does not contain a license -# agreement stating otherwise. - -#pkg_nofetch() { -# einfo "Upstream has implemented a mandatory clickthrough EULA for distfile download" -# einfo "Please visit $HOMEPAGE, choose a controller (for example the Series 7, 7805)" -# einfo "and then navigate to Storage Manager Downloads for the ARCCONF Command Line Utility." -# einfo "And place $A in ${DISTDIR}" -#} - -# Maintainer notes: -# * FreeBSD binaries would be available for FreeBSD 7..9, which ones do we need? - -# CONFIG_HARDENED_USERCOPY_PAGESPAN makes ARCCONF segault -pkg_setup() { - if linux-info_get_any_version && linux_config_src_exists ; then - CONFIG_CHECK="!HARDENED_USERCOPY_PAGESPAN" - check_extra_config - fi -} - -src_install() { - exeinto /opt/bin - - if use amd64; then - doexe linux_x64/cmdline/arcconf - else - doexe linux/cmdline/arcconf - fi -} |