public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/ipmiview/
Date: Sat, 17 Dec 2022 09:53:46 +0000 (UTC)	[thread overview]
Message-ID: <1671270802.8e03f75138fb5919cfff5a8974e82c059ab1e09e.conikost@gentoo> (raw)

commit:     8e03f75138fb5919cfff5a8974e82c059ab1e09e
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 17 09:46:57 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Dec 17 09:53:22 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e03f751

net-misc/ipmiview: drop 2.20.0.220309

Closes: https://bugs.gentoo.org/886199
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-misc/ipmiview/Manifest                      |  1 -
 net-misc/ipmiview/ipmiview-2.20.0.220309.ebuild | 81 -------------------------
 2 files changed, 82 deletions(-)

diff --git a/net-misc/ipmiview/Manifest b/net-misc/ipmiview/Manifest
index f2db45ea6ce9..2a46bec2cd28 100644
--- a/net-misc/ipmiview/Manifest
+++ b/net-misc/ipmiview/Manifest
@@ -1,2 +1 @@
-DIST IPMIView_2.20.0_build.220309_bundleJRE_Linux_x64.tar.gz 151702450 BLAKE2B 11b47da54e414d110007aac9ab120182659c2eb4a39dcc5b141db68db9e7c70760ad477f4f21b697ccb8571c1585b6096c6e7c562c3e629865bb8504b3599292 SHA512 13f7e3b50ad95206c41b3153748dd6f5ac29947416c3cd2ae18d82e06afed107d15378bb398cf3d7e6ebaf7cfc08e413897e8847daf53194c16efae5e3393750
 DIST IPMIView_2.21.0_build.221118_bundleJRE_Linux_x64.tar.gz 152487572 BLAKE2B 3183a7eb48b476d5ba46d7bbb8e5e9287b5622f92474984c60580c4273fe077526e276d7b849011fd6e9fc2e7c170947ab6dafe64fa47ee1ee9b3c3b74318d3f SHA512 4e21bee8c81acc0afc33df34e10530157a09908957c3aad54b9f51ca71b83e79d1b52a804f18f34fb8bbfaf2574ab7a3b65d0f66495aa27284cd67baa387f737

diff --git a/net-misc/ipmiview/ipmiview-2.20.0.220309.ebuild b/net-misc/ipmiview/ipmiview-2.20.0.220309.ebuild
deleted file mode 100644
index 0969639c5c31..000000000000
--- a/net-misc/ipmiview/ipmiview-2.20.0.220309.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop java-pkg-2 prefix
-
-MY_DATE="$(ver_cut 4)"
-MY_PN="IPMIView"
-MY_PV="$(ver_cut 1-3)"
-
-DESCRIPTION="A GUI application that allows to manage multiple target systems through BMC"
-HOMEPAGE="https://www.supermicro.com/"
-SRC_URI="https://www.supermicro.com/wftp/utility/${MY_PN}/Linux/${MY_PN}_${MY_PV}_build.${MY_DATE}_bundleJRE_Linux_x64.tar.gz"
-
-LICENSE="supermicro"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-
-RDEPEND="
-	net-misc/stunnel
-	sys-libs/ncurses-compat:5
-	virtual/jre:1.8
-"
-
-BDEPEND="app-arch/unzip"
-
-RESTRICT="bindist mirror"
-
-DIR="/usr/share/${PN}"
-QA_PREBUILT="usr/lib*"
-
-src_unpack() {
-	unpack ${A}
-	mv -v ${MY_PN}_${MY_PV}_build.${MY_DATE}_bundleJRE_Linux_x64 ${P} || die
-}
-
-src_prepare() {
-	default
-
-	# Extract icons for menu entries
-	unzip -j -LL IPMIView20.jar images/ipmi{view,trap}.ico || die
-
-	# Don't use their scary launchers
-	rm -v lax.jar || die
-}
-
-src_compile() {
-	:
-}
-
-src_install() {
-	java-pkg_dojar *.jar
-	java-pkg_doso *64.so
-
-	local pre=$(prefixify_ro "${FILESDIR}"/launcher-pre.bash)
-	java-pkg_dolauncher ipmiview --jar IPMIView20.jar -pre "${pre}"
-	java-pkg_dolauncher ikvm --jar iKVM.jar -pre "${pre}"
-	java-pkg_dolauncher ikvmmicroblade --jar iKVMMicroBlade.jar -pre "${pre}"
-	java-pkg_dolauncher jviewerx9 --jar JViewerX9.jar -pre "${pre}"
-	java-pkg_dolauncher trapreceiver --jar TrapView.jar -pre "${pre}"
-
-	exeinto ${DIR}/jre/bin
-	newexe $(prefixify_ro "${FILESDIR}"/fake-java-r1.bash) java
-
-	insinto ${DIR}/lib/BMCSecurity
-	doins BMCSecurity/*.{crt,key,pem,txt}
-
-	insinto ${DIR}/lib/BMCSecurity/linux
-	doins BMCSecurity/linux/stunnel.conf
-
-	dosym ../../../../../bin/stunnel ${DIR}/lib/BMCSecurity/linux/stunnel32
-	dosym ../../../../../bin/stunnel ${DIR}/lib/BMCSecurity/linux/stunnel64
-
-	doicon ipmi{view,trap}.ico
-	make_desktop_entry ipmiview IPMIView ipmiview.ico
-	make_desktop_entry trapreceiver "Trap Receiver" ipmitrap.ico
-
-	local DOCS=( *.pdf *.txt )
-	einstalldocs
-}


             reply	other threads:[~2022-12-17  9:53 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-17  9:53 Conrad Kostecki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-08-26 23:42 [gentoo-commits] repo/gentoo:master commit in: net-misc/ipmiview/ Conrad Kostecki
2023-08-26 23:42 Conrad Kostecki
2022-12-17  9:53 Conrad Kostecki
2022-04-24 22:35 Conrad Kostecki
2022-04-24 22:35 Conrad Kostecki
2022-03-15 15:04 Conrad Kostecki
2021-06-19 23:36 Conrad Kostecki
2021-05-03  5:10 Miroslav Šulc
2020-11-29  1:56 Conrad Kostecki
2020-11-29  1:56 Conrad Kostecki
2020-10-10 19:31 Conrad Kostecki
2020-10-09 16:03 Conrad Kostecki
2020-10-09 16:03 Conrad Kostecki
2020-08-09 15:53 Conrad Kostecki
2020-08-09 15:53 Conrad Kostecki
2019-09-23 17:09 Joonas Niilola
2019-03-10 22:38 Patrice Clement
2019-03-10 22:38 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1671270802.8e03f75138fb5919cfff5a8974e82c059ab1e09e.conikost@gentoo \
    --to=conikost@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox