Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/ipmitool: ChangeLog ipmitool-1.8.9.ebuild
Date: Sun, 23 Sep 2007 06:11:53
Message-Id: E1IZKZB-0003Jn-W6@stork.gentoo.org
1 robbat2 07/09/23 06:03:41
2
3 Modified: ChangeLog
4 Added: ipmitool-1.8.9.ebuild
5 Log:
6 Version bump, bugs #185665 and #175007. Includes init scripts for ipmievd thanks to Tais M. Hansen <tais.hansen@×××.dk>.
7 (Portage version: 2.1.3.7)
8
9 Revision Changes Path
10 1.9 sys-apps/ipmitool/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/ipmitool/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/ipmitool/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/ipmitool/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/ipmitool/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 22 Feb 2007 01:12:28 -0000 1.8
23 +++ ChangeLog 23 Sep 2007 06:03:41 -0000 1.9
24 @@ -1,6 +1,14 @@
25 # ChangeLog for sys-apps/ipmitool
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ipmitool/ChangeLog,v 1.8 2007/02/22 01:12:28 jokey Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ipmitool/ChangeLog,v 1.9 2007/09/23 06:03:41 robbat2 Exp $
29 +
30 +*ipmitool-1.8.9 (23 Sep 2007)
31 +
32 + 23 Sep 2007; Robin H. Johnson <robbat2@g.o>
33 + +files/ipmitool-1.8.9-ipmievd.confd, +files/ipmitool-1.8.9-ipmievd.initd,
34 + +ipmitool-1.8.9.ebuild:
35 + Version bump, bugs #185665 and #175007. Includes init scripts for ipmievd
36 + thanks to Tais M. Hansen <tais.hansen@×××.dk>.
37
38 22 Feb 2007; Markus Ullmann <jokey@g.o> ChangeLog:
39 Redigest for Manifest2
40
41
42
43 1.1 sys-apps/ipmitool/ipmitool-1.8.9.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/ipmitool/ipmitool-1.8.9.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/ipmitool/ipmitool-1.8.9.ebuild?rev=1.1&content-type=text/plain
47
48 Index: ipmitool-1.8.9.ebuild
49 ===================================================================
50 # Copyright 1999-2007 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/sys-apps/ipmitool/ipmitool-1.8.9.ebuild,v 1.1 2007/09/23 06:03:41 robbat2 Exp $
53
54 DESCRIPTION="Utility for controlling IPMI enabled devices."
55 HOMEPAGE="http://ipmitool.sf.net/"
56 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
57 IUSE=""
58 SLOT="0"
59 KEYWORDS="~amd64 ~ppc ~x86"
60 LICENSE="BSD"
61
62 RDEPEND="virtual/libc
63 dev-libs/openssl"
64 DEPEND="${RDEPEND}
65 sys-libs/openipmi
66 virtual/os-headers"
67
68 src_compile() {
69 # LIPMI and BMC are the Solaris libs
70 # FreeIPMI is not included at the moment, as ipmitool does not use the
71 # correct number of arguments for functions in recent versions.
72 econf \
73 --enable-ipmievd --enable-ipmishell \
74 --enable-intf-lan --enable-intf-lanplus \
75 --enable-intf-open --disable-intf-free --enable-intf-imb \
76 --disable-intf-lipmi --disable-intf-lipmi \
77 --with-kerneldir=/usr --bindir=/usr/sbin \
78 || die "econf failed"
79 # Fix linux/ipmi.h to compile properly. This is a hack since it doesn't
80 # include the below file to define some things.
81 echo "#include <asm/byteorder.h>" >>config.h
82 emake || die "emake failed"
83 }
84
85 src_install() {
86 emake DESTDIR="${D}" PACKAGE="${PF}" install || die "emake install failed"
87
88 into /usr
89 dosbin contrib/bmclanconf
90 rm -f "${D}"/usr/share/doc/${PF}/COPYING
91 prepalldocs
92
93 newinitd "${FILESDIR}"/${PN}-1.8.9-ipmievd.initd ipmievd
94 newconfd "${FILESDIR}"/${PN}-1.8.9-ipmievd.confd ipmievd
95 }
96
97
98
99 --
100 gentoo-commits@g.o mailing list