commit:     d6a432f03de049e804b0317b3f528dbc643479d0
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Mon Oct 26 20:33:53 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Oct 26 21:28:26 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6a432f0

sys-block/lsiutil: drop old

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>
Closes: https://github.com/gentoo/gentoo/pull/18006
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 sys-block/lsiutil/Manifest               |  1 -
 sys-block/lsiutil/lsiutil-1.62-r1.ebuild | 44 --------------------------------
 sys-block/lsiutil/lsiutil-1.62-r2.ebuild | 38 ---------------------------
 3 files changed, 83 deletions(-)

diff --git a/sys-block/lsiutil/Manifest b/sys-block/lsiutil/Manifest
index ff3d7eb2fb6..394f87440ea 100644
--- a/sys-block/lsiutil/Manifest
+++ b/sys-block/lsiutil/Manifest
@@ -1,2 +1 @@
 DIST LSIUtil_1-62.zip 2344606 BLAKE2B 
4b9cfef2a5ec920dfb19b2dcd34754a211b93ab82489d2eb8a6ff92729bb91c9fcb879a0997b8c7efc1b607b3a45843b89b6ad817745b2ea72a932ed5eeed4b2
 SHA512 
85de9ce20efe881e4f05fb4025031ce8c5f0b506912e813975c2e10600fa87f9c6f0147d274349f47c618ef996b7b5331b0328630ec2d153a3afe69557ba63f2
-DIST LSIUtil_1.62.zip 2544375 BLAKE2B 
727619aa73bab1ede7c3e1765062313f1819493b8aef3a37523ae2d6b152704060addcef0b81a72fc4100e3d139f6b30294e6f912962cc99ccec35a692d840fe
 SHA512 
65f68cf584b109e557ccc021412a922f867149c82060289e126186ff168b183ba325dcf3421f8275a4b34585a90ff3ef2848d1e8bfb7b386816d2ae7f5e9dd08

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 cb29c7db835..00000000000
--- 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
-}

diff --git a/sys-block/lsiutil/lsiutil-1.62-r2.ebuild 
b/sys-block/lsiutil/lsiutil-1.62-r2.ebuild
deleted file mode 100644
index c9cb2cb12fa..00000000000
--- a/sys-block/lsiutil/lsiutil-1.62-r2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# 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.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
-       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
-}

Reply via email to