Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/ipmiview/
Date: Fri, 09 Oct 2020 16:03:39
Message-Id: 1602259407.24d60f2b2269c85ec8ba236dd0ac9bfcdffaca6b.conikost@gentoo
1 commit: 24d60f2b2269c85ec8ba236dd0ac9bfcdffaca6b
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 9 15:57:44 2020 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 9 16:03:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24d60f2b
7
8 net-misc/ipmiview: drop old version
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 net-misc/ipmiview/Manifest | 2 -
14 net-misc/ipmiview/ipmiview-2.15.0.190109.ebuild | 89 -------------------------
15 2 files changed, 91 deletions(-)
16
17 diff --git a/net-misc/ipmiview/Manifest b/net-misc/ipmiview/Manifest
18 index 7a7a716576f..21862601db1 100644
19 --- a/net-misc/ipmiview/Manifest
20 +++ b/net-misc/ipmiview/Manifest
21 @@ -1,3 +1 @@
22 -DIST IPMIView_2.15.0_build.190109_bundleJRE_Linux.tar.gz 138691420 BLAKE2B 7f2d8e9519d6a9651d09c8b55e6a530266b809e437132ac4a814473ec25622663a0fb455a3b078fd5e79194e82d24d1b324369799f15bd1d4dbb6b607cdada76 SHA512 17078c8480579e63391a8cfb7af5033510ca3a9c5616b2af0af7679bbd6592f4f7fbe68dc01194aa11c1b481bc1c4089339adb42c22a687effa05dd728984579
23 -DIST IPMIView_2.15.0_build.190109_bundleJRE_Linux_x64.tar.gz 135584164 BLAKE2B d74ade013d00e7c7dd5d79b808d158519a520603931dfe9bd44f4dc64911b066f0e9f61bdff7386ee30d2d5b1f4fb86477ee339e76f00746f0b119c3a4b49e82 SHA512 2409f79850cafb2af5f34ec3fd755a6438ef7abef3c1a014df95d4ccc49d9b151ddfba7c1824de9c0f00234ea36b2fa6bb519f5035321dccae9ac06fa2f9458a
24 DIST IPMIView_2.17.0_build.200505_bundleJRE_Linux_x64.tar.gz 105509705 BLAKE2B 915c1c27bb9e1f519634c0c2a78e3673aaa2c6e713be1132d2682dabf8f56a35b16c2403645fc0fda54643e35214ead65ef9d01854180219dfcc8489904b8766 SHA512 17ed72e802fb0a55c140f98262575385ede2d490484fe926bb7ff19f34e5a376f2d21025e99318d2001b042487729dc8b07b38cca4bf62df6e04d7df0d1d3091
25
26 diff --git a/net-misc/ipmiview/ipmiview-2.15.0.190109.ebuild b/net-misc/ipmiview/ipmiview-2.15.0.190109.ebuild
27 deleted file mode 100644
28 index 7d565a17b74..00000000000
29 --- a/net-misc/ipmiview/ipmiview-2.15.0.190109.ebuild
30 +++ /dev/null
31 @@ -1,89 +0,0 @@
32 -# Copyright 1999-2019 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -inherit desktop eapi7-ver java-pkg-2 prefix
38 -
39 -MY_DATE="$(ver_cut 4)"
40 -MY_PN="IPMIView"
41 -MY_PV="$(ver_cut 1-3)"
42 -
43 -DESCRIPTION="A GUI application that allows to manage multiple target systems through BMC"
44 -HOMEPAGE="https://www.supermicro.com/"
45 -SRC_URI="
46 - amd64? ( ftp://ftp.supermicro.com/utility/${MY_PN}/Linux/${MY_PN}_${MY_PV}_build.${MY_DATE}_bundleJRE_Linux_x64.tar.gz )
47 - x86? ( ftp://ftp.supermicro.com/utility/${MY_PN}/Linux/${MY_PN}_${MY_PV}_build.${MY_DATE}_bundleJRE_Linux.tar.gz )
48 -"
49 -
50 -LICENSE="supermicro"
51 -SLOT="0"
52 -KEYWORDS="-* ~amd64 ~x86"
53 -
54 -RDEPEND="
55 - net-misc/stunnel
56 - virtual/jre:1.8
57 -"
58 -
59 -DEPEND="app-arch/unzip"
60 -
61 -RESTRICT="bindist fetch mirror strip"
62 -
63 -DIR="/usr/share/${PN}"
64 -QA_PREBUILT="usr/lib*"
65 -
66 -pkg_nofetch() {
67 - elog "Please download ${A} from"
68 - elog "https://www.supermicro.com/SwDownload/UserInfo.aspx?sw=0&cat=IPMI"
69 - elog "and place it in your DISTDIR directory."
70 -}
71 -
72 -src_unpack() {
73 - unpack ${A}
74 - mv -v ${MY_PN}_${MY_PV}_build.${MY_DATE}_bundleJRE_Linux$(usex amd64 _x64 "") ${P} || die
75 -}
76 -
77 -src_prepare() {
78 - default
79 -
80 - # Extract icons for menu entries
81 - unzip -j -LL IPMIView20.jar images/ipmi{view,trap}.ico || die
82 -
83 - # Don't use their scary launchers
84 - rm -v lax.jar || die
85 -}
86 -
87 -src_compile() {
88 - :
89 -}
90 -
91 -src_install() {
92 - java-pkg_dojar *.jar
93 - java-pkg_doso $(usex amd64 '*64.so' '*32.so')
94 -
95 - local pre=$(prefixify_ro "${FILESDIR}"/launcher-pre.bash)
96 - java-pkg_dolauncher ipmiview --jar IPMIView20.jar -pre "${pre}"
97 - java-pkg_dolauncher ipmiview-ikvm --jar iKVM.jar -pre "${pre}"
98 - java-pkg_dolauncher ipmiview-ikvmmicroblade --jar iKVMMicroBlade.jar -pre "${pre}"
99 - java-pkg_dolauncher ipmiview-jviewerx9 --jar JViewerX9.jar -pre "${pre}"
100 - java-pkg_dolauncher trapreceiver --jar TrapView.jar -pre "${pre}"
101 -
102 - exeinto ${DIR}/jre/bin
103 - newexe $(prefixify_ro "${FILESDIR}"/fake-java-r1.bash) java
104 -
105 - insinto ${DIR}/lib/BMCSecurity
106 - doins BMCSecurity/*.{crt,key,pem,txt}
107 -
108 - insinto ${DIR}/lib/BMCSecurity/linux
109 - doins BMCSecurity/linux/stunnel.conf
110 -
111 - dosym ../../../../../bin/stunnel ${DIR}/lib/BMCSecurity/linux/stunnel32
112 - dosym ../../../../../bin/stunnel ${DIR}/lib/BMCSecurity/linux/stunnel64
113 -
114 - doicon ipmi{view,trap}.ico
115 - make_desktop_entry ipmiview IPMIView ipmiview.ico
116 - make_desktop_entry trapreceiver "Trap Receiver" ipmitrap.ico
117 -
118 - local DOCS=( *.pdf *.txt )
119 - einstalldocs
120 -}