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: crossover-office-pro-bin-7.0.2.ebuild crossover-office-pro-bin-7.1.0.ebuild ChangeLog crossover-office-pro-bin-8.0.0.ebuild
Date: Sun, 23 Aug 2009 10:53:07
Message-Id: E1MfAh7-0007zw-5f@stork.gentoo.org
1 vapier 09/08/23 10:53:05
2
3 Modified: ChangeLog
4 Added: crossover-office-pro-bin-7.0.2.ebuild
5 crossover-office-pro-bin-7.1.0.ebuild
6 crossover-office-pro-bin-8.0.0.ebuild
7 Log:
8 Version bump #231440 by Pacho Ramos, Robert A., Marcus D. Hanwell, and Paul Hartman.
9 (Portage version: 2.2_rc38/cvs/Linux x86_64, RepoMan options: --force)
10
11 Revision Changes Path
12 1.15 app-emulation/crossover-office-pro-bin/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog?rev=1.15&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog?rev=1.15&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog?r1=1.14&r2=1.15
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog,v
21 retrieving revision 1.14
22 retrieving revision 1.15
23 diff -u -r1.14 -r1.15
24 --- ChangeLog 2 Dec 2007 23:39:34 -0000 1.14
25 +++ ChangeLog 23 Aug 2009 10:53:04 -0000 1.15
26 @@ -1,6 +1,17 @@
27 # ChangeLog for app-emulation/crossover-office-pro-bin
28 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog,v 1.14 2007/12/02 23:39:34 vapier Exp $
30 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/ChangeLog,v 1.15 2009/08/23 10:53:04 vapier Exp $
32 +
33 +*crossover-office-pro-bin-8.0.0 (23 Aug 2009)
34 +*crossover-office-pro-bin-7.1.0 (23 Aug 2009)
35 +*crossover-office-pro-bin-7.0.2 (23 Aug 2009)
36 +
37 + 23 Aug 2009; Mike Frysinger <vapier@g.o>
38 + +crossover-office-pro-bin-7.0.2.ebuild,
39 + +crossover-office-pro-bin-7.1.0.ebuild,
40 + +crossover-office-pro-bin-8.0.0.ebuild:
41 + Version bump #231440 by Pacho Ramos, Robert A., Marcus D. Hanwell, and
42 + Paul Hartman.
43
44 *crossover-office-pro-bin-6.2.0 (02 Dec 2007)
45
46
47
48
49 1.1 app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-7.0.2.ebuild
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-7.0.2.ebuild?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-7.0.2.ebuild?rev=1.1&content-type=text/plain
53
54 Index: crossover-office-pro-bin-7.0.2.ebuild
55 ===================================================================
56 # Copyright 1999-2009 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-7.0.2.ebuild,v 1.1 2009/08/23 10:53:04 vapier Exp $
59
60 inherit eutils
61
62 DESCRIPTION="simplified/streamlined version of wine with commercial support"
63 HOMEPAGE="http://www.codeweavers.com/products/cxoffice/"
64 SRC_URI="install-crossover-pro-${PV}.sh"
65
66 LICENSE="CROSSOVER"
67 SLOT="0"
68 KEYWORDS="-* amd64 x86"
69 IUSE="nas"
70 RESTRICT="fetch strip"
71
72 RDEPEND="sys-libs/glibc
73 x11-libs/libXrandr
74 x11-libs/libXi
75 x11-libs/libXmu
76 x11-libs/libXxf86dga
77 x11-libs/libXxf86vm
78 dev-util/desktop-file-utils
79 nas? ( media-libs/nas )
80 amd64? ( app-emulation/emul-linux-x86-xlibs )"
81
82 S=${WORKDIR}
83
84 pkg_nofetch() {
85 einfo "Please visit ${HOMEPAGE}"
86 einfo "and place ${A} in ${DISTDIR}"
87 }
88
89 src_unpack() {
90 unpack_makeself
91 }
92
93 src_install() {
94 dodir /opt/cxoffice
95 cp -r * "${D}"/opt/cxoffice || die "cp failed"
96 rm -r "${D}"/opt/cxoffice/setup.{sh,data}
97 insinto /opt/cxoffice/etc
98 doins share/crossover/data/cxoffice.conf
99 }
100
101 pkg_postinst() {
102 elog "Run /opt/cxoffice/bin/cxsetup as normal user to create"
103 elog "bottles and install Windows applications."
104 }
105
106
107
108 1.1 app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-7.1.0.ebuild
109
110 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-7.1.0.ebuild?rev=1.1&view=markup
111 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-7.1.0.ebuild?rev=1.1&content-type=text/plain
112
113 Index: crossover-office-pro-bin-7.1.0.ebuild
114 ===================================================================
115 # Copyright 1999-2009 Gentoo Foundation
116 # Distributed under the terms of the GNU General Public License v2
117 # $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-7.1.0.ebuild,v 1.1 2009/08/23 10:53:04 vapier Exp $
118
119 inherit eutils
120
121 DESCRIPTION="simplified/streamlined version of wine with commercial support"
122 HOMEPAGE="http://www.codeweavers.com/products/cxoffice/"
123 SRC_URI="install-crossover-pro-${PV}.sh"
124
125 LICENSE="CROSSOVER"
126 SLOT="0"
127 KEYWORDS="-* amd64 x86"
128 IUSE="nas"
129 RESTRICT="fetch strip"
130
131 RDEPEND="sys-libs/glibc
132 x11-libs/libXrandr
133 x11-libs/libXi
134 x11-libs/libXmu
135 x11-libs/libXxf86dga
136 x11-libs/libXxf86vm
137 dev-util/desktop-file-utils
138 nas? ( media-libs/nas )
139 amd64? ( app-emulation/emul-linux-x86-xlibs )"
140
141 S=${WORKDIR}
142
143 pkg_nofetch() {
144 einfo "Please visit ${HOMEPAGE}"
145 einfo "and place ${A} in ${DISTDIR}"
146 }
147
148 src_unpack() {
149 unpack_makeself
150 }
151
152 src_install() {
153 dodir /opt/cxoffice
154 cp -r * "${D}"/opt/cxoffice || die "cp failed"
155 rm -r "${D}"/opt/cxoffice/setup.{sh,data}
156 insinto /opt/cxoffice/etc
157 doins share/crossover/data/cxoffice.conf
158 }
159
160 pkg_postinst() {
161 elog "Run /opt/cxoffice/bin/cxsetup as normal user to create"
162 elog "bottles and install Windows applications."
163 }
164
165
166
167 1.1 app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-8.0.0.ebuild
168
169 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-8.0.0.ebuild?rev=1.1&view=markup
170 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-8.0.0.ebuild?rev=1.1&content-type=text/plain
171
172 Index: crossover-office-pro-bin-8.0.0.ebuild
173 ===================================================================
174 # Copyright 1999-2009 Gentoo Foundation
175 # Distributed under the terms of the GNU General Public License v2
176 # $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-8.0.0.ebuild,v 1.1 2009/08/23 10:53:04 vapier Exp $
177
178 inherit eutils
179
180 DESCRIPTION="simplified/streamlined version of wine with commercial support"
181 HOMEPAGE="http://www.codeweavers.com/products/cxoffice/"
182 SRC_URI="install-crossover-pro-${PV}.sh"
183
184 LICENSE="CROSSOVER"
185 SLOT="0"
186 KEYWORDS="-* amd64 x86"
187 IUSE="nas"
188 RESTRICT="fetch strip"
189
190 RDEPEND="sys-libs/glibc
191 x11-libs/libXrandr
192 x11-libs/libXi
193 x11-libs/libXmu
194 x11-libs/libXxf86dga
195 x11-libs/libXxf86vm
196 dev-util/desktop-file-utils
197 nas? ( media-libs/nas )
198 amd64? ( app-emulation/emul-linux-x86-xlibs )"
199
200 S=${WORKDIR}
201
202 pkg_nofetch() {
203 einfo "Please visit ${HOMEPAGE}"
204 einfo "and place ${A} in ${DISTDIR}"
205 }
206
207 src_unpack() {
208 unpack_makeself
209 }
210
211 src_install() {
212 dodir /opt/cxoffice
213 cp -r * "${D}"/opt/cxoffice || die "cp failed"
214 rm -r "${D}"/opt/cxoffice/setup.{sh,data}
215 insinto /opt/cxoffice/etc
216 doins share/crossover/data/cxoffice.conf
217 }
218
219 pkg_postinst() {
220 elog "Run /opt/cxoffice/bin/cxsetup as normal user to create"
221 elog "bottles and install Windows applications."
222 }