diff options
author | Andreas Proschofsky <suka@gentoo.org> | 2010-02-15 13:49:04 +0000 |
---|---|---|
committer | Andreas Proschofsky <suka@gentoo.org> | 2010-02-15 13:49:04 +0000 |
commit | ae15bcaa2283cc0556f2cb39d0787aa7f95bad5a (patch) | |
tree | 763636221cc59e365eaa62f32c3c810813787145 /app-office | |
parent | Import to gentoo from perl-experimental (diff) | |
download | gentoo-2-ae15bcaa2283cc0556f2cb39d0787aa7f95bad5a.tar.gz gentoo-2-ae15bcaa2283cc0556f2cb39d0787aa7f95bad5a.tar.bz2 gentoo-2-ae15bcaa2283cc0556f2cb39d0787aa7f95bad5a.zip |
Version bump to OpenOffice.org 3.2.0
(Portage version: 2.2_rc62/cvs/Linux i686)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/openoffice-bin/ChangeLog | 8 | ||||
-rw-r--r-- | app-office/openoffice-bin/openoffice-bin-3.2.0.ebuild (renamed from app-office/openoffice-bin/openoffice-bin-3.2.0_rc5.ebuild) | 10 |
2 files changed, 12 insertions, 6 deletions
diff --git a/app-office/openoffice-bin/ChangeLog b/app-office/openoffice-bin/ChangeLog index 7e6bbeebf6fe..4599abf56e1f 100644 --- a/app-office/openoffice-bin/ChangeLog +++ b/app-office/openoffice-bin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/openoffice-bin # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/ChangeLog,v 1.224 2010/02/04 16:22:08 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/ChangeLog,v 1.225 2010/02/15 13:49:04 suka Exp $ + +*openoffice-bin-3.2.0 (15 Feb 2010) + + 15 Feb 2010; Andreas Proschofsky <suka@gentoo.org> + -openoffice-bin-3.2.0_rc5.ebuild, +openoffice-bin-3.2.0.ebuild: + Final release for OpenOffice.org 3.2.0 *openoffice-bin-3.2.0_rc5 (04 Feb 2010) diff --git a/app-office/openoffice-bin/openoffice-bin-3.2.0_rc5.ebuild b/app-office/openoffice-bin/openoffice-bin-3.2.0.ebuild index 2c47c5df3b3e..3e3861c5ee9a 100644 --- a/app-office/openoffice-bin/openoffice-bin-3.2.0_rc5.ebuild +++ b/app-office/openoffice-bin/openoffice-bin-3.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.2.0_rc5.ebuild,v 1.1 2010/02/04 16:22:08 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-3.2.0.ebuild,v 1.1 2010/02/15 13:49:04 suka Exp $ EAPI="2" @@ -11,9 +11,9 @@ IUSE="gnome java kde" BUILDID="9483" BUILDID2="9472" UREVER="1.6.0" -MY_PV="${PV/_/}" +MY_PV="${PV}rc5" MY_PV2="${MY_PV}_20100203" -MY_PV3="${PV/_rc5/}-${BUILDID}" +MY_PV3="${PV}-${BUILDID}" BASIS="ooobasis3.2" MST="OOO320_m12" @@ -31,8 +31,8 @@ S="${WORKDIR}" UP="${PACKED}_en-US.${BUILDID}/RPMS" DESCRIPTION="OpenOffice productivity suite" -SRC_URI="x86? ( mirror://openoffice-extended/${MY_PV}/OOo_${MY_PV2}_LinuxIntel_install_wJRE_en-US.tar.gz ) - amd64? ( mirror://openoffice-extended/${MY_PV}/OOo_${MY_PV2}_LinuxX86-64_install_wJRE_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_wJRE_en-US.tar.gz )" LANGS="ar as ast bg bn ca cs da de dz el en en_GB eo es et eu fi fr gl gu hi_IN hu id is it ka km kn ko ku lt lv mk ml mr my nb nl nn oc om or pa_IN pl pt pt_BR ro ru sh si sk sl sr sv ta te th tr ug uk uz vi zh_CN zh_TW" |