Gentoo Archives: gentoo-commits

From: "Wulf Krueger (philantrop)" <philantrop@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/crossover-office-bin: ChangeLog crossover-office-bin-6.1.0.ebuild crossover-office-bin-6.2.0.ebuild
Date: Sun, 21 Oct 2007 18:52:59
Message-Id: E1IjfkW-0006eP-Rh@stork.gentoo.org
1 philantrop 07/10/21 18:42:08
2
3 Modified: ChangeLog
4 Added: crossover-office-bin-6.1.0.ebuild
5 crossover-office-bin-6.2.0.ebuild
6 Log:
7 Added ebuilds for CrossOver 6.1.0 and 6.2.0 as kindly permitted by vapier.
8 (Portage version: 2.1.3.15)
9
10 Revision Changes Path
11 1.15 app-emulation/crossover-office-bin/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/crossover-office-bin/ChangeLog?rev=1.15&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/crossover-office-bin/ChangeLog?rev=1.15&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/crossover-office-bin/ChangeLog?r1=1.14&r2=1.15
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/ChangeLog,v
20 retrieving revision 1.14
21 retrieving revision 1.15
22 diff -u -r1.14 -r1.15
23 --- ChangeLog 2 Jul 2007 13:48:55 -0000 1.14
24 +++ ChangeLog 21 Oct 2007 18:42:08 -0000 1.15
25 @@ -1,6 +1,13 @@
26 # ChangeLog for app-emulation/crossover-office-bin
27 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/ChangeLog,v 1.14 2007/07/02 13:48:55 peper Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/ChangeLog,v 1.15 2007/10/21 18:42:08 philantrop Exp $
30 +
31 +*crossover-office-bin-6.2.0 (21 Oct 2007)
32 +*crossover-office-bin-6.1.0 (21 Oct 2007)
33 +
34 + 21 Oct 2007; Wulf C. Krueger <philantrop@g.o>
35 + +crossover-office-bin-6.1.0.ebuild, +crossover-office-bin-6.2.0.ebuild:
36 + Added ebuilds for CrossOver 6.1.0 and 6.2.0 as kindly permitted by vapier.
37
38 02 Jul 2007; Piotr JaroszyƄski <peper@g.o>
39 crossover-office-bin-6.0.0.ebuild, crossover-office-bin-6.0.1.ebuild:
40
41
42
43 1.1 app-emulation/crossover-office-bin/crossover-office-bin-6.1.0.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.1.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.1.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: crossover-office-bin-6.1.0.ebuild
49 ===================================================================
50 # Copyright 1999-2007 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.1.0.ebuild,v 1.1 2007/10/21 18:42:08 philantrop Exp $
53
54 inherit eutils
55
56 DESCRIPTION="specialized version of wine for MS Office"
57 HOMEPAGE="http://www.codeweavers.com/site/products/cxoffice/"
58 SRC_URI="install-crossover-standard-${PV}.sh"
59
60 LICENSE="CROSSOVER"
61 SLOT="0"
62 KEYWORDS="-* ~amd64 ~x86"
63 IUSE="nas"
64 RESTRICT="fetch strip"
65
66 RDEPEND="sys-libs/glibc
67 x11-libs/libXrandr
68 x11-libs/libXi
69 x11-libs/libXmu
70 x11-libs/libXmu
71 x11-libs/libXxf86dga
72 x11-libs/libXxf86vm
73 dev-util/desktop-file-utils
74 nas? ( media-libs/nas )
75 amd64? ( app-emulation/emul-linux-x86-xlibs )"
76
77 S="${WORKDIR}"
78
79 pkg_nofetch() {
80 einfo "Please visit ${HOMEPAGE}"
81 einfo "and place ${A} in ${DISTDIR}"
82 }
83
84 src_unpack() {
85 unpack_makeself
86 }
87
88 src_install() {
89 dodir /opt/cxoffice
90 cp -r * "${D}"/opt/cxoffice || die "cp failed"
91 rm -r "${D}"/opt/cxoffice/setup.{sh,data}
92 insinto /opt/cxoffice/etc
93 doins support/templates/cxoffice.conf
94 }
95
96 pkg_postinst() {
97 einfo "Run /opt/cxoffice/bin/cxsetup as normal user to create"
98 einfo "bottles and install Windows applications."
99 }
100
101
102
103 1.1 app-emulation/crossover-office-bin/crossover-office-bin-6.2.0.ebuild
104
105 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.2.0.ebuild?rev=1.1&view=markup
106 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.2.0.ebuild?rev=1.1&content-type=text/plain
107
108 Index: crossover-office-bin-6.2.0.ebuild
109 ===================================================================
110 # Copyright 1999-2007 Gentoo Foundation
111 # Distributed under the terms of the GNU General Public License v2
112 # $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.2.0.ebuild,v 1.1 2007/10/21 18:42:08 philantrop Exp $
113
114 inherit eutils
115
116 DESCRIPTION="specialized version of wine for MS Office"
117 HOMEPAGE="http://www.codeweavers.com/site/products/cxoffice/"
118 SRC_URI="install-crossover-standard-${PV}.sh"
119
120 LICENSE="CROSSOVER"
121 SLOT="0"
122 KEYWORDS="-* ~amd64 ~x86"
123 IUSE="nas"
124 RESTRICT="fetch strip"
125
126 RDEPEND="sys-libs/glibc
127 x11-libs/libXrandr
128 x11-libs/libXi
129 x11-libs/libXmu
130 x11-libs/libXmu
131 x11-libs/libXxf86dga
132 x11-libs/libXxf86vm
133 dev-util/desktop-file-utils
134 nas? ( media-libs/nas )
135 amd64? ( app-emulation/emul-linux-x86-xlibs )"
136
137 S="${WORKDIR}"
138
139 pkg_nofetch() {
140 einfo "Please visit ${HOMEPAGE}"
141 einfo "and place ${A} in ${DISTDIR}"
142 }
143
144 src_unpack() {
145 unpack_makeself
146 }
147
148 src_install() {
149 dodir /opt/cxoffice
150 cp -r * "${D}"/opt/cxoffice || die "cp failed"
151 rm -r "${D}"/opt/cxoffice/setup.{sh,data}
152 insinto /opt/cxoffice/etc
153 doins support/templates/cxoffice.conf
154 }
155
156 pkg_postinst() {
157 einfo "Run /opt/cxoffice/bin/cxsetup as normal user to create"
158 einfo "bottles and install Windows applications."
159 }
160
161
162
163 --
164 gentoo-commits@g.o mailing list