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-bin: crossover-office-bin-6.1.0.ebuild crossover-office-bin-6.0.1.ebuild crossover-office-bin-6.2.0.ebuild crossover-office-bin-6.0.0.ebuild
Date: Thu, 27 Dec 2007 21:29:16
Message-Id: E1J80Hu-0004ky-FV@stork.gentoo.org
1 vapier 07/12/27 21:29:10
2
3 Modified: crossover-office-bin-6.1.0.ebuild
4 crossover-office-bin-6.0.1.ebuild
5 crossover-office-bin-6.2.0.ebuild
6 crossover-office-bin-6.0.0.ebuild
7 Log:
8 tweak DESCRIPTION #203428
9 (Portage version: 2.1.4_rc11)
10
11 Revision Changes Path
12 1.2 app-emulation/crossover-office-bin/crossover-office-bin-6.1.0.ebuild
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.1.0.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.1.0.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.1.0.ebuild?r1=1.1&r2=1.2
17
18 Index: crossover-office-bin-6.1.0.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.1.0.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- crossover-office-bin-6.1.0.ebuild 21 Oct 2007 18:42:08 -0000 1.1
25 +++ crossover-office-bin-6.1.0.ebuild 27 Dec 2007 21:29:09 -0000 1.2
26 @@ -1,16 +1,16 @@
27 # Copyright 1999-2007 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $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 $
30 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.1.0.ebuild,v 1.2 2007/12/27 21:29:09 vapier Exp $
31
32 inherit eutils
33
34 -DESCRIPTION="specialized version of wine for MS Office"
35 -HOMEPAGE="http://www.codeweavers.com/site/products/cxoffice/"
36 +DESCRIPTION="simplified/streamlined version of wine with commercial support"
37 +HOMEPAGE="http://www.codeweavers.com/products/cxoffice/"
38 SRC_URI="install-crossover-standard-${PV}.sh"
39
40 LICENSE="CROSSOVER"
41 SLOT="0"
42 -KEYWORDS="-* ~amd64 ~x86"
43 +KEYWORDS="-* amd64 x86"
44 IUSE="nas"
45 RESTRICT="fetch strip"
46
47 @@ -25,7 +25,7 @@
48 nas? ( media-libs/nas )
49 amd64? ( app-emulation/emul-linux-x86-xlibs )"
50
51 -S="${WORKDIR}"
52 +S=${WORKDIR}
53
54 pkg_nofetch() {
55 einfo "Please visit ${HOMEPAGE}"
56
57
58
59 1.3 app-emulation/crossover-office-bin/crossover-office-bin-6.0.1.ebuild
60
61 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.0.1.ebuild?rev=1.3&view=markup
62 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.0.1.ebuild?rev=1.3&content-type=text/plain
63 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.0.1.ebuild?r1=1.2&r2=1.3
64
65 Index: crossover-office-bin-6.0.1.ebuild
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.0.1.ebuild,v
68 retrieving revision 1.2
69 retrieving revision 1.3
70 diff -u -r1.2 -r1.3
71 --- crossover-office-bin-6.0.1.ebuild 2 Jul 2007 13:48:55 -0000 1.2
72 +++ crossover-office-bin-6.0.1.ebuild 27 Dec 2007 21:29:09 -0000 1.3
73 @@ -1,11 +1,11 @@
74 # Copyright 1999-2007 Gentoo Foundation
75 # Distributed under the terms of the GNU General Public License v2
76 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.0.1.ebuild,v 1.2 2007/07/02 13:48:55 peper Exp $
77 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.0.1.ebuild,v 1.3 2007/12/27 21:29:09 vapier Exp $
78
79 inherit eutils
80
81 -DESCRIPTION="specialized version of wine for MS Office"
82 -HOMEPAGE="http://www.codeweavers.com/site/products/cxoffice/"
83 +DESCRIPTION="simplified/streamlined version of wine with commercial support"
84 +HOMEPAGE="http://www.codeweavers.com/products/cxoffice/"
85 SRC_URI="install-crossover-standard-${PV}.sh"
86
87 LICENSE="CROSSOVER"
88
89
90
91 1.2 app-emulation/crossover-office-bin/crossover-office-bin-6.2.0.ebuild
92
93 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.2.0.ebuild?rev=1.2&view=markup
94 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.2.0.ebuild?rev=1.2&content-type=text/plain
95 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.2.0.ebuild?r1=1.1&r2=1.2
96
97 Index: crossover-office-bin-6.2.0.ebuild
98 ===================================================================
99 RCS file: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.2.0.ebuild,v
100 retrieving revision 1.1
101 retrieving revision 1.2
102 diff -u -r1.1 -r1.2
103 --- crossover-office-bin-6.2.0.ebuild 21 Oct 2007 18:42:08 -0000 1.1
104 +++ crossover-office-bin-6.2.0.ebuild 27 Dec 2007 21:29:09 -0000 1.2
105 @@ -1,16 +1,16 @@
106 # Copyright 1999-2007 Gentoo Foundation
107 # Distributed under the terms of the GNU General Public License v2
108 -# $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 $
109 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.2.0.ebuild,v 1.2 2007/12/27 21:29:09 vapier Exp $
110
111 inherit eutils
112
113 -DESCRIPTION="specialized version of wine for MS Office"
114 -HOMEPAGE="http://www.codeweavers.com/site/products/cxoffice/"
115 +DESCRIPTION="simplified/streamlined version of wine with commercial support"
116 +HOMEPAGE="http://www.codeweavers.com/products/cxoffice/"
117 SRC_URI="install-crossover-standard-${PV}.sh"
118
119 LICENSE="CROSSOVER"
120 SLOT="0"
121 -KEYWORDS="-* ~amd64 ~x86"
122 +KEYWORDS="-* amd64 x86"
123 IUSE="nas"
124 RESTRICT="fetch strip"
125
126 @@ -25,7 +25,7 @@
127 nas? ( media-libs/nas )
128 amd64? ( app-emulation/emul-linux-x86-xlibs )"
129
130 -S="${WORKDIR}"
131 +S=${WORKDIR}
132
133 pkg_nofetch() {
134 einfo "Please visit ${HOMEPAGE}"
135
136
137
138 1.3 app-emulation/crossover-office-bin/crossover-office-bin-6.0.0.ebuild
139
140 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.0.0.ebuild?rev=1.3&view=markup
141 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.0.0.ebuild?rev=1.3&content-type=text/plain
142 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.0.0.ebuild?r1=1.2&r2=1.3
143
144 Index: crossover-office-bin-6.0.0.ebuild
145 ===================================================================
146 RCS file: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.0.0.ebuild,v
147 retrieving revision 1.2
148 retrieving revision 1.3
149 diff -u -r1.2 -r1.3
150 --- crossover-office-bin-6.0.0.ebuild 2 Jul 2007 13:48:55 -0000 1.2
151 +++ crossover-office-bin-6.0.0.ebuild 27 Dec 2007 21:29:09 -0000 1.3
152 @@ -1,11 +1,11 @@
153 # Copyright 1999-2007 Gentoo Foundation
154 # Distributed under the terms of the GNU General Public License v2
155 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.0.0.ebuild,v 1.2 2007/07/02 13:48:55 peper Exp $
156 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.0.0.ebuild,v 1.3 2007/12/27 21:29:09 vapier Exp $
157
158 inherit eutils
159
160 -DESCRIPTION="specialized version of wine for MS Office"
161 -HOMEPAGE="http://www.codeweavers.com/site/products/cxoffice/"
162 +DESCRIPTION="simplified/streamlined version of wine with commercial support"
163 +HOMEPAGE="http://www.codeweavers.com/products/cxoffice/"
164 SRC_URI="install-crossover-standard-${PV}.sh"
165
166 LICENSE="CROSSOVER"
167
168
169
170 --
171 gentoo-commits@g.o mailing list