diff options
author | Seth Chandler <sethbc@gentoo.org> | 2003-01-28 23:57:39 +0000 |
---|---|---|
committer | Seth Chandler <sethbc@gentoo.org> | 2003-01-28 23:57:39 +0000 |
commit | 0b867d0b1124f92fdb17ffc87978f2184ad208ca (patch) | |
tree | a228041a28ae53cd7ab54f61e74aa32339612068 /app-office | |
parent | added ~sparc keyword (diff) | |
download | historical-0b867d0b1124f92fdb17ffc87978f2184ad208ca.tar.gz historical-0b867d0b1124f92fdb17ffc87978f2184ad208ca.tar.bz2 historical-0b867d0b1124f92fdb17ffc87978f2184ad208ca.zip |
fix src_uri for the openoffice source tbz2s...
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/openoffice/openoffice-1.0.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-office/openoffice/openoffice-1.0.2.ebuild b/app-office/openoffice/openoffice-1.0.2.ebuild index 5d509a54334f..8b8aa2f6204d 100644 --- a/app-office/openoffice/openoffice-1.0.2.ebuild +++ b/app-office/openoffice/openoffice-1.0.2.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.2.ebuild,v 1.1 2003/01/28 22:20:59 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.0.2.ebuild,v 1.2 2003/01/28 23:57:39 sethbc Exp $ # IMPORTANT: This is extremely alpha!!! @@ -55,8 +55,8 @@ STLP_VER="4.5.3" INSTDIR="${LOC}/OpenOffice.org${PV}" S="${WORKDIR}/oo_${PV}_src" DESCRIPTION="OpenOffice.org, a full office productivity suite." -SRC_URI="http://ny1.mirror.openoffice.org/${PV}/OOo_${PV}_source.tar.bz2 - http://sf1.mirror.openoffice.org/${PV}/OOo_${PV}_source.tar.bz2 +SRC_URI="http://ny1.mirror.openoffice.org/stable/${PV}/OOo_${PV}_source.tar.bz2 + http://sf1.mirror.openoffice.org/stable/${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-${FT_VER}.tar.bz2" |