Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bor Kraljič (68c66d43dde3c94fbb4fbb452f943e175e9f2922)

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 grimoire by Bor Kraljič (68c66d43dde3c94fbb4fbb452f943e175e9f2922)
  • Date: Fri, 29 Oct 2010 12:08:22 -0500

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

libs/lightmediascanner/DETAILS | 1 +
libs/lightmediascanner/DOWNLOAD | 12 ------------
libs/lightmediascanner/HISTORY | 4 ++++
python-pypi/networkx/DETAILS | 1 +
python-pypi/networkx/DOWNLOAD | 8 --------
python-pypi/networkx/HISTORY | 4 ++++
x11/screenlets/DETAILS | 1 +
x11/screenlets/DOWNLOAD | 8 --------
x11/screenlets/HISTORY | 4 ++++
9 files changed, 15 insertions(+), 28 deletions(-)

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

screenlets: added SOURCE_HINTS="no-check-certificate" & removed DOWNLOAD
file

commit f8642a65f82c76b3a46aa3105151b57b77766343
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

networkx: added SOURCE_HINTS="no-check-certificate" & removed DOWNLOAD
file

commit ff6e3594f60e06036e68724b28d9f4ed80361252
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

lightmediascanner: added SOURCE_HINTS="no-check-certificate" & removed
DOWNLOAD file

diff --git a/libs/lightmediascanner/DETAILS b/libs/lightmediascanner/DETAILS
index 3d6623a..0999e3f 100755
--- a/libs/lightmediascanner/DETAILS
+++ b/libs/lightmediascanner/DETAILS
@@ -14,6 +14,7 @@ else
VERSION=0.4.1.0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_HINTS="no-check-certificate"
SOURCE_URL[0]=https://garage.maemo.org/frs/download.php/8852/$SOURCE
SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
fi
diff --git a/libs/lightmediascanner/DOWNLOAD b/libs/lightmediascanner/DOWNLOAD
deleted file mode 100755
index bb1b809..0000000
--- a/libs/lightmediascanner/DOWNLOAD
+++ /dev/null
@@ -1,12 +0,0 @@
-if [[ -e ${SOURCE_CACHE}/${SOURCE} ]] ; then
- message "${MESSAGE_COLOR}Found source file" \
- "${FILE_COLOR}${SOURCE}${DEFAULT_COLOR}"
-else
- if [[ "$LIGHTMEDIASCANNER_SCM" == "y" ]]; then
- default_sorcery_download
- else
- message "${MESSAGE_COLOR}Downloading source file" \
- "${FILE_COLOR}${SOURCE}${DEFAULT_COLOR}" &&
- wget --no-check-certificate ${SOURCE_URL} -O ${SOURCE_CACHE}/${SOURCE}
- fi
-fi
diff --git a/libs/lightmediascanner/HISTORY b/libs/lightmediascanner/HISTORY
index 90516e8..063af58 100644
--- a/libs/lightmediascanner/HISTORY
+++ b/libs/lightmediascanner/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-10-10 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.4.1.0

diff --git a/python-pypi/networkx/DETAILS b/python-pypi/networkx/DETAILS
index 7b6b38f..abc11bd 100755
--- a/python-pypi/networkx/DETAILS
+++ b/python-pypi/networkx/DETAILS
@@ -3,6 +3,7 @@

SOURCE_HASH=sha512:df0d5312fe8652f56ef937ec88125769af565a8c2b99be3d8451e42f50886d44b8ead3c6e2dfcec4e27a9c4119b2ecfda2673611c46276caf22c76b53ea8fefb
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_HINTS="no-check-certificate"
SOURCE_URL[0]=http://networkx.lanl.gov/download/networkx/$SOURCE
WEB_SITE=http://networkx.lanl.gov/
ENTERED=20070717
diff --git a/python-pypi/networkx/DOWNLOAD b/python-pypi/networkx/DOWNLOAD
deleted file mode 100755
index 6b021cc..0000000
--- a/python-pypi/networkx/DOWNLOAD
+++ /dev/null
@@ -1,8 +0,0 @@
-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 --no-check-certificate ${SOURCE_URL} -O ${SOURCE_CACHE}/${SOURCE}
-fi
diff --git a/python-pypi/networkx/HISTORY b/python-pypi/networkx/HISTORY
index a26e666..71f0449 100644
--- a/python-pypi/networkx/HISTORY
+++ b/python-pypi/networkx/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
+
2008-01-13 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: cleaned up

diff --git a/x11/screenlets/DETAILS b/x11/screenlets/DETAILS
index 627fbc6..7596386 100755
--- a/x11/screenlets/DETAILS
+++ b/x11/screenlets/DETAILS
@@ -2,6 +2,7 @@
VERSION=0.0.12
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
+ SOURCE_HINTS="no-check-certificate"

SOURCE_URL[0]=https://code.launchpad.net/screenlets/trunk/$VERSION/+download/$SOURCE
SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
LICENSE[0]=GPL
diff --git a/x11/screenlets/DOWNLOAD b/x11/screenlets/DOWNLOAD
deleted file mode 100755
index 5964ef1..0000000
--- a/x11/screenlets/DOWNLOAD
+++ /dev/null
@@ -1,8 +0,0 @@
-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 --no-check-certificate ${SOURCE_URL} -O ${SOURCE_CACHE}/${SOURCE}
-fi
diff --git a/x11/screenlets/HISTORY b/x11/screenlets/HISTORY
index 7fab332..22d5d5a 100644
--- a/x11/screenlets/HISTORY
+++ b/x11/screenlets/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
+
2008-02-26 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS, DOWNLOAD, PRE_BUILD, BUILD, INSTALL, install-path.patch:
Created



  • [SM-Commit] GIT changes to master grimoire by Bor Kraljič (68c66d43dde3c94fbb4fbb452f943e175e9f2922), Bor Kraljič, 10/29/2010

Archive powered by MHonArc 2.6.24.

Top of Page