public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-cpp/xsd: xsd-3.3.0.ebuild ChangeLog
@ 2010-10-21  5:49 Tiziano Mueller (dev-zero)
  0 siblings, 0 replies; 8+ messages in thread
From: Tiziano Mueller (dev-zero) @ 2010-10-21  5:49 UTC (permalink / raw
  To: gentoo-commits

dev-zero    10/10/21 05:49:02

  Modified:             xsd-3.3.0.ebuild ChangeLog
  Log:
  Added example xsd file to docs.
  
  (Portage version: 2.2_rc98/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  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=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild?r1=1.1&r2=1.2

Index: xsd-3.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xsd-3.3.0.ebuild	20 Oct 2010 19:44:47 -0000	1.1
+++ xsd-3.3.0.ebuild	21 Oct 2010 05:49:02 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 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.1 2010/10/20 19:44:47 dev-zero Exp $
+# $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 $
 
 EAPI="2"
 
@@ -136,7 +136,7 @@
 
 	dohtml -r -A xhtml -A pdf documentation/*
 
-	dodoc NEWS README FLOSSE
+	dodoc NEWS README FLOSSE documentation/custom-literals.xsd
 	newdoc libxsd/README README.libxsd
 	newdoc libxsd/FLOSSE FLOSSE.libxsd
 



1.2                  dev-cpp/xsd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/xsd/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	20 Oct 2010 19:44:47 -0000	1.1
+++ ChangeLog	21 Oct 2010 05:49:02 -0000	1.2
@@ -1,6 +1,9 @@
 # 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.1 2010/10/20 19:44:47 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/xsd/ChangeLog,v 1.2 2010/10/21 05:49:02 dev-zero Exp $
+
+  21 Oct 2010; Tiziano Müller <dev-zero@gentoo.org> xsd-3.3.0.ebuild:
+  Added example xsd file to docs.
 
 *xsd-3.3.0 (20 Oct 2010)
 






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-cpp/xsd: xsd-3.3.0.ebuild ChangeLog
@ 2012-06-01 20:52 Tiziano Mueller (dev-zero)
  0 siblings, 0 replies; 8+ messages in thread
From: Tiziano Mueller (dev-zero) @ 2012-06-01 20:52 UTC (permalink / raw
  To: gentoo-commits

dev-zero    12/06/01 20:52:32

  Modified:             xsd-3.3.0.ebuild ChangeLog
  Log:
  Fix bug #372925 by adding -DBOOST_FILESYSTEM_VERSION=2 to cxx_pp_extra_options.
  
  (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=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild?r1=1.2&r2=1.3

Index: xsd-3.3.0.ebuild
===================================================================
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 2010/10/21 05:49:02 dev-zero Exp $
+# $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 $
 
 EAPI="2"
 
@@ -16,7 +16,7 @@
 
 RDEPEND=">=dev-libs/xerces-c-3
 	>=dev-libs/boost-1.40.0
-	>=dev-cpp/libcult-1.4.6
+	>=dev-cpp/libcult-1.4.6-r1
 	>=dev-cpp/libxsd-frontend-1.17.0
 	>=dev-cpp/libbackend-elements-1.7.2
 	ace? ( dev-libs/ace )
@@ -65,7 +65,7 @@
 cxx_optimize := n
 cxx_debug    := n
 cxx_rpath    := n
-cxx_pp_extra_options :=
+cxx_pp_extra_options := -DBOOST_FILESYSTEM_VERSION=2
 cxx_extra_options    := ${CXXFLAGS} -I${BOOST_INC}
 cxx_ld_extra_options := ${LDFLAGS}
 cxx_extra_libs       :=



1.3                  dev-cpp/xsd/ChangeLog

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

Index: ChangeLog
===================================================================
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/21 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/01 20:52:32 dev-zero Exp $
+
+  01 Jun 2012; Tiziano Müller <dev-zero@gentoo.org> xsd-3.3.0.ebuild:
+  Fix bug #372925 by adding -DBOOST_FILESYSTEM_VERSION=2 to
+  cxx_pp_extra_options.
 
   21 Oct 2010; Tiziano Müller <dev-zero@gentoo.org> xsd-3.3.0.ebuild:
   Added example xsd file to docs.






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-cpp/xsd: xsd-3.3.0.ebuild ChangeLog
@ 2012-08-23 13:40 Tiziano Mueller (dev-zero)
  0 siblings, 0 replies; 8+ messages in thread
From: Tiziano Mueller (dev-zero) @ 2012-08-23 13:40 UTC (permalink / raw
  To: gentoo-commits

dev-zero    12/08/23 13:40:52

  Modified:             xsd-3.3.0.ebuild ChangeLog
  Log:
  Fix compatibility with boost >=1.49.0 (filesystem v2 gone), bug #425426.
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  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=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild?r1=1.3&r2=1.4

Index: xsd-3.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xsd-3.3.0.ebuild	1 Jun 2012 20:52:32 -0000	1.3
+++ xsd-3.3.0.ebuild	23 Aug 2012 13:40:52 -0000	1.4
@@ -1,6 +1,6 @@
 # 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.3 2012/06/01 20:52:32 dev-zero Exp $
+# $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 $
 
 EAPI="2"
 
@@ -30,7 +30,8 @@
 		"${FILESDIR}/${PV}-disable_examples_and_tests.patch" \
 		"${FILESDIR}/${PV}-xsdcxx-rename.patch" \
 		"${FILESDIR}/${PV}-fix_include.patch" \
-		"${FILESDIR}/${PV}-fix_tests.patch"
+		"${FILESDIR}/${PV}-fix_tests.patch" \
+		"${FILESDIR}/${PV}-boost-filesystem-v2-deprecation.patch"
 }
 
 use_yesno() {
@@ -65,7 +66,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.4                  dev-cpp/xsd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/xsd/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	1 Jun 2012 20:52:32 -0000	1.3
+++ ChangeLog	23 Aug 2012 13:40:52 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for dev-cpp/xsd
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/xsd/ChangeLog,v 1.3 2012/06/01 20:52:32 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/xsd/ChangeLog,v 1.4 2012/08/23 13:40:52 dev-zero Exp $
+
+  23 Aug 2012; Tiziano Müller <dev-zero@gentoo.org>
+  +files/3.3.0-boost-filesystem-v2-deprecation.patch, xsd-3.3.0.ebuild:
+  Fix compatibility with boost >=1.49.0 (filesystem v2 gone), bug #425426.
 
   01 Jun 2012; Tiziano Müller <dev-zero@gentoo.org> xsd-3.3.0.ebuild:
   Fix bug #372925 by adding -DBOOST_FILESYSTEM_VERSION=2 to
@@ -16,4 +20,3 @@
   +files/3.3.0-fix_include.patch, +files/3.3.0-fix_tests.patch,
   +files/3.3.0-xsdcxx-rename.patch, +xsd-3.3.0.ebuild, +metadata.xml:
   Initial commit (ebuild written by me).
-





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-cpp/xsd: xsd-3.3.0.ebuild ChangeLog
@ 2012-10-17 18:55 Markus Meier (maekke)
  0 siblings, 0 replies; 8+ messages in thread
From: Markus Meier (maekke) @ 2012-10-17 18:55 UTC (permalink / raw
  To: gentoo-commits

maekke      12/10/17 18:55:05

  Modified:             xsd-3.3.0.ebuild ChangeLog
  Log:
  add ~arm, bug #430072
  
  (Portage version: 2.1.11.25/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  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=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild?r1=1.4&r2=1.5

Index: xsd-3.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xsd-3.3.0.ebuild	23 Aug 2012 13:40:52 -0000	1.4
+++ xsd-3.3.0.ebuild	17 Oct 2012 18:55:05 -0000	1.5
@@ -1,6 +1,6 @@
 # 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.4 2012/08/23 13:40:52 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild,v 1.5 2012/10/17 18:55:05 maekke Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 SRC_URI="http://www.codesynthesis.com/download/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="ace doc examples zlib"
 
 RDEPEND=">=dev-libs/xerces-c-3



1.5                  dev-cpp/xsd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/xsd/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	23 Aug 2012 13:40:52 -0000	1.4
+++ ChangeLog	17 Oct 2012 18:55:05 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-cpp/xsd
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/xsd/ChangeLog,v 1.4 2012/08/23 13:40:52 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/xsd/ChangeLog,v 1.5 2012/10/17 18:55:05 maekke Exp $
+
+  17 Oct 2012; Markus Meier <maekke@gentoo.org> xsd-3.3.0.ebuild:
+  add ~arm, bug #430072
 
   23 Aug 2012; Tiziano Müller <dev-zero@gentoo.org>
   +files/3.3.0-boost-filesystem-v2-deprecation.patch, xsd-3.3.0.ebuild:





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-cpp/xsd: xsd-3.3.0.ebuild ChangeLog
@ 2012-11-23 16:52 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-11-23 16:52 UTC (permalink / raw
  To: gentoo-commits

ago         12/11/23 16:52:49

  Modified:             xsd-3.3.0.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #442394
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.6                  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=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild?r1=1.5&r2=1.6

Index: xsd-3.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xsd-3.3.0.ebuild	17 Oct 2012 18:55:05 -0000	1.5
+++ xsd-3.3.0.ebuild	23 Nov 2012 16:52:49 -0000	1.6
@@ -1,6 +1,6 @@
 # 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.5 2012/10/17 18:55:05 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild,v 1.6 2012/11/23 16:52:49 ago Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 SRC_URI="http://www.codesynthesis.com/download/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="ace doc examples zlib"
 
 RDEPEND=">=dev-libs/xerces-c-3



1.7                  dev-cpp/xsd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/xsd/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	9 Nov 2012 17:24:26 -0000	1.6
+++ ChangeLog	23 Nov 2012 16:52:49 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-cpp/xsd
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/xsd/ChangeLog,v 1.6 2012/11/09 17:24:26 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/xsd/ChangeLog,v 1.7 2012/11/23 16:52:49 ago Exp $
+
+  23 Nov 2012; Agostino Sarubbo <ago@gentoo.org> xsd-3.3.0.ebuild:
+  Stable for amd64, wrt bug #442394
 
 *xsd-3.3.0-r1 (09 Nov 2012)
 





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-cpp/xsd: xsd-3.3.0.ebuild ChangeLog
@ 2012-11-23 18:25 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-11-23 18:25 UTC (permalink / raw
  To: gentoo-commits

ago         12/11/23 18:25:31

  Modified:             xsd-3.3.0.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #442394
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.7                  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=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild?r1=1.6&r2=1.7

Index: xsd-3.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xsd-3.3.0.ebuild	23 Nov 2012 16:52:49 -0000	1.6
+++ xsd-3.3.0.ebuild	23 Nov 2012 18:25:31 -0000	1.7
@@ -1,6 +1,6 @@
 # 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.6 2012/11/23 16:52:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild,v 1.7 2012/11/23 18:25:31 ago Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 SRC_URI="http://www.codesynthesis.com/download/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="ace doc examples zlib"
 
 RDEPEND=">=dev-libs/xerces-c-3



1.8                  dev-cpp/xsd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/xsd/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	23 Nov 2012 16:52:49 -0000	1.7
+++ ChangeLog	23 Nov 2012 18:25:31 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-cpp/xsd
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/xsd/ChangeLog,v 1.7 2012/11/23 16:52:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/xsd/ChangeLog,v 1.8 2012/11/23 18:25:31 ago Exp $
+
+  23 Nov 2012; Agostino Sarubbo <ago@gentoo.org> xsd-3.3.0.ebuild:
+  Stable for x86, wrt bug #442394
 
   23 Nov 2012; Agostino Sarubbo <ago@gentoo.org> xsd-3.3.0.ebuild:
   Stable for amd64, wrt bug #442394





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-cpp/xsd: xsd-3.3.0.ebuild ChangeLog
@ 2012-11-30 15:12 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-11-30 15:12 UTC (permalink / raw
  To: gentoo-commits

ago         12/11/30 15:12:16

  Modified:             xsd-3.3.0.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #442394
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.8                  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=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild?r1=1.7&r2=1.8

Index: xsd-3.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xsd-3.3.0.ebuild	23 Nov 2012 18:25:31 -0000	1.7
+++ xsd-3.3.0.ebuild	30 Nov 2012 15:12:16 -0000	1.8
@@ -1,6 +1,6 @@
 # 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.7 2012/11/23 18:25:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild,v 1.8 2012/11/30 15:12:16 ago Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 SRC_URI="http://www.codesynthesis.com/download/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="amd64 ~arm ppc x86"
 IUSE="ace doc examples zlib"
 
 RDEPEND=">=dev-libs/xerces-c-3



1.9                  dev-cpp/xsd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/xsd/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	23 Nov 2012 18:25:31 -0000	1.8
+++ ChangeLog	30 Nov 2012 15:12:16 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-cpp/xsd
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/xsd/ChangeLog,v 1.8 2012/11/23 18:25:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/xsd/ChangeLog,v 1.9 2012/11/30 15:12:16 ago Exp $
+
+  30 Nov 2012; <ago@gentoo.org> xsd-3.3.0.ebuild:
+  Stable for ppc, wrt bug #442394
 
   23 Nov 2012; Agostino Sarubbo <ago@gentoo.org> xsd-3.3.0.ebuild:
   Stable for x86, wrt bug #442394





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-cpp/xsd: xsd-3.3.0.ebuild ChangeLog
@ 2013-04-02 20:56 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-02 20:56 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/02 20:56:02

  Modified:             xsd-3.3.0.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #462890
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.9                  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=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild?r1=1.8&r2=1.9

Index: xsd-3.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xsd-3.3.0.ebuild	30 Nov 2012 15:12:16 -0000	1.8
+++ xsd-3.3.0.ebuild	2 Apr 2013 20:56:02 -0000	1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 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.8 2012/11/30 15:12:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild,v 1.9 2013/04/02 20:56:02 ago Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 SRC_URI="http://www.codesynthesis.com/download/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc x86"
+KEYWORDS="amd64 ~arm ppc ppc64 x86"
 IUSE="ace doc examples zlib"
 
 RDEPEND=">=dev-libs/xerces-c-3



1.11                 dev-cpp/xsd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/xsd/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	23 Feb 2013 15:51:59 -0000	1.10
+++ ChangeLog	2 Apr 2013 20:56:02 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-cpp/xsd
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/xsd/ChangeLog,v 1.10 2013/02/23 15:51:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/xsd/ChangeLog,v 1.11 2013/04/02 20:56:02 ago Exp $
+
+  02 Apr 2013; Agostino Sarubbo <ago@gentoo.org> xsd-3.3.0.ebuild:
+  Stable for ppc64, wrt bug #462890
 
   23 Feb 2013; Agostino Sarubbo <ago@gentoo.org> xsd-3.3.0-r1.ebuild:
   Add ~ppc64, wrt bug #455960





^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-04-02 21:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-02 20:56 [gentoo-commits] gentoo-x86 commit in dev-cpp/xsd: xsd-3.3.0.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2012-11-30 15:12 Agostino Sarubbo (ago)
2012-11-23 18:25 Agostino Sarubbo (ago)
2012-11-23 16:52 Agostino Sarubbo (ago)
2012-10-17 18:55 Markus Meier (maekke)
2012-08-23 13:40 Tiziano Mueller (dev-zero)
2012-06-01 20:52 Tiziano Mueller (dev-zero)
2010-10-21  5:49 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