public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-cpp/libxsd-frontend: libxsd-frontend-1.18.0.ebuild libxsd-frontend-1.17.0.ebuild ChangeLog
@ 2012-08-23 13:19 Tiziano Mueller (dev-zero)
  0 siblings, 0 replies; only message in thread
From: Tiziano Mueller (dev-zero) @ 2012-08-23 13:19 UTC (permalink / raw
  To: gentoo-commits

dev-zero    12/08/23 13:19:38

  Modified:             libxsd-frontend-1.18.0.ebuild
                        libxsd-frontend-1.17.0.ebuild ChangeLog
  Log:
  Fix compatibility with boost >=1.49.0 (filesystem v2 gone), bug #424761.
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-cpp/libxsd-frontend/libxsd-frontend-1.18.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libxsd-frontend/libxsd-frontend-1.18.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libxsd-frontend/libxsd-frontend-1.18.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libxsd-frontend/libxsd-frontend-1.18.0.ebuild?r1=1.1&r2=1.2

Index: libxsd-frontend-1.18.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libxsd-frontend/libxsd-frontend-1.18.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libxsd-frontend-1.18.0.ebuild	1 Jun 2012 20:50:58 -0000	1.1
+++ libxsd-frontend-1.18.0.ebuild	23 Aug 2012 13:19:38 -0000	1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxsd-frontend/libxsd-frontend-1.18.0.ebuild,v 1.1 2012/06/01 20:50:58 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxsd-frontend/libxsd-frontend-1.18.0.ebuild,v 1.2 2012/08/23 13:19:38 dev-zero Exp $
 
 EAPI="4"
 
-inherit toolchain-funcs versionator
+inherit eutils toolchain-funcs versionator
 
 DESCRIPTION="A compiler frontend for the W3C XML Schema definition language."
 HOMEPAGE="http://www.codesynthesis.com/projects/libxsd-frontend/"
@@ -21,6 +21,10 @@
 DEPEND="${RDEPEND}
 	dev-util/build:0.3"
 
+src_prepare() {
+	epatch "${FILESDIR}/1.17.0-boost-filesystem-v2-deprecation.patch"
+}
+
 src_configure() {
 	BOOST_PKG="$(best_version ">=dev-libs/boost-1.35.0-r5")"
 	BOOST_VER="$(get_version_component_range 1-2 "${BOOST_PKG/*boost-/}")"
@@ -36,7 +40,7 @@
 cxx_optimize := n
 cxx_debug    := n
 cxx_rpath    := n
-cxx_pp_extra_options := -DBOOST_FILESYSTEM_VERSION=2
+cxx_pp_extra_options :=
 cxx_extra_options    := ${CXXFLAGS} -I${BOOST_INC}
 cxx_ld_extra_options := ${LDFLAGS}
 cxx_extra_libs       :=



1.3                  dev-cpp/libxsd-frontend/libxsd-frontend-1.17.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libxsd-frontend/libxsd-frontend-1.17.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libxsd-frontend/libxsd-frontend-1.17.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libxsd-frontend/libxsd-frontend-1.17.0.ebuild?r1=1.2&r2=1.3

Index: libxsd-frontend-1.17.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libxsd-frontend/libxsd-frontend-1.17.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libxsd-frontend-1.17.0.ebuild	4 Aug 2011 10:25:18 -0000	1.2
+++ libxsd-frontend-1.17.0.ebuild	23 Aug 2012 13:19:38 -0000	1.3
@@ -1,10 +1,10 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxsd-frontend/libxsd-frontend-1.17.0.ebuild,v 1.2 2011/08/04 10:25:18 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxsd-frontend/libxsd-frontend-1.17.0.ebuild,v 1.3 2012/08/23 13:19:38 dev-zero Exp $
 
 EAPI="2"
 
-inherit flag-o-matic toolchain-funcs versionator
+inherit eutils toolchain-funcs versionator
 
 DESCRIPTION="A compiler frontend for the W3C XML Schema definition language."
 HOMEPAGE="http://www.codesynthesis.com/projects/libxsd-frontend/"
@@ -22,7 +22,7 @@
 	dev-util/build:0.3"
 
 src_prepare() {
-	append-flags -DBOOST_FILESYSTEM_VERSION=2
+	epatch "${FILESDIR}/${PV}-boost-filesystem-v2-deprecation.patch"
 }
 
 src_configure() {



1.4                  dev-cpp/libxsd-frontend/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libxsd-frontend/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libxsd-frontend/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libxsd-frontend/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libxsd-frontend/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	1 Jun 2012 20:50:58 -0000	1.3
+++ ChangeLog	23 Aug 2012 13:19:38 -0000	1.4
@@ -1,6 +1,11 @@
 # ChangeLog for dev-cpp/libxsd-frontend
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxsd-frontend/ChangeLog,v 1.3 2012/06/01 20:50:58 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxsd-frontend/ChangeLog,v 1.4 2012/08/23 13:19:38 dev-zero Exp $
+
+  23 Aug 2012; Tiziano Müller <dev-zero@gentoo.org>
+  +files/1.17.0-boost-filesystem-v2-deprecation.patch,
+  libxsd-frontend-1.17.0.ebuild, libxsd-frontend-1.18.0.ebuild:
+  Fix compatibility with boost >=1.49.0 (filesystem v2 gone), bug #424761.
 
 *libxsd-frontend-1.18.0 (01 Jun 2012)
 
@@ -19,4 +24,3 @@
   +libxsd-frontend-1.17.0.ebuild, +metadata.xml:
   Initial commit (ebuild written by me), needed for xsd and the required
   libraries.
-





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-08-23 13:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-23 13:19 [gentoo-commits] gentoo-x86 commit in dev-cpp/libxsd-frontend: libxsd-frontend-1.18.0.ebuild libxsd-frontend-1.17.0.ebuild ChangeLog Tiziano Mueller (dev-zero)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox