From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8D27B13877A for ; Mon, 25 Aug 2014 15:07:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A9A7E08DC; Mon, 25 Aug 2014 15:07:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B1575E08DC for ; Mon, 25 Aug 2014 15:07:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E673933F5FA for ; Mon, 25 Aug 2014 15:07:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93E833E21 for ; Mon, 25 Aug 2014 15:07:50 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1408979261.c3c17af52b421ecf585702c90c8274f5dc132ee2.graaff@gentoo> Subject: [gentoo-commits] dev/graaff:master commit in: sys-apps/ipmiview/ X-VCS-Repository: dev/graaff X-VCS-Files: sys-apps/ipmiview/ChangeLog sys-apps/ipmiview/ipmiview-2.9.32.ebuild X-VCS-Directories: sys-apps/ipmiview/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: c3c17af52b421ecf585702c90c8274f5dc132ee2 X-VCS-Branch: master Date: Mon, 25 Aug 2014 15:07:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 71e540fd-e9a9-4719-8373-494081b429fe X-Archives-Hash: ac174cc0d78a1d30db11a937917d39ee commit: c3c17af52b421ecf585702c90c8274f5dc132ee2 Author: Hans de Graaff degraaff org> AuthorDate: Mon Aug 25 15:07:41 2014 +0000 Commit: Hans de Graaff gentoo 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 ipmiview-2.9.32.ebuild: + Fix the executables of the JRE. + + 25 Aug 2014; Hans de Graaff 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/* }