Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (464ddd4c82d4a2cc27aec51597e35ad925336d27)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (464ddd4c82d4a2cc27aec51597e35ad925336d27)
  • Date: Sat, 12 Jul 2008 05:20:37 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 4 ++
dev/null |binary
gnome2-apps/gnumeric/DEPENDS | 6 +--
gnome2-apps/gnumeric/DETAILS | 6 +--
gnome2-apps/gnumeric/HISTORY | 5 ++-
gnome2-libs/goffice-0.5/BUILD | 3 -
gnome2-libs/goffice-0.5/DEPENDS | 25 ---------------
gnome2-libs/goffice-0.5/DETAILS | 7 ++--
gnome2-libs/goffice-0.5/HISTORY | 3 +
gnome2-libs/goffice-0.5/INSTALL | 1
gnome2-libs/goffice-0.5/PRE_BUILD | 1
gnome2-libs/goffice-0.5/PRE_SUB_DEPENDS | 4 --
gnome2-libs/goffice-0.5/SUB_DEPENDS | 6 ---
gnome2-libs/goffice-0.5/TRIGGERS | 1
gnome2-libs/goffice-0.5/goffice-0.5.4.tar.bz2.sig | 0
gnome2-libs/goffice-0.6/BUILD | 3 -
gnome2-libs/goffice-0.6/DEPENDS | 25 ---------------
gnome2-libs/goffice-0.6/DETAILS | 7 ++--
gnome2-libs/goffice-0.6/HISTORY | 3 +
gnome2-libs/goffice-0.6/INSTALL | 1
gnome2-libs/goffice-0.6/PRE_BUILD | 1
gnome2-libs/goffice-0.6/PRE_SUB_DEPENDS | 5 ---
gnome2-libs/goffice-0.6/SUB_DEPENDS | 6 ---
gnome2-libs/goffice-0.6/TRIGGERS | 1
gnome2-libs/goffice-0.6/goffice-0.6.4.tar.bz2.sig | 0
gnome2-libs/goffice/BUILD | 3 +
gnome2-libs/goffice/CONFLICTS | 2 +
gnome2-libs/goffice/DEPENDS | 36
++++++++++++----------
gnome2-libs/goffice/DETAILS | 21 ++++++++----
gnome2-libs/goffice/HISTORY | 10 ++++++
gnome2-libs/goffice/PRE_SUB_DEPENDS | 5 +++
gnome2-libs/goffice/SUB_DEPENDS | 6 +++
gnome2-libs/goffice/goffice-0.2.1.tar.bz2.sig | 0
gnome2-libs/goffice/goffice-0.6.4.tar.bz2.sig |binary
34 files changed, 99 insertions(+), 108 deletions(-)

New commits:
commit 464ddd4c82d4a2cc27aec51597e35ad925336d27
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

gnumeric: fixed goffice dep for new version

commit 64c18540e596aab765b13cd784469c4981022e1f
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

goffice-0.6: spell deprecated, it's just goffice now

commit e648649cfba4bc6661247bfd768c9463d5fe23fa
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

goffice-0.5: spell deprecated, it's just goffice now

commit 011334cdac8f72ff8b3268fc1586721e338f25c7
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

goffice: updated to the last stable (0.6.4) with deprecation of -0.5 and
-0.6 spells

diff --git a/ChangeLog b/ChangeLog
index 799f220..a4b615b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-07-12 Vlad Glagolev <stealth AT sourcemage.org>
+ * gnome2-libs/goffice-0.5: spell deprecated, it's just goffice now
+ * gnome2-libs/goffice-0.6: spell deprecated, it's just goffice now
+
2008-07-11 Vlad Glagolev <stealth AT sourcemage.org>
* lua-forge/lobj: new spell, GObject binding to Lua

diff --git a/gnome2-apps/gnumeric/DEPENDS b/gnome2-apps/gnumeric/DEPENDS
index 4ba6d78..1b15840 100755
--- a/gnome2-apps/gnumeric/DEPENDS
+++ b/gnome2-apps/gnumeric/DEPENDS
@@ -1,9 +1,9 @@
depends libole2-2 &&
depends rarian &&
depends libgsf &&
-depends goffice-0.6 &&
+depends goffice &&
depends libxml2 &&
-
+
optional_depends gtk+2 \
"--with-gtk" \
"--without-gtk" \
@@ -23,7 +23,7 @@ optional_depends psiconv \
"--with-psiconv" \
"--without-psiconv" \
"Compile with psiconv?" &&
-
+
optional_depends libgnomedb3 \
"--with-gda" \
"--without-gda" \
diff --git a/gnome2-apps/gnumeric/DETAILS b/gnome2-apps/gnumeric/DETAILS
index 4d7963d..d6304d8 100755
--- a/gnome2-apps/gnumeric/DETAILS
+++ b/gnome2-apps/gnumeric/DETAILS
@@ -6,7 +6,7 @@ else
fi
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
SOURCE_GPG=gurus.gpg:$SOURCE.sig
LICENSE[0]=GPL
@@ -19,6 +19,6 @@ spreadsheets. We are not attempting to clone existing
applications.
However, we offer a customizable feel that attempts to minimize the
costs of transition.

-Gnumeric will import your existing Excel, 1-2-3, Applix, Sylk, XBase
-and Oleo files.
+Gnumeric will import your existing Excel, 1-2-3, Applix, Sylk, XBase
+and Oleo files.
EOF
diff --git a/gnome2-apps/gnumeric/HISTORY b/gnome2-apps/gnumeric/HISTORY
index e98339a..a10c190 100644
--- a/gnome2-apps/gnumeric/HISTORY
+++ b/gnome2-apps/gnumeric/HISTORY
@@ -1,3 +1,7 @@
+2008-07-12 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: fixed goffice dep for new version
+ * DETAILS: quoting the paths!
+
2008-05-25 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated stable to 1.8.3, removed useless quotes and
brackets
* BUILD: added some bashizm, removed useless spaces and quotes
@@ -344,4 +348,3 @@

2002-05-17 Jon Svendsen <jon-sven AT frisurf.no>
* Initial version of spell
-
diff --git a/gnome2-libs/goffice-0.5/BUILD b/gnome2-libs/goffice-0.5/BUILD
index 147da82..27ba77d 100755
--- a/gnome2-libs/goffice-0.5/BUILD
+++ b/gnome2-libs/goffice-0.5/BUILD
@@ -1,2 +1 @@
-CFLAGS=${CFLAGS//-ffast-math/} &&
-default_build
+true
diff --git a/gnome2-libs/goffice-0.5/DEPENDS b/gnome2-libs/goffice-0.5/DEPENDS
index a84d6d4..36c0659 100755
--- a/gnome2-libs/goffice-0.5/DEPENDS
+++ b/gnome2-libs/goffice-0.5/DEPENDS
@@ -1,24 +1 @@
-depends glib2 &&
-depends libgsf &&
-depends xml-parser-expat &&
-depends libart_lgpl &&
-
-optional_depends cairo \
- '--with-cairo' \
- '--without-cairo' \
- 'for Cairo SVG support' &&
-
-optional_depends gtk+2 \
- "--with-gtk" \
- "--without-gtk" \
- "Build the UI?" &&
-
-optional_depends libgnomeui \
- "--with-gnome" \
- "--without-gnome" \
- "Use GNOME extensions?" &&
-
-optional_depends gtk-doc \
- "--enable-gtk-doc" \
- "--disable-gtk-doc" \
- "Build gtk-doc files?"
+depends goffice
diff --git a/gnome2-libs/goffice-0.5/DETAILS b/gnome2-libs/goffice-0.5/DETAILS
index 7b7bb99..4236cf6 100755
--- a/gnome2-libs/goffice-0.5/DETAILS
+++ b/gnome2-libs/goffice-0.5/DETAILS
@@ -1,12 +1,13 @@
SPELL=goffice-0.5
VERSION=0.5.4
BRANCH=`echo $VERSION|cut -d . -f 1,2`
- SOURCE=goffice-$VERSION.tar.bz2
+# SOURCE=goffice-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/goffice-$VERSION
- SOURCE_URL[0]=$GNOME_URL/sources/goffice/$BRANCH/$SOURCE
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+# SOURCE_URL[0]=$GNOME_URL/sources/goffice/$BRANCH/$SOURCE
+# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
LICENSE[0]=LGPL
WEB_SITE=http://www.gnome.org/
+ PATCHLEVEL=1
ENTERED=20070922
KEYWORDS="gnome2 libs"
SHORT='GOffice shared functionality'
diff --git a/gnome2-libs/goffice-0.5/HISTORY b/gnome2-libs/goffice-0.5/HISTORY
index 577f6eb..e37eec9 100644
--- a/gnome2-libs/goffice-0.5/HISTORY
+++ b/gnome2-libs/goffice-0.5/HISTORY
@@ -1,3 +1,6 @@
+2008-07-12 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: name deprecated, now it's just goffice
+
2007-12-29 Robin Cook <rcook AT wyrms.net>
* DETAILS: changed BRANCH back

diff --git a/gnome2-libs/goffice-0.5/INSTALL b/gnome2-libs/goffice-0.5/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/gnome2-libs/goffice-0.5/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/gnome2-libs/goffice-0.5/PRE_BUILD
b/gnome2-libs/goffice-0.5/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/gnome2-libs/goffice-0.5/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/gnome2-libs/goffice-0.5/PRE_SUB_DEPENDS
b/gnome2-libs/goffice-0.5/PRE_SUB_DEPENDS
deleted file mode 100755
index 30129e7..0000000
--- a/gnome2-libs/goffice-0.5/PRE_SUB_DEPENDS
+++ /dev/null
@@ -1,4 +0,0 @@
-case $THIS_SUB_DEPENDS in
- CAIRO) is_depends_enabled $SPELL cairo && return 0;;
-esac
-return 1
diff --git a/gnome2-libs/goffice-0.5/SUB_DEPENDS
b/gnome2-libs/goffice-0.5/SUB_DEPENDS
deleted file mode 100755
index cc0159f..0000000
--- a/gnome2-libs/goffice-0.5/SUB_DEPENDS
+++ /dev/null
@@ -1,6 +0,0 @@
-case $THIS_SUB_DEPENDS in
- CAIRO) echo "Cairo support requested: forcing cairo dependency."
- depends cairo '--with-cairo';;
- *) echo "Bogus sub_depends: $THIS_SUB_DEPENDS"
- return 1;;
-esac
diff --git a/gnome2-libs/goffice-0.5/TRIGGERS
b/gnome2-libs/goffice-0.5/TRIGGERS
new file mode 100755
index 0000000..9a067f5
--- /dev/null
+++ b/gnome2-libs/goffice-0.5/TRIGGERS
@@ -0,0 +1 @@
+on_cast goffice-0.5 dispel_self
diff --git a/gnome2-libs/goffice-0.5/goffice-0.5.4.tar.bz2.sig
b/gnome2-libs/goffice-0.5/goffice-0.5.4.tar.bz2.sig
deleted file mode 100644
index e3473af..0000000
Binary files a/gnome2-libs/goffice-0.5/goffice-0.5.4.tar.bz2.sig and
/dev/null differ
diff --git a/gnome2-libs/goffice-0.6/BUILD b/gnome2-libs/goffice-0.6/BUILD
index 147da82..27ba77d 100755
--- a/gnome2-libs/goffice-0.6/BUILD
+++ b/gnome2-libs/goffice-0.6/BUILD
@@ -1,2 +1 @@
-CFLAGS=${CFLAGS//-ffast-math/} &&
-default_build
+true
diff --git a/gnome2-libs/goffice-0.6/DEPENDS b/gnome2-libs/goffice-0.6/DEPENDS
index ae71cbd..36c0659 100755
--- a/gnome2-libs/goffice-0.6/DEPENDS
+++ b/gnome2-libs/goffice-0.6/DEPENDS
@@ -1,24 +1 @@
-depends glib2 &&
-depends libgsf &&
-depends xml-parser-expat &&
-depends libart_lgpl &&
-
-optional_depends cairo \
- "--with-cairo" \
- "--without-cairo" \
- "for Cairo SVG support" &&
-
-optional_depends gtk+2 \
- "--with-gtk" \
- "--without-gtk" \
- "Build the UI?" &&
-
-optional_depends libgnomeui \
- "--with-gnome" \
- "--without-gnome" \
- "Use GNOME extensions?" &&
-
-optional_depends gtk-doc \
- "--enable-gtk-doc" \
- "--disable-gtk-doc" \
- "Build gtk-doc files?"
+depends goffice
diff --git a/gnome2-libs/goffice-0.6/DETAILS b/gnome2-libs/goffice-0.6/DETAILS
index ca43115..0c026e1 100755
--- a/gnome2-libs/goffice-0.6/DETAILS
+++ b/gnome2-libs/goffice-0.6/DETAILS
@@ -1,10 +1,11 @@
SPELL=goffice-0.6
VERSION=0.6.4
BRANCH=`echo $VERSION|cut -d . -f 1,2`
- SOURCE=goffice-$VERSION.tar.bz2
+# SOURCE=goffice-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/goffice-$VERSION
- SOURCE_URL[0]=$GNOME_URL/sources/goffice/$BRANCH/$SOURCE
- SOURCE_GPG=gurus.gpg:$SOURCE.sig
+# SOURCE_URL[0]=$GNOME_URL/sources/goffice/$BRANCH/$SOURCE
+# SOURCE_GPG=gurus.gpg:$SOURCE.sig
+ PATCHLEVEL=1
LICENSE[0]=LGPL
WEB_SITE=http://www.gnome.org/
ENTERED=20070922
diff --git a/gnome2-libs/goffice-0.6/HISTORY b/gnome2-libs/goffice-0.6/HISTORY
index df0d173..7607b82 100644
--- a/gnome2-libs/goffice-0.6/HISTORY
+++ b/gnome2-libs/goffice-0.6/HISTORY
@@ -1,3 +1,6 @@
+2008-07-12 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: name deprecated, now it's just goffice
+
2008-05-11 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 0.6.4

diff --git a/gnome2-libs/goffice-0.6/INSTALL b/gnome2-libs/goffice-0.6/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/gnome2-libs/goffice-0.6/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/gnome2-libs/goffice-0.6/PRE_BUILD
b/gnome2-libs/goffice-0.6/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/gnome2-libs/goffice-0.6/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/gnome2-libs/goffice-0.6/PRE_SUB_DEPENDS
b/gnome2-libs/goffice-0.6/PRE_SUB_DEPENDS
deleted file mode 100755
index 00355d6..0000000
--- a/gnome2-libs/goffice-0.6/PRE_SUB_DEPENDS
+++ /dev/null
@@ -1,5 +0,0 @@
-case $THIS_SUB_DEPENDS in
- CAIRO) is_depends_enabled $SPELL cairo && return 0;;
-esac
-
-return 1
diff --git a/gnome2-libs/goffice-0.6/SUB_DEPENDS
b/gnome2-libs/goffice-0.6/SUB_DEPENDS
deleted file mode 100755
index cc0159f..0000000
--- a/gnome2-libs/goffice-0.6/SUB_DEPENDS
+++ /dev/null
@@ -1,6 +0,0 @@
-case $THIS_SUB_DEPENDS in
- CAIRO) echo "Cairo support requested: forcing cairo dependency."
- depends cairo '--with-cairo';;
- *) echo "Bogus sub_depends: $THIS_SUB_DEPENDS"
- return 1;;
-esac
diff --git a/gnome2-libs/goffice-0.6/TRIGGERS
b/gnome2-libs/goffice-0.6/TRIGGERS
new file mode 100755
index 0000000..0b7715b
--- /dev/null
+++ b/gnome2-libs/goffice-0.6/TRIGGERS
@@ -0,0 +1 @@
+on_cast goffice-0.6 dispel_self
diff --git a/gnome2-libs/goffice-0.6/goffice-0.6.4.tar.bz2.sig
b/gnome2-libs/goffice-0.6/goffice-0.6.4.tar.bz2.sig
deleted file mode 100644
index fdb7c4a..0000000
Binary files a/gnome2-libs/goffice-0.6/goffice-0.6.4.tar.bz2.sig and
/dev/null differ
diff --git a/gnome2-libs/goffice/BUILD b/gnome2-libs/goffice/BUILD
new file mode 100755
index 0000000..f3a6207
--- /dev/null
+++ b/gnome2-libs/goffice/BUILD
@@ -0,0 +1,3 @@
+CFLAGS=${CFLAGS/-ffast-math} &&
+
+default_build
diff --git a/gnome2-libs/goffice/CONFLICTS b/gnome2-libs/goffice/CONFLICTS
new file mode 100755
index 0000000..d2334a6
--- /dev/null
+++ b/gnome2-libs/goffice/CONFLICTS
@@ -0,0 +1,2 @@
+conflicts goffice-0.5 &&
+conflicts goffice-0.6
diff --git a/gnome2-libs/goffice/DEPENDS b/gnome2-libs/goffice/DEPENDS
index ad002e7..b086909 100755
--- a/gnome2-libs/goffice/DEPENDS
+++ b/gnome2-libs/goffice/DEPENDS
@@ -1,18 +1,24 @@
-depends glib2 &&
-depends libgsf &&
-depends xml-parser-expat &&
+depends glib2 &&
+depends libgsf &&
+depends libart_lgpl &&
+depends xml-parser-expat &&

-optional_depends gtk+2 \
- "--with-gtk" \
- "--without-gtk" \
- "Build the UI?" &&
+optional_depends gtk+2 \
+ "--with-gtk" \
+ "--without-gtk" \
+ "build the UI?" &&

-#optional_depends cairo \
-# "--with-cairo" \
-# "--without-cairo" \
-# "Use cairo for graph rendering?" &&
+optional_depends cairo \
+ "--with-cairo" \
+ "--without-cairo" \
+ "for Cairo SVG support" &&

-optional_depends libgnomeui \
- "--with-gnome" \
- "--without-gnome" \
- "Use GNOME extensions?"
+optional_depends libgnomeui \
+ "--with-gnome" \
+ "--without-gnome" \
+ "use GNOME extensions?" &&
+
+optional_depends gtk-doc \
+ "--enable-gtk-doc" \
+ "--disable-gtk-doc" \
+ "build gtk-doc files?"
diff --git a/gnome2-libs/goffice/DETAILS b/gnome2-libs/goffice/DETAILS
index c2fc36a..ce6c40c 100755
--- a/gnome2-libs/goffice/DETAILS
+++ b/gnome2-libs/goffice/DETAILS
@@ -1,16 +1,23 @@
SPELL=goffice
- VERSION=0.2.1
- BRANCH=${VERSION%\.*}
+ VERSION=0.6.4
+ BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ SOURCE_GPG=gurus.gpg:$SOURCE.sig
LICENSE[0]=LGPL
WEB_SITE=http://www.gnome.org/
ENTERED=20050530
- UPDATED=20050613
KEYWORDS="gnome2 libs"
- SHORT='GOffice shared functionality'
+ SHORT="GOffice shared functionality"
cat << EOF
-GOffice shared functionality.
+Goffice is a set of document centric components for GLib and GTK+.
+
+There are common operations for document centric applications that are
+conceptually simple, but complex to implement fully.
+ - plugins
+ - load/save documents
+ - undo/redo
+
+Goffice provides a single library for performing such operations.
EOF
diff --git a/gnome2-libs/goffice/HISTORY b/gnome2-libs/goffice/HISTORY
index d84df66..ee9c5fe 100644
--- a/gnome2-libs/goffice/HISTORY
+++ b/gnome2-libs/goffice/HISTORY
@@ -1,3 +1,13 @@
+2008-07-12 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to the last _STABLE_ version -- 0.6.4, fixed
+ BRANCH detection, single quotes => double quotes, removed useless
+ quotes, quoting the paths!
+ * DEPENDS: added missing deps from deprecated goffice-0.6, cleaned up
+ * CONFLICTS: added confliction with the deprecated spells (-0.5 &&
-0.6)
+ * BUILD: added -ffast-math removal from old goffice-0.6 spell
+ * SUB_DEPENDS, PRE_SUB_DEPENDS: added Cairo subdep from old
goffice-0.6
+ spell
+
2006-05-07 Robin Cook <rcook AT wyrms.net>
* DEPENDS: added xml-parser-expat bug 10987

diff --git a/gnome2-libs/goffice/PRE_SUB_DEPENDS
b/gnome2-libs/goffice/PRE_SUB_DEPENDS
new file mode 100755
index 0000000..653676c
--- /dev/null
+++ b/gnome2-libs/goffice/PRE_SUB_DEPENDS
@@ -0,0 +1,5 @@
+case $THIS_SUB_DEPENDS in
+ CAIRO) is_depends_enabled $SPELL cairo;;
+ *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}"
+ return 1;;
+esac
diff --git a/gnome2-libs/goffice/SUB_DEPENDS b/gnome2-libs/goffice/SUB_DEPENDS
new file mode 100755
index 0000000..0ff4fff
--- /dev/null
+++ b/gnome2-libs/goffice/SUB_DEPENDS
@@ -0,0 +1,6 @@
+case $THIS_SUB_DEPENDS in
+ CAIRO) message "Cairo SVG support requested, forcing cairo dependency" &&
+ depends cairo "--with-cairo";;
+ *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}"
+ return 1;;
+esac
diff --git a/gnome2-libs/goffice/goffice-0.2.1.tar.bz2.sig
b/gnome2-libs/goffice/goffice-0.2.1.tar.bz2.sig
deleted file mode 100644
index bffc4ba..0000000
Binary files a/gnome2-libs/goffice/goffice-0.2.1.tar.bz2.sig and /dev/null
differ
diff --git a/gnome2-libs/goffice/goffice-0.6.4.tar.bz2.sig
b/gnome2-libs/goffice/goffice-0.6.4.tar.bz2.sig
new file mode 100644
index 0000000..db99843
Binary files /dev/null and b/gnome2-libs/goffice/goffice-0.6.4.tar.bz2.sig
differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (464ddd4c82d4a2cc27aec51597e35ad925336d27), Vlad Glagolev, 07/12/2008

Archive powered by MHonArc 2.6.24.

Top of Page