Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-ati-fglrx z-rejected grimoire by Martin Spitzbarth (7c3b7f2d45a377e181aef6230d50fa97dfa30716)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Martin Spitzbarth <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-ati-fglrx z-rejected grimoire by Martin Spitzbarth (7c3b7f2d45a377e181aef6230d50fa97dfa30716)
  • Date: Thu, 8 Nov 2007 12:08:14 -0600

GIT changes to devel-ati-fglrx z-rejected grimoire by Martin Spitzbarth
<m.spitzbarth AT gmx.de>:

z-kernels/ati-fglrx/DOWNLOAD | 21 +++++++++++++++++++++
z-kernels/ati-fglrx/HISTORY | 5 ++++-
2 files changed, 25 insertions(+), 1 deletion(-)

New commits:
commit 7c3b7f2d45a377e181aef6230d50fa97dfa30716
Author: Martin Spitzbarth <m.spitzbarth AT gmx.de>
Commit: Martin Spitzbarth <m.spitzbarth AT gmx.de>

ati-fglrx: Added DOWNLOADS and fixed the last HISTORY entry for 80 chars.

diff --git a/z-kernels/ati-fglrx/DOWNLOAD b/z-kernels/ati-fglrx/DOWNLOAD
new file mode 100755
index 0000000..12153c9
--- /dev/null
+++ b/z-kernels/ati-fglrx/DOWNLOAD
@@ -0,0 +1,21 @@
+local wget_opts
+wget_opts="--no-check-certificate" &&
+
+if [[ ! -z $DOWNLOAD_RATE ]] ; then
+ wget_opts="${wget_opts} --limit-rate=${DOWNLOAD_RATE}"
+fi &&
+
+if [[ $FORCE_DOWNLOAD == "on" ]] && [[ -e "${SOURCE_CACHE}/${SOURCE}" ]] ;
then
+ message "${MESSAGE_COLOR}New download requested, deleting" \
+ "${FILE_COLOR}${SOURCE}${DEFAULT_COLOR}" &&
+ rm "${SOURCE_CACHE}/${SOURCE}"
+fi &&
+
+if [[ -e ${SOURCE_CACHE}/${SOURCE} ]] ; then
+ message "${MESSAGE_COLOR}Found source file" \
+ "${FILE_COLOR}${SOURCE}${DEFAULT_COLOR}"
+else
+ message "${MESSAGE_COLOR}Downloading source file" \
+ "${FILE_COLOR}${SOURCE}${DEFAULT_COLOR}" &&
+ wget ${wget_opts} ${SOURCE_URL} -O ${SOURCE_CACHE}/${SOURCE}
+fi
diff --git a/z-kernels/ati-fglrx/HISTORY b/z-kernels/ati-fglrx/HISTORY
index 93bb9e1..845b646 100644
--- a/z-kernels/ati-fglrx/HISTORY
+++ b/z-kernels/ati-fglrx/HISTORY
@@ -1,3 +1,6 @@
+2007-11-08 Martin Spitzbarth <m.spitzbarth AT gmx.de>
+ * DOWNLOAD: Added the file to pass --no-check-certificate to wget
+
2007-11-07 Martin Spitzbarth <m.spitzbarth AT gmx.de>
- * BUILD, DEPENDS, DETAILS, INSTALL, LICENSE, PRE_BUILD, PREPARE,
TRIGGERS:
+ * BUILD,DEPENDS,DETAILS,INSTALL,LICENSE,PRE_BUILD,PREPARE,TRIGGERS:
Created the spell



  • [SM-Commit] GIT changes to devel-ati-fglrx z-rejected grimoire by Martin Spitzbarth (7c3b7f2d45a377e181aef6230d50fa97dfa30716), Martin Spitzbarth, 11/08/2007

Archive powered by MHonArc 2.6.24.

Top of Page