summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Proschofsky <suka@gentoo.org>2008-09-22 10:32:47 +0000
committerAndreas Proschofsky <suka@gentoo.org>2008-09-22 10:32:47 +0000
commit48faade8de11ce5eab7f41e6100937d823126093 (patch)
tree1b1fe1e8c98490bd2a4aa3cf77ddb9d63bab83d6 /app-office/openoffice-bin
parentAdd ~x86 keywording. (diff)
downloadhistorical-48faade8de11ce5eab7f41e6100937d823126093.tar.gz
historical-48faade8de11ce5eab7f41e6100937d823126093.tar.bz2
historical-48faade8de11ce5eab7f41e6100937d823126093.zip
Bump to RC2 of openoffice-bin-3.0
Package-Manager: portage-2.2_rc9/cvs/Linux 2.6.26-gentoo-r1 i686
Diffstat (limited to 'app-office/openoffice-bin')
-rw-r--r--app-office/openoffice-bin/ChangeLog8
-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"