summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <hans@degraaff.org>2014-08-17 12:45:32 +0200
committerHans de Graaff <hans@degraaff.org>2014-08-17 12:45:32 +0200
commitffdfd238df45355f8c9f3b258829e1b4756da25f (patch)
tree5ed5ec15f1305818ea63adce8b266f836a1dc62a /sys-apps
parentInitial import. New dependency for metric_fu. (diff)
downloadgraaff-ffdfd238df45355f8c9f3b258829e1b4756da25f.tar.gz
graaff-ffdfd238df45355f8c9f3b258829e1b4756da25f.tar.bz2
graaff-ffdfd238df45355f8c9f3b258829e1b4756da25f.zip
Initial import. Not fit for the main tree due to JRE installation.
Package-Manager: portage-2.2.8-r1
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/ipmiview/ChangeLog10
-rw-r--r--sys-apps/ipmiview/Manifest1
-rw-r--r--sys-apps/ipmiview/ipmiview-2.9.32.ebuild38
-rw-r--r--sys-apps/ipmiview/metadata.xml5
4 files changed, 54 insertions, 0 deletions
diff --git a/sys-apps/ipmiview/ChangeLog b/sys-apps/ipmiview/ChangeLog
new file mode 100644
index 00000000..6bc9a548
--- /dev/null
+++ b/sys-apps/ipmiview/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sys-apps/ipmiview
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*ipmiview-2.9.32 (17 Aug 2014)
+
+ 17 Aug 2014; Hans de Graaff <graaff@gentoo.org> +ipmiview-2.9.32.ebuild,
+ +metadata.xml:
+ Initial import. Not fit for the main tree due to JRE installation.
+
diff --git a/sys-apps/ipmiview/Manifest b/sys-apps/ipmiview/Manifest
new file mode 100644
index 00000000..ee90a5d7
--- /dev/null
+++ b/sys-apps/ipmiview/Manifest
@@ -0,0 +1 @@
+DIST IPMIView_2.9.32_bundleJRE_Linux_20140624.tar.gz 69865002 SHA256 532de4d2f7c3b860bc7615f095b3ad0573ca6fdc5ef47a712101c69a20401974 SHA512 734897ba03c247a4e05b6152928d4c50d8bb695ec7c09f629ecc76ed6c9bbdce393319d15c0fdcc2defa926f4e0004f7d5132ad0932b31680aa641ab1a14af89 WHIRLPOOL c3392b7bc3fda285ad7bc02d865524b06c61c766f182da2d77e32325e04b1f66c12ad4983aafae23a5bf6255963a871811bd92f71ba8d29c820a7acf829b3292
diff --git a/sys-apps/ipmiview/ipmiview-2.9.32.ebuild b/sys-apps/ipmiview/ipmiview-2.9.32.ebuild
new file mode 100644
index 00000000..85cfdffe
--- /dev/null
+++ b/sys-apps/ipmiview/ipmiview-2.9.32.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+DATE=20140624
+
+inherit eutils
+
+DESCRIPTION="Supermicro IPMIView tool"
+HOMEPAGE="ftp://ftp.supermicro.com/utility/IPMIView/"
+SRC_URI="ftp://ftp.supermicro.com/utility/IPMIView/Linux/IPMIView_${PV}_bundleJRE_Linux_${DATE}.tar.gz"
+LICENSE="MIT"
+
+S="${WORKDIR}/IPMIView_${PV}_bundleJRE_Linux_${DATE}"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE="doc"
+
+# Accept the JRE TEXTRELs for now as long as we need to use the bundled
+# version.
+QA_TEXTRELS="opt/ipmiview/jre/lib/i386/client/libjvm.so opt/ipmiview/jre/lib/i386/motif21/libmawt.so opt/ipmiview/jre/lib/i386/server/libjvm.so"
+
+src_install() {
+ insinto /opt/ipmiview
+ doins *
+
+ dosym /opt/ipmiview/IPMIView20 /usr/bin/IPMIView20
+
+ dodoc ReleaseNote.txt
+
+ # Also install the bundled jre version since IPMIView20 doesn't seem
+ # to like a modern Java version such as icedtea 1.7: the script
+ # won't accept this java version.
+ doins -r jre
+}
diff --git a/sys-apps/ipmiview/metadata.xml b/sys-apps/ipmiview/metadata.xml
new file mode 100644
index 00000000..f9772993
--- /dev/null
+++ b/sys-apps/ipmiview/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version = '1.0' encoding = 'UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer><email>graaff@gentoo.org</email></maintainer>
+</pkgmetadata>