Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/arrayprobe: arrayprobe-2.0-r2.ebuild ChangeLog
Date: Mon, 23 Dec 2013 03:53:59
Message-Id: 20131223035353.260CF2004B@flycatcher.gentoo.org
1 vapier 13/12/23 03:53:53
2
3 Modified: arrayprobe-2.0-r2.ebuild ChangeLog
4 Log:
5 Update to EAPI=4.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
8
9 Revision Changes Path
10 1.5 sys-apps/arrayprobe/arrayprobe-2.0-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/arrayprobe/arrayprobe-2.0-r2.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/arrayprobe/arrayprobe-2.0-r2.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/arrayprobe/arrayprobe-2.0-r2.ebuild?r1=1.4&r2=1.5
15
16 Index: arrayprobe-2.0-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/arrayprobe/arrayprobe-2.0-r2.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- arrayprobe-2.0-r2.ebuild 17 Sep 2010 09:25:36 -0000 1.4
23 +++ arrayprobe-2.0-r2.ebuild 23 Dec 2013 03:53:52 -0000 1.5
24 @@ -1,26 +1,22 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/arrayprobe/arrayprobe-2.0-r2.ebuild,v 1.4 2010/09/17 09:25:36 robbat2 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/arrayprobe/arrayprobe-2.0-r2.ebuild,v 1.5 2013/12/23 03:53:52 vapier Exp $
30 +
31 +EAPI="4"
32
33 inherit eutils autotools
34
35 -DESCRIPTION="CLI utility that reports the status of a HP (Compaq) array controller (both IDA & CCISS supported)."
36 +DESCRIPTION="CLI utility that reports the status of a HP (Compaq) array controller (both IDA & CCISS supported)"
37 HOMEPAGE="http://www.strocamp.net/opensource/arrayprobe.php"
38 SRC_URI="http://www.strocamp.net/opensource/compaq/downloads/${P}.tar.gz"
39 +
40 LICENSE="GPL-2"
41 SLOT="0"
42 KEYWORDS="amd64 x86"
43 IUSE=""
44 -DEPEND=""
45
46 -src_unpack() {
47 - unpack ${A}
48 - cd "${S}"
49 +src_prepare() {
50 epatch "${FILESDIR}/${PV}-malloc-strlen.patch"
51 epatch "${FILESDIR}/${PV}-ida_headers.patch"
52 eautoreconf
53 }
54 -
55 -src_install() {
56 - make DESTDIR="${D}" install || die
57 -}
58
59
60
61 1.9 sys-apps/arrayprobe/ChangeLog
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/arrayprobe/ChangeLog?rev=1.9&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/arrayprobe/ChangeLog?rev=1.9&content-type=text/plain
65 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/arrayprobe/ChangeLog?r1=1.8&r2=1.9
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/sys-apps/arrayprobe/ChangeLog,v
70 retrieving revision 1.8
71 retrieving revision 1.9
72 diff -u -r1.8 -r1.9
73 --- ChangeLog 17 Sep 2010 09:25:36 -0000 1.8
74 +++ ChangeLog 23 Dec 2013 03:53:52 -0000 1.9
75 @@ -1,6 +1,9 @@
76 # ChangeLog for sys-apps/arrayprobe
77 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/arrayprobe/ChangeLog,v 1.8 2010/09/17 09:25:36 robbat2 Exp $
79 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
80 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/arrayprobe/ChangeLog,v 1.9 2013/12/23 03:53:52 vapier Exp $
81 +
82 + 23 Dec 2013; Mike Frysinger <vapier@g.o> arrayprobe-2.0-r2.ebuild:
83 + Update to EAPI=4.
84
85 17 Sep 2010; Robin H. Johnson <robbat2@g.o> arrayprobe-2.0.ebuild,
86 arrayprobe-2.0-r2.ebuild:
87 @@ -41,4 +44,3 @@
88 05 Sep 2006; Tony Vroon <chainsaw@g.o> +metadata.xml,
89 +arrayprobe-2.0.ebuild:
90 Initial commit. Ebuild by me.
91 -