Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/lsiutil/
Date: Mon, 26 Oct 2020 21:31:03
Message-Id: 1603747706.d6a432f03de049e804b0317b3f528dbc643479d0.whissi@gentoo
1 commit: d6a432f03de049e804b0317b3f528dbc643479d0
2 Author: Theo Anderson <telans <AT> posteo <DOT> de>
3 AuthorDate: Mon Oct 26 20:33:53 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 26 21:28:26 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6a432f0
7
8 sys-block/lsiutil: drop old
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: Theo Anderson <telans <AT> posteo.de>
12 Closes: https://github.com/gentoo/gentoo/pull/18006
13 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
14
15 sys-block/lsiutil/Manifest | 1 -
16 sys-block/lsiutil/lsiutil-1.62-r1.ebuild | 44 --------------------------------
17 sys-block/lsiutil/lsiutil-1.62-r2.ebuild | 38 ---------------------------
18 3 files changed, 83 deletions(-)
19
20 diff --git a/sys-block/lsiutil/Manifest b/sys-block/lsiutil/Manifest
21 index ff3d7eb2fb6..394f87440ea 100644
22 --- a/sys-block/lsiutil/Manifest
23 +++ b/sys-block/lsiutil/Manifest
24 @@ -1,2 +1 @@
25 DIST LSIUtil_1-62.zip 2344606 BLAKE2B 4b9cfef2a5ec920dfb19b2dcd34754a211b93ab82489d2eb8a6ff92729bb91c9fcb879a0997b8c7efc1b607b3a45843b89b6ad817745b2ea72a932ed5eeed4b2 SHA512 85de9ce20efe881e4f05fb4025031ce8c5f0b506912e813975c2e10600fa87f9c6f0147d274349f47c618ef996b7b5331b0328630ec2d153a3afe69557ba63f2
26 -DIST LSIUtil_1.62.zip 2544375 BLAKE2B 727619aa73bab1ede7c3e1765062313f1819493b8aef3a37523ae2d6b152704060addcef0b81a72fc4100e3d139f6b30294e6f912962cc99ccec35a692d840fe SHA512 65f68cf584b109e557ccc021412a922f867149c82060289e126186ff168b183ba325dcf3421f8275a4b34585a90ff3ef2848d1e8bfb7b386816d2ae7f5e9dd08
27
28 diff --git a/sys-block/lsiutil/lsiutil-1.62-r1.ebuild b/sys-block/lsiutil/lsiutil-1.62-r1.ebuild
29 deleted file mode 100644
30 index cb29c7db835..00000000000
31 --- a/sys-block/lsiutil/lsiutil-1.62-r1.ebuild
32 +++ /dev/null
33 @@ -1,44 +0,0 @@
34 -# Copyright 1999-2019 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI="5"
38 -
39 -DESCRIPTION="LSI Logic Fusion MPT Command Line Interface management tool"
40 -HOMEPAGE="http://www.lsi.com/"
41 -SRC_URI="http://www.lsi.com/downloads/Public/Obsolete/Obsolete%20Common%20Files/LSIUtil_${PV}.zip"
42 -
43 -LICENSE="LSI"
44 -SLOT="0"
45 -# This package can never enter stable, it can't be mirrored and upstream
46 -# can remove the distfiles from their mirror anytime.
47 -KEYWORDS="~amd64 ~ia64 ~x86"
48 -IUSE=""
49 -
50 -RESTRICT="fetch mirror bindist"
51 -
52 -RDEPEND=""
53 -DEPEND="app-arch/unzip"
54 -
55 -QA_PRESTRIPPED="/opt/bin/lsiutil"
56 -
57 -S="${WORKDIR}"
58 -
59 -pkg_nofetch() {
60 - einfo "Upstream has implemented a mandatory clickthrough EULA for distfile download"
61 - einfo "Please visit $SRC_URI"
62 - einfo "And place $A into your DISTDIR directory"
63 -}
64 -
65 -src_install() {
66 - exeinto /opt/bin
67 -
68 - if use x86; then
69 - doexe Linux/lsiutil
70 - elif use amd64; then
71 - newexe Linux/lsiutil.x86_64 lsiutil
72 - elif use ia64; then
73 - newexe Linux/lsiutil.ia64 lsiutil
74 - fi
75 -
76 - dodoc changes.txt
77 -}
78
79 diff --git a/sys-block/lsiutil/lsiutil-1.62-r2.ebuild b/sys-block/lsiutil/lsiutil-1.62-r2.ebuild
80 deleted file mode 100644
81 index c9cb2cb12fa..00000000000
82 --- a/sys-block/lsiutil/lsiutil-1.62-r2.ebuild
83 +++ /dev/null
84 @@ -1,38 +0,0 @@
85 -# Copyright 1999-2016 Gentoo Foundation
86 -# Distributed under the terms of the GNU General Public License v2
87 -
88 -EAPI="5"
89 -
90 -DESCRIPTION="LSI Logic Fusion MPT Command Line Interface management tool"
91 -HOMEPAGE="http://www.avagotech.com/"
92 -SRC_URI="http://docs.avagotech.com/docs-and-downloads/legacy-host-bus-adapters/legacy-host-bus-adapters-common-files/LSIUtil_${PV/./-}.zip"
93 -
94 -LICENSE="LSI"
95 -SLOT="0"
96 -# This package can never enter stable, it can't be mirrored and upstream
97 -# can remove the distfiles from their mirror anytime.
98 -KEYWORDS="~amd64 ~ia64 ~x86"
99 -IUSE=""
100 -
101 -RESTRICT="mirror bindist"
102 -
103 -RDEPEND=""
104 -DEPEND="app-arch/unzip"
105 -
106 -QA_PRESTRIPPED="/opt/bin/lsiutil"
107 -
108 -S="${WORKDIR}"
109 -
110 -src_install() {
111 - exeinto /opt/bin
112 -
113 - if use x86; then
114 - doexe Linux/lsiutil
115 - elif use amd64; then
116 - newexe Linux/lsiutil.x86_64 lsiutil || die
117 - elif use ia64; then
118 - newexe Linux/lsiutil.ia64 lsiutil || die
119 - fi
120 -
121 - dodoc changes.txt
122 -}