Gentoo Archives: gentoo-commits

From: "Tiziano Mueller (dev-zero)" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-cpp/xsd: xsd-3.3.0.ebuild ChangeLog
Date: Fri, 01 Jun 2012 20:52:47
Message-Id: 20120601205232.CC2F82004B@flycatcher.gentoo.org
1 dev-zero 12/06/01 20:52:32
2
3 Modified: xsd-3.3.0.ebuild ChangeLog
4 Log:
5 Fix bug #372925 by adding -DBOOST_FILESYSTEM_VERSION=2 to cxx_pp_extra_options.
6
7 (Portage version: 2.1.10.56/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-cpp/xsd/xsd-3.3.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild?r1=1.2&r2=1.3
15
16 Index: xsd-3.3.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- xsd-3.3.0.ebuild 21 Oct 2010 05:49:02 -0000 1.2
23 +++ xsd-3.3.0.ebuild 1 Jun 2012 20:52:32 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild,v 1.2 2010/10/21 05:49:02 dev-zero Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild,v 1.3 2012/06/01 20:52:32 dev-zero Exp $
30
31 EAPI="2"
32
33 @@ -16,7 +16,7 @@
34
35 RDEPEND=">=dev-libs/xerces-c-3
36 >=dev-libs/boost-1.40.0
37 - >=dev-cpp/libcult-1.4.6
38 + >=dev-cpp/libcult-1.4.6-r1
39 >=dev-cpp/libxsd-frontend-1.17.0
40 >=dev-cpp/libbackend-elements-1.7.2
41 ace? ( dev-libs/ace )
42 @@ -65,7 +65,7 @@
43 cxx_optimize := n
44 cxx_debug := n
45 cxx_rpath := n
46 -cxx_pp_extra_options :=
47 +cxx_pp_extra_options := -DBOOST_FILESYSTEM_VERSION=2
48 cxx_extra_options := ${CXXFLAGS} -I${BOOST_INC}
49 cxx_ld_extra_options := ${LDFLAGS}
50 cxx_extra_libs :=
51
52
53
54 1.3 dev-cpp/xsd/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/ChangeLog?rev=1.3&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/ChangeLog?rev=1.3&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/ChangeLog?r1=1.2&r2=1.3
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/xsd/ChangeLog,v
63 retrieving revision 1.2
64 retrieving revision 1.3
65 diff -u -r1.2 -r1.3
66 --- ChangeLog 21 Oct 2010 05:49:02 -0000 1.2
67 +++ ChangeLog 1 Jun 2012 20:52:32 -0000 1.3
68 @@ -1,6 +1,10 @@
69 # ChangeLog for dev-cpp/xsd
70 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/xsd/ChangeLog,v 1.2 2010/10/21 05:49:02 dev-zero Exp $
72 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
73 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/xsd/ChangeLog,v 1.3 2012/06/01 20:52:32 dev-zero Exp $
74 +
75 + 01 Jun 2012; Tiziano Müller <dev-zero@g.o> xsd-3.3.0.ebuild:
76 + Fix bug #372925 by adding -DBOOST_FILESYSTEM_VERSION=2 to
77 + cxx_pp_extra_options.
78
79 21 Oct 2010; Tiziano Müller <dev-zero@g.o> xsd-3.3.0.ebuild:
80 Added example xsd file to docs.