diff options
author | Theo Anderson <telans@posteo.de> | 2020-10-27 09:33:53 +1300 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-10-26 22:28:26 +0100 |
commit | d6a432f03de049e804b0317b3f528dbc643479d0 (patch) | |
tree | 874185af3d325c37bb899c71a837079d122e2065 /sys-block | |
parent | sys-block/lsiutil: EAPI 7 (diff) | |
download | gentoo-d6a432f03de049e804b0317b3f528dbc643479d0.tar.gz gentoo-d6a432f03de049e804b0317b3f528dbc643479d0.tar.bz2 gentoo-d6a432f03de049e804b0317b3f528dbc643479d0.zip |
sys-block/lsiutil: drop old
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
Closes: https://github.com/gentoo/gentoo/pull/18006
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/lsiutil/Manifest | 1 | ||||
-rw-r--r-- | sys-block/lsiutil/lsiutil-1.62-r1.ebuild | 44 | ||||
-rw-r--r-- | sys-block/lsiutil/lsiutil-1.62-r2.ebuild | 38 |
3 files changed, 0 insertions, 83 deletions
diff --git a/sys-block/lsiutil/Manifest b/sys-block/lsiutil/Manifest index ff3d7eb2fb62..394f87440ea4 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 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 -} 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 c9cb2cb12fa7..000000000000 --- 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 -} |