summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-06-09 07:01:54 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-06-09 07:01:54 +0000
commit37e9a841f576ab52a3d27d067bcc41b1892615b2 (patch)
tree9d7f3e29b18dd05dcee2e25dc3a3d4020e3bad06 /sys-block
parentversion bump, removed old versions (diff)
downloadgentoo-2-37e9a841f576ab52a3d27d067bcc41b1892615b2.tar.gz
gentoo-2-37e9a841f576ab52a3d27d067bcc41b1892615b2.tar.bz2
gentoo-2-37e9a841f576ab52a3d27d067bcc41b1892615b2.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.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'sys-block')
-rw-r--r--sys-block/tw_cli/ChangeLog8
-rw-r--r--sys-block/tw_cli/tw_cli-9.5.2.ebuild11
2 files changed, 14 insertions, 5 deletions
diff --git a/sys-block/tw_cli/ChangeLog b/sys-block/tw_cli/ChangeLog
index 07438b3a730c..f3215bd7f346 100644
--- a/sys-block/tw_cli/ChangeLog
+++ b/sys-block/tw_cli/ChangeLog
@@ -1,6 +1,12 @@
# 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.27 2009/06/09 01:24:41 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/tw_cli/ChangeLog,v 1.28 2009/06/09 07:01:54 robbat2 Exp $
+
+ 09 Jun 2009; Robin H. Johnson <robbat2@gentoo.org> tw_cli-9.5.2.ebuild:
+ 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.
*tw_cli-9.5.2 (09 Jun 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
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
}