diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-09-04 13:20:08 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-09-04 13:20:08 +0000 |
commit | deb5f528c64c00fb45159efc1c15bb2fca28ca13 (patch) | |
tree | f6b41c2d81a93df49004225bc0eecc1e7faaa3b8 /app-office | |
parent | Changed dependencies. See bug #55942 for details. (diff) | |
download | historical-deb5f528c64c00fb45159efc1c15bb2fca28ca13.tar.gz historical-deb5f528c64c00fb45159efc1c15bb2fca28ca13.tar.bz2 historical-deb5f528c64c00fb45159efc1c15bb2fca28ca13.zip |
Forgot little sparc fix
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/openoffice-ximian/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/openoffice-ximian/Manifest | 4 | ||||
-rw-r--r-- | app-office/openoffice-ximian/openoffice-ximian-1.1.61.ebuild | 9 |
3 files changed, 12 insertions, 7 deletions
diff --git a/app-office/openoffice-ximian/ChangeLog b/app-office/openoffice-ximian/ChangeLog index 3d159c5ae98c..474f01841055 100644 --- a/app-office/openoffice-ximian/ChangeLog +++ b/app-office/openoffice-ximian/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/openoffice-ximian # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-ximian/ChangeLog,v 1.69 2004/09/04 12:19:26 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-ximian/ChangeLog,v 1.70 2004/09/04 13:20:08 gustavoz Exp $ + + 04 Sep 2004; Gustavo Zacarias <gustavoz@gentoo.org> + openoffice-ximian-1.1.61.ebuild: + Forgot little sparc fix 04 Sep 2004; Gustavo Zacarias <gustavoz@gentoo.org> openoffice-ximian-1.1.61.ebuild: diff --git a/app-office/openoffice-ximian/Manifest b/app-office/openoffice-ximian/Manifest index c5e01c422742..e8bcaa37a96a 100644 --- a/app-office/openoffice-ximian/Manifest +++ b/app-office/openoffice-ximian/Manifest @@ -1,7 +1,7 @@ -MD5 6fd1f05d7eaa48121f1db0e606ab2d91 ChangeLog 16844 +MD5 885bfff0ea286795d81279cab7e441d2 ChangeLog 16960 MD5 f3942f82433bf5ae16461240cbcc4984 metadata.xml 300 MD5 84a7b7cc8a310ca581074341880fa8ee openoffice-ximian-1.1.55.ebuild 15343 -MD5 e0cf86c2c247ee11d29d11ec70ee9f04 openoffice-ximian-1.1.61.ebuild 16239 +MD5 53a519045a2417084987708004a2d020 openoffice-ximian-1.1.61.ebuild 16287 MD5 331b4f5efdf8403741e7720df558b404 openoffice-ximian-1.3.0.ebuild 15861 MD5 501916073d51ed198116feb3b9610baa openoffice-ximian-1.3.2.ebuild 16013 MD5 4448ae80f966581ae798bf217b10567d files/digest-openoffice-ximian-1.1.61 290 diff --git a/app-office/openoffice-ximian/openoffice-ximian-1.1.61.ebuild b/app-office/openoffice-ximian/openoffice-ximian-1.1.61.ebuild index b0a9a8ac7902..150920c3f59c 100644 --- a/app-office/openoffice-ximian/openoffice-ximian-1.1.61.ebuild +++ b/app-office/openoffice-ximian/openoffice-ximian-1.1.61.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-ximian/openoffice-ximian-1.1.61.ebuild,v 1.5 2004/09/04 12:19:26 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-ximian/openoffice-ximian-1.1.61.ebuild,v 1.6 2004/09/04 13:20:08 gustavoz Exp $ # IMPORTANT: This is extremely alpha!!! @@ -244,9 +244,10 @@ src_unpack() { rm stlport/STLport-4.5.3.patch epatch ${FILESDIR}/${OO_VER}/newstlportfix.patch - if [ ${ARCH} = "sparc" ]; then - epatch ${FILESDIR}/${OO_VER}/openoffice-1.1.0-sparc64-fix.patch - fi +# Ximian includes the sparc patch (gustavoz) +# if [ ${ARCH} = "sparc" ]; then +# epatch ${FILESDIR}/${OO_VER}/openoffice-1.1.0-sparc64-fix.patch +# fi if use ooo-kde; then DISTRO=KDE |