public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/graaff:master commit in: sys-apps/ipmiview/
@ 2014-08-19  6:45 Hans de Graaff
  0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff @ 2014-08-19  6:45 UTC (permalink / raw
  To: gentoo-commits

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 <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 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>graaff@gentoo.org</email></maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] dev/graaff:master commit in: sys-apps/ipmiview/
@ 2014-08-25 14:45 Hans de Graaff
  0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff @ 2014-08-25 14:45 UTC (permalink / raw
  To: gentoo-commits

commit:     c240a46aeefa0b695027fcb75c6289bcac22bda9
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Mon Aug 25 14:45:20 2014 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Aug 25 14:45:20 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=c240a46a

Make stuff that needs to be executable executable.

Package-Manager: portage-2.2.8-r1

---
 sys-apps/ipmiview/ChangeLog              | 3 +++
 sys-apps/ipmiview/ipmiview-2.9.32.ebuild | 5 +++++
 2 files changed, 8 insertions(+)

diff --git a/sys-apps/ipmiview/ChangeLog b/sys-apps/ipmiview/ChangeLog
index 6bc9a54..14bf02c 100644
--- a/sys-apps/ipmiview/ChangeLog
+++ b/sys-apps/ipmiview/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  25 Aug 2014; Hans de Graaff <graaff@gentoo.org> ipmiview-2.9.32.ebuild:
+  Make stuff that needs to be executable executable.
+
 *ipmiview-2.9.32 (17 Aug 2014)
 
   17 Aug 2014; Hans de Graaff <graaff@gentoo.org> +ipmiview-2.9.32.ebuild,

diff --git a/sys-apps/ipmiview/ipmiview-2.9.32.ebuild b/sys-apps/ipmiview/ipmiview-2.9.32.ebuild
index 85cfdff..c237c5b 100644
--- a/sys-apps/ipmiview/ipmiview-2.9.32.ebuild
+++ b/sys-apps/ipmiview/ipmiview-2.9.32.ebuild
@@ -27,6 +27,11 @@ src_install() {
 	insinto /opt/ipmiview
 	doins *
 
+	exeinto /opt/ipmiview
+	doexe IPMIView20
+	exeinto /opt/ipmiview/jre/bin
+	doexe jre/bin/*
+
 	dosym /opt/ipmiview/IPMIView20 /usr/bin/IPMIView20
 
 	dodoc ReleaseNote.txt


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] dev/graaff:master commit in: sys-apps/ipmiview/
@ 2014-08-25 15:07 Hans de Graaff
  0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff @ 2014-08-25 15:07 UTC (permalink / raw
  To: gentoo-commits

commit:     c3c17af52b421ecf585702c90c8274f5dc132ee2
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Mon Aug 25 15:07:41 2014 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Aug 25 15:07:41 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=c3c17af5

Fix the executables of the JRE.

Package-Manager: portage-2.2.8-r1

---
 sys-apps/ipmiview/ChangeLog              | 3 +++
 sys-apps/ipmiview/ipmiview-2.9.32.ebuild | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/sys-apps/ipmiview/ChangeLog b/sys-apps/ipmiview/ChangeLog
index 14bf02c..07f7719 100644
--- a/sys-apps/ipmiview/ChangeLog
+++ b/sys-apps/ipmiview/ChangeLog
@@ -3,6 +3,9 @@
 # $Header: $
 
   25 Aug 2014; Hans de Graaff <graaff@gentoo.org> ipmiview-2.9.32.ebuild:
+  Fix the executables of the JRE.
+
+  25 Aug 2014; Hans de Graaff <graaff@gentoo.org> ipmiview-2.9.32.ebuild:
   Make stuff that needs to be executable executable.
 
 *ipmiview-2.9.32 (17 Aug 2014)

diff --git a/sys-apps/ipmiview/ipmiview-2.9.32.ebuild b/sys-apps/ipmiview/ipmiview-2.9.32.ebuild
index c237c5b..d97874e 100644
--- a/sys-apps/ipmiview/ipmiview-2.9.32.ebuild
+++ b/sys-apps/ipmiview/ipmiview-2.9.32.ebuild
@@ -29,8 +29,6 @@ src_install() {
 
 	exeinto /opt/ipmiview
 	doexe IPMIView20
-	exeinto /opt/ipmiview/jre/bin
-	doexe jre/bin/*
 
 	dosym /opt/ipmiview/IPMIView20 /usr/bin/IPMIView20
 
@@ -40,4 +38,6 @@ src_install() {
 	# to like a modern Java version such as icedtea 1.7: the script
 	# won't accept this java version.
 	doins -r jre
+	exeinto /opt/ipmiview/jre/bin
+	doexe jre/bin/*
 }


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] dev/graaff:master commit in: sys-apps/ipmiview/
@ 2014-08-26  6:19 Hans de Graaff
  0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff @ 2014-08-26  6:19 UTC (permalink / raw
  To: gentoo-commits

commit:     cae485b3fc65cfdc87602d12e27ce2d1d1b92a6f
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Tue Aug 26 06:18:55 2014 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Aug 26 06:18:55 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=cae485b3

Add missing dependencies. Retrieve the 64bit version for amd64.

Package-Manager: portage-2.2.8-r1

---
 sys-apps/ipmiview/ChangeLog              | 3 +++
 sys-apps/ipmiview/Manifest               | 2 +-
 sys-apps/ipmiview/ipmiview-2.9.32.ebuild | 7 ++++++-
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/sys-apps/ipmiview/ChangeLog b/sys-apps/ipmiview/ChangeLog
index 07f7719..3991724 100644
--- a/sys-apps/ipmiview/ChangeLog
+++ b/sys-apps/ipmiview/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  26 Aug 2014; Hans de Graaff <graaff@gentoo.org> ipmiview-2.9.32.ebuild:
+  Add missing dependencies. Retrieve the 64bit version for amd64.
+
   25 Aug 2014; Hans de Graaff <graaff@gentoo.org> ipmiview-2.9.32.ebuild:
   Fix the executables of the JRE.
 

diff --git a/sys-apps/ipmiview/Manifest b/sys-apps/ipmiview/Manifest
index ee90a5d..0bb4067 100644
--- a/sys-apps/ipmiview/Manifest
+++ b/sys-apps/ipmiview/Manifest
@@ -1 +1 @@
-DIST IPMIView_2.9.32_bundleJRE_Linux_20140624.tar.gz 69865002 SHA256 532de4d2f7c3b860bc7615f095b3ad0573ca6fdc5ef47a712101c69a20401974 SHA512 734897ba03c247a4e05b6152928d4c50d8bb695ec7c09f629ecc76ed6c9bbdce393319d15c0fdcc2defa926f4e0004f7d5132ad0932b31680aa641ab1a14af89 WHIRLPOOL c3392b7bc3fda285ad7bc02d865524b06c61c766f182da2d77e32325e04b1f66c12ad4983aafae23a5bf6255963a871811bd92f71ba8d29c820a7acf829b3292
+DIST IPMIView_2.9.32_bundleJRE_Linux_x64_20140624.tar.gz 63593801 SHA256 492cac6a4542356eb0066ed7abc866bf99f0163ecfa4d5637f85d12361020cf2 SHA512 6095a56c76eddc5c84fd9543ed09f62c5878dec421c178ae1381d0fc7e09bac11e045b18df8e14acc48ce85dec185ab360f372b60bbad07c7a77741bd83ea55c WHIRLPOOL 68028cd0a19b35c689b1ddfa1109c357bd16d36e73dd4597be3ed7a824d84ed160efd3b5480c0316840c2a4421bee930276ec8e42122a8fb96d6e9c57b66d4a0

diff --git a/sys-apps/ipmiview/ipmiview-2.9.32.ebuild b/sys-apps/ipmiview/ipmiview-2.9.32.ebuild
index d97874e..9b25e90 100644
--- a/sys-apps/ipmiview/ipmiview-2.9.32.ebuild
+++ b/sys-apps/ipmiview/ipmiview-2.9.32.ebuild
@@ -10,7 +10,7 @@ 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"
+SRC_URI="ftp://ftp.supermicro.com/utility/IPMIView/Linux/IPMIView_${PV}_bundleJRE_Linux_x64_${DATE}.tar.gz"
 LICENSE="MIT"
 
 S="${WORKDIR}/IPMIView_${PV}_bundleJRE_Linux_${DATE}"
@@ -19,6 +19,11 @@ KEYWORDS="~amd64"
 SLOT="0"
 IUSE="doc"
 
+RDEPEND="
+	x11-libs/libXext
+	virtual/awk
+"
+
 # 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"


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] dev/graaff:master commit in: sys-apps/ipmiview/
@ 2014-08-26  6:26 Hans de Graaff
  0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff @ 2014-08-26  6:26 UTC (permalink / raw
  To: gentoo-commits

commit:     ab630cc6a070a39ef27d6669e4120dc188b27762
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Tue Aug 26 06:26:21 2014 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Aug 26 06:26:21 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=ab630cc6

Fix S.

Package-Manager: portage-2.2.8-r1

---
 sys-apps/ipmiview/ChangeLog              | 3 +++
 sys-apps/ipmiview/ipmiview-2.9.32.ebuild | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-apps/ipmiview/ChangeLog b/sys-apps/ipmiview/ChangeLog
index 3991724..258879b 100644
--- a/sys-apps/ipmiview/ChangeLog
+++ b/sys-apps/ipmiview/ChangeLog
@@ -3,6 +3,9 @@
 # $Header: $
 
   26 Aug 2014; Hans de Graaff <graaff@gentoo.org> ipmiview-2.9.32.ebuild:
+  Fix S.
+
+  26 Aug 2014; Hans de Graaff <graaff@gentoo.org> ipmiview-2.9.32.ebuild:
   Add missing dependencies. Retrieve the 64bit version for amd64.
 
   25 Aug 2014; Hans de Graaff <graaff@gentoo.org> ipmiview-2.9.32.ebuild:

diff --git a/sys-apps/ipmiview/ipmiview-2.9.32.ebuild b/sys-apps/ipmiview/ipmiview-2.9.32.ebuild
index 9b25e90..ced5f75 100644
--- a/sys-apps/ipmiview/ipmiview-2.9.32.ebuild
+++ b/sys-apps/ipmiview/ipmiview-2.9.32.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="ftp://ftp.supermicro.com/utility/IPMIView/"
 SRC_URI="ftp://ftp.supermicro.com/utility/IPMIView/Linux/IPMIView_${PV}_bundleJRE_Linux_x64_${DATE}.tar.gz"
 LICENSE="MIT"
 
-S="${WORKDIR}/IPMIView_${PV}_bundleJRE_Linux_${DATE}"
+S="${WORKDIR}/IPMIView_${PV}_bundleJRE_Linux_x64_${DATE}"
 
 KEYWORDS="~amd64"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-08-26  6:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-19  6:45 [gentoo-commits] dev/graaff:master commit in: sys-apps/ipmiview/ Hans de Graaff
  -- strict thread matches above, loose matches on Subject: below --
2014-08-25 14:45 Hans de Graaff
2014-08-25 15:07 Hans de Graaff
2014-08-26  6:19 Hans de Graaff
2014-08-26  6:26 Hans de Graaff

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox