blob: e711fb90de30db30418655b6dd319748caf27d81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-ximian/openoffice-ximian-1.9.199.ebuild,v 1.2 2005/11/07 20:01:01 suka Exp $
IUSE=""
DESCRIPTION="Ximian-ized version of OpenOffice.org, a full office productivity suite - now deprecated"
HOMEPAGE="http://go-oo.org"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc"
RDEPEND=""
DEPEND="${RDEPEND}"
pkg_setup() {
ewarn
ewarn " This package is now deprecated, please use app-office/openoffice "
ewarn " instead, which - starting from 2.0 - comes with all the extra stuff that "
ewarn " was previously only available in openoffice-ximian."
ewarn
ewarn " To do this you will have to unmerge openoffice-ximian first. If you "
ewarn " want to have a backup just for the case that something goes wrong "
ewarn " during the build process of app-office/openoffice, do: "
ewarn
ewarn " # quickpkg openoffice-ximian"
ewarn
ewarn " which builds a binary package. In case of a failure and that you fast "
ewarn " need a working version of OOo you can get the old version back "
ewarn " by issueing: "
ewarn
ewarn " # emerge -k =app-office/openoffice-ximian-1.3.16 "
ewarn
ewarn " (Assuming the last version you used was 1.3.16, if not just replace "
ewarn " the number) "
die
}
|