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

tomwij      13/08/28 22:13:57

  Modified:             ChangeLog
  Added:                ant-junit-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.38                 dev-java/ant-junit/ChangeLog

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

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



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

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

Index: ant-junit-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-junit/ant-junit-1.9.2.ebuild,v 1.1 2013/08/28 22:13:57 tomwij Exp $

EAPI="5"

inherit ant-tasks

KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd \
	~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos \
	~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"

DEPEND="dev-java/junit:4"
RDEPEND="${DEPEND}"

JAVA_ANT_REWRITE_CLASSPATH="true"
EANT_GENTOO_CLASSPATH="junit-4"

src_compile() {
	eant jar-junit
}





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

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

ago         13/10/20 09:32:46

  Modified:             ant-junit-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-junit/ant-junit-1.9.2.ebuild

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

Index: ant-junit-1.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-junit/ant-junit-1.9.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ant-junit-1.9.2.ebuild	28 Aug 2013 22:13:57 -0000	1.1
+++ ant-junit-1.9.2.ebuild	20 Oct 2013 09:32:46 -0000	1.2
@@ -1,14 +1,12 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-junit/ant-junit-1.9.2.ebuild,v 1.1 2013/08/28 22:13:57 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-junit/ant-junit-1.9.2.ebuild,v 1.2 2013/10/20 09:32:46 ago Exp $
 
 EAPI="5"
 
 inherit ant-tasks
 
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd \
-	~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos \
-	~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DEPEND="dev-java/junit:4"
 RDEPEND="${DEPEND}"



1.39                 dev-java/ant-junit/ChangeLog

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

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





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

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

ago         13/10/20 11:12:08

  Modified:             ant-junit-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-junit/ant-junit-1.9.2.ebuild

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

Index: ant-junit-1.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-junit/ant-junit-1.9.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ant-junit-1.9.2.ebuild	20 Oct 2013 09:32:46 -0000	1.2
+++ ant-junit-1.9.2.ebuild	20 Oct 2013 11:12:08 -0000	1.3
@@ -1,12 +1,12 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-junit/ant-junit-1.9.2.ebuild,v 1.2 2013/10/20 09:32:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-junit/ant-junit-1.9.2.ebuild,v 1.3 2013/10/20 11:12:08 ago Exp $
 
 EAPI="5"
 
 inherit ant-tasks
 
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DEPEND="dev-java/junit:4"
 RDEPEND="${DEPEND}"



1.40                 dev-java/ant-junit/ChangeLog

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

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





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

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

ago         13/10/20 11:15:08

  Modified:             ant-junit-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-junit/ant-junit-1.9.2.ebuild

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

Index: ant-junit-1.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-junit/ant-junit-1.9.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ant-junit-1.9.2.ebuild	20 Oct 2013 11:12:08 -0000	1.3
+++ ant-junit-1.9.2.ebuild	20 Oct 2013 11:15:08 -0000	1.4
@@ -1,12 +1,12 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-junit/ant-junit-1.9.2.ebuild,v 1.3 2013/10/20 11:12:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-junit/ant-junit-1.9.2.ebuild,v 1.4 2013/10/20 11:15:08 ago Exp $
 
 EAPI="5"
 
 inherit ant-tasks
 
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DEPEND="dev-java/junit:4"
 RDEPEND="${DEPEND}"



1.41                 dev-java/ant-junit/ChangeLog

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

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





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

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

ago         13/10/20 15:12:14

  Modified:             ant-junit-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-junit/ant-junit-1.9.2.ebuild

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

Index: ant-junit-1.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-junit/ant-junit-1.9.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ant-junit-1.9.2.ebuild	20 Oct 2013 11:15:08 -0000	1.4
+++ ant-junit-1.9.2.ebuild	20 Oct 2013 15:12:14 -0000	1.5
@@ -1,12 +1,12 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-junit/ant-junit-1.9.2.ebuild,v 1.4 2013/10/20 11:15:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-junit/ant-junit-1.9.2.ebuild,v 1.5 2013/10/20 15:12:14 ago Exp $
 
 EAPI="5"
 
 inherit ant-tasks
 
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~ia64 ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DEPEND="dev-java/junit:4"
 RDEPEND="${DEPEND}"



1.42                 dev-java/ant-junit/ChangeLog

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

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





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

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

ago         13/10/20 16:32:08

  Modified:             ant-junit-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-junit/ant-junit-1.9.2.ebuild

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

Index: ant-junit-1.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-junit/ant-junit-1.9.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ant-junit-1.9.2.ebuild	20 Oct 2013 15:12:14 -0000	1.5
+++ ant-junit-1.9.2.ebuild	20 Oct 2013 16:32:08 -0000	1.6
@@ -1,12 +1,12 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-junit/ant-junit-1.9.2.ebuild,v 1.5 2013/10/20 15:12:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-junit/ant-junit-1.9.2.ebuild,v 1.6 2013/10/20 16:32:08 ago Exp $
 
 EAPI="5"
 
 inherit ant-tasks
 
-KEYWORDS="amd64 ~arm ~ia64 ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DEPEND="dev-java/junit:4"
 RDEPEND="${DEPEND}"



1.43                 dev-java/ant-junit/ChangeLog

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

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





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

* [gentoo-commits] gentoo-x86 commit in dev-java/ant-junit: ant-junit-1.9.2.ebuild ChangeLog
@ 2015-07-11  9:20 James Le Cuirot (chewi)
  0 siblings, 0 replies; 7+ messages in thread
From: James Le Cuirot (chewi) @ 2015-07-11  9:20 UTC (permalink / raw
  To: gentoo-commits

chewi       15/07/11 09:20:53

  Modified:             ant-junit-1.9.2.ebuild ChangeLog
  Log:
  Drop java on ia64.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 9C6D7DE4)

Revision  Changes    Path
1.7                  dev-java/ant-junit/ant-junit-1.9.2.ebuild

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

Index: ant-junit-1.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-junit/ant-junit-1.9.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ant-junit-1.9.2.ebuild	20 Oct 2013 16:32:08 -0000	1.6
+++ ant-junit-1.9.2.ebuild	11 Jul 2015 09:20:53 -0000	1.7
@@ -1,12 +1,12 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-junit/ant-junit-1.9.2.ebuild,v 1.6 2013/10/20 16:32:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-junit/ant-junit-1.9.2.ebuild,v 1.7 2015/07/11 09:20:53 chewi Exp $
 
 EAPI="5"
 
 inherit ant-tasks
 
-KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DEPEND="dev-java/junit:4"
 RDEPEND="${DEPEND}"



1.46                 dev-java/ant-junit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/ant-junit/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	9 Jul 2015 21:12:05 -0000	1.45
+++ ChangeLog	11 Jul 2015 09:20:53 -0000	1.46
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/ant-junit
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-junit/ChangeLog,v 1.45 2015/07/09 21:12:05 chewi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-junit/ChangeLog,v 1.46 2015/07/11 09:20:53 chewi Exp $
+
+  11 Jul 2015; James Le Cuirot <chewi@gentoo.org> ant-junit-1.9.2.ebuild:
+  Drop java on ia64.
 
   09 Jul 2015; James Le Cuirot <chewi@gentoo.org> -ant-junit-1.8.2.ebuild,
   -ant-junit-1.8.4.ebuild, -ant-junit-1.9.1.ebuild:





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

end of thread, other threads:[~2015-07-11  9:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-28 22:13 [gentoo-commits] gentoo-x86 commit in dev-java/ant-junit: ant-junit-1.9.2.ebuild ChangeLog Tom Wijsman (tomwij)
  -- strict thread matches above, loose matches on Subject: below --
2013-10-20  9:32 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)
2015-07-11  9:20 James Le Cuirot (chewi)

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