sys-block/lsiutil: update for LSI->Avago company switch, upstream also no longer...
authorRobin H. Johnson <robbat2@gentoo.org>
Sun, 17 Jan 2016 06:46:12 +0000 (22:46 -0800)
committerRobin H. Johnson <robbat2@gentoo.org>
Sun, 17 Jan 2016 06:48:33 +0000 (22:48 -0800)
Package-Manager: portage-2.2.24

sys-block/lsiutil/Manifest
sys-block/lsiutil/lsiutil-1.62-r2.ebuild [new file with mode: 0644]
sys-block/lsiutil/metadata.xml

index e1d8aab16e8e60f37d6e472ed558f7a255037b29..8dcd9484ddec63931f8c323e86209046b6499e48 100644 (file)
@@ -1 +1,2 @@
+DIST LSIUtil_1-62.zip 2344606 SHA256 b2c73c305edae484058b99a631edb06c81ae3b5f7a386ae0d6dd6cf1869dd623 SHA512 85de9ce20efe881e4f05fb4025031ce8c5f0b506912e813975c2e10600fa87f9c6f0147d274349f47c618ef996b7b5331b0328630ec2d153a3afe69557ba63f2 WHIRLPOOL 7d3b7f1eb7f033e417e031d2b75776923bfd99d7e4e854345e82a7846a108cfa751210807843bef95894763bfdb69b37088118751a3517b6f0f1bbd713ddf82d
 DIST LSIUtil_1.62.zip 2544375 SHA256 f4b0aa56b30cd6bad0834097f5297bafaa72ed540b5e103cd5cec153b49eda68 SHA512 65f68cf584b109e557ccc021412a922f867149c82060289e126186ff168b183ba325dcf3421f8275a4b34585a90ff3ef2848d1e8bfb7b386816d2ae7f5e9dd08 WHIRLPOOL f8b48521b60f75df73b406852213ac3cb4757c236764037bfe3cdc4b1dfb2085fab488fea864f251f1944ff3ac9ee97b160e90fc6177666a19c85e7f82f3548b
diff --git a/sys-block/lsiutil/lsiutil-1.62-r2.ebuild b/sys-block/lsiutil/lsiutil-1.62-r2.ebuild
new file mode 100644 (file)
index 0000000..210998d
--- /dev/null
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+DESCRIPTION="LSI Logic Fusion MPT Command Line Interface management tool"
+HOMEPAGE="http://www.avagotech.com/"
+SRC_URI="http://docs.avagotech.com/docs-and-downloads/legacy-host-bus-adapters/legacy-host-bus-adapters-common-files/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="mirror bindist"
+
+RDEPEND=""
+DEPEND="app-arch/unzip"
+
+QA_PRESTRIPPED="/opt/bin/lsiutil"
+
+S="${WORKDIR}"
+
+src_install() {
+       exeinto /opt/bin
+
+       if use x86; then
+               doexe Linux/lsiutil || die
+       elif use amd64; then
+               newexe Linux/lsiutil.x86_64 lsiutil || die
+       elif use ia64; then
+               newexe Linux/lsiutil.ia64 lsiutil || die
+       fi
+
+       dodoc changes.txt
+}
index 91f4e72fb544b8dd3bf69a91e34911005c9bbdb0..59a6b79f8dd55db75bb325ea6726d86c6e6718dd 100644 (file)
@@ -2,6 +2,6 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
        <maintainer>
-               <email>maintainer-needed@gentoo.org</email>
+               <email>robbat2@gentoo.org</email>
        </maintainer>
 </pkgmetadata>