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.0.1.ebuild
Date: Fri, 30 Apr 2010 13:17:21
Message-Id: 20100430131715.94BE92C04C@corvid.gentoo.org
1 vapier 10/04/30 13:17:15
2
3 Modified: ChangeLog
4 Added: crossover-office-pro-bin-9.0.1.ebuild
5 Log:
6 Version bump #317377 by Michiel de Bruijne.
7 (Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.17 app-emulation/crossover-office-pro-bin/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog?r1=1.16&r2=1.17
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- ChangeLog 20 Apr 2010 07:51:42 -0000 1.16
23 +++ ChangeLog 30 Apr 2010 13:17:15 -0000 1.17
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.16 2010/04/20 07:51:42 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog,v 1.17 2010/04/30 13:17:15 vapier Exp $
29 +
30 +*crossover-office-pro-bin-9.0.1 (30 Apr 2010)
31 +
32 + 30 Apr 2010; Mike Frysinger <vapier@g.o>
33 + +crossover-office-pro-bin-9.0.1.ebuild:
34 + Version bump #317377 by Michiel de Bruijne.
35
36 *crossover-office-pro-bin-9.0.0 (20 Apr 2010)
37
38
39
40
41 1.1 app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-9.0.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-9.0.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-9.0.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: crossover-office-pro-bin-9.0.1.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.0.1.ebuild,v 1.1 2010/04/30 13:17:15 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 }