public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-java/ant-testutil: ant-testutil-1.9.2.ebuild ChangeLog
@ 2013-08-28 22:22 Tom Wijsman (tomwij)
  0 siblings, 0 replies; 6+ messages in thread
From: Tom Wijsman (tomwij) @ 2013-08-28 22:22 UTC (permalink / raw
  To: gentoo-commits

tomwij      13/08/28 22:22:05

  Modified:             ChangeLog
  Added:                ant-testutil-1.9.2.ebuild
  Log:
  Version bump to 1.9.2. Fixes security bug #476958.
  
  (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)

Revision  Changes    Path
1.19                 dev-java/ant-testutil/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	5 Jul 2013 14:28:11 -0000	1.18
+++ ChangeLog	28 Aug 2013 22:22:05 -0000	1.19
@@ -1,6 +1,11 @@
 # ChangeLog for dev-java/ant-testutil
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ChangeLog,v 1.18 2013/07/05 14:28:11 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ChangeLog,v 1.19 2013/08/28 22:22:05 tomwij Exp $
+
+*ant-testutil-1.9.2 (28 Aug 2013)
+
+  28 Aug 2013; Tom Wijsman <TomWij@gentoo.org> +ant-testutil-1.9.2.ebuild:
+  Version bump to 1.9.2. Fixes security bug #476958.
 
 *ant-testutil-1.9.1 (05 Jul 2013)
 



1.1                  dev-java/ant-testutil/ant-testutil-1.9.2.ebuild

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

Index: ant-testutil-1.9.2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ant-testutil-1.9.2.ebuild,v 1.1 2013/08/28 22:22:05 tomwij Exp $

EAPI="5"

inherit ant-tasks

DESCRIPTION="Apache Ant's optional test utility classes"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux \
	~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris \
	~x64-solaris ~x86-solaris"

CDEPEND="dev-java/ant-core:0"

DEPEND="${CDEPEND}
	>=virtual/jdk-1.6
	>=dev-java/junit-4.11:4
	~dev-java/ant-swing-${PV}
	~dev-java/ant-junit4-${PV}"

RDEPEND="${CDEPEND}
	>=virtual/jre-1.6"

# The build system builds much more than it actually packages, so there are many
# build-only deps, but since those are quite common, it wasn't worth to patch it.

src_unpack() {
	ant-tasks_src_unpack base
	java-pkg_jar-from --build-only junit-4,ant-junit4,ant-swing
	java-pkg_jar-from --build-only ant-core ant-launcher.jar
}

src_compile() {
	eant test-jar
}





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

* [gentoo-commits] gentoo-x86 commit in dev-java/ant-testutil: ant-testutil-1.9.2.ebuild ChangeLog
@ 2013-10-20  9:37 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-10-20  9:37 UTC (permalink / raw
  To: gentoo-commits

ago         13/10/20 09:37:19

  Modified:             ant-testutil-1.9.2.ebuild ChangeLog
  Log:
  Correct the keyword declaration
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  dev-java/ant-testutil/ant-testutil-1.9.2.ebuild

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

Index: ant-testutil-1.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ant-testutil-1.9.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ant-testutil-1.9.2.ebuild	28 Aug 2013 22:22:05 -0000	1.1
+++ ant-testutil-1.9.2.ebuild	20 Oct 2013 09:37:19 -0000	1.2
@@ -1,15 +1,13 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ant-testutil-1.9.2.ebuild,v 1.1 2013/08/28 22:22:05 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ant-testutil-1.9.2.ebuild,v 1.2 2013/10/20 09:37:19 ago Exp $
 
 EAPI="5"
 
 inherit ant-tasks
 
 DESCRIPTION="Apache Ant's optional test utility classes"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux \
-	~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris \
-	~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux 	~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 CDEPEND="dev-java/ant-core:0"
 



1.20                 dev-java/ant-testutil/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	28 Aug 2013 22:22:05 -0000	1.19
+++ ChangeLog	20 Oct 2013 09:37:19 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/ant-testutil
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ChangeLog,v 1.19 2013/08/28 22:22:05 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ChangeLog,v 1.20 2013/10/20 09:37:19 ago Exp $
+
+  20 Oct 2013; Agostino Sarubbo <ago@gentoo.org> ant-testutil-1.9.2.ebuild:
+  Correct the keyword declaration
 
 *ant-testutil-1.9.2 (28 Aug 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-java/ant-testutil: ant-testutil-1.9.2.ebuild ChangeLog
@ 2013-10-20 11:12 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-10-20 11:12 UTC (permalink / raw
  To: gentoo-commits

ago         13/10/20 11:12:27

  Modified:             ant-testutil-1.9.2.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #476958
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  dev-java/ant-testutil/ant-testutil-1.9.2.ebuild

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

Index: ant-testutil-1.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ant-testutil-1.9.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ant-testutil-1.9.2.ebuild	20 Oct 2013 09:37:19 -0000	1.2
+++ ant-testutil-1.9.2.ebuild	20 Oct 2013 11:12:27 -0000	1.3
@@ -1,13 +1,13 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ant-testutil-1.9.2.ebuild,v 1.2 2013/10/20 09:37:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ant-testutil-1.9.2.ebuild,v 1.3 2013/10/20 11:12:27 ago Exp $
 
 EAPI="5"
 
 inherit ant-tasks
 
 DESCRIPTION="Apache Ant's optional test utility classes"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux 	~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 CDEPEND="dev-java/ant-core:0"
 



1.21                 dev-java/ant-testutil/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	20 Oct 2013 09:37:19 -0000	1.20
+++ ChangeLog	20 Oct 2013 11:12:27 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/ant-testutil
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ChangeLog,v 1.20 2013/10/20 09:37:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ChangeLog,v 1.21 2013/10/20 11:12:27 ago Exp $
+
+  20 Oct 2013; Agostino Sarubbo <ago@gentoo.org> ant-testutil-1.9.2.ebuild:
+  Stable for amd64, wrt bug #476958
 
   20 Oct 2013; Agostino Sarubbo <ago@gentoo.org> ant-testutil-1.9.2.ebuild:
   Correct the keyword declaration





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

* [gentoo-commits] gentoo-x86 commit in dev-java/ant-testutil: ant-testutil-1.9.2.ebuild ChangeLog
@ 2013-10-20 11:15 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-10-20 11:15 UTC (permalink / raw
  To: gentoo-commits

ago         13/10/20 11:15:24

  Modified:             ant-testutil-1.9.2.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #476958
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  dev-java/ant-testutil/ant-testutil-1.9.2.ebuild

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

Index: ant-testutil-1.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ant-testutil-1.9.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ant-testutil-1.9.2.ebuild	20 Oct 2013 11:12:27 -0000	1.3
+++ ant-testutil-1.9.2.ebuild	20 Oct 2013 11:15:24 -0000	1.4
@@ -1,13 +1,13 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ant-testutil-1.9.2.ebuild,v 1.3 2013/10/20 11:12:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ant-testutil-1.9.2.ebuild,v 1.4 2013/10/20 11:15:24 ago Exp $
 
 EAPI="5"
 
 inherit ant-tasks
 
 DESCRIPTION="Apache Ant's optional test utility classes"
-KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~ppc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 CDEPEND="dev-java/ant-core:0"
 



1.22                 dev-java/ant-testutil/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	20 Oct 2013 11:12:27 -0000	1.21
+++ ChangeLog	20 Oct 2013 11:15:24 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/ant-testutil
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ChangeLog,v 1.21 2013/10/20 11:12:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ChangeLog,v 1.22 2013/10/20 11:15:24 ago Exp $
+
+  20 Oct 2013; Agostino Sarubbo <ago@gentoo.org> ant-testutil-1.9.2.ebuild:
+  Stable for x86, wrt bug #476958
 
   20 Oct 2013; Agostino Sarubbo <ago@gentoo.org> ant-testutil-1.9.2.ebuild:
   Stable for amd64, wrt bug #476958





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

* [gentoo-commits] gentoo-x86 commit in dev-java/ant-testutil: ant-testutil-1.9.2.ebuild ChangeLog
@ 2013-10-20 15:12 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-10-20 15:12 UTC (permalink / raw
  To: gentoo-commits

ago         13/10/20 15:12:34

  Modified:             ant-testutil-1.9.2.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #476958
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  dev-java/ant-testutil/ant-testutil-1.9.2.ebuild

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

Index: ant-testutil-1.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ant-testutil-1.9.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ant-testutil-1.9.2.ebuild	20 Oct 2013 11:15:24 -0000	1.4
+++ ant-testutil-1.9.2.ebuild	20 Oct 2013 15:12:34 -0000	1.5
@@ -1,13 +1,13 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ant-testutil-1.9.2.ebuild,v 1.4 2013/10/20 11:15:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ant-testutil-1.9.2.ebuild,v 1.5 2013/10/20 15:12:34 ago Exp $
 
 EAPI="5"
 
 inherit ant-tasks
 
 DESCRIPTION="Apache Ant's optional test utility classes"
-KEYWORDS="amd64 ~ppc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ppc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 CDEPEND="dev-java/ant-core:0"
 



1.23                 dev-java/ant-testutil/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	20 Oct 2013 11:15:24 -0000	1.22
+++ ChangeLog	20 Oct 2013 15:12:34 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/ant-testutil
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ChangeLog,v 1.22 2013/10/20 11:15:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ChangeLog,v 1.23 2013/10/20 15:12:34 ago Exp $
+
+  20 Oct 2013; Agostino Sarubbo <ago@gentoo.org> ant-testutil-1.9.2.ebuild:
+  Stable for ppc, wrt bug #476958
 
   20 Oct 2013; Agostino Sarubbo <ago@gentoo.org> ant-testutil-1.9.2.ebuild:
   Stable for x86, wrt bug #476958





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

* [gentoo-commits] gentoo-x86 commit in dev-java/ant-testutil: ant-testutil-1.9.2.ebuild ChangeLog
@ 2013-10-20 16:32 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-10-20 16:32 UTC (permalink / raw
  To: gentoo-commits

ago         13/10/20 16:32:22

  Modified:             ant-testutil-1.9.2.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #476958
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  dev-java/ant-testutil/ant-testutil-1.9.2.ebuild

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

Index: ant-testutil-1.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ant-testutil-1.9.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ant-testutil-1.9.2.ebuild	20 Oct 2013 15:12:34 -0000	1.5
+++ ant-testutil-1.9.2.ebuild	20 Oct 2013 16:32:22 -0000	1.6
@@ -1,13 +1,13 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ant-testutil-1.9.2.ebuild,v 1.5 2013/10/20 15:12:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ant-testutil-1.9.2.ebuild,v 1.6 2013/10/20 16:32:22 ago Exp $
 
 EAPI="5"
 
 inherit ant-tasks
 
 DESCRIPTION="Apache Ant's optional test utility classes"
-KEYWORDS="amd64 ppc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 CDEPEND="dev-java/ant-core:0"
 



1.24                 dev-java/ant-testutil/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	20 Oct 2013 15:12:34 -0000	1.23
+++ ChangeLog	20 Oct 2013 16:32:22 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/ant-testutil
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ChangeLog,v 1.23 2013/10/20 15:12:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-testutil/ChangeLog,v 1.24 2013/10/20 16:32:22 ago Exp $
+
+  20 Oct 2013; Agostino Sarubbo <ago@gentoo.org> ant-testutil-1.9.2.ebuild:
+  Stable for ppc64, wrt bug #476958
 
   20 Oct 2013; Agostino Sarubbo <ago@gentoo.org> ant-testutil-1.9.2.ebuild:
   Stable for ppc, wrt bug #476958





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

end of thread, other threads:[~2013-10-20 16:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-28 22:22 [gentoo-commits] gentoo-x86 commit in dev-java/ant-testutil: ant-testutil-1.9.2.ebuild ChangeLog Tom Wijsman (tomwij)
  -- strict thread matches above, loose matches on Subject: below --
2013-10-20  9:37 Agostino Sarubbo (ago)
2013-10-20 11:12 Agostino Sarubbo (ago)
2013-10-20 11:15 Agostino Sarubbo (ago)
2013-10-20 15:12 Agostino Sarubbo (ago)
2013-10-20 16:32 Agostino Sarubbo (ago)

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