Gentoo Archives: gentoo-commits

From: "Tiziano Mueller (dev-zero)" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/ipmiutil: ChangeLog ipmiutil-2.1.1.ebuild ipmiutil-2.1.0.ebuild
Date: Fri, 25 Apr 2008 22:35:13
Message-Id: E1JpWVa-0004lF-Oh@stork.gentoo.org
1 dev-zero 08/04/25 22:35:10
2
3 Modified: ChangeLog
4 Added: ipmiutil-2.1.1.ebuild
5 Removed: ipmiutil-2.1.0.ebuild
6 Log:
7 Version bump (upstream included my patch).
8 (Portage version: 2.1.5_rc6)
9
10 Revision Changes Path
11 1.4 sys-apps/ipmiutil/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/ipmiutil/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/ipmiutil/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/ipmiutil/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/ipmiutil/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 22 Apr 2008 14:51:06 -0000 1.3
24 +++ ChangeLog 25 Apr 2008 22:35:10 -0000 1.4
25 @@ -1,6 +1,13 @@
26 # ChangeLog for sys-apps/ipmiutil
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ipmiutil/ChangeLog,v 1.3 2008/04/22 14:51:06 dev-zero Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ipmiutil/ChangeLog,v 1.4 2008/04/25 22:35:10 dev-zero Exp $
30 +
31 +*ipmiutil-2.1.1 (25 Apr 2008)
32 +
33 + 25 Apr 2008; Tiziano Müller <dev-zero@g.o>
34 + -files/2.1.0-various_compile_issues.patch, -ipmiutil-2.1.0.ebuild,
35 + +ipmiutil-2.1.1.ebuild:
36 + Version bump (upstream included my patch).
37
38 *ipmiutil-2.1.0 (22 Apr 2008)
39
40
41
42
43 1.1 sys-apps/ipmiutil/ipmiutil-2.1.1.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/ipmiutil/ipmiutil-2.1.1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/ipmiutil/ipmiutil-2.1.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: ipmiutil-2.1.1.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/sys-apps/ipmiutil/ipmiutil-2.1.1.ebuild,v 1.1 2008/04/25 22:35:10 dev-zero Exp $
53
54 inherit autotools eutils
55
56 DESCRIPTION="IPMI Management Utilities"
57 HOMEPAGE="http://ipmiutil.sf.net/"
58 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
59 LICENSE="BSD"
60 SLOT="0"
61 KEYWORDS="~x86 ~amd64"
62 IUSE=""
63
64 RDEPEND=""
65 DEPEND="virtual/os-headers"
66
67 src_unpack() {
68 unpack ${A}
69 # The following upstream directories are unneeded/obsolete:
70 # hpiutil kern test
71 # we remove them for safety:
72 cd "${S}"
73 rm -rf hpiutil kern test
74
75 # They get misplaced
76 sed -i \
77 -e '/COPYING/d' \
78 -e '/README/d' \
79 -e '/UserGuide/d' \
80 "${S}/doc/Makefile" || die "sed failed"
81
82 # Upstream requests this
83 eautoreconf
84 }
85
86 src_install() {
87 emake DESTDIR="${D}" install || die "emake install failed"
88
89 dodoc AUTHORS ChangeLog NEWS README TODO doc/UserGuide
90 }
91
92
93
94 --
95 gentoo-commits@l.g.o mailing list