summaryrefslogtreecommitdiff
path: root/sys-block/arcconf/arcconf-1.7.21229.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-05-02 14:13:35 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-05-02 14:13:35 +0100
commit7c7c2c9727d6b2ff30945b5aea0d575e1c406d8b (patch)
treebac2a67fb24ac0836147fe370d30e1610ae1845d /sys-block/arcconf/arcconf-1.7.21229.ebuild
parent2f8db31405fac68eea6f7257d58529243815033b (diff)
gentoo resync : 02.05.2018
Diffstat (limited to 'sys-block/arcconf/arcconf-1.7.21229.ebuild')
-rw-r--r--sys-block/arcconf/arcconf-1.7.21229.ebuild51
1 files changed, 0 insertions, 51 deletions
diff --git a/sys-block/arcconf/arcconf-1.7.21229.ebuild b/sys-block/arcconf/arcconf-1.7.21229.ebuild
deleted file mode 100644
index bcc47bcc2385..000000000000
--- a/sys-block/arcconf/arcconf-1.7.21229.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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"
-
-LICENSE="Adaptec-EULA"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="app-arch/unzip"
-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?
-src_install() {
- exeinto /opt/bin
-
- if use amd64 ; then
- doexe linux_x64/cmdline/arcconf
- else
- doexe linux_x86/cmdline/arcconf
- fi
-}