Skip to Content.
Sympa Menu

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

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č (ce2755f1f26ef03d6fbdc59de489f3e9ace62cf5)
  • Date: Mon, 11 Oct 2010 04:46:30 -0500

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

disk/partimage-ng/DOWNLOAD | 8 ++++----
disk/partimage-ng/HISTORY | 4 ++++
security/vida/DETAILS | 2 +-
security/vida/HISTORY | 3 +++
4 files changed, 12 insertions(+), 5 deletions(-)

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

vida: fixed SOURCE_URL

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

partimage-ng: only PART_VCS can be downloaded

diff --git a/disk/partimage-ng/DOWNLOAD b/disk/partimage-ng/DOWNLOAD
index 01bca92..85e5e94 100755
--- a/disk/partimage-ng/DOWNLOAD
+++ b/disk/partimage-ng/DOWNLOAD
@@ -16,8 +16,8 @@ echo repacking tarball
tar cjf $SOURCE $SPELL
mv $SOURCE $OLD
}
-if [[ $PART_VCS == y ]];then
+#if [[ $PART_VCS == y ]];then
bzr_download
-else
- default_download
-fi
+#else
+# default_download
+#fi
diff --git a/disk/partimage-ng/HISTORY b/disk/partimage-ng/HISTORY
index 0a4c0a4..48b398a 100644
--- a/disk/partimage-ng/HISTORY
+++ b/disk/partimage-ng/HISTORY
@@ -1,3 +1,7 @@
+2010-10-11 Bor Kraljič <pyrobor AT ver.si>
+ * DOWNLOAD: only PART_VCS can be downloaded
+ (other version is commented in DETAILS)
+
2010-04-11 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: switch to latest devel branch
no tarball yet
diff --git a/security/vida/DETAILS b/security/vida/DETAILS
index 98ecede..66bb587 100755
--- a/security/vida/DETAILS
+++ b/security/vida/DETAILS
@@ -2,7 +2,7 @@
VERSION=0.8devel
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
- SOURCE_URL[0]=http://vidatapipe.sourceforge.net/index.php?ver=8devel
+ SOURCE_URL[0]=http://vidatapipe.sourceforge.net/$SOURCE
SOURCE_URL[1]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}

SOURCE_HASH=sha512:54fba9027ebd7a213ed46642a02d97a6b763eb3131d9acf9cdf6ba5bb22ec6046d9ff63fc8abd91b09293f032c8ad8df0b766f277f434464557b8a11cdc3af58
LICENSE[0]=PD
diff --git a/security/vida/HISTORY b/security/vida/HISTORY
index dc05310..be28219 100644
--- a/security/vida/HISTORY
+++ b/security/vida/HISTORY
@@ -1,3 +1,6 @@
+2010-10-11 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: fixed SOURCE_URL
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.




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

Archive powered by MHonArc 2.6.24.

Top of Page