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.24.ebuild sg3_utils-1.25.ebuild
Date: Sun, 21 Oct 2007 12:20:22
Message-Id: E1IjZcX-0007T3-Cs@stork.gentoo.org
1 robbat2 07/10/21 12:09:29
2
3 Modified: ChangeLog sg3_utils-1.24.ebuild
4 Added: sg3_utils-1.25.ebuild
5 Log:
6 Version bump. Upstream has converted to autotools building now.
7 (Portage version: 2.1.3.14)
8
9 Revision Changes Path
10 1.33 sys-apps/sg3_utils/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/sg3_utils/ChangeLog?rev=1.33&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/sg3_utils/ChangeLog?rev=1.33&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/sg3_utils/ChangeLog?r1=1.32&r2=1.33
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v
19 retrieving revision 1.32
20 retrieving revision 1.33
21 diff -u -r1.32 -r1.33
22 --- ChangeLog 24 Aug 2007 03:20:51 -0000 1.32
23 +++ ChangeLog 21 Oct 2007 12:09:28 -0000 1.33
24 @@ -1,6 +1,12 @@
25 # ChangeLog for sys-apps/sg3_utils
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v 1.32 2007/08/24 03:20:51 metalgod Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/ChangeLog,v 1.33 2007/10/21 12:09:28 robbat2 Exp $
29 +
30 +*sg3_utils-1.25 (21 Oct 2007)
31 +
32 + 21 Oct 2007; Robin H. Johnson <robbat2@g.o> sg3_utils-1.24.ebuild,
33 + +sg3_utils-1.25.ebuild:
34 + Version bump. Upstream has converted to autotools building now.
35
36 24 Aug 2007; <metalgod@g.o> sg3_utils-1.24.ebuild:
37 Stable on amd64. Bug #185631.
38
39
40
41 1.6 sys-apps/sg3_utils/sg3_utils-1.24.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.24.ebuild?rev=1.6&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.24.ebuild?rev=1.6&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.24.ebuild?r1=1.5&r2=1.6
46
47 Index: sg3_utils-1.24.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.24.ebuild,v
50 retrieving revision 1.5
51 retrieving revision 1.6
52 diff -u -r1.5 -r1.6
53 --- sg3_utils-1.24.ebuild 24 Aug 2007 03:20:51 -0000 1.5
54 +++ sg3_utils-1.24.ebuild 21 Oct 2007 12:09:28 -0000 1.6
55 @@ -1,10 +1,10 @@
56 # Copyright 1999-2007 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.24.ebuild,v 1.5 2007/08/24 03:20:51 metalgod Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.24.ebuild,v 1.6 2007/10/21 12:09:28 robbat2 Exp $
60
61 inherit eutils
62
63 -DESCRIPTION="apps for querying the sg SCSI interface (contains rescan_scsi_bus.sh)"
64 +DESCRIPTION="apps for querying the sg SCSI interface"
65 HOMEPAGE="http://www.torque.net/sg/"
66 SRC_URI="http://www.torque.net/sg/p/${P}.tgz"
67
68
69
70
71 1.1 sys-apps/sg3_utils/sg3_utils-1.25.ebuild
72
73 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.25.ebuild?rev=1.1&view=markup
74 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.25.ebuild?rev=1.1&content-type=text/plain
75
76 Index: sg3_utils-1.25.ebuild
77 ===================================================================
78 # Copyright 1999-2007 Gentoo Foundation
79 # Distributed under the terms of the GNU General Public License v2
80 # $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.25.ebuild,v 1.1 2007/10/21 12:09:28 robbat2 Exp $
81
82 inherit eutils
83
84 DESCRIPTION="Apps for querying the sg SCSI interface"
85 HOMEPAGE="http://www.torque.net/sg/"
86 SRC_URI="http://www.torque.net/sg/p/${P}.tgz"
87
88 LICENSE="GPL-2"
89 SLOT="0"
90 KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
91 IUSE=""
92 DEPEND="sys-devel/libtool"
93 RDEPEND="sys-apps/sdparm"
94 PDEPEND=">=sys-apps/rescan-scsi-bus-1.24"
95
96 src_install() {
97 dodoc ChangeLog AUTHORS COVERAGE CREDITS README*
98 dodoc doc/README.doc examples/*.txt
99 newdoc scripts/README README.scripts
100 make install DESTDIR="${D}" || die "make install failed"
101 dosbin scripts/{scsi,sas}*
102 }
103
104
105
106 --
107 gentoo-commits@g.o mailing list