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