* [gentoo-commits] gentoo-x86 commit in dev-util/strace: strace-4.7.ebuild ChangeLog
@ 2012-05-13 19:47 Mike Frysinger (vapier)
0 siblings, 0 replies; 10+ messages in thread
From: Mike Frysinger (vapier) @ 2012-05-13 19:47 UTC (permalink / raw
To: gentoo-commits
vapier 12/05/13 19:47:13
Modified: strace-4.7.ebuild ChangeLog
Log:
Fix building with glibc-2.15 and old kernel headers #414637 by toogle.
(Portage version: 2.2.0_alpha102/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-util/strace/strace-4.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-4.7.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-4.7.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-4.7.ebuild?r1=1.1&r2=1.2
Index: strace-4.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- strace-4.7.ebuild 2 May 2012 21:59:12 -0000 1.1
+++ strace-4.7.ebuild 13 May 2012 19:47:13 -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/strace/strace-4.7.ebuild,v 1.1 2012/05/02 21:59:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.7.ebuild,v 1.2 2012/05/13 19:47:13 vapier Exp $
EAPI="4"
@@ -33,6 +33,8 @@
[[ ! -e CREDITS ]] && cp CREDITS{.in,}
fi
+ epatch "${FILESDIR}"/${P}-glibc-2.15.patch #414637
+
filter-lfs-flags # configure handles this sanely
use static && append-ldflags -static
1.176 dev-util/strace/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?rev=1.176&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?rev=1.176&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?r1=1.175&r2=1.176
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -r1.175 -r1.176
--- ChangeLog 2 May 2012 21:59:12 -0000 1.175
+++ ChangeLog 13 May 2012 19:47:13 -0000 1.176
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/strace
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.175 2012/05/02 21:59:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.176 2012/05/13 19:47:13 vapier Exp $
+
+ 13 May 2012; Mike Frysinger <vapier@gentoo.org>
+ +files/strace-4.7-glibc-2.15.patch, strace-4.7.ebuild:
+ Fix building with glibc-2.15 and old kernel headers #414637 by toogle.
*strace-4.7 (02 May 2012)
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/strace: strace-4.7.ebuild ChangeLog
@ 2012-06-04 18:03 Mike Frysinger (vapier)
0 siblings, 0 replies; 10+ messages in thread
From: Mike Frysinger (vapier) @ 2012-06-04 18:03 UTC (permalink / raw
To: gentoo-commits
vapier 12/06/04 18:03:13
Modified: strace-4.7.ebuild ChangeLog
Log:
Update x32 syscall table.
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Revision Changes Path
1.3 dev-util/strace/strace-4.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-4.7.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-4.7.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-4.7.ebuild?r1=1.2&r2=1.3
Index: strace-4.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- strace-4.7.ebuild 13 May 2012 19:47:13 -0000 1.2
+++ strace-4.7.ebuild 4 Jun 2012 18:03:13 -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-util/strace/strace-4.7.ebuild,v 1.2 2012/05/13 19:47:13 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.7.ebuild,v 1.3 2012/06/04 18:03:13 vapier Exp $
EAPI="4"
@@ -34,6 +34,7 @@
fi
epatch "${FILESDIR}"/${P}-glibc-2.15.patch #414637
+ epatch "${FILESDIR}"/${P}-x32.patch
filter-lfs-flags # configure handles this sanely
use static && append-ldflags -static
1.177 dev-util/strace/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?rev=1.177&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?rev=1.177&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?r1=1.176&r2=1.177
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -r1.176 -r1.177
--- ChangeLog 13 May 2012 19:47:13 -0000 1.176
+++ ChangeLog 4 Jun 2012 18:03:13 -0000 1.177
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/strace
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.176 2012/05/13 19:47:13 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.177 2012/06/04 18:03:13 vapier Exp $
+
+ 04 Jun 2012; Mike Frysinger <vapier@gentoo.org> +files/strace-4.7-x32.patch,
+ strace-4.7.ebuild:
+ Update x32 syscall table.
13 May 2012; Mike Frysinger <vapier@gentoo.org>
+files/strace-4.7-glibc-2.15.patch, strace-4.7.ebuild:
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/strace: strace-4.7.ebuild ChangeLog
@ 2012-06-05 20:31 Brent Baude (ranger)
0 siblings, 0 replies; 10+ messages in thread
From: Brent Baude (ranger) @ 2012-06-05 20:31 UTC (permalink / raw
To: gentoo-commits
ranger 12/06/05 20:31:22
Modified: strace-4.7.ebuild ChangeLog
Log:
Marking strace-4.7 ppc64 for bug 419803
(Portage version: 2.1.10.49/cvs/Linux ppc64)
Revision Changes Path
1.4 dev-util/strace/strace-4.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-4.7.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-4.7.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-4.7.ebuild?r1=1.3&r2=1.4
Index: strace-4.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.7.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- strace-4.7.ebuild 4 Jun 2012 18:03:13 -0000 1.3
+++ strace-4.7.ebuild 5 Jun 2012 20:31:22 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.7.ebuild,v 1.3 2012/06/04 18:03:13 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.7.ebuild,v 1.4 2012/06/05 20:31:22 ranger Exp $
EAPI="4"
@@ -11,7 +11,7 @@
inherit git-2 autotools
else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
- KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux"
+ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux"
fi
DESCRIPTION="A useful diagnostic, instructional, and debugging tool"
1.178 dev-util/strace/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?rev=1.178&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?rev=1.178&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?r1=1.177&r2=1.178
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -r1.177 -r1.178
--- ChangeLog 4 Jun 2012 18:03:13 -0000 1.177
+++ ChangeLog 5 Jun 2012 20:31:22 -0000 1.178
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/strace
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.177 2012/06/04 18:03:13 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.178 2012/06/05 20:31:22 ranger Exp $
+
+ 05 Jun 2012; Brent Baude <ranger@gentoo.org> strace-4.7.ebuild:
+ Marking strace-4.7 ppc64 for bug 419803
04 Jun 2012; Mike Frysinger <vapier@gentoo.org> +files/strace-4.7-x32.patch,
strace-4.7.ebuild:
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/strace: strace-4.7.ebuild ChangeLog
@ 2012-06-06 6:25 Jeff Horelick (jdhore)
0 siblings, 0 replies; 10+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-06-06 6:25 UTC (permalink / raw
To: gentoo-commits
jdhore 12/06/06 06:25:30
Modified: strace-4.7.ebuild ChangeLog
Log:
marked x86 per bug 419803
(Portage version: 2.2.0_alpha110/cvs/Linux i686)
Revision Changes Path
1.5 dev-util/strace/strace-4.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-4.7.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-4.7.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-4.7.ebuild?r1=1.4&r2=1.5
Index: strace-4.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.7.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- strace-4.7.ebuild 5 Jun 2012 20:31:22 -0000 1.4
+++ strace-4.7.ebuild 6 Jun 2012 06:25:30 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.7.ebuild,v 1.4 2012/06/05 20:31:22 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.7.ebuild,v 1.5 2012/06/06 06:25:30 jdhore Exp $
EAPI="4"
@@ -11,7 +11,7 @@
inherit git-2 autotools
else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
- KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux"
+ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~ia64-linux ~x86-linux"
fi
DESCRIPTION="A useful diagnostic, instructional, and debugging tool"
1.179 dev-util/strace/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?rev=1.179&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?rev=1.179&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?r1=1.178&r2=1.179
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -r1.178 -r1.179
--- ChangeLog 5 Jun 2012 20:31:22 -0000 1.178
+++ ChangeLog 6 Jun 2012 06:25:30 -0000 1.179
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/strace
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.178 2012/06/05 20:31:22 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.179 2012/06/06 06:25:30 jdhore Exp $
+
+ 06 Jun 2012; Jeff Horelick <jdhore@gentoo.org> strace-4.7.ebuild:
+ marked x86 per bug 419803
05 Jun 2012; Brent Baude <ranger@gentoo.org> strace-4.7.ebuild:
Marking strace-4.7 ppc64 for bug 419803
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/strace: strace-4.7.ebuild ChangeLog
@ 2012-06-07 14:48 Jeroen Roovers (jer)
0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2012-06-07 14:48 UTC (permalink / raw
To: gentoo-commits
jer 12/06/07 14:47:59
Modified: strace-4.7.ebuild ChangeLog
Log:
Stable for HPPA (bug #419803).
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Revision Changes Path
1.6 dev-util/strace/strace-4.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-4.7.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-4.7.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-4.7.ebuild?r1=1.5&r2=1.6
Index: strace-4.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.7.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- strace-4.7.ebuild 6 Jun 2012 06:25:30 -0000 1.5
+++ strace-4.7.ebuild 7 Jun 2012 14:47:59 -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-util/strace/strace-4.7.ebuild,v 1.5 2012/06/06 06:25:30 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.7.ebuild,v 1.6 2012/06/07 14:47:59 jer Exp $
EAPI="4"
@@ -11,7 +11,7 @@
inherit git-2 autotools
else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
- KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~ia64-linux ~x86-linux"
+ KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~ia64-linux ~x86-linux"
fi
DESCRIPTION="A useful diagnostic, instructional, and debugging tool"
1.180 dev-util/strace/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?rev=1.180&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?rev=1.180&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?r1=1.179&r2=1.180
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -r1.179 -r1.180
--- ChangeLog 6 Jun 2012 06:25:30 -0000 1.179
+++ ChangeLog 7 Jun 2012 14:47:59 -0000 1.180
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/strace
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.179 2012/06/06 06:25:30 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.180 2012/06/07 14:47:59 jer Exp $
+
+ 07 Jun 2012; Jeroen Roovers <jer@gentoo.org> strace-4.7.ebuild:
+ Stable for HPPA (bug #419803).
06 Jun 2012; Jeff Horelick <jdhore@gentoo.org> strace-4.7.ebuild:
marked x86 per bug 419803
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/strace: strace-4.7.ebuild ChangeLog
@ 2012-06-07 18:50 Brent Baude (ranger)
0 siblings, 0 replies; 10+ messages in thread
From: Brent Baude (ranger) @ 2012-06-07 18:50 UTC (permalink / raw
To: gentoo-commits
ranger 12/06/07 18:50:37
Modified: strace-4.7.ebuild ChangeLog
Log:
Marking strace-4.7 ppc for bug 419803
(Portage version: 2.1.10.49/cvs/Linux ppc64)
Revision Changes Path
1.7 dev-util/strace/strace-4.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-4.7.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-4.7.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-4.7.ebuild?r1=1.6&r2=1.7
Index: strace-4.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.7.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- strace-4.7.ebuild 7 Jun 2012 14:47:59 -0000 1.6
+++ strace-4.7.ebuild 7 Jun 2012 18:50:37 -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-util/strace/strace-4.7.ebuild,v 1.6 2012/06/07 14:47:59 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.7.ebuild,v 1.7 2012/06/07 18:50:37 ranger Exp $
EAPI="4"
@@ -11,7 +11,7 @@
inherit git-2 autotools
else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
- KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~ia64-linux ~x86-linux"
+ KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~ia64-linux ~x86-linux"
fi
DESCRIPTION="A useful diagnostic, instructional, and debugging tool"
1.181 dev-util/strace/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?rev=1.181&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?rev=1.181&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?r1=1.180&r2=1.181
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -r1.180 -r1.181
--- ChangeLog 7 Jun 2012 14:47:59 -0000 1.180
+++ ChangeLog 7 Jun 2012 18:50:37 -0000 1.181
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/strace
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.180 2012/06/07 14:47:59 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.181 2012/06/07 18:50:37 ranger Exp $
+
+ 07 Jun 2012; Brent Baude <ranger@gentoo.org> strace-4.7.ebuild:
+ Marking strace-4.7 ppc for bug 419803
07 Jun 2012; Jeroen Roovers <jer@gentoo.org> strace-4.7.ebuild:
Stable for HPPA (bug #419803).
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/strace: strace-4.7.ebuild ChangeLog
@ 2012-06-09 8:53 Markus Meier (maekke)
0 siblings, 0 replies; 10+ messages in thread
From: Markus Meier (maekke) @ 2012-06-09 8:53 UTC (permalink / raw
To: gentoo-commits
maekke 12/06/09 08:53:52
Modified: strace-4.7.ebuild ChangeLog
Log:
arm stable, bug #419803
(Portage version: 2.1.10.63/cvs/Linux i686)
Revision Changes Path
1.8 dev-util/strace/strace-4.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-4.7.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-4.7.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-4.7.ebuild?r1=1.7&r2=1.8
Index: strace-4.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.7.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- strace-4.7.ebuild 7 Jun 2012 18:50:37 -0000 1.7
+++ strace-4.7.ebuild 9 Jun 2012 08:53:52 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.7.ebuild,v 1.7 2012/06/07 18:50:37 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.7.ebuild,v 1.8 2012/06/09 08:53:52 maekke Exp $
EAPI="4"
@@ -11,7 +11,7 @@
inherit git-2 autotools
else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
- KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~ia64-linux ~x86-linux"
+ KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~ia64-linux ~x86-linux"
fi
DESCRIPTION="A useful diagnostic, instructional, and debugging tool"
1.182 dev-util/strace/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?rev=1.182&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?rev=1.182&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?r1=1.181&r2=1.182
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -r1.181 -r1.182
--- ChangeLog 7 Jun 2012 18:50:37 -0000 1.181
+++ ChangeLog 9 Jun 2012 08:53:52 -0000 1.182
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/strace
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.181 2012/06/07 18:50:37 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.182 2012/06/09 08:53:52 maekke Exp $
+
+ 09 Jun 2012; Markus Meier <maekke@gentoo.org> strace-4.7.ebuild:
+ arm stable, bug #419803
07 Jun 2012; Brent Baude <ranger@gentoo.org> strace-4.7.ebuild:
Marking strace-4.7 ppc for bug 419803
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/strace: strace-4.7.ebuild ChangeLog
@ 2012-06-11 9:16 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-06-11 9:16 UTC (permalink / raw
To: gentoo-commits
ago 12/06/11 09:16:13
Modified: strace-4.7.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #419803
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Revision Changes Path
1.9 dev-util/strace/strace-4.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-4.7.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-4.7.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-4.7.ebuild?r1=1.8&r2=1.9
Index: strace-4.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.7.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- strace-4.7.ebuild 9 Jun 2012 08:53:52 -0000 1.8
+++ strace-4.7.ebuild 11 Jun 2012 09:16:13 -0000 1.9
@@ -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/strace/strace-4.7.ebuild,v 1.8 2012/06/09 08:53:52 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.7.ebuild,v 1.9 2012/06/11 09:16:13 ago Exp $
EAPI="4"
@@ -11,7 +11,7 @@
inherit git-2 autotools
else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
- KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~ia64-linux ~x86-linux"
+ KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~ia64-linux ~x86-linux"
fi
DESCRIPTION="A useful diagnostic, instructional, and debugging tool"
1.183 dev-util/strace/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?rev=1.183&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?rev=1.183&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?r1=1.182&r2=1.183
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v
retrieving revision 1.182
retrieving revision 1.183
diff -u -r1.182 -r1.183
--- ChangeLog 9 Jun 2012 08:53:52 -0000 1.182
+++ ChangeLog 11 Jun 2012 09:16:13 -0000 1.183
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/strace
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.182 2012/06/09 08:53:52 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.183 2012/06/11 09:16:13 ago Exp $
+
+ 11 Jun 2012; Agostino Sarubbo <ago@gentoo.org> strace-4.7.ebuild:
+ Stable for amd64, wrt bug #419803
09 Jun 2012; Markus Meier <maekke@gentoo.org> strace-4.7.ebuild:
arm stable, bug #419803
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/strace: strace-4.7.ebuild ChangeLog
@ 2012-07-12 15:07 Akinori Hattori (hattya)
0 siblings, 0 replies; 10+ messages in thread
From: Akinori Hattori (hattya) @ 2012-07-12 15:07 UTC (permalink / raw
To: gentoo-commits
hattya 12/07/12 15:07:49
Modified: strace-4.7.ebuild ChangeLog
Log:
ia64 stable wrt bug #419803
(Portage version: 2.1.10.65/cvs/Linux i686)
Revision Changes Path
1.10 dev-util/strace/strace-4.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-4.7.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-4.7.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-4.7.ebuild?r1=1.9&r2=1.10
Index: strace-4.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.7.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- strace-4.7.ebuild 11 Jun 2012 09:16:13 -0000 1.9
+++ strace-4.7.ebuild 12 Jul 2012 15:07:49 -0000 1.10
@@ -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/strace/strace-4.7.ebuild,v 1.9 2012/06/11 09:16:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.7.ebuild,v 1.10 2012/07/12 15:07:49 hattya Exp $
EAPI="4"
@@ -11,7 +11,7 @@
inherit git-2 autotools
else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
- KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~ia64-linux ~x86-linux"
+ KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~ia64-linux ~x86-linux"
fi
DESCRIPTION="A useful diagnostic, instructional, and debugging tool"
1.184 dev-util/strace/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?rev=1.184&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?rev=1.184&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?r1=1.183&r2=1.184
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -r1.183 -r1.184
--- ChangeLog 11 Jun 2012 09:16:13 -0000 1.183
+++ ChangeLog 12 Jul 2012 15:07:49 -0000 1.184
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/strace
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.183 2012/06/11 09:16:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.184 2012/07/12 15:07:49 hattya Exp $
+
+ 12 Jul 2012; Akinori Hattori <hattya@gentoo.org> strace-4.7.ebuild:
+ ia64 stable wrt bug #419803
11 Jun 2012; Agostino Sarubbo <ago@gentoo.org> strace-4.7.ebuild:
Stable for amd64, wrt bug #419803
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/strace: strace-4.7.ebuild ChangeLog
@ 2012-09-24 17:48 Raul Porcel (armin76)
0 siblings, 0 replies; 10+ messages in thread
From: Raul Porcel (armin76) @ 2012-09-24 17:48 UTC (permalink / raw
To: gentoo-commits
armin76 12/09/24 17:48:59
Modified: strace-4.7.ebuild ChangeLog
Log:
alpha/s390/sh/sparc stable wrt #419803
(Portage version: 2.1.11.16/cvs/Linux ia64)
Revision Changes Path
1.11 dev-util/strace/strace-4.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-4.7.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-4.7.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-4.7.ebuild?r1=1.10&r2=1.11
Index: strace-4.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.7.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- strace-4.7.ebuild 12 Jul 2012 15:07:49 -0000 1.10
+++ strace-4.7.ebuild 24 Sep 2012 17:48:59 -0000 1.11
@@ -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/strace/strace-4.7.ebuild,v 1.10 2012/07/12 15:07:49 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.7.ebuild,v 1.11 2012/09/24 17:48:59 armin76 Exp $
EAPI="4"
@@ -11,7 +11,7 @@
inherit git-2 autotools
else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
- KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~ia64-linux ~x86-linux"
+ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~ia64-linux ~x86-linux"
fi
DESCRIPTION="A useful diagnostic, instructional, and debugging tool"
1.185 dev-util/strace/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?rev=1.185&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?rev=1.185&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?r1=1.184&r2=1.185
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -r1.184 -r1.185
--- ChangeLog 12 Jul 2012 15:07:49 -0000 1.184
+++ ChangeLog 24 Sep 2012 17:48:59 -0000 1.185
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/strace
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.184 2012/07/12 15:07:49 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.185 2012/09/24 17:48:59 armin76 Exp $
+
+ 24 Sep 2012; Raúl Porcel <armin76@gentoo.org> strace-4.7.ebuild:
+ alpha/s390/sh/sparc stable wrt #419803
12 Jul 2012; Akinori Hattori <hattya@gentoo.org> strace-4.7.ebuild:
ia64 stable wrt bug #419803
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2012-09-24 17:49 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-04 18:03 [gentoo-commits] gentoo-x86 commit in dev-util/strace: strace-4.7.ebuild ChangeLog Mike Frysinger (vapier)
-- strict thread matches above, loose matches on Subject: below --
2012-09-24 17:48 Raul Porcel (armin76)
2012-07-12 15:07 Akinori Hattori (hattya)
2012-06-11 9:16 Agostino Sarubbo (ago)
2012-06-09 8:53 Markus Meier (maekke)
2012-06-07 18:50 Brent Baude (ranger)
2012-06-07 14:48 Jeroen Roovers (jer)
2012-06-06 6:25 Jeff Horelick (jdhore)
2012-06-05 20:31 Brent Baude (ranger)
2012-05-13 19:47 Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox