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-libs/freeipmi: ChangeLog freeipmi-0.4.4.ebuild
Date: Sun, 23 Sep 2007 05:46:35
Message-Id: E1IZKAj-0003N3-Ek@stork.gentoo.org
1 robbat2 07/09/23 05:38:25
2
3 Modified: ChangeLog
4 Added: freeipmi-0.4.4.ebuild
5 Log:
6 Bug #159246, version bump.
7 (Portage version: 2.1.3.7)
8
9 Revision Changes Path
10 1.10 sys-libs/freeipmi/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/freeipmi/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/freeipmi/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/freeipmi/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 10 Jan 2007 18:48:06 -0000 1.9
23 +++ ChangeLog 23 Sep 2007 05:38:24 -0000 1.10
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-libs/freeipmi
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/ChangeLog,v 1.9 2007/01/10 18:48:06 peper Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/ChangeLog,v 1.10 2007/09/23 05:38:24 robbat2 Exp $
29 +
30 +*freeipmi-0.4.4 (23 Sep 2007)
31 +
32 + 23 Sep 2007; Robin H. Johnson <robbat2@g.o> +freeipmi-0.4.4.ebuild:
33 + Bug #159246, version bump.
34
35 10 Jan 2007; Piotr JaroszyƄski <peper@g.o> Manifest:
36 Fix Manifest.
37
38
39
40 1.1 sys-libs/freeipmi/freeipmi-0.4.4.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/freeipmi/freeipmi-0.4.4.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/freeipmi/freeipmi-0.4.4.ebuild?rev=1.1&content-type=text/plain
44
45 Index: freeipmi-0.4.4.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/sys-libs/freeipmi/freeipmi-0.4.4.ebuild,v 1.1 2007/09/23 05:38:24 robbat2 Exp $
50
51 inherit flag-o-matic
52
53 DESCRIPTION="FreeIPMI provides Remote-Console and System Management Software as per IPMI v1.5/2.0"
54 HOMEPAGE="http://www.gnu.org/software/freeipmi/"
55 SRC_URI="ftp://ftp.zresearch.com/pub/${PN}/${PV}/${P}.tar.gz"
56 LICENSE="GPL-2"
57 SLOT="0"
58 KEYWORDS="~amd64 ~x86"
59 IUSE=""
60 RDEPEND="virtual/libc
61 dev-scheme/guile
62 dev-libs/libgcrypt"
63 DEPEND="${RDEPEND}
64 virtual/os-headers
65 sys-apps/sed"
66
67 src_unpack() {
68 unpack ${A}
69 sed 's,auth_type_t,output_type_t,' -i.orig \
70 ${S}/ipmipower/src/ipmipower_output.c \
71 || die "Failed to fix ipmipower"
72 }
73
74 src_compile() {
75 # this is to make things compile
76 append-flags "-DHAVE_VPRINTF=1"
77
78 econf --disable-init-scripts --enable-syslog --localstatedir=/var || die "econf failed"
79 emake || die "emake failed"
80 }
81
82 src_install() {
83 emake DESTDIR="${D}" docdir="/usr/share/doc/${PF}" install || die "emake install failed"
84 # INSTALL contains usage instructions!
85 dodoc AUTHORS COPYING.* ChangeLog* DISCLAIMER* NEWS README* TODO INSTALL*
86 dodoc doc/*.txt
87 # normal GPL2
88 rm -f "${D}"/usr/share/doc/${PF}/COPYING
89 # sysVinit scripts. need conversion to Gentoo.
90 newdoc "${S}"/bmc-watchdog/freeipmi-bmc-watchdog.init redhat_bmc-watchdog.init
91 newdoc "${S}"/ipmidetect/freeipmi-ipmidetectd.init redhat_ipmidetectd.init
92 }
93
94
95
96 --
97 gentoo-commits@g.o mailing list