Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/crossover-office-pro-bin: ChangeLog crossover-office-pro-bin-9.2.0.ebuild
Date: Tue, 01 Mar 2011 02:51:48
Message-Id: 20110301025137.74C6D20057@flycatcher.gentoo.org
1 vapier 11/03/01 02:51:37
2
3 Modified: ChangeLog
4 Added: crossover-office-pro-bin-9.2.0.ebuild
5 Log:
6 Version bump #342791 by Michiel de Bruijne.
7
8 (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.20 app-emulation/crossover-office-pro-bin/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog?rev=1.20&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog?rev=1.20&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog?r1=1.19&r2=1.20
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog,v
20 retrieving revision 1.19
21 retrieving revision 1.20
22 diff -u -r1.19 -r1.20
23 --- ChangeLog 3 Aug 2010 18:25:00 -0000 1.19
24 +++ ChangeLog 1 Mar 2011 02:51:37 -0000 1.20
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-emulation/crossover-office-pro-bin
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog,v 1.19 2010/08/03 18:25:00 vapier Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog,v 1.20 2011/03/01 02:51:37 vapier Exp $
31 +
32 +*crossover-office-pro-bin-9.2.0 (01 Mar 2011)
33 +
34 + 01 Mar 2011; Mike Frysinger <vapier@g.o>
35 + +crossover-office-pro-bin-9.2.0.ebuild:
36 + Version bump #342791 by Michiel de Bruijne.
37
38 03 Aug 2010; Mike Frysinger <vapier@g.o>
39 crossover-office-pro-bin-9.1.0.ebuild:
40
41
42
43 1.1 app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-9.2.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-9.2.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-9.2.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: crossover-office-pro-bin-9.2.0.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-9.2.0.ebuild,v 1.1 2011/03/01 02:51:37 vapier Exp $
53
54 EAPI="3"
55
56 inherit eutils
57
58 DESCRIPTION="simplified/streamlined version of wine with commercial support"
59 HOMEPAGE="http://www.codeweavers.com/products/cxoffice/"
60 SRC_URI="install-crossover-pro-${PV}.sh"
61
62 LICENSE="CROSSOVER"
63 SLOT="0"
64 KEYWORDS="-* ~amd64 ~x86"
65 IUSE="nas"
66 RESTRICT="fetch strip"
67
68 RDEPEND="sys-libs/glibc
69 x11-libs/libXrandr
70 x11-libs/libXi
71 x11-libs/libXmu
72 x11-libs/libXxf86dga
73 x11-libs/libXxf86vm
74 dev-util/desktop-file-utils
75 nas? ( media-libs/nas )
76 amd64? ( app-emulation/emul-linux-x86-xlibs )
77 media-libs/jpeg:62
78 media-libs/libpng:1.2"
79
80 S=${WORKDIR}
81
82 pkg_nofetch() {
83 einfo "Please visit ${HOMEPAGE}"
84 einfo "and place ${A} in ${DISTDIR}"
85 }
86
87 src_unpack() {
88 unpack_makeself
89 }
90
91 src_install() {
92 dodir /opt/cxoffice
93 cp -r * "${D}"/opt/cxoffice || die "cp failed"
94 rm -r "${D}"/opt/cxoffice/setup.{sh,data}
95 insinto /opt/cxoffice/etc
96 doins share/crossover/data/cxoffice.conf
97 }
98
99 pkg_postinst() {
100 elog "Run /opt/cxoffice/bin/cxsetup as normal user to create"
101 elog "bottles and install Windows applications."
102 }