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