Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Bor Kraljič (3bcaa506f90031834eff980003d7bee6eb38540b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Bor Kraljič (3bcaa506f90031834eff980003d7bee6eb38540b)
  • Date: Fri, 29 Oct 2010 11:56:00 -0500

GIT changes to master z-rejected grimoire by Bor Kraljič <pyrobor AT ver.si>:

z-kernels/ati-fglrx/DETAILS | 1 +
z-kernels/ati-fglrx/DOWNLOAD | 21 ---------------------
z-kernels/ati-fglrx/HISTORY | 4 ++++
3 files changed, 5 insertions(+), 21 deletions(-)

New commits:
commit 3bcaa506f90031834eff980003d7bee6eb38540b
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

ati-fglrx: added SOURCE_HINTS="no-check-certificate"

diff --git a/z-kernels/ati-fglrx/DETAILS b/z-kernels/ati-fglrx/DETAILS
index 2fbcc85..addfadb 100755
--- a/z-kernels/ati-fglrx/DETAILS
+++ b/z-kernels/ati-fglrx/DETAILS
@@ -1,6 +1,7 @@
SPELL=ati-fglrx
VERSION=10.3
SOURCE=ati-driver-installer-${VERSION/./-}-x86.x86_64.run
+ SOURCE_HINTS="no-check-certificate"

SOURCE_HASH=sha512:3c2e147a88f426fb01cf795b7dba9f29bb5517fd7a345bffcc0b10bdbec0800c2bfa7628bed9bc0cd5daf950c593ea540fca26e223324e33b8c169648080b31b
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION

SOURCE_URL[0]=https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/${SOURCE}

diff --git a/z-kernels/ati-fglrx/DOWNLOAD b/z-kernels/ati-fglrx/DOWNLOAD
deleted file mode 100755
index 12153c9..0000000
--- a/z-kernels/ati-fglrx/DOWNLOAD
+++ /dev/null
@@ -1,21 +0,0 @@
-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 e3f55b3..515f8a4 100644
--- a/z-kernels/ati-fglrx/HISTORY
+++ b/z-kernels/ati-fglrx/HISTORY
@@ -1,3 +1,7 @@
+2010-10-29 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: added SOURCE_HINTS="no-check-certificate"
+ * DOWNLOAD: removed, no longer needed
+
2010-03-29 Julien "_kaze_" ROZO <julien AT rozo.org>
* DETAILS: updated version to 10.3




  • [SM-Commit] GIT changes to master z-rejected grimoire by Bor Kraljič (3bcaa506f90031834eff980003d7bee6eb38540b), Bor Kraljič, 10/29/2010

Archive powered by MHonArc 2.6.24.

Top of Page