diff options
author | 2009-06-09 07:01:54 +0000 | |
---|---|---|
committer | 2009-06-09 07:01:54 +0000 | |
commit | 8fdb06008496c4aba24259145d9a7c10929d8c86 (patch) | |
tree | 6ea58ab43abb9a60d1142eb8f4a9712525a2dd6a /sys-block/tw_cli/tw_cli-9.5.2.ebuild | |
parent | version bump, removed old versions (diff) | |
download | historical-8fdb06008496c4aba24259145d9a7c10929d8c86.tar.gz historical-8fdb06008496c4aba24259145d9a7c10929d8c86.tar.bz2 historical-8fdb06008496c4aba24259145d9a7c10929d8c86.zip |
As per bug 60690, comment 106 (http://bugs.gentoo.org/show_bug.cgi?id=60690#c106), we do now have permission from upstream to redistribute the files. They would just like users to still see the message so that they could get a rough count.
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'sys-block/tw_cli/tw_cli-9.5.2.ebuild')
-rw-r--r-- | sys-block/tw_cli/tw_cli-9.5.2.ebuild | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/sys-block/tw_cli/tw_cli-9.5.2.ebuild b/sys-block/tw_cli/tw_cli-9.5.2.ebuild index 5c58f22b05f0..f7fef907531d 100644 --- a/sys-block/tw_cli/tw_cli-9.5.2.ebuild +++ b/sys-block/tw_cli/tw_cli-9.5.2.ebuild @@ -1,6 +1,6 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/tw_cli/tw_cli-9.5.2.ebuild,v 1.2 2009/06/09 07:01:54 robbat2 Exp $ DESCRIPTION="3ware SATA+PATA RAID controller Command Line Interface tool" HOMEPAGE="http://www.3ware.com/kb/article.aspx?id=14847" @@ -10,7 +10,7 @@ SLOT="0" KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd" IUSE="" # stripping seems to break this sometimes -RESTRICT="fetch strip mirror" +RESTRICT="strip" # binary packages DEPEND="" RDEPEND="virtual/libc" @@ -75,18 +75,21 @@ pkg_setup() { } pkg_nofetch() { - einfo "Please agree to the license at URL" + einfo "3ware would like you to agree to the license:" einfo "" einfo "\t${LICENSE_URL}" einfo "" einfo "And then use the following URL to download the" - einfo "correct tarball into ${DISTDIR}" + einfo "correct tarballs manually 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 "" + einfo "However, they have given permission to redistribute." + einfo "http://bugs.gentoo.org/show_bug.cgi?id=60690#c106" + einfo "" supportedcards } |