diff options
author | Andreas Proschofsky <suka@gentoo.org> | 2008-09-22 10:32:47 +0000 |
---|---|---|
committer | Andreas Proschofsky <suka@gentoo.org> | 2008-09-22 10:32:47 +0000 |
commit | e0af27d0f7d67efa55a4226613d1dae490552a0c (patch) | |
tree | 0c1b9a16ca8360dc631fe47aac24191ca7805545 /app-office | |
parent | Add ~x86 keywording. (diff) | |
download | gentoo-2-e0af27d0f7d67efa55a4226613d1dae490552a0c.tar.gz gentoo-2-e0af27d0f7d67efa55a4226613d1dae490552a0c.tar.bz2 gentoo-2-e0af27d0f7d67efa55a4226613d1dae490552a0c.zip |
Bump to RC2 of openoffice-bin-3.0
(Portage version: 2.2_rc9/cvs/Linux 2.6.26-gentoo-r1 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.0.0_rc2.ebuild (renamed from app-office/openoffice-bin/openoffice-bin-3.0.0_rc1.ebuild) | 17 |
2 files changed, 16 insertions, 9 deletions
diff --git a/app-office/openoffice-bin/ChangeLog b/app-office/openoffice-bin/ChangeLog index f6d76df4b243..a024cd31e483 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.198 2008/09/22 07:08:06 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/ChangeLog,v 1.199 2008/09/22 10:32:47 suka Exp $ + +*openoffice-bin-3.0.0_rc2 (22 Sep 2008) + + 22 Sep 2008; Andreas Proschofsky <suka@gentoo.org> + -openoffice-bin-3.0.0_rc1.ebuild, +openoffice-bin-3.0.0_rc2.ebuild: + Bump to RC2 of openoffice-bin-3.0 22 Sep 2008; Andreas Proschofsky <suka@gentoo.org> files/50-openoffice-bin: diff --git a/app-office/openoffice-bin/openoffice-bin-3.0.0_rc1.ebuild b/app-office/openoffice-bin/openoffice-bin-3.0.0_rc2.ebuild index 17e310425b0f..bcac5c2e22c3 100644 --- a/app-office/openoffice-bin/openoffice-bin-3.0.0_rc1.ebuild +++ b/app-office/openoffice-bin/openoffice-bin-3.0.0_rc2.ebuild @@ -1,25 +1,26 @@ # 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_rc1.ebuild,v 1.6 2008/09/20 19:59:40 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-3.0.0_rc2.ebuild,v 1.1 2008/09/22 10:32:47 suka Exp $ inherit eutils fdo-mime rpm multilib IUSE="gnome java kde" -BUILDID="9350" +BUILDID="9354" MY_PV="${PV/_/}" -MY_PV2="${MY_PV}_20080904" -MY_PV3="${PV/_rc1/}-${BUILDID}" +MY_PV2="${MY_PV}_20080920" +MY_PV3="${PV/_rc2/}-${BUILDID}" BASIS="ooobasis3.0" +MST="OOO300_m7" if [ "${ARCH}" = "amd64" ] ; then OOARCH="x86_64" - PACKED="OOO300_m5_native_packed-2" - PACKED2="OOO300_m5_native_packed-2" + PACKED="${MST}_native_packed-1" + PACKED2="${MST}_native_packed-1" else OOARCH="i586" - PACKED="OOO300_m5_native_packed-3" - PACKED2="OOO300_m5_native_packed-2" + PACKED="${MST}_native_packed-1" + PACKED2="${MST}_native_packed-1" fi S="${WORKDIR}/${PACKED}_en-US.${BUILDID}/RPMS" |