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/sg3_utils: ChangeLog sg3_utils-1.26-r1.ebuild
Date: Fri, 27 Jun 2008 14:38:16
Message-Id: E1KCF5W-0000OP-SK@stork.gentoo.org
1 robbat2 08/06/27 14:38:10
2
3 Modified: ChangeLog
4 Added: sg3_utils-1.26-r1.ebuild
5 Log:
6 Bug #229653, fix need for stdint.h headers thanks to Ed Catmur <ed@×××××××××.uk>.
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc4-00103-g1beee8d x86_64)
8
9 Revision Changes Path
10 1.43 sys-apps/sg3_utils/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/sg3_utils/ChangeLog?rev=1.43&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/sg3_utils/ChangeLog?rev=1.43&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/sg3_utils/ChangeLog?r1=1.42&r2=1.43
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v
19 retrieving revision 1.42
20 retrieving revision 1.43
21 diff -p -w -b -B -u -u -r1.42 -r1.43
22 --- ChangeLog 25 Jun 2008 17:33:58 -0000 1.42
23 +++ ChangeLog 27 Jun 2008 14:38:10 -0000 1.43
24 @@ -1,6 +1,13 @@
25 # ChangeLog for sys-apps/sg3_utils
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v 1.42 2008/06/25 17:33:58 robbat2 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v 1.43 2008/06/27 14:38:10 robbat2 Exp $
29 +
30 +*sg3_utils-1.26-r1 (27 Jun 2008)
31 +
32 + 27 Jun 2008; Robin H. Johnson <robbat2@g.o>
33 + +files/sg3_utils-1.26-stdint.patch, +sg3_utils-1.26-r1.ebuild:
34 + Bug #229653, fix need for stdint.h headers thanks to Ed Catmur
35 + <ed@×××××××××.uk>.
36
37 *sg3_utils-1.26 (25 Jun 2008)
38
39
40
41
42 1.1 sys-apps/sg3_utils/sg3_utils-1.26-r1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.26-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.26-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: sg3_utils-1.26-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.26-r1.ebuild,v 1.1 2008/06/27 14:38:10 robbat2 Exp $
52
53 inherit eutils
54
55 DESCRIPTION="Apps for querying the sg SCSI interface"
56 HOMEPAGE="http://www.torque.net/sg/"
57 SRC_URI="http://www.torque.net/sg/p/${P}.tgz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
62 IUSE=""
63 DEPEND="sys-devel/libtool"
64 RDEPEND="sys-apps/sdparm"
65 PDEPEND=">=sys-apps/rescan-scsi-bus-1.24"
66
67 src_unpack() {
68 unpack ${A}
69 cd "${S}"
70 epatch "${FILESDIR}"/${PN}-1.26-stdint.patch
71 }
72
73 src_install() {
74 dodoc ChangeLog AUTHORS COVERAGE CREDITS README*
75 dodoc doc/README.doc examples/*.txt
76 newdoc scripts/README README.scripts
77 make install DESTDIR="${D}" || die "make install failed"
78 dosbin scripts/{scsi,sas}*
79 }
80
81
82
83 --
84 gentoo-commits@l.g.o mailing list