Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 25498 - new openoffice release 1.1 rc2
Summary: new openoffice release 1.1 rc2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Office Team
URL: http://www.openoffice.org/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-29 04:04 UTC by Pol
Modified: 2003-08-02 01:35 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild for openoffice-bin-1.1_rc2 (openoffice-bin-1.1_rc2.ebuild,6.02 KB, text/plain)
2003-07-31 21:37 UTC, Troy Dack
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pol 2003-07-29 04:04:20 UTC
New release.

1.1RC2
Comment 1 Troy Dack 2003-07-31 21:37:57 UTC
Created attachment 15308 [details]
Ebuild for openoffice-bin-1.1_rc2
Comment 2 Troy Dack 2003-07-31 21:42:51 UTC
Sorry, posting the whole ebuild really wasn't required. 
 
Diff for the ebuild (the tar ball is named slightly different): 
 
diff -uNr openoffice-bin-1.1_rc1.ebuild openoffice-bin-1.1_rc2.ebuild 
--- openoffice-bin-1.1_rc1.ebuild       2003-07-24 17:51:31.000000000 +1000 
+++ openoffice-bin-1.1_rc2.ebuild       2003-08-01 13:42:35.696402648 +1000 
@@ -14,7 +14,7 @@ 
 
 INSTDIR="${LOC}/OpenOffice.org${PV}" 
 #MY_PV="`echo ${PV} | gawk '{ print tolower($1) }'`" 
-MY_PV="${PV/_rc1/rc}" 
+MY_PV="${PV/_rc2/rc2}" 
 if [ `use ppc` ]; then 
        MY_P="OOo_${MY_PV}_LinuxPowerPC_installer" 
 S="${WORKDIR}/${MY_P}" 
 
Diff for the wrapper script: 
 
diff -uNr files/1.1_rc1/ooffice-wrapper-1.3 files/1.1_rc2/ooffice-wrapper-1.3 
--- files/1.1_rc1/ooffice-wrapper-1.3   2003-07-24 17:51:31.000000000 +1000 
+++ files/1.1_rc2/ooffice-wrapper-1.3   2003-08-01 14:32:11.756972672 +1000 
@@ -23,7 +23,7 @@ 
 
 # this string should be exactly as in ~/.sversionrc 
 PV=<pv> 
-OOVERSION="OpenOffice.org ${PV//_rc1}" 
+OOVERSION="OpenOffice.org ${PV//_rc2}" 
 
 ## 
 ## Source system configuration file 
 
Comment 3 Brad Laue (RETIRED) gentoo-dev 2003-08-02 01:35:24 UTC
Added updated -bin to CVS, thanks! Also look for

    # Install user autoresponse file
    insinto /etc/openoffice
    sed -e "s|<pv>|${PV//_rc1}|g" ${T}/rsfile-local > ${T}/autoresponse-${PV}.conf

When making patches