diff options
author | Seth Chandler <sethbc@gentoo.org> | 2002-12-03 13:43:22 +0000 |
---|---|---|
committer | Seth Chandler <sethbc@gentoo.org> | 2002-12-03 13:43:22 +0000 |
commit | 104f248ab8495cd2ac72f0825c94f5290266776c (patch) | |
tree | 50935c03048b85ec54bd80016312565e95ca1f77 /app-office | |
parent | New clients for RC5-72 (diff) | |
download | gentoo-2-104f248ab8495cd2ac72f0825c94f5290266776c.tar.gz gentoo-2-104f248ab8495cd2ac72f0825c94f5290266776c.tar.bz2 gentoo-2-104f248ab8495cd2ac72f0825c94f5290266776c.zip |
freetype bz2 problems
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/openoffice/openoffice-1.0.1-r1.ebuild | 6 | ||||
-rw-r--r-- | app-office/openoffice/openoffice-1.0.1-r2.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app-office/openoffice/openoffice-1.0.1-r1.ebuild b/app-office/openoffice/openoffice-1.0.1-r1.ebuild index 90b73c1c5bb9..d4ce4c1727e1 100644 --- a/app-office/openoffice/openoffice-1.0.1-r1.ebuild +++ b/app-office/openoffice/openoffice-1.0.1-r1.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-r1.ebuild,v 1.9 2002/12/02 14:41:05 sethbc Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.0.1-r1.ebuild,v 1.10 2002/12/03 13:43:22 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.bz2" + mirror://sourceforge/freetype/freetype-2.1.2.tar.gz" HOMEPAGE="http://www.openoffice.org/" LICENSE="LGPL-2 | SISSL-1.1" @@ -204,7 +204,7 @@ src_unpack() { # Get OO to build with freetype-2.1.2 cd ${S} - cp ${DISTDIR}/freetype-${FT_VER}.tar.bz2 ${S}/freetype/download || die + cp ${DISTDIR}/freetype-${FT_VER}.tar.gz ${S}/freetype/download || die cp ${FILESDIR}/${PV}/freetype-${FT_VER}.patch ${S}/freetype || die epatch ${FILESDIR}/${PV}/${P}-use-freetype-${FT_VER}.patch diff --git a/app-office/openoffice/openoffice-1.0.1-r2.ebuild b/app-office/openoffice/openoffice-1.0.1-r2.ebuild index f62aad50226f..8056fb0589dc 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.4 2002/12/03 10:26:00 sethbc Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.0.1-r2.ebuild,v 1.5 2002/12/03 13:43:22 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.bz2" + mirror://sourceforge/freetype/freetype-2.1.2.tar.gz" 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.bz2 ${S}/freetype/download || die + cp ${DISTDIR}/freetype-${FT_VER}.tar.gz ${S}/freetype/download || die cp ${FILESDIR}/${PV}/freetype-${FT_VER}.patch ${S}/freetype || die epatch ${FILESDIR}/${PV}/${P}-use-freetype-${FT_VER}.patch |