diff options
author | Seth Chandler <sethbc@gentoo.org> | 2003-01-31 23:51:15 +0000 |
---|---|---|
committer | Seth Chandler <sethbc@gentoo.org> | 2003-01-31 23:51:15 +0000 |
commit | 43a3f270ca8f2e0519c188a606c9d909c296c8af (patch) | |
tree | 22fbec17ffc6b95246e8976b1e8b333a66e9d6d5 /app-office/openoffice | |
parent | new package. x86 masked. fixes #12863 (diff) | |
download | gentoo-2-43a3f270ca8f2e0519c188a606c9d909c296c8af.tar.gz gentoo-2-43a3f270ca8f2e0519c188a606c9d909c296c8af.tar.bz2 gentoo-2-43a3f270ca8f2e0519c188a606c9d909c296c8af.zip |
change the SRC_URI for openoffice
Diffstat (limited to 'app-office/openoffice')
-rw-r--r-- | app-office/openoffice/openoffice-1.0.1-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-office/openoffice/openoffice-1.0.1-r3.ebuild b/app-office/openoffice/openoffice-1.0.1-r3.ebuild index b77baab45710..a1cdd9e01958 100644 --- a/app-office/openoffice/openoffice-1.0.1-r3.ebuild +++ b/app-office/openoffice/openoffice-1.0.1-r3.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-r3.ebuild,v 1.10 2003/01/31 20:28:34 sethbc Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.0.1-r3.ebuild,v 1.11 2003/01/31 23:51:15 sethbc Exp $ # IMPORTANT: This is extremely alpha!!! @@ -54,8 +54,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-2.1.2.tar.gz" |