diff options
author | Andreas Proschofsky <suka@gentoo.org> | 2008-10-13 08:18:55 +0000 |
---|---|---|
committer | Andreas Proschofsky <suka@gentoo.org> | 2008-10-13 08:18:55 +0000 |
commit | f4ed711fb0ffaf742deced44215006b0e517778f (patch) | |
tree | ed1ca6f633339170c708e2d35c50f5008517ae53 /app-office/openoffice-bin | |
parent | New major version for GNOME-2.24. UI changes to the volume control dialog, cd... (diff) | |
download | historical-f4ed711fb0ffaf742deced44215006b0e517778f.tar.gz historical-f4ed711fb0ffaf742deced44215006b0e517778f.tar.bz2 historical-f4ed711fb0ffaf742deced44215006b0e517778f.zip |
OpenOffice.org 3.0.0, final release
Package-Manager: portage-2.2_rc12/cvs/Linux 2.6.26-gentoo-r1 i686
Diffstat (limited to 'app-office/openoffice-bin')
-rw-r--r-- | app-office/openoffice-bin/ChangeLog | 8 | ||||
-rw-r--r-- | app-office/openoffice-bin/openoffice-bin-3.0.0.ebuild (renamed from app-office/openoffice-bin/openoffice-bin-3.0.0_rc4.ebuild) | 10 |
2 files changed, 12 insertions, 6 deletions
diff --git a/app-office/openoffice-bin/ChangeLog b/app-office/openoffice-bin/ChangeLog index 659a18853e27..20fba81fee5f 100644 --- a/app-office/openoffice-bin/ChangeLog +++ b/app-office/openoffice-bin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/openoffice-bin # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/ChangeLog,v 1.201 2008/10/07 14:31:19 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/ChangeLog,v 1.202 2008/10/13 08:18:55 suka Exp $ + +*openoffice-bin-3.0.0 (13 Oct 2008) + + 13 Oct 2008; Andreas Proschofsky <suka@gentoo.org> + -openoffice-bin-3.0.0_rc4.ebuild, +openoffice-bin-3.0.0.ebuild: + OpenOffice.org 3.0.0, final release. *openoffice-bin-3.0.0_rc4 (07 Oct 2008) diff --git a/app-office/openoffice-bin/openoffice-bin-3.0.0_rc4.ebuild b/app-office/openoffice-bin/openoffice-bin-3.0.0.ebuild index 00ac13f3e056..9cef722fdae4 100644 --- a/app-office/openoffice-bin/openoffice-bin-3.0.0_rc4.ebuild +++ b/app-office/openoffice-bin/openoffice-bin-3.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-3.0.0_rc4.ebuild,v 1.1 2008/10/07 14:31:19 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-3.0.0.ebuild,v 1.1 2008/10/13 08:18:55 suka Exp $ inherit eutils fdo-mime rpm multilib @@ -8,9 +8,9 @@ IUSE="gnome java kde" BUILDID="9358" BUILDID2="9354" -MY_PV="${PV/_/}" +MY_PV="${PV}rc4" MY_PV2="${MY_PV}_20080930" -MY_PV3="${PV/_rc4/}-${BUILDID}" +MY_PV3="${PV}-${BUILDID}" BASIS="ooobasis3.0" MST="OOO300_m9" @@ -27,8 +27,8 @@ fi S="${WORKDIR}/${PACKED}_en-US.${BUILDID}/RPMS" DESCRIPTION="OpenOffice productivity suite" -SRC_URI="x86? ( mirror://openoffice/contrib/rc/${MY_PV}/OOo_${MY_PV2}_LinuxIntel_install_en-US.tar.gz ) - amd64? ( mirror://openoffice/contrib/rc/${MY_PV}/OOo_${MY_PV2}_LinuxX86-64_install_en-US.tar.gz )" +SRC_URI="x86? ( mirror://openoffice/stable/${PV}/OOo_${PV}_LinuxIntel_install_en-US.tar.gz ) + amd64? ( mirror://openoffice/stable/${PV}/OOo_${PV}_LinuxX86-64_install_en-US.tar.gz )" LANGS="af ar as_IN be_BY bg br bs ca cs da de dz el en en_GB en_ZA es et fi fr ga gu he hi_IN hr hu it ja ka km ko lt mk ml_IN mr_IN nb ne nl nn nr ns or_IN pa_IN pl pt rw sh sk sl sr ss st sv sw_TZ ta te_IN tg th ti_ER tr ts uk ur_IN ve vi xh zh_CN zh_TW zu" |