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/rescan-scsi-bus: rescan-scsi-bus-1.25.ebuild rescan-scsi-bus-1.24.ebuild ChangeLog rescan-scsi-bus-1.25-r1.ebuild
Date: Tue, 15 Jan 2008 09:10:45
Message-Id: E1JEhog-0004mP-6q@stork.gentoo.org
1 robbat2 08/01/15 09:10:42
2
3 Modified: rescan-scsi-bus-1.25.ebuild
4 rescan-scsi-bus-1.24.ebuild ChangeLog
5 Added: rescan-scsi-bus-1.25-r1.ebuild
6 Log:
7 Fix bug #190516 for newer kernels that do not enable CONFIG_SCSI_PROC_FS by default. It was just causing a misdetection.
8 (Portage version: 2.1.4)
9
10 Revision Changes Path
11 1.4 sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.25.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.25.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.25.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.25.ebuild?r1=1.3&r2=1.4
16
17 Index: rescan-scsi-bus-1.25.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.25.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -p -w -b -B -u -u -r1.3 -r1.4
23 --- rescan-scsi-bus-1.25.ebuild 20 Nov 2007 21:25:51 -0000 1.3
24 +++ rescan-scsi-bus-1.25.ebuild 15 Jan 2008 09:10:41 -0000 1.4
25 @@ -1,8 +1,6 @@
26 -# Copyright 1999-2007 Gentoo Foundation
27 +# Copyright 1999-2008 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.25.ebuild,v 1.3 2007/11/20 21:25:51 corsair Exp $
30 -
31 -inherit versionator
32 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.25.ebuild,v 1.4 2008/01/15 09:10:41 robbat2 Exp $
33
34 DESCRIPTION="Script to rescan the SCSI bus without rebooting"
35 HOMEPAGE="http://www.garloff.de/kurt/linux/"
36 @@ -22,7 +20,7 @@ RDEPEND=">=sys-apps/sg3_utils-1.24
37 S="${WORKDIR}"
38
39 src_unpack() {
40 - cp -f ${DISTDIR}/${A} ${WORKDIR}/${SCRIPT_NAME}
41 + cp -f "${DISTDIR}"/${A} "${WORKDIR}"/${SCRIPT_NAME}
42 }
43
44 src_compile() {
45
46
47
48 1.7 sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.24.ebuild
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.24.ebuild?rev=1.7&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.24.ebuild?rev=1.7&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.24.ebuild?r1=1.6&r2=1.7
53
54 Index: rescan-scsi-bus-1.24.ebuild
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.24.ebuild,v
57 retrieving revision 1.6
58 retrieving revision 1.7
59 diff -p -w -b -B -u -u -r1.6 -r1.7
60 --- rescan-scsi-bus-1.24.ebuild 24 Aug 2007 03:19:04 -0000 1.6
61 +++ rescan-scsi-bus-1.24.ebuild 15 Jan 2008 09:10:41 -0000 1.7
62 @@ -1,8 +1,6 @@
63 -# Copyright 1999-2007 Gentoo Foundation
64 +# Copyright 1999-2008 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.24.ebuild,v 1.6 2007/08/24 03:19:04 metalgod Exp $
67 -
68 -inherit versionator
69 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.24.ebuild,v 1.7 2008/01/15 09:10:41 robbat2 Exp $
70
71 DESCRIPTION="Script to rescan the SCSI bus without rebooting"
72 HOMEPAGE="http://www.garloff.de/kurt/linux/"
73 @@ -22,7 +20,7 @@ RDEPEND=">=sys-apps/sg3_utils-1.24
74 S="${WORKDIR}"
75
76 src_unpack() {
77 - cp -f ${DISTDIR}/${A} ${WORKDIR}/${SCRIPT_NAME}
78 + cp -f "${DISTDIR}"/${A} "${WORKDIR}"/${SCRIPT_NAME}
79 }
80
81 src_compile() {
82
83
84
85 1.12 sys-apps/rescan-scsi-bus/ChangeLog
86
87 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/rescan-scsi-bus/ChangeLog?rev=1.12&view=markup
88 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/rescan-scsi-bus/ChangeLog?rev=1.12&content-type=text/plain
89 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/rescan-scsi-bus/ChangeLog?r1=1.11&r2=1.12
90
91 Index: ChangeLog
92 ===================================================================
93 RCS file: /var/cvsroot/gentoo-x86/sys-apps/rescan-scsi-bus/ChangeLog,v
94 retrieving revision 1.11
95 retrieving revision 1.12
96 diff -p -w -b -B -u -u -r1.11 -r1.12
97 --- ChangeLog 20 Nov 2007 21:25:51 -0000 1.11
98 +++ ChangeLog 15 Jan 2008 09:10:41 -0000 1.12
99 @@ -1,6 +1,15 @@
100 # ChangeLog for sys-apps/rescan-scsi-bus
101 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
102 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/rescan-scsi-bus/ChangeLog,v 1.11 2007/11/20 21:25:51 corsair Exp $
103 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
104 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/rescan-scsi-bus/ChangeLog,v 1.12 2008/01/15 09:10:41 robbat2 Exp $
105 +
106 +*rescan-scsi-bus-1.25-r1 (15 Jan 2008)
107 +
108 + 15 Jan 2008; Robin H. Johnson <robbat2@g.o>
109 + +files/rescan-scsi-bus-1.25-support-sysfs-only-systems.patch,
110 + rescan-scsi-bus-1.24.ebuild, rescan-scsi-bus-1.25.ebuild,
111 + +rescan-scsi-bus-1.25-r1.ebuild:
112 + Fix bug #190516 for newer kernels that do not enable CONFIG_SCSI_PROC_FS by
113 + default. It was just causing a misdetection.
114
115 20 Nov 2007; Markus Rothe <corsair@g.o>
116 rescan-scsi-bus-1.25.ebuild:
117
118
119
120 1.1 sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.25-r1.ebuild
121
122 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.25-r1.ebuild?rev=1.1&view=markup
123 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.25-r1.ebuild?rev=1.1&content-type=text/plain
124
125 Index: rescan-scsi-bus-1.25-r1.ebuild
126 ===================================================================
127 # Copyright 1999-2008 Gentoo Foundation
128 # Distributed under the terms of the GNU General Public License v2
129 # $Header: /var/cvsroot/gentoo-x86/sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.25-r1.ebuild,v 1.1 2008/01/15 09:10:41 robbat2 Exp $
130
131 inherit eutils
132
133 DESCRIPTION="Script to rescan the SCSI bus without rebooting"
134 HOMEPAGE="http://www.garloff.de/kurt/linux/"
135 SCRIPT_NAME="${PN}.sh"
136 SRC_NAME="${SCRIPT_NAME}-${PV}"
137 SRC_URI="http://www.garloff.de/kurt/linux/${SRC_NAME}"
138
139 LICENSE="GPL-2"
140 SLOT="0"
141 KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
142 IUSE=""
143
144 DEPEND=""
145 RDEPEND=">=sys-apps/sg3_utils-1.24
146 sys-apps/module-init-tools
147 app-shells/bash"
148
149 S="${WORKDIR}"
150
151 src_unpack() {
152 einfo "Unpacking into ${WORKDIR}/"
153 cp -f "${DISTDIR}"/${SRC_NAME} "${WORKDIR}"/${SCRIPT_NAME}
154 epatch "${FILESDIR}"/${P}-support-sysfs-only-systems.patch
155 }
156
157 src_compile() {
158 einfo "Nothing to compile"
159 }
160
161 src_install() {
162 into /usr
163 dosbin ${SCRIPT_NAME}
164 # Some scripts look for this without the trailing .sh
165 # Some look for it with the trailing .sh, so have a symlink
166 dosym ${SCRIPT_NAME} /usr/sbin/${PN}
167 }
168
169
170
171 --
172 gentoo-commits@l.g.o mailing list