* [gentoo-commits] gentoo-x86 commit in dev-util/cppunit: cppunit-1.13.1.ebuild ChangeLog
@ 2012-11-16 20:04 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-11-16 20:04 UTC (permalink / raw
To: gentoo-commits
ago 12/11/16 20:04:49
Modified: cppunit-1.13.1.ebuild ChangeLog
Log:
workaround for bug 399061
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.2 dev-util/cppunit/cppunit-1.13.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild?r1=1.1&r2=1.2
Index: cppunit-1.13.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cppunit-1.13.1.ebuild 27 Sep 2012 11:05:48 -0000 1.1
+++ cppunit-1.13.1.ebuild 16 Nov 2012 20:04:49 -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-util/cppunit/cppunit-1.13.1.ebuild,v 1.1 2012/09/27 11:05:48 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild,v 1.2 2012/11/16 20:04:49 ago Exp $
EAPI=4
@@ -14,7 +14,11 @@
LICENSE="LGPL-2.1"
SLOT="0"
-[[ ${PV} = 9999 ]] || KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+
+# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
+[[ ${PV} = 9999 ]] || \
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+
IUSE="doc examples static-libs"
RDEPEND=""
1.77 dev-util/cppunit/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/ChangeLog?rev=1.77&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/ChangeLog?rev=1.77&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/ChangeLog?r1=1.76&r2=1.77
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog 27 Sep 2012 11:05:48 -0000 1.76
+++ ChangeLog 16 Nov 2012 20:04:49 -0000 1.77
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/cppunit
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.76 2012/09/27 11:05:48 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.77 2012/11/16 20:04:49 ago Exp $
+
+ 16 Nov 2012; Agostino Sarubbo <ago@gentoo.org> cppunit-1.13.1.ebuild:
+ workaround for bug 399061
*cppunit-1.13.1 (27 Sep 2012)
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/cppunit: cppunit-1.13.1.ebuild ChangeLog
@ 2013-01-29 21:40 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-01-29 21:40 UTC (permalink / raw
To: gentoo-commits
ago 13/01/29 21:40:50
Modified: cppunit-1.13.1.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #454544
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.3 dev-util/cppunit/cppunit-1.13.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild?r1=1.2&r2=1.3
Index: cppunit-1.13.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cppunit-1.13.1.ebuild 16 Nov 2012 20:04:49 -0000 1.2
+++ cppunit-1.13.1.ebuild 29 Jan 2013 21:40:50 -0000 1.3
@@ -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-util/cppunit/cppunit-1.13.1.ebuild,v 1.2 2012/11/16 20:04:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild,v 1.3 2013/01/29 21:40:50 ago Exp $
EAPI=4
@@ -17,7 +17,7 @@
# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
[[ ${PV} = 9999 ]] || \
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="doc examples static-libs"
1.79 dev-util/cppunit/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/ChangeLog?rev=1.79&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/ChangeLog?rev=1.79&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/ChangeLog?r1=1.78&r2=1.79
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog 1 Dec 2012 11:40:28 -0000 1.78
+++ ChangeLog 29 Jan 2013 21:40:50 -0000 1.79
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/cppunit
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.78 2012/12/01 11:40:28 scarabeus Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.79 2013/01/29 21:40:50 ago Exp $
+
+ 29 Jan 2013; Agostino Sarubbo <ago@gentoo.org> cppunit-1.13.1.ebuild:
+ Stable for amd64, wrt bug #454544
01 Dec 2012; Tomáš Chvátal <scarabeus@gentoo.org> cppunit-9999.ebuild:
Bump eapi on live.
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/cppunit: cppunit-1.13.1.ebuild ChangeLog
@ 2013-01-30 18:06 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-01-30 18:06 UTC (permalink / raw
To: gentoo-commits
ago 13/01/30 18:06:51
Modified: cppunit-1.13.1.ebuild ChangeLog
Log:
Stable for x86, wrt bug #454544
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.4 dev-util/cppunit/cppunit-1.13.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild?r1=1.3&r2=1.4
Index: cppunit-1.13.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cppunit-1.13.1.ebuild 29 Jan 2013 21:40:50 -0000 1.3
+++ cppunit-1.13.1.ebuild 30 Jan 2013 18:06:51 -0000 1.4
@@ -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-util/cppunit/cppunit-1.13.1.ebuild,v 1.3 2013/01/29 21:40:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild,v 1.4 2013/01/30 18:06:51 ago Exp $
EAPI=4
@@ -17,7 +17,7 @@
# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
[[ ${PV} = 9999 ]] || \
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="doc examples static-libs"
1.80 dev-util/cppunit/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/ChangeLog?rev=1.80&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/ChangeLog?rev=1.80&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/ChangeLog?r1=1.79&r2=1.80
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog 29 Jan 2013 21:40:50 -0000 1.79
+++ ChangeLog 30 Jan 2013 18:06:51 -0000 1.80
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/cppunit
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.79 2013/01/29 21:40:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.80 2013/01/30 18:06:51 ago Exp $
+
+ 30 Jan 2013; Agostino Sarubbo <ago@gentoo.org> cppunit-1.13.1.ebuild:
+ Stable for x86, wrt bug #454544
29 Jan 2013; Agostino Sarubbo <ago@gentoo.org> cppunit-1.13.1.ebuild:
Stable for amd64, wrt bug #454544
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/cppunit: cppunit-1.13.1.ebuild ChangeLog
@ 2013-01-31 16:34 Jeroen Roovers (jer)
0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2013-01-31 16:34 UTC (permalink / raw
To: gentoo-commits
jer 13/01/31 16:34:39
Modified: cppunit-1.13.1.ebuild ChangeLog
Log:
Stable for HPPA (bug #454544).
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path
1.5 dev-util/cppunit/cppunit-1.13.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild?r1=1.4&r2=1.5
Index: cppunit-1.13.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cppunit-1.13.1.ebuild 30 Jan 2013 18:06:51 -0000 1.4
+++ cppunit-1.13.1.ebuild 31 Jan 2013 16:34:39 -0000 1.5
@@ -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-util/cppunit/cppunit-1.13.1.ebuild,v 1.4 2013/01/30 18:06:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild,v 1.5 2013/01/31 16:34:39 jer Exp $
EAPI=4
@@ -17,7 +17,7 @@
# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
[[ ${PV} = 9999 ]] || \
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="doc examples static-libs"
1.81 dev-util/cppunit/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/ChangeLog?rev=1.81&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/ChangeLog?rev=1.81&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/ChangeLog?r1=1.80&r2=1.81
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog 30 Jan 2013 18:06:51 -0000 1.80
+++ ChangeLog 31 Jan 2013 16:34:39 -0000 1.81
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/cppunit
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.80 2013/01/30 18:06:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.81 2013/01/31 16:34:39 jer Exp $
+
+ 31 Jan 2013; Jeroen Roovers <jer@gentoo.org> cppunit-1.13.1.ebuild:
+ Stable for HPPA (bug #454544).
30 Jan 2013; Agostino Sarubbo <ago@gentoo.org> cppunit-1.13.1.ebuild:
Stable for x86, wrt bug #454544
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/cppunit: cppunit-1.13.1.ebuild ChangeLog
@ 2013-01-31 23:01 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-01-31 23:01 UTC (permalink / raw
To: gentoo-commits
ago 13/01/31 23:01:31
Modified: cppunit-1.13.1.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #454544
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Revision Changes Path
1.6 dev-util/cppunit/cppunit-1.13.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild?r1=1.5&r2=1.6
Index: cppunit-1.13.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cppunit-1.13.1.ebuild 31 Jan 2013 16:34:39 -0000 1.5
+++ cppunit-1.13.1.ebuild 31 Jan 2013 23:01:31 -0000 1.6
@@ -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-util/cppunit/cppunit-1.13.1.ebuild,v 1.5 2013/01/31 16:34:39 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild,v 1.6 2013/01/31 23:01:31 ago Exp $
EAPI=4
@@ -17,7 +17,7 @@
# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
[[ ${PV} = 9999 ]] || \
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="doc examples static-libs"
1.82 dev-util/cppunit/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/ChangeLog?rev=1.82&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/ChangeLog?rev=1.82&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/ChangeLog?r1=1.81&r2=1.82
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog 31 Jan 2013 16:34:39 -0000 1.81
+++ ChangeLog 31 Jan 2013 23:01:31 -0000 1.82
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/cppunit
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.81 2013/01/31 16:34:39 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.82 2013/01/31 23:01:31 ago Exp $
+
+ 31 Jan 2013; Agostino Sarubbo <ago@gentoo.org> cppunit-1.13.1.ebuild:
+ Stable for ppc64, wrt bug #454544
31 Jan 2013; Jeroen Roovers <jer@gentoo.org> cppunit-1.13.1.ebuild:
Stable for HPPA (bug #454544).
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/cppunit: cppunit-1.13.1.ebuild ChangeLog
@ 2013-01-31 23:11 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-01-31 23:11 UTC (permalink / raw
To: gentoo-commits
ago 13/01/31 23:11:52
Modified: cppunit-1.13.1.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #454544
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Revision Changes Path
1.7 dev-util/cppunit/cppunit-1.13.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild?r1=1.6&r2=1.7
Index: cppunit-1.13.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- cppunit-1.13.1.ebuild 31 Jan 2013 23:01:31 -0000 1.6
+++ cppunit-1.13.1.ebuild 31 Jan 2013 23:11:52 -0000 1.7
@@ -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-util/cppunit/cppunit-1.13.1.ebuild,v 1.6 2013/01/31 23:01:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild,v 1.7 2013/01/31 23:11:52 ago Exp $
EAPI=4
@@ -17,7 +17,7 @@
# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
[[ ${PV} = 9999 ]] || \
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="doc examples static-libs"
1.83 dev-util/cppunit/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/ChangeLog?rev=1.83&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/ChangeLog?rev=1.83&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/ChangeLog?r1=1.82&r2=1.83
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog 31 Jan 2013 23:01:31 -0000 1.82
+++ ChangeLog 31 Jan 2013 23:11:52 -0000 1.83
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/cppunit
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.82 2013/01/31 23:01:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.83 2013/01/31 23:11:52 ago Exp $
+
+ 31 Jan 2013; Agostino Sarubbo <ago@gentoo.org> cppunit-1.13.1.ebuild:
+ Stable for ppc, wrt bug #454544
31 Jan 2013; Agostino Sarubbo <ago@gentoo.org> cppunit-1.13.1.ebuild:
Stable for ppc64, wrt bug #454544
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/cppunit: cppunit-1.13.1.ebuild ChangeLog
@ 2013-02-03 19:39 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-03 19:39 UTC (permalink / raw
To: gentoo-commits
ago 13/02/03 19:39:30
Modified: cppunit-1.13.1.ebuild ChangeLog
Log:
Stable for arm, wrt bug #454544
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Revision Changes Path
1.8 dev-util/cppunit/cppunit-1.13.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild?r1=1.7&r2=1.8
Index: cppunit-1.13.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- cppunit-1.13.1.ebuild 31 Jan 2013 23:11:52 -0000 1.7
+++ cppunit-1.13.1.ebuild 3 Feb 2013 19:39:30 -0000 1.8
@@ -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-util/cppunit/cppunit-1.13.1.ebuild,v 1.7 2013/01/31 23:11:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild,v 1.8 2013/02/03 19:39:30 ago Exp $
EAPI=4
@@ -17,7 +17,7 @@
# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
[[ ${PV} = 9999 ]] || \
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="doc examples static-libs"
1.84 dev-util/cppunit/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/ChangeLog?rev=1.84&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/ChangeLog?rev=1.84&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/ChangeLog?r1=1.83&r2=1.84
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog 31 Jan 2013 23:11:52 -0000 1.83
+++ ChangeLog 3 Feb 2013 19:39:30 -0000 1.84
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/cppunit
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.83 2013/01/31 23:11:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.84 2013/02/03 19:39:30 ago Exp $
+
+ 03 Feb 2013; Agostino Sarubbo <ago@gentoo.org> cppunit-1.13.1.ebuild:
+ Stable for arm, wrt bug #454544
31 Jan 2013; Agostino Sarubbo <ago@gentoo.org> cppunit-1.13.1.ebuild:
Stable for ppc, wrt bug #454544
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/cppunit: cppunit-1.13.1.ebuild ChangeLog
@ 2013-02-03 23:46 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-03 23:46 UTC (permalink / raw
To: gentoo-commits
ago 13/02/03 23:46:18
Modified: cppunit-1.13.1.ebuild ChangeLog
Log:
Stable for ia64, wrt bug #454544
(Portage version: 2.1.11.31/cvs/Linux ia64, unsigned Manifest commit)
Revision Changes Path
1.9 dev-util/cppunit/cppunit-1.13.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild?r1=1.8&r2=1.9
Index: cppunit-1.13.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- cppunit-1.13.1.ebuild 3 Feb 2013 19:39:30 -0000 1.8
+++ cppunit-1.13.1.ebuild 3 Feb 2013 23:46:18 -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-util/cppunit/cppunit-1.13.1.ebuild,v 1.8 2013/02/03 19:39:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild,v 1.9 2013/02/03 23:46:18 ago Exp $
EAPI=4
@@ -17,7 +17,7 @@
# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
[[ ${PV} = 9999 ]] || \
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="doc examples static-libs"
1.85 dev-util/cppunit/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/ChangeLog?rev=1.85&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/ChangeLog?rev=1.85&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/ChangeLog?r1=1.84&r2=1.85
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog 3 Feb 2013 19:39:30 -0000 1.84
+++ ChangeLog 3 Feb 2013 23:46:18 -0000 1.85
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/cppunit
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.84 2013/02/03 19:39:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.85 2013/02/03 23:46:18 ago Exp $
+
+ 03 Feb 2013; Agostino Sarubbo <ago@gentoo.org> cppunit-1.13.1.ebuild:
+ Stable for ia64, wrt bug #454544
03 Feb 2013; Agostino Sarubbo <ago@gentoo.org> cppunit-1.13.1.ebuild:
Stable for arm, wrt bug #454544
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/cppunit: cppunit-1.13.1.ebuild ChangeLog
@ 2013-02-04 10:07 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-04 10:07 UTC (permalink / raw
To: gentoo-commits
ago 13/02/04 10:07:52
Modified: cppunit-1.13.1.ebuild ChangeLog
Log:
Stable for alpha, wrt bug #454544
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Revision Changes Path
1.10 dev-util/cppunit/cppunit-1.13.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild?r1=1.9&r2=1.10
Index: cppunit-1.13.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- cppunit-1.13.1.ebuild 3 Feb 2013 23:46:18 -0000 1.9
+++ cppunit-1.13.1.ebuild 4 Feb 2013 10:07:52 -0000 1.10
@@ -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-util/cppunit/cppunit-1.13.1.ebuild,v 1.9 2013/02/03 23:46:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild,v 1.10 2013/02/04 10:07:52 ago Exp $
EAPI=4
@@ -17,7 +17,7 @@
# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
[[ ${PV} = 9999 ]] || \
-KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="doc examples static-libs"
1.86 dev-util/cppunit/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/ChangeLog?rev=1.86&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/ChangeLog?rev=1.86&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/ChangeLog?r1=1.85&r2=1.86
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog 3 Feb 2013 23:46:18 -0000 1.85
+++ ChangeLog 4 Feb 2013 10:07:52 -0000 1.86
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/cppunit
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.85 2013/02/03 23:46:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.86 2013/02/04 10:07:52 ago Exp $
+
+ 04 Feb 2013; Agostino Sarubbo <ago@gentoo.org> cppunit-1.13.1.ebuild:
+ Stable for alpha, wrt bug #454544
03 Feb 2013; Agostino Sarubbo <ago@gentoo.org> cppunit-1.13.1.ebuild:
Stable for ia64, wrt bug #454544
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/cppunit: cppunit-1.13.1.ebuild ChangeLog
@ 2013-02-06 19:39 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-06 19:39 UTC (permalink / raw
To: gentoo-commits
ago 13/02/06 19:39:59
Modified: cppunit-1.13.1.ebuild ChangeLog
Log:
Stable for sparc, wrt bug #454544
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Revision Changes Path
1.11 dev-util/cppunit/cppunit-1.13.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild?r1=1.10&r2=1.11
Index: cppunit-1.13.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- cppunit-1.13.1.ebuild 4 Feb 2013 10:07:52 -0000 1.10
+++ cppunit-1.13.1.ebuild 6 Feb 2013 19:39:59 -0000 1.11
@@ -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-util/cppunit/cppunit-1.13.1.ebuild,v 1.10 2013/02/04 10:07:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild,v 1.11 2013/02/06 19:39:59 ago Exp $
EAPI=4
@@ -17,7 +17,7 @@
# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
[[ ${PV} = 9999 ]] || \
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="doc examples static-libs"
1.87 dev-util/cppunit/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/ChangeLog?rev=1.87&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/ChangeLog?rev=1.87&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/ChangeLog?r1=1.86&r2=1.87
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog 4 Feb 2013 10:07:52 -0000 1.86
+++ ChangeLog 6 Feb 2013 19:39:59 -0000 1.87
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/cppunit
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.86 2013/02/04 10:07:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.87 2013/02/06 19:39:59 ago Exp $
+
+ 06 Feb 2013; Agostino Sarubbo <ago@gentoo.org> cppunit-1.13.1.ebuild:
+ Stable for sparc, wrt bug #454544
04 Feb 2013; Agostino Sarubbo <ago@gentoo.org> cppunit-1.13.1.ebuild:
Stable for alpha, wrt bug #454544
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2013-02-06 19:40 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-03 23:46 [gentoo-commits] gentoo-x86 commit in dev-util/cppunit: cppunit-1.13.1.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2013-02-06 19:39 Agostino Sarubbo (ago)
2013-02-04 10:07 Agostino Sarubbo (ago)
2013-02-03 19:39 Agostino Sarubbo (ago)
2013-01-31 23:11 Agostino Sarubbo (ago)
2013-01-31 23:01 Agostino Sarubbo (ago)
2013-01-31 16:34 Jeroen Roovers (jer)
2013-01-30 18:06 Agostino Sarubbo (ago)
2013-01-29 21:40 Agostino Sarubbo (ago)
2012-11-16 20:04 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