Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/mingw-runtime: mingw-runtime-3.14.ebuild ChangeLog
Date: Wed, 02 Jul 2008 21:49:35
Message-Id: E1KEACf-0008EL-Gr@stork.gentoo.org
1 vapier 08/07/02 21:49:29
2
3 Modified: mingw-runtime-3.14.ebuild ChangeLog
4 Log:
5 Workaround portage IUSE deficiencies by adding the expanded crosscompile_opts.
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25 x86_64)
7
8 Revision Changes Path
9 1.2 dev-util/mingw-runtime/mingw-runtime-3.14.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.14.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.14.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.14.ebuild?r1=1.1&r2=1.2
14
15 Index: mingw-runtime-3.14.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.14.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- mingw-runtime-3.14.ebuild 20 Jan 2008 03:44:40 -0000 1.1
22 +++ mingw-runtime-3.14.ebuild 2 Jul 2008 21:49:29 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.14.ebuild,v 1.1 2008/01/20 03:44:40 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.14.ebuild,v 1.2 2008/07/02 21:49:29 vapier Exp $
28
29 # This version does not work as the configure script expects the installed
30 # cross-compiler to be able to link binaries ... except we haven't provided
31 @@ -25,7 +25,7 @@
32 LICENSE="BSD"
33 SLOT="0"
34 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
35 -IUSE=""
36 +IUSE="crosscompile_opts_headers-only"
37 RESTRICT="strip"
38
39 DEPEND=""
40
41
42
43 1.11 dev-util/mingw-runtime/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mingw-runtime/ChangeLog?rev=1.11&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mingw-runtime/ChangeLog?rev=1.11&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/mingw-runtime/ChangeLog?r1=1.10&r2=1.11
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/ChangeLog,v
52 retrieving revision 1.10
53 retrieving revision 1.11
54 diff -u -r1.10 -r1.11
55 --- ChangeLog 20 Jan 2008 03:44:40 -0000 1.10
56 +++ ChangeLog 2 Jul 2008 21:49:29 -0000 1.11
57 @@ -1,6 +1,10 @@
58 # ChangeLog for dev-util/mingw-runtime
59 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/ChangeLog,v 1.10 2008/01/20 03:44:40 vapier Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/ChangeLog,v 1.11 2008/07/02 21:49:29 vapier Exp $
62 +
63 + 02 Jul 2008; Mike Frysinger <vapier@g.o> mingw-runtime-3.14.ebuild:
64 + Workaround portage IUSE deficiencies by adding the expanded
65 + crosscompile_opts.
66
67 *mingw-runtime-3.14 (20 Jan 2008)
68
69
70
71
72 --
73 gentoo-commits@l.g.o mailing list