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/ipmiutil: ipmiutil-2.9.3.ebuild ChangeLog
Date: Sat, 28 Jun 2014 01:06:02
Message-Id: 20140628010528.58F0C2004E@flycatcher.gentoo.org
1 robbat2 14/06/28 01:05:28
2
3 Modified: ChangeLog
4 Added: ipmiutil-2.9.3.ebuild
5 Log:
6 Bump.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.24 sys-apps/ipmiutil/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/ipmiutil/ChangeLog?rev=1.24&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/ipmiutil/ChangeLog?rev=1.24&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/ipmiutil/ChangeLog?r1=1.23&r2=1.24
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/ipmiutil/ChangeLog,v
20 retrieving revision 1.23
21 retrieving revision 1.24
22 diff -p -w -b -B -u -u -r1.23 -r1.24
23 --- ChangeLog 30 Oct 2013 16:07:58 -0000 1.23
24 +++ ChangeLog 28 Jun 2014 01:05:28 -0000 1.24
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sys-apps/ipmiutil
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ipmiutil/ChangeLog,v 1.23 2013/10/30 16:07:58 jer Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ipmiutil/ChangeLog,v 1.24 2014/06/28 01:05:28 robbat2 Exp $
31 +
32 +*ipmiutil-2.9.3 (28 Jun 2014)
33 +
34 + 28 Jun 2014; Robin H. Johnson <robbat2@g.o> +ipmiutil-2.9.3.ebuild:
35 + Bump.
36
37 30 Oct 2013; Jeroen Roovers <jer@g.o> ipmiutil-2.8.5.ebuild:
38 Marked ~hppa too.
39
40
41
42 1.1 sys-apps/ipmiutil/ipmiutil-2.9.3.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/ipmiutil/ipmiutil-2.9.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/ipmiutil/ipmiutil-2.9.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: ipmiutil-2.9.3.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sys-apps/ipmiutil/ipmiutil-2.9.3.ebuild,v 1.1 2014/06/28 01:05:28 robbat2 Exp $
52
53 EAPI=4
54 inherit autotools systemd
55
56 DESCRIPTION="IPMI Management Utilities"
57 HOMEPAGE="http://ipmiutil.sourceforge.net/"
58 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
59
60 LICENSE="BSD"
61 SLOT="0"
62 KEYWORDS="~amd64 ~hppa ~x86"
63 IUSE=""
64
65 RDEPEND=">=dev-libs/openssl-1:0"
66 DEPEND="${RDEPEND}
67 virtual/os-headers"
68
69 src_prepare() {
70 eautoreconf
71 }
72
73 src_configure() {
74 econf --disable-systemd --enable-sha256
75 }
76
77 src_install() {
78 emake DESTDIR="${D}" sysdto="${D}/$(systemd_get_unitdir)" install
79 dodoc -r AUTHORS ChangeLog NEWS README TODO doc/UserGuide
80
81 rm -r "${ED}"/etc/init.d || die 'remove initscripts failed' # These are only for Fedora
82 }