public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/strace: ChangeLog strace-4.6.ebuild
@ 2011-03-16  1:11 Mike Frysinger (vapier)
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Frysinger (vapier) @ 2011-03-16  1:11 UTC (permalink / raw
  To: gentoo-commits

vapier      11/03/16 01:11:53

  Modified:             ChangeLog
  Added:                strace-4.6.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha26/cvs/Linux x86_64)

Revision  Changes    Path
1.159                dev-util/strace/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -r1.158 -r1.159
--- ChangeLog	21 Nov 2010 23:56:01 -0000	1.158
+++ ChangeLog	16 Mar 2011 01:11:53 -0000	1.159
@@ -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.158 2010/11/21 23:56:01 vapier Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.159 2011/03/16 01:11:53 vapier Exp $
+
+*strace-4.6 (16 Mar 2011)
+
+  16 Mar 2011; Mike Frysinger <vapier@gentoo.org> +strace-4.6.ebuild:
+  Version bump.
 
   21 Nov 2010; Mike Frysinger <vapier@gentoo.org> strace-4.5.20.ebuild:
   Mark alpha/ia64/s390/sparc/sh stable #343255.



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

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

Index: strace-4.6.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.6.ebuild,v 1.1 2011/03/16 01:11:53 vapier Exp $

EAPI="3"

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.xz"

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 )
	sys-kernel/linux-headers"
RDEPEND=""

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

	use aio || export ac_cv_header_libaio_h=no

	econf
}

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






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

* [gentoo-commits] gentoo-x86 commit in dev-util/strace: ChangeLog strace-4.6.ebuild
@ 2011-12-04 22:07 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2011-12-04 22:07 UTC (permalink / raw
  To: gentoo-commits

maekke      11/12/04 22:07:32

  Modified:             ChangeLog strace-4.6.ebuild
  Log:
  arm stable, bug #391655
  
  (Portage version: 2.1.10.39/cvs/Linux i686)

Revision  Changes    Path
1.168                dev-util/strace/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -r1.167 -r1.168
--- ChangeLog	25 Nov 2011 23:39:15 -0000	1.167
+++ ChangeLog	4 Dec 2011 22:07:32 -0000	1.168
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/strace
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.167 2011/11/25 23:39:15 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.168 2011/12/04 22:07:32 maekke Exp $
+
+  04 Dec 2011; Markus Meier <maekke@gentoo.org> strace-4.6.ebuild:
+  arm stable, bug #391655
 
   25 Nov 2011; Markos Chandras <hwoarang@gentoo.org> strace-4.6.ebuild:
   Stable on amd64 wrt bug #391655



1.4                  dev-util/strace/strace-4.6.ebuild

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

Index: strace-4.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- strace-4.6.ebuild	25 Nov 2011 23:39:15 -0000	1.3
+++ strace-4.6.ebuild	4 Dec 2011 22:07:32 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.6.ebuild,v 1.3 2011/11/25 23:39:15 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.6.ebuild,v 1.4 2011/12/04 22:07:32 maekke Exp $
 
 EAPI="3"
 
@@ -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






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

* [gentoo-commits] gentoo-x86 commit in dev-util/strace: ChangeLog strace-4.6.ebuild
@ 2011-12-18 17:32 Raul Porcel (armin76)
  0 siblings, 0 replies; 4+ messages in thread
From: Raul Porcel (armin76) @ 2011-12-18 17:32 UTC (permalink / raw
  To: gentoo-commits

armin76     11/12/18 17:32:27

  Modified:             ChangeLog strace-4.6.ebuild
  Log:
  alpha/ia64/s390/sh/sparc stable wrt #391655
  
  (Portage version: 2.1.10.38/cvs/Linux ia64)

Revision  Changes    Path
1.170                dev-util/strace/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -r1.169 -r1.170
--- ChangeLog	7 Dec 2011 07:52:36 -0000	1.169
+++ ChangeLog	18 Dec 2011 17:32:26 -0000	1.170
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/strace
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.169 2011/12/07 07:52:36 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.170 2011/12/18 17:32:26 armin76 Exp $
+
+  18 Dec 2011; Raúl Porcel <armin76@gentoo.org> strace-4.6.ebuild:
+  alpha/ia64/s390/sh/sparc stable wrt #391655
 
   07 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> strace-4.6.ebuild:
   x86 stable wrt bug #391655



1.6                  dev-util/strace/strace-4.6.ebuild

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

Index: strace-4.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- strace-4.6.ebuild	7 Dec 2011 07:52:36 -0000	1.5
+++ strace-4.6.ebuild	18 Dec 2011 17:32:26 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.6.ebuild,v 1.5 2011/12/07 07:52:36 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.6.ebuild,v 1.6 2011/12/18 17:32:26 armin76 Exp $
 
 EAPI="3"
 
@@ -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






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

* [gentoo-commits] gentoo-x86 commit in dev-util/strace: ChangeLog strace-4.6.ebuild
@ 2012-01-04 16:40 Brent Baude (ranger)
  0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2012-01-04 16:40 UTC (permalink / raw
  To: gentoo-commits

ranger      12/01/04 16:40:28

  Modified:             ChangeLog strace-4.6.ebuild
  Log:
  Marking strace-4.6 ppc for bug 391655
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.171                dev-util/strace/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -r1.170 -r1.171
--- ChangeLog	18 Dec 2011 17:32:26 -0000	1.170
+++ ChangeLog	4 Jan 2012 16:40:28 -0000	1.171
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/strace
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.170 2011/12/18 17:32:26 armin76 Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.171 2012/01/04 16:40:28 ranger Exp $
+
+  04 Jan 2012; Brent Baude <ranger@gentoo.org> strace-4.6.ebuild:
+  Marking strace-4.6 ppc for bug 391655
 
   18 Dec 2011; Raúl Porcel <armin76@gentoo.org> strace-4.6.ebuild:
   alpha/ia64/s390/sh/sparc stable wrt #391655



1.7                  dev-util/strace/strace-4.6.ebuild

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

Index: strace-4.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.6.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- strace-4.6.ebuild	18 Dec 2011 17:32:26 -0000	1.6
+++ strace-4.6.ebuild	4 Jan 2012 16:40:28 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# 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.6.ebuild,v 1.6 2011/12/18 17:32:26 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.6.ebuild,v 1.7 2012/01/04 16:40:28 ranger Exp $
 
 EAPI="3"
 
@@ -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






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

end of thread, other threads:[~2012-01-04 16:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-18 17:32 [gentoo-commits] gentoo-x86 commit in dev-util/strace: ChangeLog strace-4.6.ebuild Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2012-01-04 16:40 Brent Baude (ranger)
2011-12-04 22:07 Markus Meier (maekke)
2011-03-16  1:11 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