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-block/tw_cli: ChangeLog tw_cli-9.4.2.ebuild tw_cli-9.5.0.ebuild
Date: Tue, 26 Feb 2008 20:03:44
Message-Id: E1JU61d-0003yd-Af@stork.gentoo.org
1 robbat2 08/02/26 20:03:41
2
3 Modified: ChangeLog
4 Added: tw_cli-9.4.2.ebuild tw_cli-9.5.0.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.22 sys-block/tw_cli/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/tw_cli/ChangeLog?rev=1.22&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/tw_cli/ChangeLog?rev=1.22&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/tw_cli/ChangeLog?r1=1.21&r2=1.22
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-block/tw_cli/ChangeLog,v
19 retrieving revision 1.21
20 retrieving revision 1.22
21 diff -p -w -b -B -u -u -r1.21 -r1.22
22 --- ChangeLog 30 Jul 2007 19:47:23 -0000 1.21
23 +++ ChangeLog 26 Feb 2008 20:03:40 -0000 1.22
24 @@ -1,6 +1,13 @@
25 # ChangeLog for sys-block/tw_cli
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-block/tw_cli/ChangeLog,v 1.21 2007/07/30 19:47:23 opfer Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sys-block/tw_cli/ChangeLog,v 1.22 2008/02/26 20:03:40 robbat2 Exp $
30 +
31 +*tw_cli-9.5.0 (26 Feb 2008)
32 +*tw_cli-9.4.2 (26 Feb 2008)
33 +
34 + 26 Feb 2008; Robin H. Johnson <robbat2@g.o> +tw_cli-9.4.2.ebuild,
35 + +tw_cli-9.5.0.ebuild:
36 + Version bump.
37
38 30 Jul 2007; Christian Faulhammer <opfer@g.o>
39 tw_cli-9.4.1.2.ebuild:
40
41
42
43 1.1 sys-block/tw_cli/tw_cli-9.4.2.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/tw_cli/tw_cli-9.4.2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/tw_cli/tw_cli-9.4.2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: tw_cli-9.4.2.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/sys-block/tw_cli/tw_cli-9.4.2.ebuild,v 1.1 2008/02/26 20:03:40 robbat2 Exp $
53
54 DESCRIPTION="3ware SATA+PATA RAID controller Command Line Interface tool"
55 HOMEPAGE="http://www.3ware.com/kb/article.aspx?id=14847"
56 LICENSE="3ware"
57 SLOT="0"
58 # binary packages
59 KEYWORDS="-* ~amd64 ~x86"
60 IUSE=""
61 # stripping seems to break this sometimes
62 RESTRICT="fetch strip mirror"
63 # binary packages
64 DEPEND=""
65 RDEPEND="virtual/libc"
66 MY_P="${PN}-linux-${ARCH/amd64/x86_64}-${PV}"
67 # Upstream actually only releases newer versions for new hardware
68 # and doesn't release new major versions for old hardware
69 # however their backwards compatibility is excellent.
70 # I personally test tw_cli on two cards: 6200 (amd64) and 7006-2 (x86)
71 # - Robin H. Johnson <robbat2@g.o> - 23 Nov 2006
72 #HW_VARIANT="Escalade7000Series" - for versions 9.3.0.*
73 HW_VARIANT="Escalade9650SE-Series" # for versions 9.4.0*
74 # package has different tarballs for x86 and amd64
75 SRC_URI_BASE="http://www.3ware.com/download/${HW_VARIANT}/${PV}"
76 SRC_URI_x86="${SRC_URI_BASE}/${PN}-linux-x86-${PV}.tgz"
77 SRC_URI_amd64="${SRC_URI_BASE}/${PN}-linux-x86_64-${PV}.tgz"
78 SRC_URI="x86? ( ${SRC_URI_x86} )
79 amd64? ( ${SRC_URI_amd64} )"
80 LICENSE_URL="http://www.3ware.com/support/windows_agree.asp?path=/download/${HW_VARIANT}/${PV}/${MY_P}.tgz"
81 S="${WORKDIR}"
82
83 src_unpack() {
84 unpack ${MY_P}.tgz
85 }
86
87 supportedcards() {
88 elog "This binary supports should support ALL cards, including, but not"
89 elog "limited to the following series:"
90 elog ""
91 elog "PATA: 6xxx, 72xx, 74xx, 78xx, 7000, 7500, 7506"
92 elog "SATA: 8006, 8500, 8506, 9500S, 9550SX, 9590SE,"
93 elog " 9550SXU, 9650SE, 9650SE-{24M8,4LPME}"
94 elog ""
95 elog "Release notes for this version are available at http://3ware.com/support/release${PV}_highlights.asp"
96 }
97
98 pkg_setup() {
99 supportedcards
100 }
101
102 pkg_nofetch() {
103 einfo "Please agree to the license at URL"
104 einfo ""
105 einfo "\t${LICENSE_URL}"
106 einfo ""
107 einfo "And then use the following URL to download the"
108 einfo "correct tarball into ${DISTDIR}"
109 einfo ""
110 einfo "x86 - ${SRC_URI_x86}"
111 einfo "amd64 - ${SRC_URI_amd64}"
112 einfo ""
113 supportedcards
114 }
115
116 src_install() {
117 into /
118 dosbin tw_cli
119 dosbin tw_sched
120 insinto /etc
121 doins tw_sched.cfg
122 into /usr
123 newman tw_cli.8.nroff tw_cli.8
124 newman tw_sched.8.nroff tw_sched.8
125 dohtml *.html
126 }
127
128
129
130 1.1 sys-block/tw_cli/tw_cli-9.5.0.ebuild
131
132 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/tw_cli/tw_cli-9.5.0.ebuild?rev=1.1&view=markup
133 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/tw_cli/tw_cli-9.5.0.ebuild?rev=1.1&content-type=text/plain
134
135 Index: tw_cli-9.5.0.ebuild
136 ===================================================================
137 # Copyright 1999-2008 Gentoo Foundation
138 # Distributed under the terms of the GNU General Public License v2
139 # $Header: /var/cvsroot/gentoo-x86/sys-block/tw_cli/tw_cli-9.5.0.ebuild,v 1.1 2008/02/26 20:03:40 robbat2 Exp $
140
141 DESCRIPTION="3ware SATA+PATA RAID controller Command Line Interface tool"
142 HOMEPAGE="http://www.3ware.com/kb/article.aspx?id=14847"
143 LICENSE="3ware"
144 SLOT="0"
145 # binary packages
146 KEYWORDS="-* ~amd64 ~x86"
147 IUSE=""
148 # stripping seems to break this sometimes
149 RESTRICT="fetch strip mirror"
150 # binary packages
151 DEPEND=""
152 RDEPEND="virtual/libc"
153 MY_P="${PN}-linux-${ARCH/amd64/x86_64}-${PV}"
154 # Upstream actually only releases newer versions for new hardware
155 # and doesn't release new major versions for old hardware
156 # however their backwards compatibility is excellent.
157 # I personally test tw_cli on two cards: 6200 (amd64) and 7006-2 (x86)
158 # - Robin H. Johnson <robbat2@g.o> - 23 Nov 2006
159 #HW_VARIANT="Escalade7000Series" - for versions 9.3.0.*
160 #HW_VARIANT="Escalade9650SE-Series" # for versions 9.4.0*
161 HW_VARIANT="Escalade9690SA-Series" # for versions 9.5.0*
162 # package has different tarballs for x86 and amd64
163 SRC_URI_BASE="http://www.3ware.com/download/${HW_VARIANT}/${PV}"
164 SRC_URI_x86="${SRC_URI_BASE}/${PN}-linux-x86-${PV}.tgz"
165 SRC_URI_amd64="${SRC_URI_BASE}/${PN}-linux-x86_64-${PV}.tgz"
166 SRC_URI="x86? ( ${SRC_URI_x86} )
167 amd64? ( ${SRC_URI_amd64} )"
168 LICENSE_URL="http://www.3ware.com/support/windows_agree.asp?path=/download/${HW_VARIANT}/${PV}/${MY_P}.tgz"
169 S="${WORKDIR}"
170
171 src_unpack() {
172 unpack ${MY_P}.tgz
173 }
174
175 supportedcards() {
176 elog "This binary supports should support ALL cards, including, but not"
177 elog "limited to the following series:"
178 elog ""
179 elog "PATA: 6xxx, 72xx, 74xx, 78xx, 7000, 7500, 7506"
180 elog "SATA: 8006, 8500, 8506, 9500S, 9550SX, 9590SE,"
181 elog " 9550SXU, 9650SE, 9650SE-{24M8,4LPME},"
182 elog " 9690SA"
183 elog ""
184 elog "Release notes for this version are available at http://3ware.com/support/release${PV}_highlights.asp"
185 }
186
187 pkg_setup() {
188 supportedcards
189 }
190
191 pkg_nofetch() {
192 einfo "Please agree to the license at URL"
193 einfo ""
194 einfo "\t${LICENSE_URL}"
195 einfo ""
196 einfo "And then use the following URL to download the"
197 einfo "correct tarball into ${DISTDIR}"
198 einfo ""
199 einfo "x86 - ${SRC_URI_x86}"
200 einfo "amd64 - ${SRC_URI_amd64}"
201 einfo ""
202 supportedcards
203 }
204
205 src_install() {
206 into /
207 dosbin tw_cli
208 dosbin tw_sched
209 insinto /etc
210 doins tw_sched.cfg
211 into /usr
212 newman tw_cli.8.nroff tw_cli.8
213 newman tw_sched.8.nroff tw_sched.8
214 dohtml *.html
215 }
216
217
218
219 --
220 gentoo-commits@l.g.o mailing list