New commits:
commit c62f268941ab55534370fc6b2288bfaec2b8cea8
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>
openoffice: Updated to use rpm2targz. See Bug #15715
diff --git a/bin-editors/openoffice3-bin/DEPENDS
b/bin-editors/openoffice3-bin/DEPENDS
index 5382075..15e7336 100755
--- a/bin-editors/openoffice3-bin/DEPENDS
+++ b/bin-editors/openoffice3-bin/DEPENDS
@@ -1,5 +1,5 @@
depends gmp &&
-depends rpmunpack &&
+depends rpm2targz &&
depends freetype2 &&
depends zlib &&
depends OPENGL &&
diff --git a/bin-editors/openoffice3-bin/HISTORY
b/bin-editors/openoffice3-bin/HISTORY
index 9b0b307..51428e3 100644
--- a/bin-editors/openoffice3-bin/HISTORY
+++ b/bin-editors/openoffice3-bin/HISTORY
@@ -1,3 +1,7 @@
+2010-08-14 George Sherwood <gsherwood AT sourcemage.org>
+ * DEPENDS: depends rpm2targz. See Bug #15715
+ * PRE_BUILD: use rpm2tar and tar uncompress
+
2010-03-06 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: 3.2.0 Build 9483
* PRE_BUILD: Freedesktop menus updated to Build 9483
diff --git a/bin-editors/openoffice3-bin/PRE_BUILD
b/bin-editors/openoffice3-bin/PRE_BUILD
index e6da0f6..ff810f9 100755
--- a/bin-editors/openoffice3-bin/PRE_BUILD
+++ b/bin-editors/openoffice3-bin/PRE_BUILD
@@ -14,9 +14,8 @@ do
PART=$(sed 's/openoffice.org-\([^-]*\)-.*$/\1/;' <<< $FILE)
message "${MESSAGE_COLOR}Extracting $PART ${DEFAULT_COLOR}" &&