diff options
author | Seth Chandler <sethbc@gentoo.org> | 2002-12-02 14:40:07 +0000 |
---|---|---|
committer | Seth Chandler <sethbc@gentoo.org> | 2002-12-02 14:40:07 +0000 |
commit | 1c6d1d6deccc553e320fcdc6b51c87824ee6f0fa (patch) | |
tree | 504721118e36876777939b2dd4951083cd70ea80 | |
parent | update changelog (diff) | |
download | gentoo-2-1c6d1d6deccc553e320fcdc6b51c87824ee6f0fa.tar.gz gentoo-2-1c6d1d6deccc553e320fcdc6b51c87824ee6f0fa.tar.bz2 gentoo-2-1c6d1d6deccc553e320fcdc6b51c87824ee6f0fa.zip |
I must be braindead today, fix the freetype.tar.bz2 for -r1
-rw-r--r-- | app-office/openoffice/openoffice-1.0.1-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-office/openoffice/openoffice-1.0.1-r2.ebuild b/app-office/openoffice/openoffice-1.0.1-r2.ebuild index 395efd2def95..f09c63ea9efe 100644 --- a/app-office/openoffice/openoffice-1.0.1-r2.ebuild +++ b/app-office/openoffice/openoffice-1.0.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.0.1-r2.ebuild,v 1.1 2002/12/02 14:25:35 sethbc Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.0.1-r2.ebuild,v 1.2 2002/12/02 14:40:07 sethbc Exp $ # IMPORTANT: This is extremely alpha!!! @@ -58,7 +58,7 @@ SRC_URI="http://ny1.mirror.openoffice.org/${PV}/OOo_${PV}_source.tar.bz2 http://sf1.mirror.openoffice.org/${PV}/OOo_${PV}_source.tar.bz2 http://www.stlport.org/archive/STLport-${STLP_VER}.tar.gz ftp://ftp.cs.man.ac.uk/pub/toby/gpc/gpc231.tar.Z - mirror://sourceforge/freetype/freetype-2.1.2.tar.gz" + mirror://sourceforge/freetype/freetype-2.1.2.tar.bz2" HOMEPAGE="http://www.openoffice.org/" LICENSE="LGPL-2 | SISSL-1.1" @@ -203,7 +203,7 @@ src_unpack() { # Get OO to build with freetype-2.1.2 cd ${S} - cp ${DISTDIR}/freetype-${FT_VER}.tar.gz ${S}/freetype/download || die + cp ${DISTDIR}/freetype-${FT_VER}.tar.bz2 ${S}/freetype/download || die cp ${FILESDIR}/${PV}/freetype-${FT_VER}.patch ${S}/freetype || die epatch ${FILESDIR}/${PV}/${P}-use-freetype-${FT_VER}.patch |