diff options
author | Joseph Jezak <josejx@gentoo.org> | 2004-12-04 09:00:50 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2004-12-04 09:00:50 +0000 |
commit | a42fdb9474a57f7c57c94e3f26fc153259b13b43 (patch) | |
tree | 0a27f79e1e13cc61fb038a9139a3b4ac64d255ec /app-office | |
parent | removed dso-configure patch and set DSO=auto to address bug 72895 (Manifest r... (diff) | |
download | gentoo-2-a42fdb9474a57f7c57c94e3f26fc153259b13b43.tar.gz gentoo-2-a42fdb9474a57f7c57c94e3f26fc153259b13b43.tar.bz2 gentoo-2-a42fdb9474a57f7c57c94e3f26fc153259b13b43.zip |
Added missing files for ppc build and marked ~ppc, see bug #71286.
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/openoffice/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/openoffice/openoffice-1.1.3-r1.ebuild | 19 |
2 files changed, 19 insertions, 5 deletions
diff --git a/app-office/openoffice/ChangeLog b/app-office/openoffice/ChangeLog index c3f4ba841796..45517692f782 100644 --- a/app-office/openoffice/ChangeLog +++ b/app-office/openoffice/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/openoffice # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/ChangeLog,v 1.91 2004/11/18 03:13:04 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/ChangeLog,v 1.92 2004/12/04 09:00:49 josejx Exp $ + + 04 Dec 2004; Joseph Jezak <josejx@gentoo.org> openoffice-1.1.3-r1.ebuild: + Added missing files for ppc build and marked ~ppc, see bug #71286. 17 Nov 2004; Jason Wever <weeve@gentoo.org> openoffice-1.1.3.ebuild: Stable on sparc. diff --git a/app-office/openoffice/openoffice-1.1.3-r1.ebuild b/app-office/openoffice/openoffice-1.1.3-r1.ebuild index 4f95f9032736..5a9ea4ec7fc0 100644 --- a/app-office/openoffice/openoffice-1.1.3-r1.ebuild +++ b/app-office/openoffice/openoffice-1.1.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.1.3-r1.ebuild,v 1.4 2004/11/16 09:29:39 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.1.3-r1.ebuild,v 1.5 2004/12/04 09:00:50 josejx Exp $ # Notes: # @@ -33,12 +33,16 @@ INSTDIR="${LOC}/OpenOffice.org" S="${WORKDIR}/OOo_${PV}_src" DESCRIPTION="OpenOffice.org, a full office productivity suite." SRC_URI="mirror://openoffice/stable/${PV}/OOo_${PV}-1_source.tar.gz - http://www.stlport.org/archive/STLport-4.6.2.tar.gz" + http://www.stlport.org/archive/STLport-4.6.2.tar.gz + ppc? ( http://www.openoffice.org/files/documents/111/2112/LINUXGCCPinc.zip + http://www.openoffice.org/files/documents/111/2113/LINUXGCCPlib.zip + http://www.openoffice.org/files/documents/111/2114/LINUXGCCPruntime.zip )" + HOMEPAGE="http://www.openoffice.org/" LICENSE="|| ( LGPL-2 SISSL-1.1 )" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" RDEPEND="!app-office/openoffice-bin >=sys-libs/glibc-2.1 @@ -210,9 +214,16 @@ src_unpack() { cd ${WORKDIR} unpack ${A} + cd ${S} + + # Fix for missing ppc mozilla includes bug #71268 + if use ppc; then + cp ${DISTDIR}/LINUXGCCPinc.zip ${S}/moz/zipped || die + cp ${DISTDIR}/LINUXGCCPlib.zip ${S}/moz/zipped || die + cp ${DISTDIR}/LINUXGCCPruntime.zip ${S}/moz/zipped || die + fi #Still needed: The STLport patch - cd ${S} cp ${DISTDIR}/STLport-4.6.2.tar.gz ${S}/stlport/download || die epatch ${FILESDIR}/${PV}/newstlportfix2.patch |