public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-java/xsdlib: ChangeLog xsdlib-20090415.ebuild
@ 2012-06-05 12:42 Ralph Sennhauser (sera)
  0 siblings, 0 replies; 6+ messages in thread
From: Ralph Sennhauser (sera) @ 2012-06-05 12:42 UTC (permalink / raw
  To: gentoo-commits

sera        12/06/05 12:42:43

  Modified:             ChangeLog
  Added:                xsdlib-20090415.ebuild
  Log:
  Version bump. Based on work of James Le Cuirot <chewi@aura-online.co.uk> in java-overlay.
  
  (Portage version: 2.1.10.62/cvs/Linux x86_64)

Revision  Changes    Path
1.34                 dev-java/xsdlib/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xsdlib/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xsdlib/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xsdlib/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/xsdlib/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	15 Apr 2012 18:38:50 -0000	1.33
+++ ChangeLog	5 Jun 2012 12:42:42 -0000	1.34
@@ -1,6 +1,12 @@
 # ChangeLog for dev-java/xsdlib
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/xsdlib/ChangeLog,v 1.33 2012/04/15 18:38:50 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xsdlib/ChangeLog,v 1.34 2012/06/05 12:42:42 sera Exp $
+
+*xsdlib-20090415 (05 Jun 2012)
+
+  05 Jun 2012; Ralph Sennhauser <sera@gentoo.org> +xsdlib-20090415.ebuild:
+  Version bump. Based on work of James Le Cuirot <chewi@aura-online.co.uk> in
+  java-overlay.
 
   15 Apr 2012; Mike Frysinger <vapier@gentoo.org> xsdlib-20050627-r2.ebuild:
   Add back ia64 love #349020 by Dennis Schridde.



1.1                  dev-java/xsdlib/xsdlib-20090415.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xsdlib/xsdlib-20090415.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xsdlib/xsdlib-20090415.ebuild?rev=1.1&content-type=text/plain

Index: xsdlib-20090415.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/xsdlib/xsdlib-20090415.ebuild,v 1.1 2012/06/05 12:42:42 sera Exp $

EAPI="4"

JAVA_PKG_IUSE="doc source"

inherit java-pkg-2 java-pkg-simple

DESCRIPTION="Sun XML Datatypes Library"
HOMEPAGE="http://msv.java.net/"
SRC_URI="http://java.net/downloads/msv/releases/${PN}.${PV}.zip"

LICENSE="BSD-2 Apache-1.1"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""

COMMON_DEP="
	dev-java/xerces:2
	dev-java/relaxng-datatype:0"
RDEPEND="${COMMON_DEP}
	>=virtual/jre-1.4"
DEPEND="${COMMON_DEP}
	>=virtual/jdk-1.4
	app-arch/unzip"

S="${WORKDIR}/${P}"

java_prepare() {
	find -name '*.jar' -exec rm -v {} + || die
}

JAVA_SRC_DIR="src src-apache"
JAVA_GENTOO_CLASSPATH="relaxng-datatype,xerces-2"

src_compile() {
	java-pkg-simple_src_compile

	local dir; for dir in ${JAVA_SRC_DIR}; do
		pushd ${dir} > /dev/null || die
			jar -uf "${S}"/${PN}.jar $(find -name '*.properties') || die
		popd > /dev/null
	done
}

src_install() {
	java-pkg-simple_src_install

	dodoc README.txt
	dohtml HowToUse.html
}






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

* [gentoo-commits] gentoo-x86 commit in dev-java/xsdlib: ChangeLog xsdlib-20090415.ebuild
@ 2012-08-03 18:17 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-08-03 18:17 UTC (permalink / raw
  To: gentoo-commits

ago         12/08/03 18:17:40

  Modified:             ChangeLog xsdlib-20090415.ebuild
  Log:
  Stable for amd64, wrt bug #428946
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.35                 dev-java/xsdlib/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xsdlib/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xsdlib/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xsdlib/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/xsdlib/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	5 Jun 2012 12:42:42 -0000	1.34
+++ ChangeLog	3 Aug 2012 18:17:40 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/xsdlib
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/xsdlib/ChangeLog,v 1.34 2012/06/05 12:42:42 sera Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xsdlib/ChangeLog,v 1.35 2012/08/03 18:17:40 ago Exp $
+
+  03 Aug 2012; Agostino Sarubbo <ago@gentoo.org> xsdlib-20090415.ebuild:
+  Stable for amd64, wrt bug #428946
 
 *xsdlib-20090415 (05 Jun 2012)
 



1.2                  dev-java/xsdlib/xsdlib-20090415.ebuild

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

Index: xsdlib-20090415.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/xsdlib/xsdlib-20090415.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xsdlib-20090415.ebuild	5 Jun 2012 12:42:42 -0000	1.1
+++ xsdlib-20090415.ebuild	3 Aug 2012 18:17:40 -0000	1.2
@@ -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-java/xsdlib/xsdlib-20090415.ebuild,v 1.1 2012/06/05 12:42:42 sera Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xsdlib/xsdlib-20090415.ebuild,v 1.2 2012/08/03 18:17:40 ago Exp $
 
 EAPI="4"
 
@@ -14,7 +14,7 @@
 
 LICENSE="BSD-2 Apache-1.1"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 COMMON_DEP="





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

* [gentoo-commits] gentoo-x86 commit in dev-java/xsdlib: ChangeLog xsdlib-20090415.ebuild
@ 2012-08-09 21:41 Johannes Huber (johu)
  0 siblings, 0 replies; 6+ messages in thread
From: Johannes Huber (johu) @ 2012-08-09 21:41 UTC (permalink / raw
  To: gentoo-commits

johu        12/08/09 21:41:45

  Modified:             ChangeLog xsdlib-20090415.ebuild
  Log:
  Stable for x86, wrt bug #428946
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.36                 dev-java/xsdlib/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xsdlib/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xsdlib/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xsdlib/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/xsdlib/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	3 Aug 2012 18:17:40 -0000	1.35
+++ ChangeLog	9 Aug 2012 21:41:45 -0000	1.36
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/xsdlib
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/xsdlib/ChangeLog,v 1.35 2012/08/03 18:17:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xsdlib/ChangeLog,v 1.36 2012/08/09 21:41:45 johu Exp $
+
+  09 Aug 2012; Johannes Huber <johu@gentoo.org> xsdlib-20090415.ebuild:
+  Stable for x86, wrt bug #428946
 
   03 Aug 2012; Agostino Sarubbo <ago@gentoo.org> xsdlib-20090415.ebuild:
   Stable for amd64, wrt bug #428946



1.3                  dev-java/xsdlib/xsdlib-20090415.ebuild

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

Index: xsdlib-20090415.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/xsdlib/xsdlib-20090415.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xsdlib-20090415.ebuild	3 Aug 2012 18:17:40 -0000	1.2
+++ xsdlib-20090415.ebuild	9 Aug 2012 21:41:45 -0000	1.3
@@ -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-java/xsdlib/xsdlib-20090415.ebuild,v 1.2 2012/08/03 18:17:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xsdlib/xsdlib-20090415.ebuild,v 1.3 2012/08/09 21:41:45 johu Exp $
 
 EAPI="4"
 
@@ -14,7 +14,7 @@
 
 LICENSE="BSD-2 Apache-1.1"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 COMMON_DEP="





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

* [gentoo-commits] gentoo-x86 commit in dev-java/xsdlib: ChangeLog xsdlib-20090415.ebuild
@ 2012-12-07 21:32 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-07 21:32 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/07 21:32:56

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

Revision  Changes    Path
1.39                 dev-java/xsdlib/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xsdlib/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xsdlib/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xsdlib/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/xsdlib/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	27 Nov 2012 19:28:19 -0000	1.38
+++ ChangeLog	7 Dec 2012 21:32:56 -0000	1.39
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/xsdlib
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/xsdlib/ChangeLog,v 1.38 2012/11/27 19:28:19 sera Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xsdlib/ChangeLog,v 1.39 2012/12/07 21:32:56 ago Exp $
+
+  07 Dec 2012; Agostino Sarubbo <ago@gentoo.org> xsdlib-20090415.ebuild:
+  Stable for ppc, wrt bug #428946
 
   27 Nov 2012; <sera@gentoo.org> xsdlib-20050627-r1.ebuild,
   xsdlib-20050627-r2.ebuild, xsdlib-20090415.ebuild:



1.6                  dev-java/xsdlib/xsdlib-20090415.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xsdlib/xsdlib-20090415.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xsdlib/xsdlib-20090415.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xsdlib/xsdlib-20090415.ebuild?r1=1.5&r2=1.6

Index: xsdlib-20090415.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/xsdlib/xsdlib-20090415.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xsdlib-20090415.ebuild	27 Nov 2012 19:28:19 -0000	1.5
+++ xsdlib-20090415.ebuild	7 Dec 2012 21:32:56 -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-java/xsdlib/xsdlib-20090415.ebuild,v 1.5 2012/11/27 19:28:19 sera Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xsdlib/xsdlib-20090415.ebuild,v 1.6 2012/12/07 21:32:56 ago Exp $
 
 EAPI="4"
 
@@ -14,7 +14,7 @@
 
 LICENSE="BSD Apache-1.1"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~ia64 ppc ~ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 COMMON_DEP="





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

* [gentoo-commits] gentoo-x86 commit in dev-java/xsdlib: ChangeLog xsdlib-20090415.ebuild
@ 2012-12-08 15:59 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-08 15:59 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/08 15:59:54

  Modified:             ChangeLog xsdlib-20090415.ebuild
  Log:
  Stable for ppc64, wrt bug #428946
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.40                 dev-java/xsdlib/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xsdlib/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xsdlib/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xsdlib/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/xsdlib/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	7 Dec 2012 21:32:56 -0000	1.39
+++ ChangeLog	8 Dec 2012 15:59:54 -0000	1.40
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/xsdlib
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/xsdlib/ChangeLog,v 1.39 2012/12/07 21:32:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xsdlib/ChangeLog,v 1.40 2012/12/08 15:59:54 ago Exp $
+
+  08 Dec 2012; Agostino Sarubbo <ago@gentoo.org> xsdlib-20090415.ebuild:
+  Stable for ppc64, wrt bug #428946
 
   07 Dec 2012; Agostino Sarubbo <ago@gentoo.org> xsdlib-20090415.ebuild:
   Stable for ppc, wrt bug #428946



1.7                  dev-java/xsdlib/xsdlib-20090415.ebuild

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

Index: xsdlib-20090415.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/xsdlib/xsdlib-20090415.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xsdlib-20090415.ebuild	7 Dec 2012 21:32:56 -0000	1.6
+++ xsdlib-20090415.ebuild	8 Dec 2012 15:59:54 -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-java/xsdlib/xsdlib-20090415.ebuild,v 1.6 2012/12/07 21:32:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xsdlib/xsdlib-20090415.ebuild,v 1.7 2012/12/08 15:59:54 ago Exp $
 
 EAPI="4"
 
@@ -14,7 +14,7 @@
 
 LICENSE="BSD Apache-1.1"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc ~ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 COMMON_DEP="





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

* [gentoo-commits] gentoo-x86 commit in dev-java/xsdlib: ChangeLog xsdlib-20090415.ebuild
@ 2013-06-27 21:41 Alexis Ballier (aballier)
  0 siblings, 0 replies; 6+ messages in thread
From: Alexis Ballier (aballier) @ 2013-06-27 21:41 UTC (permalink / raw
  To: gentoo-commits

aballier    13/06/27 21:41:54

  Modified:             ChangeLog xsdlib-20090415.ebuild
  Log:
  keyword ~amd64-fbsd
  
  (Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.42                 dev-java/xsdlib/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xsdlib/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xsdlib/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/xsdlib/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/xsdlib/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	5 Feb 2013 06:14:24 -0000	1.41
+++ ChangeLog	27 Jun 2013 21:41:54 -0000	1.42
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/xsdlib
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/xsdlib/ChangeLog,v 1.41 2013/02/05 06:14:24 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xsdlib/ChangeLog,v 1.42 2013/06/27 21:41:54 aballier Exp $
+
+  27 Jun 2013; Alexis Ballier <aballier@gentoo.org> xsdlib-20090415.ebuild:
+  keyword ~amd64-fbsd
 
   05 Feb 2013; Rick Farina <zerochaos@gentoo.org> xsdlib-20090415.ebuild:
   adding ~arm



1.9                  dev-java/xsdlib/xsdlib-20090415.ebuild

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

Index: xsdlib-20090415.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/xsdlib/xsdlib-20090415.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xsdlib-20090415.ebuild	5 Feb 2013 06:14:24 -0000	1.8
+++ xsdlib-20090415.ebuild	27 Jun 2013 21:41:54 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/xsdlib/xsdlib-20090415.ebuild,v 1.8 2013/02/05 06:14:24 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xsdlib/xsdlib-20090415.ebuild,v 1.9 2013/06/27 21:41:54 aballier Exp $
 
 EAPI="4"
 
@@ -14,7 +14,7 @@
 
 LICENSE="BSD Apache-1.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 COMMON_DEP="





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

end of thread, other threads:[~2013-06-27 21:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-27 21:41 [gentoo-commits] gentoo-x86 commit in dev-java/xsdlib: ChangeLog xsdlib-20090415.ebuild Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2012-12-08 15:59 Agostino Sarubbo (ago)
2012-12-07 21:32 Agostino Sarubbo (ago)
2012-08-09 21:41 Johannes Huber (johu)
2012-08-03 18:17 Agostino Sarubbo (ago)
2012-06-05 12:42 Ralph Sennhauser (sera)

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