Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-openoffice grimoire by Eric Sandall (a0792abd85262e109e627438441559659e50f908)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-openoffice grimoire by Eric Sandall (a0792abd85262e109e627438441559659e50f908)
  • Date: Sun, 23 Sep 2007 18:28:52 -0500

GIT changes to devel-openoffice grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

dev/null |binary
editors/openoffice/BUILD | 13
++++++++--
editors/openoffice/DETAILS | 7 ++---
editors/openoffice/HISTORY | 5 +++
editors/openoffice/OOo_2.2.1_src_core.tar.bz2.sig | 0
editors/openoffice/OOo_2.3.0_src_core.tar.bz2.sig |binary
perl-cpan/compress-raw-zlib/Compress-Raw-Zlib-2.004.tar.gz.sig | 0
perl-cpan/compress-raw-zlib/Compress-Raw-Zlib-2.005.tar.gz.sig |binary
perl-cpan/compress-raw-zlib/DETAILS | 2 -
perl-cpan/compress-raw-zlib/HISTORY | 3 ++
perl-cpan/io-compress-base/DETAILS | 2 -
perl-cpan/io-compress-base/HISTORY | 3 ++
perl-cpan/io-compress-base/IO-Compress-Base-2.004.tar.gz.sig | 0
perl-cpan/io-compress-base/IO-Compress-Base-2.005.tar.gz.sig |binary
perl-cpan/io-compress-zlib/DETAILS | 2 -
perl-cpan/io-compress-zlib/HISTORY | 3 ++
perl-cpan/io-compress-zlib/IO-Compress-Zlib-2.004.tar.gz.sig | 0
perl-cpan/io-compress-zlib/IO-Compress-Zlib-2.005.tar.gz.sig |binary
18 files changed, 31 insertions(+), 9 deletions(-)

New commits:
commit a0792abd85262e109e627438441559659e50f908
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

openoffice: Updated to 2.3.0 (still fails, of course)

commit 7bd5944165be7898df50a4f71a261a242d7a3303
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

comnpress-raw-zlib: Updated to 2.005

commit ae3e3418ced63594b112ab3ea7875f3e7d9bbf93
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

io-compress-zlib: Updated to 2.005

commit 2718950bfb34fd805fe63e542220b61249fd8f0f
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

io-compress-base: Updated to 2.005

diff --git a/editors/openoffice/BUILD b/editors/openoffice/BUILD
index c3473e5..8a912cb 100755
--- a/editors/openoffice/BUILD
+++ b/editors/openoffice/BUILD
@@ -35,7 +35,16 @@ cd $SOURCE_DIRECTORY/config_office &&
--infodir=${INSTALL_ROOT}/usr/share/info \
$OPTS &&

-cd $SOURCE_DIRECTORY &&
-source LinuxX86Env.Set.sh &&
+cd $SOURCE_DIRECTORY &&
+
+if [[ "${SMGL_COMPAT_ARCHS[1]}" == "ia32" ]]; then
+ source LinuxX86Env.Set.sh
+elif [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]]; then
+ source LinuxX86-64Env.Set.sh
+else
+ echo "Platform not supported yet." &&
+ return 1
+fi &&
+
./bootstrap &&
dmake
diff --git a/editors/openoffice/DETAILS b/editors/openoffice/DETAILS
index 9a823d7..e28b483 100755
--- a/editors/openoffice/DETAILS
+++ b/editors/openoffice/DETAILS
@@ -1,15 +1,14 @@
SPELL=openoffice
- VERSION=2.2.1
+ VERSION=2.3.0
SOURCE=OOo_${VERSION}_src_core.tar.bz2
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
# SOURCE_HASH=sha1:55b316209eaabf151a59ead2abc3c621502058ea
- SOURCE_DIRECTORY=$BUILD_DIRECTORY/OOF680_m18
+ SOURCE_DIRECTORY=$BUILD_DIRECTORY/OOG680_m5
SOURCE_URL[0]=ftp://ftp.osuosl.org/pub/openoffice/stable/$VERSION/$SOURCE

SOURCE_URL[1]=http://www.mirror.ac.uk/mirror/sunsite.dk/openoffice/stable/$VERSION/$SOURCE

SOURCE_URL[2]=http://www.ring.gr.jp/archives/misc/openoffice/stable/$VERSION/$SOURCE
- WEB_SITE=http://www.openoffice.org/
LICENSE[0]=GPL
- MAKE_NJOBS=1
+ WEB_SITE=http://www.openoffice.org/
KEYWORDS="editors"
ENTERED=20021127
CCACHE=off
diff --git a/editors/openoffice/HISTORY b/editors/openoffice/HISTORY
index fef1e8c..292adda 100644
--- a/editors/openoffice/HISTORY
+++ b/editors/openoffice/HISTORY
@@ -1,3 +1,8 @@
+2007-09-23 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 2.3.0
+ Removed deprecated MAKE_NJOBS=1
+ * BUILD: Add code for x86 and x86_64 builds
+
2007-07-29 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Leave out the --with-stlport=* and it can find stlport

diff --git a/editors/openoffice/OOo_2.2.1_src_core.tar.bz2.sig
b/editors/openoffice/OOo_2.2.1_src_core.tar.bz2.sig
deleted file mode 100644
index 770f952..0000000
Binary files a/editors/openoffice/OOo_2.2.1_src_core.tar.bz2.sig and
/dev/null differ
diff --git a/editors/openoffice/OOo_2.3.0_src_core.tar.bz2.sig
b/editors/openoffice/OOo_2.3.0_src_core.tar.bz2.sig
new file mode 100644
index 0000000..59fbf98
Binary files /dev/null and
b/editors/openoffice/OOo_2.3.0_src_core.tar.bz2.sig differ
diff --git a/perl-cpan/compress-raw-zlib/Compress-Raw-Zlib-2.004.tar.gz.sig
b/perl-cpan/compress-raw-zlib/Compress-Raw-Zlib-2.004.tar.gz.sig
deleted file mode 100644
index 5153289..0000000
Binary files a/perl-cpan/compress-raw-zlib/Compress-Raw-Zlib-2.004.tar.gz.sig
and /dev/null differ
diff --git a/perl-cpan/compress-raw-zlib/Compress-Raw-Zlib-2.005.tar.gz.sig
b/perl-cpan/compress-raw-zlib/Compress-Raw-Zlib-2.005.tar.gz.sig
new file mode 100644
index 0000000..921271f
Binary files /dev/null and
b/perl-cpan/compress-raw-zlib/Compress-Raw-Zlib-2.005.tar.gz.sig differ
diff --git a/perl-cpan/compress-raw-zlib/DETAILS
b/perl-cpan/compress-raw-zlib/DETAILS
index 22be312..c2da26e 100755
--- a/perl-cpan/compress-raw-zlib/DETAILS
+++ b/perl-cpan/compress-raw-zlib/DETAILS
@@ -1,5 +1,5 @@
SPELL=compress-raw-zlib
- VERSION=2.004
+ VERSION=2.005
SOURCE=Compress-Raw-Zlib-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Compress-Raw-Zlib-$VERSION
SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/P/PM/PMQS/$SOURCE
diff --git a/perl-cpan/compress-raw-zlib/HISTORY
b/perl-cpan/compress-raw-zlib/HISTORY
index 15f0add..d25b7d2 100644
--- a/perl-cpan/compress-raw-zlib/HISTORY
+++ b/perl-cpan/compress-raw-zlib/HISTORY
@@ -1,3 +1,6 @@
+2007-09-23 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 2.005
+
2007-03-02 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS,DEPENDS,BUILD: Created

diff --git a/perl-cpan/io-compress-base/DETAILS
b/perl-cpan/io-compress-base/DETAILS
index b6a8d01..53034ec 100755
--- a/perl-cpan/io-compress-base/DETAILS
+++ b/perl-cpan/io-compress-base/DETAILS
@@ -1,5 +1,5 @@
SPELL=io-compress-base
- VERSION=2.004
+ VERSION=2.005
SOURCE=IO-Compress-Base-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/IO-Compress-Base-$VERSION
SOURCE_URL[0]=http://www.cpan.org/authors/id/P/PM/PMQS//$SOURCE
diff --git a/perl-cpan/io-compress-base/HISTORY
b/perl-cpan/io-compress-base/HISTORY
index 755b745..a871ff2 100644
--- a/perl-cpan/io-compress-base/HISTORY
+++ b/perl-cpan/io-compress-base/HISTORY
@@ -1,3 +1,6 @@
+2007-09-23 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 2.005
+
2007-03-04 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 2.004

diff --git a/perl-cpan/io-compress-base/IO-Compress-Base-2.004.tar.gz.sig
b/perl-cpan/io-compress-base/IO-Compress-Base-2.004.tar.gz.sig
deleted file mode 100644
index 3ca3db1..0000000
Binary files a/perl-cpan/io-compress-base/IO-Compress-Base-2.004.tar.gz.sig
and /dev/null differ
diff --git a/perl-cpan/io-compress-base/IO-Compress-Base-2.005.tar.gz.sig
b/perl-cpan/io-compress-base/IO-Compress-Base-2.005.tar.gz.sig
new file mode 100644
index 0000000..56aac81
Binary files /dev/null and
b/perl-cpan/io-compress-base/IO-Compress-Base-2.005.tar.gz.sig differ
diff --git a/perl-cpan/io-compress-zlib/DETAILS
b/perl-cpan/io-compress-zlib/DETAILS
index b7291d4..1f5d414 100755
--- a/perl-cpan/io-compress-zlib/DETAILS
+++ b/perl-cpan/io-compress-zlib/DETAILS
@@ -1,5 +1,5 @@
SPELL=io-compress-zlib
- VERSION=2.004
+ VERSION=2.005
SOURCE=IO-Compress-Zlib-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/IO-Compress-Zlib-$VERSION
SOURCE_URL[0]=http://www.cpan.org/authors/id/P/PM/PMQS/$SOURCE
diff --git a/perl-cpan/io-compress-zlib/HISTORY
b/perl-cpan/io-compress-zlib/HISTORY
index ca314fb..43e9486 100644
--- a/perl-cpan/io-compress-zlib/HISTORY
+++ b/perl-cpan/io-compress-zlib/HISTORY
@@ -1,3 +1,6 @@
+2007-09-23 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 2.005
+
2007-03-04 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS,DEPENDS,BUILD: Created

diff --git a/perl-cpan/io-compress-zlib/IO-Compress-Zlib-2.004.tar.gz.sig
b/perl-cpan/io-compress-zlib/IO-Compress-Zlib-2.004.tar.gz.sig
deleted file mode 100644
index adfa822..0000000
Binary files a/perl-cpan/io-compress-zlib/IO-Compress-Zlib-2.004.tar.gz.sig
and /dev/null differ
diff --git a/perl-cpan/io-compress-zlib/IO-Compress-Zlib-2.005.tar.gz.sig
b/perl-cpan/io-compress-zlib/IO-Compress-Zlib-2.005.tar.gz.sig
new file mode 100644
index 0000000..67905a9
Binary files /dev/null and
b/perl-cpan/io-compress-zlib/IO-Compress-Zlib-2.005.tar.gz.sig differ



  • [SM-Commit] GIT changes to devel-openoffice grimoire by Eric Sandall (a0792abd85262e109e627438441559659e50f908), Eric Sandall, 09/23/2007

Archive powered by MHonArc 2.6.24.

Top of Page