commit:     ffdfd238df45355f8c9f3b258829e1b4756da25f
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sun Aug 17 10:45:32 2014 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Aug 17 10:45:32 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=ffdfd238

Initial import. Not fit for the main tree due to JRE installation.

Package-Manager: portage-2.2.8-r1

---
 sys-apps/ipmiview/ChangeLog              | 10 +++++++++
 sys-apps/ipmiview/Manifest               |  1 +
 sys-apps/ipmiview/ipmiview-2.9.32.ebuild | 38 ++++++++++++++++++++++++++++++++
 sys-apps/ipmiview/metadata.xml           |  5 +++++
 4 files changed, 54 insertions(+)

diff --git a/sys-apps/ipmiview/ChangeLog b/sys-apps/ipmiview/ChangeLog
new file mode 100644
index 0000000..6bc9a54
--- /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 <[email protected]> +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 0000000..ee90a5d
--- /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 0000000..85cfdff
--- /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 0000000..f977299
--- /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>[email protected]</email></maintainer>
+</pkgmetadata>

Reply via email to