summaryrefslogtreecommitdiff
path: root/sys-block/lsiutil/lsiutil-1.62-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-block/lsiutil/lsiutil-1.62-r1.ebuild')
-rw-r--r--sys-block/lsiutil/lsiutil-1.62-r1.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/sys-block/lsiutil/lsiutil-1.62-r1.ebuild b/sys-block/lsiutil/lsiutil-1.62-r1.ebuild
deleted file mode 100644
index cb29c7db8358..000000000000
--- a/sys-block/lsiutil/lsiutil-1.62-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-DESCRIPTION="LSI Logic Fusion MPT Command Line Interface management tool"
-HOMEPAGE="http://www.lsi.com/"
-SRC_URI="http://www.lsi.com/downloads/Public/Obsolete/Obsolete%20Common%20Files/LSIUtil_${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 ~ia64 ~x86"
-IUSE=""
-
-RESTRICT="fetch mirror bindist"
-
-RDEPEND=""
-DEPEND="app-arch/unzip"
-
-QA_PRESTRIPPED="/opt/bin/lsiutil"
-
-S="${WORKDIR}"
-
-pkg_nofetch() {
- einfo "Upstream has implemented a mandatory clickthrough EULA for distfile download"
- einfo "Please visit $SRC_URI"
- einfo "And place $A into your DISTDIR directory"
-}
-
-src_install() {
- exeinto /opt/bin
-
- if use x86; then
- doexe Linux/lsiutil
- elif use amd64; then
- newexe Linux/lsiutil.x86_64 lsiutil
- elif use ia64; then
- newexe Linux/lsiutil.ia64 lsiutil
- fi
-
- dodoc changes.txt
-}