blob: ec97ec96ac68ba3453dd52dc40f5cd66b9f5e24a (
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-2006 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.5 2006/01/21 19:08:29 josejx 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="ppc sparc x86"
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.9-r1 "
ewarn
ewarn " (Assuming the last version you used was 1.3.9-r1, if not just replace "
ewarn " the number) "
die
}
|