public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/strace: strace-4.8.ebuild ChangeLog
@ 2013-06-09 23:48 Mike Frysinger (vapier)
  0 siblings, 0 replies; 10+ messages in thread
From: Mike Frysinger (vapier) @ 2013-06-09 23:48 UTC (permalink / raw
  To: gentoo-commits

vapier      13/06/09 23:48:14

  Modified:             ChangeLog
  Added:                strace-4.8.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha179/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)

Revision  Changes    Path
1.188                dev-util/strace/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -r1.187 -r1.188
--- ChangeLog	2 May 2013 17:28:35 -0000	1.187
+++ ChangeLog	9 Jun 2013 23:48:14 -0000	1.188
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/strace
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.187 2013/05/02 17:28:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.188 2013/06/09 23:48:14 vapier Exp $
+
+*strace-4.8 (09 Jun 2013)
+
+  09 Jun 2013; Mike Frysinger <vapier@gentoo.org> +strace-4.8.ebuild:
+  Version bump.
 
   02 May 2013; Mike Frysinger <vapier@gentoo.org> strace-4.7.ebuild,
   strace-9999.ebuild:



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

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

Index: strace-4.8.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.8.ebuild,v 1.1 2013/06/09 23:48:14 vapier Exp $

EAPI="4"

inherit flag-o-matic eutils

if [[ ${PV} == "9999" ]] ; then
	EGIT_REPO_URI="git://strace.git.sourceforge.net/gitroot/strace/strace"
	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 ~arm-linux ~ia64-linux ~x86-linux"
fi

DESCRIPTION="A useful diagnostic, instructional, and debugging tool"
HOMEPAGE="http://sourceforge.net/projects/strace/"

LICENSE="BSD"
SLOT="0"
IUSE="static aio"

# strace only uses the header from libaio to decode structs
DEPEND="aio? ( >=dev-libs/libaio-0.3.106 )
	sys-kernel/linux-headers"
RDEPEND=""

src_prepare() {
	if epatch_user || [[ ! -e configure ]] ; then
		# git generation
		eautoreconf
		[[ ! -e CREDITS ]] && cp CREDITS{.in,}
	fi

	filter-lfs-flags # configure handles this sanely
	use static && append-ldflags -static

	export ac_cv_header_libaio_h=$(usex aio)
}

src_install() {
	default
	dodoc CREDITS
}





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

* [gentoo-commits] gentoo-x86 commit in dev-util/strace: strace-4.8.ebuild ChangeLog
@ 2014-02-20 13:37 Jeroen Roovers (jer)
  0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2014-02-20 13:37 UTC (permalink / raw
  To: gentoo-commits

jer         14/02/20 13:36:59

  Modified:             strace-4.8.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #501648).
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

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

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

Index: strace-4.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.8.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- strace-4.8.ebuild	18 Jan 2014 01:55:37 -0000	1.4
+++ strace-4.8.ebuild	20 Feb 2014 13:36:59 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.8.ebuild,v 1.4 2014/01/18 01:55:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.8.ebuild,v 1.5 2014/02/20 13:36: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 arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux"
+	KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux"
 fi
 
 DESCRIPTION="A useful diagnostic, instructional, and debugging tool"



1.192                dev-util/strace/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -r1.191 -r1.192
--- ChangeLog	18 Jan 2014 01:55:37 -0000	1.191
+++ ChangeLog	20 Feb 2014 13:36:59 -0000	1.192
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/strace
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.191 2014/01/18 01:55:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.192 2014/02/20 13:36:59 jer Exp $
+
+  20 Feb 2014; Jeroen Roovers <jer@gentoo.org> strace-4.8.ebuild:
+  Stable for HPPA (bug #501648).
 
   18 Jan 2014; Mike Frysinger <vapier@gentoo.org> strace-4.8.ebuild,
   strace-9999.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-util/strace: strace-4.8.ebuild ChangeLog
@ 2014-02-28 21:44 Markus Meier (maekke)
  0 siblings, 0 replies; 10+ messages in thread
From: Markus Meier (maekke) @ 2014-02-28 21:44 UTC (permalink / raw
  To: gentoo-commits

maekke      14/02/28 21:44:06

  Modified:             strace-4.8.ebuild ChangeLog
  Log:
  arm stable, bug #501648
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)

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

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

Index: strace-4.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.8.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- strace-4.8.ebuild	20 Feb 2014 13:36:59 -0000	1.5
+++ strace-4.8.ebuild	28 Feb 2014 21:44:06 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.8.ebuild,v 1.5 2014/02/20 13:36:59 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.8.ebuild,v 1.6 2014/02/28 21:44:06 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 arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux"
+	KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux"
 fi
 
 DESCRIPTION="A useful diagnostic, instructional, and debugging tool"



1.193                dev-util/strace/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -r1.192 -r1.193
--- ChangeLog	20 Feb 2014 13:36:59 -0000	1.192
+++ ChangeLog	28 Feb 2014 21:44:06 -0000	1.193
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/strace
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.192 2014/02/20 13:36:59 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.193 2014/02/28 21:44:06 maekke Exp $
+
+  28 Feb 2014; Markus Meier <maekke@gentoo.org> strace-4.8.ebuild:
+  arm stable, bug #501648
 
   20 Feb 2014; Jeroen Roovers <jer@gentoo.org> strace-4.8.ebuild:
   Stable for HPPA (bug #501648).





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

* [gentoo-commits] gentoo-x86 commit in dev-util/strace: strace-4.8.ebuild ChangeLog
@ 2014-03-02 22:48 Pacho Ramos (pacho)
  0 siblings, 0 replies; 10+ messages in thread
From: Pacho Ramos (pacho) @ 2014-03-02 22:48 UTC (permalink / raw
  To: gentoo-commits

pacho       14/03/02 22:48:20

  Modified:             strace-4.8.ebuild ChangeLog
  Log:
  amd64 stable, bug #501648
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)

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

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

Index: strace-4.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.8.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- strace-4.8.ebuild	28 Feb 2014 21:44:06 -0000	1.6
+++ strace-4.8.ebuild	2 Mar 2014 22:48:20 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.8.ebuild,v 1.6 2014/02/28 21:44:06 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.8.ebuild,v 1.7 2014/03/02 22:48:20 pacho Exp $
 
 EAPI="4"
 
@@ -11,7 +11,7 @@
 	inherit git-2 autotools
 else
 	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-	KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux"
+	KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux"
 fi
 
 DESCRIPTION="A useful diagnostic, instructional, and debugging tool"



1.194                dev-util/strace/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v
retrieving revision 1.193
retrieving revision 1.194
diff -u -r1.193 -r1.194
--- ChangeLog	28 Feb 2014 21:44:06 -0000	1.193
+++ ChangeLog	2 Mar 2014 22:48:20 -0000	1.194
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/strace
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.193 2014/02/28 21:44:06 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.194 2014/03/02 22:48:20 pacho Exp $
+
+  02 Mar 2014; Pacho Ramos <pacho@gentoo.org> strace-4.8.ebuild:
+  amd64 stable, bug #501648
 
   28 Feb 2014; Markus Meier <maekke@gentoo.org> strace-4.8.ebuild:
   arm stable, bug #501648





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

* [gentoo-commits] gentoo-x86 commit in dev-util/strace: strace-4.8.ebuild ChangeLog
@ 2014-03-10 19:39 Johannes Huber (johu)
  0 siblings, 0 replies; 10+ messages in thread
From: Johannes Huber (johu) @ 2014-03-10 19:39 UTC (permalink / raw
  To: gentoo-commits

johu        14/03/10 19:39:08

  Modified:             strace-4.8.ebuild ChangeLog
  Log:
  x86 stable, bug #501648
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)

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

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

Index: strace-4.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.8.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- strace-4.8.ebuild	2 Mar 2014 22:48:20 -0000	1.7
+++ strace-4.8.ebuild	10 Mar 2014 19:39:08 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.8.ebuild,v 1.7 2014/03/02 22:48:20 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.8.ebuild,v 1.8 2014/03/10 19:39:08 johu Exp $
 
 EAPI="4"
 
@@ -11,7 +11,7 @@
 	inherit git-2 autotools
 else
 	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-	KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux"
+	KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux"
 fi
 
 DESCRIPTION="A useful diagnostic, instructional, and debugging tool"



1.195                dev-util/strace/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -r1.194 -r1.195
--- ChangeLog	2 Mar 2014 22:48:20 -0000	1.194
+++ ChangeLog	10 Mar 2014 19:39:08 -0000	1.195
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/strace
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.194 2014/03/02 22:48:20 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.195 2014/03/10 19:39:08 johu Exp $
+
+  10 Mar 2014; Johannes Huber <johu@gentoo.org> strace-4.8.ebuild:
+  x86 stable, bug #501648
 
   02 Mar 2014; Pacho Ramos <pacho@gentoo.org> strace-4.8.ebuild:
   amd64 stable, bug #501648





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

* [gentoo-commits] gentoo-x86 commit in dev-util/strace: strace-4.8.ebuild ChangeLog
@ 2014-03-12  9:52 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-03-12  9:52 UTC (permalink / raw
  To: gentoo-commits

ago         14/03/12 09:52:23

  Modified:             strace-4.8.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #501648
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)

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

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

Index: strace-4.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.8.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- strace-4.8.ebuild	10 Mar 2014 19:39:08 -0000	1.8
+++ strace-4.8.ebuild	12 Mar 2014 09:52:23 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.8.ebuild,v 1.8 2014/03/10 19:39:08 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.8.ebuild,v 1.9 2014/03/12 09:52:23 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 arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux"
+	KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux"
 fi
 
 DESCRIPTION="A useful diagnostic, instructional, and debugging tool"



1.196                dev-util/strace/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v
retrieving revision 1.195
retrieving revision 1.196
diff -u -r1.195 -r1.196
--- ChangeLog	10 Mar 2014 19:39:08 -0000	1.195
+++ ChangeLog	12 Mar 2014 09:52:23 -0000	1.196
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/strace
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.195 2014/03/10 19:39:08 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.196 2014/03/12 09:52:23 ago Exp $
+
+  12 Mar 2014; Agostino Sarubbo <ago@gentoo.org> strace-4.8.ebuild:
+  Stable for sparc, wrt bug #501648
 
   10 Mar 2014; Johannes Huber <johu@gentoo.org> strace-4.8.ebuild:
   x86 stable, bug #501648





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

* [gentoo-commits] gentoo-x86 commit in dev-util/strace: strace-4.8.ebuild ChangeLog
@ 2014-03-14 10:12 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-03-14 10:12 UTC (permalink / raw
  To: gentoo-commits

ago         14/03/14 10:12:15

  Modified:             strace-4.8.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #501648
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.10                 dev-util/strace/strace-4.8.ebuild

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

Index: strace-4.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.8.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- strace-4.8.ebuild	12 Mar 2014 09:52:23 -0000	1.9
+++ strace-4.8.ebuild	14 Mar 2014 10:12:15 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.8.ebuild,v 1.9 2014/03/12 09:52:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.8.ebuild,v 1.10 2014/03/14 10:12:15 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 arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux"
+	KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux"
 fi
 
 DESCRIPTION="A useful diagnostic, instructional, and debugging tool"



1.197                dev-util/strace/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -r1.196 -r1.197
--- ChangeLog	12 Mar 2014 09:52:23 -0000	1.196
+++ ChangeLog	14 Mar 2014 10:12:15 -0000	1.197
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/strace
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.196 2014/03/12 09:52:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.197 2014/03/14 10:12:15 ago Exp $
+
+  14 Mar 2014; Agostino Sarubbo <ago@gentoo.org> strace-4.8.ebuild:
+  Stable for ppc64, wrt bug #501648
 
   12 Mar 2014; Agostino Sarubbo <ago@gentoo.org> strace-4.8.ebuild:
   Stable for sparc, wrt bug #501648





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

* [gentoo-commits] gentoo-x86 commit in dev-util/strace: strace-4.8.ebuild ChangeLog
@ 2014-03-18 16:14 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-03-18 16:14 UTC (permalink / raw
  To: gentoo-commits

ago         14/03/18 16:14:47

  Modified:             strace-4.8.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #501648
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.11                 dev-util/strace/strace-4.8.ebuild

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

Index: strace-4.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.8.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- strace-4.8.ebuild	14 Mar 2014 10:12:15 -0000	1.10
+++ strace-4.8.ebuild	18 Mar 2014 16:14:47 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.8.ebuild,v 1.10 2014/03/14 10:12:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.8.ebuild,v 1.11 2014/03/18 16:14:47 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 arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux"
+	KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux"
 fi
 
 DESCRIPTION="A useful diagnostic, instructional, and debugging tool"



1.198                dev-util/strace/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -r1.197 -r1.198
--- ChangeLog	14 Mar 2014 10:12:15 -0000	1.197
+++ ChangeLog	18 Mar 2014 16:14:47 -0000	1.198
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/strace
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.197 2014/03/14 10:12:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.198 2014/03/18 16:14:47 ago Exp $
+
+  18 Mar 2014; Agostino Sarubbo <ago@gentoo.org> strace-4.8.ebuild:
+  Stable for ia64, wrt bug #501648
 
   14 Mar 2014; Agostino Sarubbo <ago@gentoo.org> strace-4.8.ebuild:
   Stable for ppc64, wrt bug #501648





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

* [gentoo-commits] gentoo-x86 commit in dev-util/strace: strace-4.8.ebuild ChangeLog
@ 2014-03-19 13:50 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-03-19 13:50 UTC (permalink / raw
  To: gentoo-commits

ago         14/03/19 13:50:20

  Modified:             strace-4.8.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #501648
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.12                 dev-util/strace/strace-4.8.ebuild

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

Index: strace-4.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.8.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- strace-4.8.ebuild	18 Mar 2014 16:14:47 -0000	1.11
+++ strace-4.8.ebuild	19 Mar 2014 13:50:19 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.8.ebuild,v 1.11 2014/03/18 16:14:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.8.ebuild,v 1.12 2014/03/19 13:50:19 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 arm64 hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux"
+	KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux"
 fi
 
 DESCRIPTION="A useful diagnostic, instructional, and debugging tool"



1.199                dev-util/strace/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v
retrieving revision 1.198
retrieving revision 1.199
diff -u -r1.198 -r1.199
--- ChangeLog	18 Mar 2014 16:14:47 -0000	1.198
+++ ChangeLog	19 Mar 2014 13:50:19 -0000	1.199
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/strace
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.198 2014/03/18 16:14:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.199 2014/03/19 13:50:19 ago Exp $
+
+  19 Mar 2014; Agostino Sarubbo <ago@gentoo.org> strace-4.8.ebuild:
+  Stable for alpha, wrt bug #501648
 
   18 Mar 2014; Agostino Sarubbo <ago@gentoo.org> strace-4.8.ebuild:
   Stable for ia64, wrt bug #501648





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

* [gentoo-commits] gentoo-x86 commit in dev-util/strace: strace-4.8.ebuild ChangeLog
@ 2014-03-24 15:08 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-03-24 15:08 UTC (permalink / raw
  To: gentoo-commits

ago         14/03/24 15:08:07

  Modified:             strace-4.8.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #501648
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.13                 dev-util/strace/strace-4.8.ebuild

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

Index: strace-4.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.8.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- strace-4.8.ebuild	19 Mar 2014 13:50:19 -0000	1.12
+++ strace-4.8.ebuild	24 Mar 2014 15:08:07 -0000	1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.8.ebuild,v 1.12 2014/03/19 13:50:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.8.ebuild,v 1.13 2014/03/24 15:08:07 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 arm64 hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux"
+	KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux"
 fi
 
 DESCRIPTION="A useful diagnostic, instructional, and debugging tool"



1.200                dev-util/strace/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -r1.199 -r1.200
--- ChangeLog	19 Mar 2014 13:50:19 -0000	1.199
+++ ChangeLog	24 Mar 2014 15:08:07 -0000	1.200
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/strace
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.199 2014/03/19 13:50:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.200 2014/03/24 15:08:07 ago Exp $
+
+  24 Mar 2014; Agostino Sarubbo <ago@gentoo.org> strace-4.8.ebuild:
+  Stable for ppc, wrt bug #501648
 
   19 Mar 2014; Agostino Sarubbo <ago@gentoo.org> strace-4.8.ebuild:
   Stable for alpha, wrt bug #501648





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

end of thread, other threads:[~2014-03-24 15:08 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-24 15:08 [gentoo-commits] gentoo-x86 commit in dev-util/strace: strace-4.8.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2014-03-19 13:50 Agostino Sarubbo (ago)
2014-03-18 16:14 Agostino Sarubbo (ago)
2014-03-14 10:12 Agostino Sarubbo (ago)
2014-03-12  9:52 Agostino Sarubbo (ago)
2014-03-10 19:39 Johannes Huber (johu)
2014-03-02 22:48 Pacho Ramos (pacho)
2014-02-28 21:44 Markus Meier (maekke)
2014-02-20 13:37 Jeroen Roovers (jer)
2013-06-09 23:48 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