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.2.0.ebuild ChangeLog crossover-office-bin-6.0.0.ebuild crossover-office-bin-6.0.1.ebuild
Date: Sun, 05 Feb 2012 05:27:38
Message-Id: 20120205052728.C2FC62004C@flycatcher.gentoo.org
1 vapier 12/02/05 05:27:28
2
3 Modified: crossover-office-bin-6.1.0.ebuild
4 crossover-office-bin-6.2.0.ebuild ChangeLog
5 crossover-office-bin-6.0.0.ebuild
6 crossover-office-bin-6.0.1.ebuild
7 Log:
8 Move to new unpacker eclass for unpack_makeself.
9
10 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
11
12 Revision Changes Path
13 1.4 app-emulation/crossover-office-bin/crossover-office-bin-6.1.0.ebuild
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.1.0.ebuild?rev=1.4&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.1.0.ebuild?rev=1.4&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.1.0.ebuild?r1=1.3&r2=1.4
18
19 Index: crossover-office-bin-6.1.0.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.1.0.ebuild,v
22 retrieving revision 1.3
23 retrieving revision 1.4
24 diff -u -r1.3 -r1.4
25 --- crossover-office-bin-6.1.0.ebuild 5 Mar 2009 08:38:03 -0000 1.3
26 +++ crossover-office-bin-6.1.0.ebuild 5 Feb 2012 05:27:28 -0000 1.4
27 @@ -1,8 +1,8 @@
28 -# Copyright 1999-2009 Gentoo Foundation
29 +# Copyright 1999-2012 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.1.0.ebuild,v 1.3 2009/03/05 08:38:03 vapier Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.1.0.ebuild,v 1.4 2012/02/05 05:27:28 vapier Exp $
33
34 -inherit eutils
35 +inherit unpacker
36
37 DESCRIPTION="simplified/streamlined version of wine with commercial support"
38 HOMEPAGE="http://www.codeweavers.com/products/cxoffice/"
39 @@ -31,10 +31,6 @@
40 einfo "and place ${A} in ${DISTDIR}"
41 }
42
43 -src_unpack() {
44 - unpack_makeself
45 -}
46 -
47 src_install() {
48 dodir /opt/cxoffice
49 cp -r * "${D}"/opt/cxoffice || die "cp failed"
50
51
52
53 1.5 app-emulation/crossover-office-bin/crossover-office-bin-6.2.0.ebuild
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.2.0.ebuild?rev=1.5&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.2.0.ebuild?rev=1.5&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.2.0.ebuild?r1=1.4&r2=1.5
58
59 Index: crossover-office-bin-6.2.0.ebuild
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.2.0.ebuild,v
62 retrieving revision 1.4
63 retrieving revision 1.5
64 diff -u -r1.4 -r1.5
65 --- crossover-office-bin-6.2.0.ebuild 7 Jul 2009 23:02:56 -0000 1.4
66 +++ crossover-office-bin-6.2.0.ebuild 5 Feb 2012 05:27:28 -0000 1.5
67 @@ -1,8 +1,8 @@
68 -# Copyright 1999-2009 Gentoo Foundation
69 +# Copyright 1999-2012 Gentoo Foundation
70 # Distributed under the terms of the GNU General Public License v2
71 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.2.0.ebuild,v 1.4 2009/07/07 23:02:56 flameeyes Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.2.0.ebuild,v 1.5 2012/02/05 05:27:28 vapier Exp $
73
74 -inherit eutils
75 +inherit unpacker
76
77 DESCRIPTION="simplified/streamlined version of wine with commercial support"
78 HOMEPAGE="http://www.codeweavers.com/products/cxoffice/"
79 @@ -31,10 +31,6 @@
80 elog "and place ${A} in ${DISTDIR}"
81 }
82
83 -src_unpack() {
84 - unpack_makeself
85 -}
86 -
87 src_install() {
88 dodir /opt/cxoffice
89 cp -r * "${D}"/opt/cxoffice || die "cp failed"
90
91
92
93 1.18 app-emulation/crossover-office-bin/ChangeLog
94
95 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/crossover-office-bin/ChangeLog?rev=1.18&view=markup
96 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/crossover-office-bin/ChangeLog?rev=1.18&content-type=text/plain
97 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/crossover-office-bin/ChangeLog?r1=1.17&r2=1.18
98
99 Index: ChangeLog
100 ===================================================================
101 RCS file: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/ChangeLog,v
102 retrieving revision 1.17
103 retrieving revision 1.18
104 diff -u -r1.17 -r1.18
105 --- ChangeLog 7 Jul 2009 23:02:56 -0000 1.17
106 +++ ChangeLog 5 Feb 2012 05:27:28 -0000 1.18
107 @@ -1,6 +1,11 @@
108 # ChangeLog for app-emulation/crossover-office-bin
109 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
110 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/ChangeLog,v 1.17 2009/07/07 23:02:56 flameeyes Exp $
111 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
112 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/ChangeLog,v 1.18 2012/02/05 05:27:28 vapier Exp $
113 +
114 + 05 Feb 2012; Mike Frysinger <vapier@g.o>
115 + crossover-office-bin-6.0.0.ebuild, crossover-office-bin-6.0.1.ebuild,
116 + crossover-office-bin-6.1.0.ebuild, crossover-office-bin-6.2.0.ebuild:
117 + Move to new unpacker eclass for unpack_makeself.
118
119 07 Jul 2009; Diego E. Pettenò <flameeyes@g.o>
120 crossover-office-bin-6.2.0.ebuild:
121
122
123
124 1.5 app-emulation/crossover-office-bin/crossover-office-bin-6.0.0.ebuild
125
126 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.0.0.ebuild?rev=1.5&view=markup
127 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.0.0.ebuild?rev=1.5&content-type=text/plain
128 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.0.0.ebuild?r1=1.4&r2=1.5
129
130 Index: crossover-office-bin-6.0.0.ebuild
131 ===================================================================
132 RCS file: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.0.0.ebuild,v
133 retrieving revision 1.4
134 retrieving revision 1.5
135 diff -u -r1.4 -r1.5
136 --- crossover-office-bin-6.0.0.ebuild 5 Mar 2009 08:38:03 -0000 1.4
137 +++ crossover-office-bin-6.0.0.ebuild 5 Feb 2012 05:27:28 -0000 1.5
138 @@ -1,8 +1,8 @@
139 -# Copyright 1999-2009 Gentoo Foundation
140 +# Copyright 1999-2012 Gentoo Foundation
141 # Distributed under the terms of the GNU General Public License v2
142 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.0.0.ebuild,v 1.4 2009/03/05 08:38:03 vapier Exp $
143 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.0.0.ebuild,v 1.5 2012/02/05 05:27:28 vapier Exp $
144
145 -inherit eutils
146 +inherit unpacker
147
148 DESCRIPTION="simplified/streamlined version of wine with commercial support"
149 HOMEPAGE="http://www.codeweavers.com/products/cxoffice/"
150 @@ -31,10 +31,6 @@
151 einfo "and place ${A} in ${DISTDIR}"
152 }
153
154 -src_unpack() {
155 - unpack_makeself
156 -}
157 -
158 src_install() {
159 dodir /opt/cxoffice
160 cp -r * "${D}"/opt/cxoffice || die "cp failed"
161
162
163
164 1.5 app-emulation/crossover-office-bin/crossover-office-bin-6.0.1.ebuild
165
166 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.0.1.ebuild?rev=1.5&view=markup
167 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.0.1.ebuild?rev=1.5&content-type=text/plain
168 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.0.1.ebuild?r1=1.4&r2=1.5
169
170 Index: crossover-office-bin-6.0.1.ebuild
171 ===================================================================
172 RCS file: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.0.1.ebuild,v
173 retrieving revision 1.4
174 retrieving revision 1.5
175 diff -u -r1.4 -r1.5
176 --- crossover-office-bin-6.0.1.ebuild 5 Mar 2009 08:38:03 -0000 1.4
177 +++ crossover-office-bin-6.0.1.ebuild 5 Feb 2012 05:27:28 -0000 1.5
178 @@ -1,8 +1,8 @@
179 -# Copyright 1999-2009 Gentoo Foundation
180 +# Copyright 1999-2012 Gentoo Foundation
181 # Distributed under the terms of the GNU General Public License v2
182 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.0.1.ebuild,v 1.4 2009/03/05 08:38:03 vapier Exp $
183 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-6.0.1.ebuild,v 1.5 2012/02/05 05:27:28 vapier Exp $
184
185 -inherit eutils
186 +inherit unpacker
187
188 DESCRIPTION="simplified/streamlined version of wine with commercial support"
189 HOMEPAGE="http://www.codeweavers.com/products/cxoffice/"
190 @@ -31,10 +31,6 @@
191 einfo "and place ${A} in ${DISTDIR}"
192 }
193
194 -src_unpack() {
195 - unpack_makeself
196 -}
197 -
198 src_install() {
199 dodir /opt/cxoffice
200 cp -r * "${D}"/opt/cxoffice || die "cp failed"