Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Haley (907b1784aa641cd4e59592511d62e9fe91ed4b8a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Haley <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Haley (907b1784aa641cd4e59592511d62e9fe91ed4b8a)
  • Date: Mon, 23 Aug 2010 16:44:38 -0500

GIT changes to master grimoire by David Haley <khoralin AT gmail.com>:

dev/null |binary
gnome2-apps/gnucash/CONFLICTS | 1 -
gnome2-apps/gnucash/DETAILS | 14 +++++++-------
gnome2-apps/gnucash/HISTORY | 6 ++++++
gnome2-apps/gnucash/PREPARE | 1 +
gnome2-apps/gnucash/gnucash-pubkey.key | 0
6 files changed, 14 insertions(+), 8 deletions(-)

New commits:
commit c26fbbbf888b9ff143c9ccb7bc215a50b240b626
Author: David Haley <khoralin AT gmail.com>
Commit: David Haley <khoralin AT gmail.com>

Have added ability to cast stable or development source; added PREPARE
and updated DETAILS accordingly. 'gnucash2' listed in CONFLICTS is not a
valid spell at this time and
has been removed. gnucash-pubkey.key was not used by the spell and was
also removed.

diff --git a/gnome2-apps/gnucash/CONFLICTS b/gnome2-apps/gnucash/CONFLICTS
deleted file mode 100755
index cfc124e..0000000
--- a/gnome2-apps/gnucash/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts gnucash2 y
diff --git a/gnome2-apps/gnucash/DETAILS b/gnome2-apps/gnucash/DETAILS
index 612f640..d760591 100755
--- a/gnome2-apps/gnucash/DETAILS
+++ b/gnome2-apps/gnucash/DETAILS
@@ -1,13 +1,13 @@
SPELL=gnucash
+if [ "$GNUCASH_DEVEL" == "n" ]; then
VERSION=2.2.9
- SOURCE=${SPELL}-$VERSION.tar.gz
-# SOURCE2=${SPELL}-$VERSION.tar.gz.sig
+
SOURCE_HASH=sha512:211082ec4504524456ebc6bad3a0e315201f717827d7eb6a789efea3b1cdf243456f4a08c33590123f80f6e5126002af5c1b7c95b312bc4ea22e2c00a4b17323
+else
+ VERSION=2.3.15
+
SOURCE_HASH=sha512:9763903ce46b52b86d7d7e0e790d3049a73eb52a723f82416cc5e99a10cf2d551be6ffb8298983c31d35d86419176c80da0b2bbb8ea8132b70b3a6de92201e5e
+fi
+ SOURCE=${SPELL}-$VERSION.tar.bz2
SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
- SOURCE_URL[1]=http://www.gnucash.org/pub/gnucash/sources/stable/${SOURCE}
-# SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
-# SOURCE2_IGNORE=signature
-# SOURCE_GPG=gnucash-pubkey.key:$SOURCE2:UPSTREAM_KEY
-
SOURCE_HASH=sha512:8403cd89d6fc85adcec2941c874ca8d4524d78da98f2af761f93929d5b22188f8cc8dad13276f8eab3109fb9b3c8ce2b939466f5e76b4924d35284641dae2138
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL/2/}-$VERSION
WEB_SITE=http://www.gnucash.org
ENTERED=20011105
diff --git a/gnome2-apps/gnucash/HISTORY b/gnome2-apps/gnucash/HISTORY
index 692eca6..25579e3 100644
--- a/gnome2-apps/gnucash/HISTORY
+++ b/gnome2-apps/gnucash/HISTORY
@@ -1,3 +1,9 @@
+2010-08-21 David C. Haley <khoralin AT gmail.com>
+ * PREPARE: Created.
+ * DETAILS: Added develop version to DETAIL.
+ * CONFLICTS: Removed, 'gnucash2' non-existant spell.
+ * gnucash-pubkey.key: Removed.
+
2010-04-04 Vasil Yonkov <spirtbrat AT sourcemage.org>
* DEPENDS: removed goffice subdependency

diff --git a/gnome2-apps/gnucash/PREPARE b/gnome2-apps/gnucash/PREPARE
new file mode 100755
index 0000000..dc42111
--- /dev/null
+++ b/gnome2-apps/gnucash/PREPARE
@@ -0,0 +1 @@
+config_query GNUCASH_DEVEL "Build development release?" n
diff --git a/gnome2-apps/gnucash/gnucash-pubkey.key
b/gnome2-apps/gnucash/gnucash-pubkey.key
deleted file mode 100644
index b70a994..0000000
Binary files a/gnome2-apps/gnucash/gnucash-pubkey.key and /dev/null differ




Archive powered by MHonArc 2.6.24.

Top of Page