From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SaYpy-0000La-VH for garchives@archives.gentoo.org; Fri, 01 Jun 2012 20:52:47 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC552E058A; Fri, 1 Jun 2012 20:52:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id AC7A0E058A for ; Fri, 1 Jun 2012 20:52:34 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 169E41B400D for ; Fri, 1 Jun 2012 20:52:34 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2136) id CC2F82004B; Fri, 1 Jun 2012 20:52:32 +0000 (UTC) From: "Tiziano Mueller (dev-zero)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, dev-zero@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-cpp/xsd: xsd-3.3.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: xsd-3.3.0.ebuild ChangeLog X-VCS-Directories: dev-cpp/xsd X-VCS-Committer: dev-zero X-VCS-Committer-Name: Tiziano Mueller Content-Type: text/plain; charset=utf8 Message-Id: <20120601205232.CC2F82004B@flycatcher.gentoo.org> Date: Fri, 1 Jun 2012 20:52:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 17893314-3c46-404a-b03b-c03aa997efea X-Archives-Hash: e87c2fc23fa92de8fd3102c61e5e5fe3 dev-zero 12/06/01 20:52:32 Modified: xsd-3.3.0.ebuild ChangeLog Log: Fix bug #372925 by adding -DBOOST_FILESYSTEM_VERSION=3D2 to cxx_pp_extr= a_options. =20 (Portage version: 2.1.10.56/cvs/Linux x86_64) Revision Changes Path 1.3 dev-cpp/xsd/xsd-3.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/xsd-3.= 3.0.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/xsd-3.= 3.0.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/xsd-3.= 3.0.ebuild?r1=3D1.2&r2=3D1.3 Index: xsd-3.3.0.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- xsd-3.3.0.ebuild 21 Oct 2010 05:49:02 -0000 1.2 +++ xsd-3.3.0.ebuild 1 Jun 2012 20:52:32 -0000 1.3 @@ -1,6 +1,6 @@ -# Copyright 1999-2010 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/xsd/xsd-3.3.0.ebuild,v 1.2 20= 10/10/21 05:49:02 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild,v 1.3 20= 12/06/01 20:52:32 dev-zero Exp $ =20 EAPI=3D"2" =20 @@ -16,7 +16,7 @@ =20 RDEPEND=3D">=3Ddev-libs/xerces-c-3 >=3Ddev-libs/boost-1.40.0 - >=3Ddev-cpp/libcult-1.4.6 + >=3Ddev-cpp/libcult-1.4.6-r1 >=3Ddev-cpp/libxsd-frontend-1.17.0 >=3Ddev-cpp/libbackend-elements-1.7.2 ace? ( dev-libs/ace ) @@ -65,7 +65,7 @@ cxx_optimize :=3D n cxx_debug :=3D n cxx_rpath :=3D n -cxx_pp_extra_options :=3D +cxx_pp_extra_options :=3D -DBOOST_FILESYSTEM_VERSION=3D2 cxx_extra_options :=3D ${CXXFLAGS} -I${BOOST_INC} cxx_ld_extra_options :=3D ${LDFLAGS} cxx_extra_libs :=3D 1.3 dev-cpp/xsd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/Change= Log?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/Change= Log?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/Change= Log?r1=3D1.2&r2=3D1.3 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-cpp/xsd/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 21 Oct 2010 05:49:02 -0000 1.2 +++ ChangeLog 1 Jun 2012 20:52:32 -0000 1.3 @@ -1,6 +1,10 @@ # ChangeLog for dev-cpp/xsd -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/xsd/ChangeLog,v 1.2 2010/10/2= 1 05:49:02 dev-zero Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/xsd/ChangeLog,v 1.3 2012/06/0= 1 20:52:32 dev-zero Exp $ + + 01 Jun 2012; Tiziano M=C3=BCller xsd-3.3.0.ebuil= d: + Fix bug #372925 by adding -DBOOST_FILESYSTEM_VERSION=3D2 to + cxx_pp_extra_options. =20 21 Oct 2010; Tiziano M=C3=BCller xsd-3.3.0.ebuil= d: Added example xsd file to docs.