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-6.2.0.ebuild
Date: Sun, 02 Dec 2007 23:39:40
Message-Id: E1IyyPP-0001LM-8D@stork.gentoo.org
1 vapier 07/12/02 23:39:35
2
3 Modified: ChangeLog
4 Added: crossover-office-pro-bin-6.2.0.ebuild
5 Log:
6 Version bump #194581 by Tom Simnett.
7 (Portage version: 2.1.4_rc4, RepoMan options: --force)
8
9 Revision Changes Path
10 1.14 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.14&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog?r1=1.13&r2=1.14
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- ChangeLog 4 Aug 2007 13:55:05 -0000 1.13
23 +++ ChangeLog 2 Dec 2007 23:39:34 -0000 1.14
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-emulation/crossover-office-pro-bin
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog,v 1.13 2007/08/04 13:55:05 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog,v 1.14 2007/12/02 23:39:34 vapier Exp $
29 +
30 +*crossover-office-pro-bin-6.2.0 (02 Dec 2007)
31 +
32 + 02 Dec 2007; Mike Frysinger <vapier@g.o>
33 + +crossover-office-pro-bin-6.2.0.ebuild:
34 + Version bump #194581 by Tom Simnett.
35
36 *crossover-office-pro-bin-6.1.0 (04 Aug 2007)
37
38
39
40
41 1.1 app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-6.2.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-6.2.0.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-6.2.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: crossover-office-pro-bin-6.2.0.ebuild
47 ===================================================================
48 # Copyright 1999-2007 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-6.2.0.ebuild,v 1.1 2007/12/02 23:39:34 vapier Exp $
51
52 inherit eutils
53
54 DESCRIPTION="specialized version of wine for MS Office"
55 HOMEPAGE="http://www.codeweavers.com/site/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 }
97
98
99
100 --
101 gentoo-commits@g.o mailing list