diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-06-09 01:24:41 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-06-09 01:24:41 +0000 |
commit | 5af6d827454734d244b284efa6f689ff78d433aa (patch) | |
tree | 07c28c97766320eff437bc70c676174530d4adf9 /sys-block | |
parent | whitespace (diff) | |
download | gentoo-2-5af6d827454734d244b284efa6f689ff78d433aa.tar.gz gentoo-2-5af6d827454734d244b284efa6f689ff78d433aa.tar.bz2 gentoo-2-5af6d827454734d244b284efa6f689ff78d433aa.zip |
Version bump per bug #272841.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/tw_cli/ChangeLog | 7 | ||||
-rw-r--r-- | sys-block/tw_cli/tw_cli-9.5.2.ebuild | 99 |
2 files changed, 105 insertions, 1 deletions
diff --git a/sys-block/tw_cli/ChangeLog b/sys-block/tw_cli/ChangeLog index bf6a22d3e270..07438b3a730c 100644 --- a/sys-block/tw_cli/ChangeLog +++ b/sys-block/tw_cli/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-block/tw_cli # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/tw_cli/ChangeLog,v 1.26 2009/04/12 21:54:21 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/tw_cli/ChangeLog,v 1.27 2009/06/09 01:24:41 robbat2 Exp $ + +*tw_cli-9.5.2 (09 Jun 2009) + + 09 Jun 2009; Robin H. Johnson <robbat2@gentoo.org> +tw_cli-9.5.2.ebuild: + Version bump per bug #272841. *tw_cli-9.5.1.1 (12 Apr 2009) diff --git a/sys-block/tw_cli/tw_cli-9.5.2.ebuild b/sys-block/tw_cli/tw_cli-9.5.2.ebuild new file mode 100644 index 000000000000..5c58f22b05f0 --- /dev/null +++ b/sys-block/tw_cli/tw_cli-9.5.2.ebuild @@ -0,0 +1,99 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-block/tw_cli/tw_cli-9.5.2.ebuild,v 1.1 2009/06/09 01:24:41 robbat2 Exp $ + +DESCRIPTION="3ware SATA+PATA RAID controller Command Line Interface tool" +HOMEPAGE="http://www.3ware.com/kb/article.aspx?id=14847" +LICENSE="3ware" +SLOT="0" +# binary packages +KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd" +IUSE="" +# stripping seems to break this sometimes +RESTRICT="fetch strip mirror" +# binary packages +DEPEND="" +RDEPEND="virtual/libc" + +# Upstream has _FUN_ naming these +# We are mostly prepared for the FreeBSD binaries at this point +# They just aren't yet enabled here +PN_KERNEL="${ARCH/*fbsd-*/freebsd}" +[ "${PN_KERNEL}" != 'freebsd' ] && PN_KERNEL='linux' +PN_ARCH="${ARCH/*-}" +PN_ARCH="${PN_ARCH/amd64/x86_64}" + +# The naming of <=9.5.0 for freebsd was weird, +# but 9.5.0.1 has it sanely. +MY_P="${PN}-${PN_KERNEL}-${PN_ARCH}-${PV}" + +# Upstream actually only releases newer versions for new hardware +# and doesn't release new major versions for old hardware +# however their backwards compatibility is excellent. +# I personally test tw_cli on 4 cards: +# 7006-2 on x86. +# 9500S-8 on amd64. +# 9500S-4LP on amd64. +# 9650SE-8LPML on amd64. +# - Robin H. Johnson <robbat2@gentoo.org> - 23 Nov 2006 +#HW_VARIANT="Escalade7000Series" - for versions 9.3.0.* +#HW_VARIANT="Escalade9650SE-Series" # for versions 9.4.0* +HW_VARIANT="Escalade9690SA-Series" # for versions 9.5.0* +# package has different tarballs for x86 and amd64 +SRC_URI_BASE="http://www.3ware.com/download/${HW_VARIANT}/${PV}" +SRC_URI_x86="${SRC_URI_BASE}/${PN}-linux-x86-${PV}.tgz" +SRC_URI_amd64="${SRC_URI_BASE}/${PN}-linux-x86_64-${PV}.tgz" +SRC_URI_x86_fbsd="${SRC_URI_BASE}/${PN}-freebsd-x86-${PV}.tgz" +#SRC_URI_amd64_fbsd="${SRC_URI_BASE}/${PN}-x86_64-freebsd-${PV}.tgz" +SRC_URI="x86? ( ${SRC_URI_x86} ) + amd64? ( ${SRC_URI_amd64} ) + x86-fbsd? ( ${SRC_URI_x86_fbsd} )" + #amd64-fbsd? ( ${SRC_URI_amd64_fbsd} ) +LICENSE_URL="http://www.3ware.com/support/windows_agree.asp?path=/download/${HW_VARIANT}/${PV}/${MY_P}.tgz" + +S="${WORKDIR}" + +src_unpack() { + unpack ${MY_P}.tgz +} + +supportedcards() { + elog "This binary supports should support ALL cards, including, but not" + elog "limited to the following series:" + elog "" + elog "PATA: 6xxx, 72xx, 74xx, 78xx, 7000, 7500, 7506" + elog "SATA: 8006, 8500, 8506, 9500S, 9550SX, 9590SE," + elog " 9550SXU, 9650SE, 9650SE-{24M8,4LPME}," + elog " 9690SA" + elog "" + elog "Release notes for this version are available at:" + elog "${SRC_URI_BASE}/${PV}_Release_Notes_Web.pdf" +} + +pkg_setup() { + supportedcards +} + +pkg_nofetch() { + einfo "Please agree to the license at URL" + einfo "" + einfo "\t${LICENSE_URL}" + einfo "" + einfo "And then use the following URL to download the" + einfo "correct tarball into ${DISTDIR}" + einfo "" + einfo "x86 - ${SRC_URI_x86}" + einfo "amd64 - ${SRC_URI_amd64}" + einfo "x86-fbsd - ${SRC_URI_x86_fbsd}" + #einfo "amd64-fbsd - ${SRC_URI_amd64_fbsd}" + einfo "" + supportedcards +} + +src_install() { + into / + dosbin tw_cli + into /usr + newman tw_cli.8.nroff tw_cli.8 + dohtml *.html +} |