public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/strace: strace-4.5.20.ebuild ChangeLog
@ 2010-04-16 21:27 Mike Frysinger (vapier)
  0 siblings, 0 replies; 9+ messages in thread
From: Mike Frysinger (vapier) @ 2010-04-16 21:27 UTC (permalink / raw
  To: gentoo-commits

vapier      10/04/16 21:27:29

  Modified:             ChangeLog
  Added:                strace-4.5.20.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.145                dev-util/strace/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/ChangeLog?rev=1.145&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/ChangeLog?rev=1.145&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/ChangeLog?r1=1.144&r2=1.145

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- ChangeLog	25 Feb 2010 22:45:59 -0000	1.144
+++ ChangeLog	16 Apr 2010 21:27:29 -0000	1.145
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/strace
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.144 2010/02/25 22:45:59 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.145 2010/04/16 21:27:29 vapier Exp $
+
+*strace-4.5.20 (16 Apr 2010)
+
+  16 Apr 2010; Mike Frysinger <vapier@gentoo.org> +strace-4.5.20.ebuild:
+  Version bump.
 
   25 Feb 2010; Tiago Cunha <tcunha@gentoo.org> strace-4.5.19.ebuild:
   stable sparc, bug 297079



1.1                  dev-util/strace/strace-4.5.20.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/strace-4.5.20.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/strace-4.5.20.ebuild?rev=1.1&content-type=text/plain

Index: strace-4.5.20.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.20.ebuild,v 1.1 2010/04/16 21:27:29 vapier Exp $

inherit flag-o-matic

DESCRIPTION="A useful diagnostic, instructional, and debugging tool"
HOMEPAGE="http://sourceforge.net/projects/strace/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux"
IUSE="static aio"

# strace only uses the header from libaio
DEPEND="aio? ( >=dev-libs/libaio-0.3.106 )"
RDEPEND=""

src_compile() {
	filter-lfs-flags # configure handles this sanely
	use static && append-ldflags -static

	use aio || export ac_cv_header_libaio_h=no #
	econf || die
	emake || die
}

src_install() {
	emake install DESTDIR="${D}" || die
	dodoc ChangeLog CREDITS NEWS PORTING README* TODO
}






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

* [gentoo-commits] gentoo-x86 commit in dev-util/strace: strace-4.5.20.ebuild ChangeLog
@ 2010-09-12 19:41 Mike Frysinger (vapier)
  0 siblings, 0 replies; 9+ messages in thread
From: Mike Frysinger (vapier) @ 2010-09-12 19:41 UTC (permalink / raw
  To: gentoo-commits

vapier      10/09/12 19:41:07

  Modified:             strace-4.5.20.ebuild ChangeLog
  Log:
  Add fix from upstream for building on sparc #336939 by Raúl Porcel.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-util/strace/strace-4.5.20.ebuild

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

Index: strace-4.5.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.20.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- strace-4.5.20.ebuild	16 Apr 2010 21:27:29 -0000	1.1
+++ strace-4.5.20.ebuild	12 Sep 2010 19:41:07 -0000	1.2
@@ -1,6 +1,8 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.20.ebuild,v 1.1 2010/04/16 21:27:29 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.20.ebuild,v 1.2 2010/09/12 19:41:07 vapier Exp $
+
+EAPI="2"
 
 inherit flag-o-matic
 
@@ -17,13 +19,13 @@
 DEPEND="aio? ( >=dev-libs/libaio-0.3.106 )"
 RDEPEND=""
 
-src_compile() {
+src_prepare() {
+	epatch "${FILESDIR}"/${P}-sparc.patch #336939
+
 	filter-lfs-flags # configure handles this sanely
 	use static && append-ldflags -static
 
 	use aio || export ac_cv_header_libaio_h=no #
-	econf || die
-	emake || die
 }
 
 src_install() {



1.148                dev-util/strace/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?rev=1.148&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?rev=1.148&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?r1=1.147&r2=1.148

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- ChangeLog	30 Aug 2010 18:11:18 -0000	1.147
+++ ChangeLog	12 Sep 2010 19:41:07 -0000	1.148
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/strace
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.147 2010/08/30 18:11:18 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.148 2010/09/12 19:41:07 vapier Exp $
+
+  12 Sep 2010; Mike Frysinger <vapier@gentoo.org> strace-4.5.20.ebuild,
+  +files/strace-4.5.20-sparc.patch:
+  Add fix from upstream for building on sparc #336939 by Raúl Porcel.
 
   30 Aug 2010; Mike Frysinger <vapier@gentoo.org> strace-4.5.19.ebuild:
   Mark sh stable #297079.






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

* [gentoo-commits] gentoo-x86 commit in dev-util/strace: strace-4.5.20.ebuild ChangeLog
@ 2010-10-31 13:13 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 9+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-10-31 13:13 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/10/31 13:13:32

  Modified:             strace-4.5.20.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #343255
  
  (Portage version: 2.2.0_alpha2/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-util/strace/strace-4.5.20.ebuild

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

Index: strace-4.5.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.20.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- strace-4.5.20.ebuild	12 Sep 2010 19:41:07 -0000	1.2
+++ strace-4.5.20.ebuild	31 Oct 2010 13:13:31 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.20.ebuild,v 1.2 2010/09/12 19:41:07 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.20.ebuild,v 1.3 2010/10/31 13:13:31 hwoarang Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-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"
 IUSE="static aio"
 
 # strace only uses the header from libaio



1.150                dev-util/strace/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?rev=1.150&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?rev=1.150&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?r1=1.149&r2=1.150

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -r1.149 -r1.150
--- ChangeLog	12 Oct 2010 12:34:06 -0000	1.149
+++ ChangeLog	31 Oct 2010 13:13:31 -0000	1.150
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/strace
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.149 2010/10/12 12:34:06 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.150 2010/10/31 13:13:31 hwoarang Exp $
+
+  31 Oct 2010; Markos Chandras <hwoarang@gentoo.org> strace-4.5.20.ebuild:
+  Stable on amd64 wrt bug #343255
 
 *strace-4.5.20-r1 (12 Oct 2010)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-util/strace: strace-4.5.20.ebuild ChangeLog
@ 2010-11-03  0:14 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2010-11-03  0:14 UTC (permalink / raw
  To: gentoo-commits

jer         10/11/03 00:14:10

  Modified:             strace-4.5.20.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #343255).
  
  (Portage version: 2.1.9.24/cvs/Linux i686)

Revision  Changes    Path
1.4                  dev-util/strace/strace-4.5.20.ebuild

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

Index: strace-4.5.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.20.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- strace-4.5.20.ebuild	31 Oct 2010 13:13:31 -0000	1.3
+++ strace-4.5.20.ebuild	3 Nov 2010 00:14:10 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.20.ebuild,v 1.3 2010/10/31 13:13:31 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.20.ebuild,v 1.4 2010/11/03 00:14:10 jer Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-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"
 IUSE="static aio"
 
 # strace only uses the header from libaio



1.151                dev-util/strace/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?rev=1.151&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?rev=1.151&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?r1=1.150&r2=1.151

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- ChangeLog	31 Oct 2010 13:13:31 -0000	1.150
+++ ChangeLog	3 Nov 2010 00:14:10 -0000	1.151
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/strace
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.150 2010/10/31 13:13:31 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.151 2010/11/03 00:14:10 jer Exp $
+
+  03 Nov 2010; Jeroen Roovers <jer@gentoo.org> strace-4.5.20.ebuild:
+  Stable for HPPA (bug #343255).
 
   31 Oct 2010; Markos Chandras <hwoarang@gentoo.org> strace-4.5.20.ebuild:
   Stable on amd64 wrt bug #343255






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

* [gentoo-commits] gentoo-x86 commit in dev-util/strace: strace-4.5.20.ebuild ChangeLog
@ 2010-11-03 21:52 Markus Meier (maekke)
  0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2010-11-03 21:52 UTC (permalink / raw
  To: gentoo-commits

maekke      10/11/03 21:52:26

  Modified:             strace-4.5.20.ebuild ChangeLog
  Log:
  x86 stable, bug #343255
  
  (Portage version: 2.1.9.24/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-util/strace/strace-4.5.20.ebuild

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

Index: strace-4.5.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.20.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- strace-4.5.20.ebuild	3 Nov 2010 00:14:10 -0000	1.4
+++ strace-4.5.20.ebuild	3 Nov 2010 21:52:26 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.20.ebuild,v 1.4 2010/11/03 00:14:10 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.20.ebuild,v 1.5 2010/11/03 21:52:26 maekke Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-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"
 IUSE="static aio"
 
 # strace only uses the header from libaio



1.152                dev-util/strace/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?rev=1.152&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?rev=1.152&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?r1=1.151&r2=1.152

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -r1.151 -r1.152
--- ChangeLog	3 Nov 2010 00:14:10 -0000	1.151
+++ ChangeLog	3 Nov 2010 21:52:26 -0000	1.152
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/strace
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.151 2010/11/03 00:14:10 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.152 2010/11/03 21:52:26 maekke Exp $
+
+  03 Nov 2010; Markus Meier <maekke@gentoo.org> strace-4.5.20.ebuild:
+  x86 stable, bug #343255
 
   03 Nov 2010; Jeroen Roovers <jer@gentoo.org> strace-4.5.20.ebuild:
   Stable for HPPA (bug #343255).






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

* [gentoo-commits] gentoo-x86 commit in dev-util/strace: strace-4.5.20.ebuild ChangeLog
@ 2010-11-04 11:37 Markus Meier (maekke)
  0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2010-11-04 11:37 UTC (permalink / raw
  To: gentoo-commits

maekke      10/11/04 11:37:47

  Modified:             strace-4.5.20.ebuild ChangeLog
  Log:
  arm stable, bug #343255
  
  (Portage version: 2.1.9.24/cvs/Linux i686)

Revision  Changes    Path
1.6                  dev-util/strace/strace-4.5.20.ebuild

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

Index: strace-4.5.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.20.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- strace-4.5.20.ebuild	3 Nov 2010 21:52:26 -0000	1.5
+++ strace-4.5.20.ebuild	4 Nov 2010 11:37:47 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.20.ebuild,v 1.5 2010/11/03 21:52:26 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.20.ebuild,v 1.6 2010/11/04 11:37:47 maekke Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-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"
 IUSE="static aio"
 
 # strace only uses the header from libaio



1.153                dev-util/strace/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?rev=1.153&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?rev=1.153&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?r1=1.152&r2=1.153

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -r1.152 -r1.153
--- ChangeLog	3 Nov 2010 21:52:26 -0000	1.152
+++ ChangeLog	4 Nov 2010 11:37:47 -0000	1.153
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/strace
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.152 2010/11/03 21:52:26 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.153 2010/11/04 11:37:47 maekke Exp $
+
+  04 Nov 2010; Markus Meier <maekke@gentoo.org> strace-4.5.20.ebuild:
+  arm stable, bug #343255
 
   03 Nov 2010; Markus Meier <maekke@gentoo.org> strace-4.5.20.ebuild:
   x86 stable, bug #343255






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

* [gentoo-commits] gentoo-x86 commit in dev-util/strace: strace-4.5.20.ebuild ChangeLog
@ 2010-11-04 20:35 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2010-11-04 20:35 UTC (permalink / raw
  To: gentoo-commits

jer         10/11/04 20:35:56

  Modified:             strace-4.5.20.ebuild ChangeLog
  Log:
  Stable for HPPA PPC (bug #343255).
  
  (Portage version: 2.1.9.24/cvs/Linux i686)

Revision  Changes    Path
1.7                  dev-util/strace/strace-4.5.20.ebuild

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

Index: strace-4.5.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.20.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- strace-4.5.20.ebuild	4 Nov 2010 11:37:47 -0000	1.6
+++ strace-4.5.20.ebuild	4 Nov 2010 20:35:55 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.20.ebuild,v 1.6 2010/11/04 11:37:47 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.20.ebuild,v 1.7 2010/11/04 20:35:55 jer Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-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"
 IUSE="static aio"
 
 # strace only uses the header from libaio



1.154                dev-util/strace/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?rev=1.154&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?rev=1.154&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?r1=1.153&r2=1.154

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -r1.153 -r1.154
--- ChangeLog	4 Nov 2010 11:37:47 -0000	1.153
+++ ChangeLog	4 Nov 2010 20:35:55 -0000	1.154
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/strace
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.153 2010/11/04 11:37:47 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.154 2010/11/04 20:35:55 jer Exp $
+
+  04 Nov 2010; Jeroen Roovers <jer@gentoo.org> strace-4.5.20.ebuild:
+  Stable for HPPA PPC (bug #343255).
 
   04 Nov 2010; Markus Meier <maekke@gentoo.org> strace-4.5.20.ebuild:
   arm stable, bug #343255






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

* [gentoo-commits] gentoo-x86 commit in dev-util/strace: strace-4.5.20.ebuild ChangeLog
@ 2010-11-04 20:43 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 9+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-11-04 20:43 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/11/04 20:43:40

  Modified:             strace-4.5.20.ebuild ChangeLog
  Log:
  ppc64 stable wrt #343255
  
  (Portage version: 2.2.0_alpha3/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  dev-util/strace/strace-4.5.20.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-4.5.20.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-4.5.20.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-4.5.20.ebuild?r1=1.7&r2=1.8

Index: strace-4.5.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.20.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- strace-4.5.20.ebuild	4 Nov 2010 20:35:55 -0000	1.7
+++ strace-4.5.20.ebuild	4 Nov 2010 20:43:40 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.20.ebuild,v 1.7 2010/11/04 20:35:55 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.20.ebuild,v 1.8 2010/11/04 20:43:40 ssuominen Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-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"
 IUSE="static aio"
 
 # strace only uses the header from libaio



1.155                dev-util/strace/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?rev=1.155&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?rev=1.155&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?r1=1.154&r2=1.155

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- ChangeLog	4 Nov 2010 20:35:55 -0000	1.154
+++ ChangeLog	4 Nov 2010 20:43:40 -0000	1.155
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/strace
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.154 2010/11/04 20:35:55 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.155 2010/11/04 20:43:40 ssuominen Exp $
+
+  04 Nov 2010; Samuli Suominen <ssuominen@gentoo.org> strace-4.5.20.ebuild:
+  ppc64 stable wrt #343255
 
   04 Nov 2010; Jeroen Roovers <jer@gentoo.org> strace-4.5.20.ebuild:
   Stable for HPPA PPC (bug #343255).






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

* [gentoo-commits] gentoo-x86 commit in dev-util/strace: strace-4.5.20.ebuild ChangeLog
@ 2010-11-21 23:56 Mike Frysinger (vapier)
  0 siblings, 0 replies; 9+ messages in thread
From: Mike Frysinger (vapier) @ 2010-11-21 23:56 UTC (permalink / raw
  To: gentoo-commits

vapier      10/11/21 23:56:01

  Modified:             strace-4.5.20.ebuild ChangeLog
  Log:
  Mark alpha/ia64/s390/sparc/sh stable #343255.
  
  (Portage version: 2.2.0_alpha4/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  dev-util/strace/strace-4.5.20.ebuild

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

Index: strace-4.5.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.20.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- strace-4.5.20.ebuild	4 Nov 2010 20:43:40 -0000	1.8
+++ strace-4.5.20.ebuild	21 Nov 2010 23:56:01 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.20.ebuild,v 1.8 2010/11/04 20:43:40 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.20.ebuild,v 1.9 2010/11/21 23:56:01 vapier Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-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"
 IUSE="static aio"
 
 # strace only uses the header from libaio



1.158                dev-util/strace/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?rev=1.158&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?rev=1.158&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?r1=1.157&r2=1.158

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -r1.157 -r1.158
--- ChangeLog	18 Nov 2010 00:11:39 -0000	1.157
+++ ChangeLog	21 Nov 2010 23:56:01 -0000	1.158
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/strace
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.157 2010/11/18 00:11:39 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.158 2010/11/21 23:56:01 vapier Exp $
+
+  21 Nov 2010; Mike Frysinger <vapier@gentoo.org> strace-4.5.20.ebuild:
+  Mark alpha/ia64/s390/sparc/sh stable #343255.
 
   18 Nov 2010; Diego E. Pettenò <flameeyes@gentoo.org> metadata.xml:
   Remove alsa USE description from metadata.xml.






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

end of thread, other threads:[~2010-11-21 23:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-03 21:52 [gentoo-commits] gentoo-x86 commit in dev-util/strace: strace-4.5.20.ebuild ChangeLog Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2010-11-21 23:56 Mike Frysinger (vapier)
2010-11-04 20:43 Samuli Suominen (ssuominen)
2010-11-04 20:35 Jeroen Roovers (jer)
2010-11-04 11:37 Markus Meier (maekke)
2010-11-03  0:14 Jeroen Roovers (jer)
2010-10-31 13:13 Markos Chandras (hwoarang)
2010-09-12 19:41 Mike Frysinger (vapier)
2010-04-16 21:27 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