Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Julien ROZO (da8ad99004b9ba89306e1a44b8dc27a7a5c77ef9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Julien ROZO <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Julien ROZO (da8ad99004b9ba89306e1a44b8dc27a7a5c77ef9)
  • Date: Tue, 1 Apr 2008 05:02:55 -0500

GIT changes to master z-rejected grimoire by Julien ROZO <julien AT rozo.org>:

dev/null
|binary
z-editors/openoffice2-bin-lang-es/DETAILS
| 4 ++--
z-editors/openoffice2-bin-lang-es/HISTORY
| 5 +++++
z-editors/openoffice2-bin-lang-es/INSTALL
| 2 +-

z-editors/openoffice2-bin-lang-es/OOo_2.3.0_LinuxIntel_langpack_es.tar.gz.sig
| 0

z-editors/openoffice2-bin-lang-es/OOo_2.4.0_LinuxIntel_langpack_es.tar.gz.sig
|binary
z-editors/openoffice2-bin-lang-fr/DETAILS
| 4 ++--
z-editors/openoffice2-bin-lang-fr/HISTORY
| 5 +++++
z-editors/openoffice2-bin-lang-fr/INSTALL
| 2 +-

z-editors/openoffice2-bin-lang-fr/OOo_2.3.1_LinuxIntel_langpack_fr.tar.gz.sig
| 0

z-editors/openoffice2-bin-lang-fr/OOo_2.4.0_LinuxIntel_langpack_fr.tar.gz.sig
|binary
z-editors/openoffice2-bin-lang-pl/DETAILS
| 4 ++--
z-editors/openoffice2-bin-lang-pl/HISTORY
| 5 +++++
z-editors/openoffice2-bin-lang-pl/INSTALL
| 2 +-

z-editors/openoffice2-bin-lang-pl/OOo_2.3.1_LinuxIntel_langpack_pl.tar.gz.sig
| 0

z-editors/openoffice2-bin-lang-pl/OOo_2.4.0_LinuxIntel_langpack_pl.tar.gz.sig
|binary
16 files changed, 24 insertions(+), 9 deletions(-)

New commits:
commit da8ad99004b9ba89306e1a44b8dc27a7a5c77ef9
Author: Julien ROZO <julien AT rozo.org>
Commit: Julien ROZO <julien AT rozo.org>

openoffice2-bin-lang-pl: updated version to 2.4.0
INSTALL now uses ${VERSION%.*} instead of hard-coded version to
always remove the last digit for "branch" (e.g. 2.4)

commit 9d1725ada387a4a5b30db01bee8cdaeb91823320
Author: Julien ROZO <julien AT rozo.org>
Commit: Julien ROZO <julien AT rozo.org>

openoffice2-bin-lang-es: updated version to 2.4.0
INSTALL now uses ${VERSION%.*} instead of hard-coded version to
always remove the last digit for "branch" (e.g. 2.4)

commit 1659921ca9cfe5b14ac7affd94fa7232d1ecb080
Author: Julien ROZO <julien AT rozo.org>
Commit: Julien ROZO <julien AT rozo.org>

openoffice2-bin-lang-fr: updated version to 2.4.0
INSTALL now uses ${VERSION%.*} instead of hard-coded version to
always remove the last digit for "branch" (e.g. 2.4)

diff --git a/z-editors/openoffice2-bin-lang-es/DETAILS
b/z-editors/openoffice2-bin-lang-es/DETAILS
index 6c4f9c5..5439a57 100755
--- a/z-editors/openoffice2-bin-lang-es/DETAILS
+++ b/z-editors/openoffice2-bin-lang-es/DETAILS
@@ -1,11 +1,11 @@
SPELL=openoffice2-bin-lang-es
- VERSION=2.3.0
+ VERSION=2.4.0
OOO_LANG=es
LANG_PATH="openoffice/localized/$OOO_LANG/$VERSION"
SOURCE="OOo_${VERSION}_LinuxIntel_langpack_${OOO_LANG}.tar.gz"
SOURCE_URL[0]="http://mirrors.isc.org/pub/${LANG_PATH}/$SOURCE";
SOURCE_GPG="gurus.gpg:$SOURCE.sig"
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/OOG680_m5_native_packed-1_${OOO_LANG}.9221
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/OOH680_m12_native_packed-1_${OOO_LANG}.9286
LICENSE[0]=LGPL
WEB_SITE=http://www.openoffice.org
ENTERED=20050625
diff --git a/z-editors/openoffice2-bin-lang-es/HISTORY
b/z-editors/openoffice2-bin-lang-es/HISTORY
index 4fb28b2..183edbe 100644
--- a/z-editors/openoffice2-bin-lang-es/HISTORY
+++ b/z-editors/openoffice2-bin-lang-es/HISTORY
@@ -1,3 +1,8 @@
+2008-04-01 Julien "_kaze_" ROZO <julien AT rozo.org>
+ * DETAILS: updated version to 2.4.0
+ * INSTALL: now uses ${VERSION%.*} instead of hard-coded version to
+ always remove the last digit for "branch" (e.g. 2.4)
+
2007-12-27 Julien "_kaze_" ROZO <julien AT rozo.org>
* OOo_2.3.0_LinuxIntel_langpack_nl.tar.gz.sig: removed

diff --git a/z-editors/openoffice2-bin-lang-es/INSTALL
b/z-editors/openoffice2-bin-lang-es/INSTALL
index cc907ac..f16ae2f 100755
--- a/z-editors/openoffice2-bin-lang-es/INSTALL
+++ b/z-editors/openoffice2-bin-lang-es/INSTALL
@@ -3,5 +3,5 @@ if ! [[ -d $INSTALLDIR ]] ; then
mkdir -p $INSTALLDIR
fi
cd $SOURCE_DIRECTORY/RPMS &&
-cp -r $SOURCE_DIRECTORY/RPMS/opt/openoffice.org2.3/* \
+cp -r $SOURCE_DIRECTORY/RPMS/opt/openoffice.org${VERSION%.*}/* \
$INSTALL_ROOT/opt/openoffice/
diff --git
a/z-editors/openoffice2-bin-lang-es/OOo_2.3.0_LinuxIntel_langpack_es.tar.gz.sig

b/z-editors/openoffice2-bin-lang-es/OOo_2.3.0_LinuxIntel_langpack_es.tar.gz.sig
deleted file mode 100644
index 3517116..0000000
Binary files
a/z-editors/openoffice2-bin-lang-es/OOo_2.3.0_LinuxIntel_langpack_es.tar.gz.sig
and /dev/null differ
diff --git
a/z-editors/openoffice2-bin-lang-es/OOo_2.4.0_LinuxIntel_langpack_es.tar.gz.sig

b/z-editors/openoffice2-bin-lang-es/OOo_2.4.0_LinuxIntel_langpack_es.tar.gz.sig
new file mode 100644
index 0000000..e358d1c
Binary files /dev/null and
b/z-editors/openoffice2-bin-lang-es/OOo_2.4.0_LinuxIntel_langpack_es.tar.gz.sig
differ
diff --git a/z-editors/openoffice2-bin-lang-fr/DETAILS
b/z-editors/openoffice2-bin-lang-fr/DETAILS
index d3f202c..7a2a3ee 100755
--- a/z-editors/openoffice2-bin-lang-fr/DETAILS
+++ b/z-editors/openoffice2-bin-lang-fr/DETAILS
@@ -1,11 +1,11 @@
SPELL=openoffice2-bin-lang-fr
- VERSION=2.3.1
+ VERSION=2.4.0
OOO_LANG=fr
LANG_PATH="openoffice/localized/$OOO_LANG/$VERSION"
SOURCE="OOo_${VERSION}_LinuxIntel_langpack_${OOO_LANG}.tar.gz"
SOURCE_URL[0]="http://mirrors.isc.org/pub/${LANG_PATH}/$SOURCE";
SOURCE_GPG="gurus.gpg:$SOURCE.sig"
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/OOG680_m9_native_packed-1_${OOO_LANG}.9238
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/OOH680_m12_native_packed-1_${OOO_LANG}.9286
LICENSE[0]=LGPL
WEB_SITE=http://www.openoffice.org
ENTERED=20050625
diff --git a/z-editors/openoffice2-bin-lang-fr/HISTORY
b/z-editors/openoffice2-bin-lang-fr/HISTORY
index 9b02d24..98150ff 100644
--- a/z-editors/openoffice2-bin-lang-fr/HISTORY
+++ b/z-editors/openoffice2-bin-lang-fr/HISTORY
@@ -1,3 +1,8 @@
+2008-04-01 Julien "_kaze_" ROZO <julien AT rozo.org>
+ * DETAILS: updated version to 2.4.0
+ * INSTALL: now uses ${VERSION%.*} instead of hard-coded version to
+ always remove the last digit for "branch" (e.g. 2.4)
+
2007-12-27 Julien "_kaze_" ROZO <julien AT rozo.org>
* DETAILS: updated version to 2.3.1

diff --git a/z-editors/openoffice2-bin-lang-fr/INSTALL
b/z-editors/openoffice2-bin-lang-fr/INSTALL
index cc907ac..f16ae2f 100755
--- a/z-editors/openoffice2-bin-lang-fr/INSTALL
+++ b/z-editors/openoffice2-bin-lang-fr/INSTALL
@@ -3,5 +3,5 @@ if ! [[ -d $INSTALLDIR ]] ; then
mkdir -p $INSTALLDIR
fi
cd $SOURCE_DIRECTORY/RPMS &&
-cp -r $SOURCE_DIRECTORY/RPMS/opt/openoffice.org2.3/* \
+cp -r $SOURCE_DIRECTORY/RPMS/opt/openoffice.org${VERSION%.*}/* \
$INSTALL_ROOT/opt/openoffice/
diff --git
a/z-editors/openoffice2-bin-lang-fr/OOo_2.3.1_LinuxIntel_langpack_fr.tar.gz.sig

b/z-editors/openoffice2-bin-lang-fr/OOo_2.3.1_LinuxIntel_langpack_fr.tar.gz.sig
deleted file mode 100644
index afe4b19..0000000
Binary files
a/z-editors/openoffice2-bin-lang-fr/OOo_2.3.1_LinuxIntel_langpack_fr.tar.gz.sig
and /dev/null differ
diff --git
a/z-editors/openoffice2-bin-lang-fr/OOo_2.4.0_LinuxIntel_langpack_fr.tar.gz.sig

b/z-editors/openoffice2-bin-lang-fr/OOo_2.4.0_LinuxIntel_langpack_fr.tar.gz.sig
new file mode 100644
index 0000000..a1da193
Binary files /dev/null and
b/z-editors/openoffice2-bin-lang-fr/OOo_2.4.0_LinuxIntel_langpack_fr.tar.gz.sig
differ
diff --git a/z-editors/openoffice2-bin-lang-pl/DETAILS
b/z-editors/openoffice2-bin-lang-pl/DETAILS
index 7339771..595f8b4 100755
--- a/z-editors/openoffice2-bin-lang-pl/DETAILS
+++ b/z-editors/openoffice2-bin-lang-pl/DETAILS
@@ -1,11 +1,11 @@
SPELL=openoffice2-bin-lang-pl
- VERSION=2.3.1
+ VERSION=2.4.0
OOO_LANG=pl
LANG_PATH="openoffice/localized/$OOO_LANG/$VERSION"
SOURCE="OOo_${VERSION}_LinuxIntel_langpack_${OOO_LANG}.tar.gz"
SOURCE_URL[0]="http://mirrors.isc.org/pub/${LANG_PATH}/$SOURCE";
SOURCE_GPG="gurus.gpg:$SOURCE.sig"
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/OOG680_m9_native_packed-1_${OOO_LANG}.9238
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/OOH680_m12_native_packed-1_${OOO_LANG}.9286
LICENSE[0]=LGPL
WEB_SITE=http://www.openoffice.org
ENTERED=20050625
diff --git a/z-editors/openoffice2-bin-lang-pl/HISTORY
b/z-editors/openoffice2-bin-lang-pl/HISTORY
index 9b02d24..acdd686 100644
--- a/z-editors/openoffice2-bin-lang-pl/HISTORY
+++ b/z-editors/openoffice2-bin-lang-pl/HISTORY
@@ -1,3 +1,8 @@
+2008-04-01 Julien "_kaze_" ROZO <julien AT rozo.org>
+ * DETAILS: updated version to 2.4.0
+ * INSTALL: now uses ${VERSION%.*} instead of hard-coded version to
+ always remove the last digit for "branch" (e.g. 2.4)
+
2007-12-27 Julien "_kaze_" ROZO <julien AT rozo.org>
* DETAILS: updated version to 2.3.1

diff --git a/z-editors/openoffice2-bin-lang-pl/INSTALL
b/z-editors/openoffice2-bin-lang-pl/INSTALL
index cc907ac..f16ae2f 100755
--- a/z-editors/openoffice2-bin-lang-pl/INSTALL
+++ b/z-editors/openoffice2-bin-lang-pl/INSTALL
@@ -3,5 +3,5 @@ if ! [[ -d $INSTALLDIR ]] ; then
mkdir -p $INSTALLDIR
fi
cd $SOURCE_DIRECTORY/RPMS &&
-cp -r $SOURCE_DIRECTORY/RPMS/opt/openoffice.org2.3/* \
+cp -r $SOURCE_DIRECTORY/RPMS/opt/openoffice.org${VERSION%.*}/* \
$INSTALL_ROOT/opt/openoffice/
diff --git
a/z-editors/openoffice2-bin-lang-pl/OOo_2.3.1_LinuxIntel_langpack_pl.tar.gz.sig

b/z-editors/openoffice2-bin-lang-pl/OOo_2.3.1_LinuxIntel_langpack_pl.tar.gz.sig
deleted file mode 100644
index 8584ba7..0000000
Binary files
a/z-editors/openoffice2-bin-lang-pl/OOo_2.3.1_LinuxIntel_langpack_pl.tar.gz.sig
and /dev/null differ
diff --git
a/z-editors/openoffice2-bin-lang-pl/OOo_2.4.0_LinuxIntel_langpack_pl.tar.gz.sig

b/z-editors/openoffice2-bin-lang-pl/OOo_2.4.0_LinuxIntel_langpack_pl.tar.gz.sig
new file mode 100644
index 0000000..01d8c5a
Binary files /dev/null and
b/z-editors/openoffice2-bin-lang-pl/OOo_2.4.0_LinuxIntel_langpack_pl.tar.gz.sig
differ



  • [SM-Commit] GIT changes to master z-rejected grimoire by Julien ROZO (da8ad99004b9ba89306e1a44b8dc27a7a5c77ef9), Julien ROZO, 04/01/2008

Archive powered by MHonArc 2.6.24.

Top of Page