Skip to Content.
Sympa Menu

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

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č (dc8f17b3163f350a8aa54c6d6a00de36e3958792)
  • Date: Wed, 12 Oct 2011 03:16:23 -0500

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

libs/libofx/DETAILS | 13 -------------
libs/libofx/HISTORY | 4 ++++
libs/libofx/PREPARE | 5 -----
libs/libofx/PRE_BUILD | 6 ------
4 files changed, 4 insertions(+), 24 deletions(-)

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

libofx: removed CVS version (fixes #136)

diff --git a/libs/libofx/DETAILS b/libs/libofx/DETAILS
index a2cf25d..c5bdd52 100755
--- a/libs/libofx/DETAILS
+++ b/libs/libofx/DETAILS
@@ -1,22 +1,9 @@
SPELL=libofx
-if [ "${LIBOFX_CVS}" == "y" ]; then
- if [ "${LIBOFX_CVS_AUTOUPDATE}" == "y" ]; then
- VERSION=$(date +%Y%m%d)
- else
- VERSION=cvs
- fi
- SOURCE=${SPELL}-cvs.tar.bz2
-
SOURCE_URL[0]=cvs://:pserver:anonymous AT cvs.sourceforge.net:/cvsroot/libofx:libofx
- FORCE_DOWNLOAD="on"
- SOURCE_IGNORE=volatile
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-cvs
-else
VERSION=0.9.4

SOURCE_HASH=sha512:8e61a1cf3a41721b4e34fefc0a6f6ce9867e52e7e9b22f449b1f73d077e430c0c2aaa197dfcea0b0657e99fcb768357960dde2f4839fb6e06e8db45d85335bc7
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
-fi
WEB_SITE=http://libofx.sourceforge.net/
ENTERED=20030713
LICENSE=GPL
diff --git a/libs/libofx/HISTORY b/libs/libofx/HISTORY
index 9f6a589..7da5e0f 100644
--- a/libs/libofx/HISTORY
+++ b/libs/libofx/HISTORY
@@ -1,3 +1,7 @@
+2011-10-12 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: removed CVS version (fixes #136)
+ * PREPARE, PRE_BUILD: removed, no longer needed
+
2011-08-11 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.9.4
* PRE_BUILD: don't apply gcc43 patch
diff --git a/libs/libofx/PREPARE b/libs/libofx/PREPARE
deleted file mode 100755
index 5c3ce0b..0000000
--- a/libs/libofx/PREPARE
+++ /dev/null
@@ -1,5 +0,0 @@
-config_query LIBOFX_CVS "Use CVS for latest development version?" n &&
-
-if [ "${LIBOFX_CVS}" == "y" ]; then
- config_query LIBOFX_CVS_AUTOUPDATE "Update to latest CVS automatically on
system updates?" n
-fi
diff --git a/libs/libofx/PRE_BUILD b/libs/libofx/PRE_BUILD
deleted file mode 100755
index 9e0b535..0000000
--- a/libs/libofx/PRE_BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-
-if [ "${LIBOFX_CVS}" == "y" ]; then
- NOCONFIGURE="ON" ./autogen.sh
-fi



  • [SM-Commit] GIT changes to master grimoire by Bor Kraljič (dc8f17b3163f350a8aa54c6d6a00de36e3958792), Bor Kraljič, 10/12/2011

Archive powered by MHonArc 2.6.24.

Top of Page