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