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: Thu, 23 Aug 2012 13:41:12
Message-Id: 20120823134052.DDF292046D@flycatcher.gentoo.org
1 dev-zero 12/08/23 13:40:52
2
3 Modified: xsd-3.3.0.ebuild ChangeLog
4 Log:
5 Fix compatibility with boost >=1.49.0 (filesystem v2 gone), bug #425426.
6
7 (Portage version: 2.1.11.9/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 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.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild?r1=1.3&r2=1.4
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.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- xsd-3.3.0.ebuild 1 Jun 2012 20:52:32 -0000 1.3
23 +++ xsd-3.3.0.ebuild 23 Aug 2012 13:40:52 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $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 $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild,v 1.4 2012/08/23 13:40:52 dev-zero Exp $
29
30 EAPI="2"
31
32 @@ -30,7 +30,8 @@
33 "${FILESDIR}/${PV}-disable_examples_and_tests.patch" \
34 "${FILESDIR}/${PV}-xsdcxx-rename.patch" \
35 "${FILESDIR}/${PV}-fix_include.patch" \
36 - "${FILESDIR}/${PV}-fix_tests.patch"
37 + "${FILESDIR}/${PV}-fix_tests.patch" \
38 + "${FILESDIR}/${PV}-boost-filesystem-v2-deprecation.patch"
39 }
40
41 use_yesno() {
42 @@ -65,7 +66,7 @@
43 cxx_optimize := n
44 cxx_debug := n
45 cxx_rpath := n
46 -cxx_pp_extra_options := -DBOOST_FILESYSTEM_VERSION=2
47 +cxx_pp_extra_options :=
48 cxx_extra_options := ${CXXFLAGS} -I${BOOST_INC}
49 cxx_ld_extra_options := ${LDFLAGS}
50 cxx_extra_libs :=
51
52
53
54 1.4 dev-cpp/xsd/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/ChangeLog?rev=1.4&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/ChangeLog?rev=1.4&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/ChangeLog?r1=1.3&r2=1.4
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/xsd/ChangeLog,v
63 retrieving revision 1.3
64 retrieving revision 1.4
65 diff -u -r1.3 -r1.4
66 --- ChangeLog 1 Jun 2012 20:52:32 -0000 1.3
67 +++ ChangeLog 23 Aug 2012 13:40:52 -0000 1.4
68 @@ -1,6 +1,10 @@
69 # ChangeLog for dev-cpp/xsd
70 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/xsd/ChangeLog,v 1.3 2012/06/01 20:52:32 dev-zero Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/xsd/ChangeLog,v 1.4 2012/08/23 13:40:52 dev-zero Exp $
73 +
74 + 23 Aug 2012; Tiziano Müller <dev-zero@g.o>
75 + +files/3.3.0-boost-filesystem-v2-deprecation.patch, xsd-3.3.0.ebuild:
76 + Fix compatibility with boost >=1.49.0 (filesystem v2 gone), bug #425426.
77
78 01 Jun 2012; Tiziano Müller <dev-zero@g.o> xsd-3.3.0.ebuild:
79 Fix bug #372925 by adding -DBOOST_FILESYSTEM_VERSION=2 to
80 @@ -16,4 +20,3 @@
81 +files/3.3.0-fix_include.patch, +files/3.3.0-fix_tests.patch,
82 +files/3.3.0-xsdcxx-rename.patch, +xsd-3.3.0.ebuild, +metadata.xml:
83 Initial commit (ebuild written by me).
84 -