* [gentoo-commits] gentoo-x86 commit in dev-util/strace: ChangeLog strace-4.5.18.ebuild
@ 2008-08-29 1:14 Mike Frysinger (vapier)
0 siblings, 0 replies; 4+ messages in thread
From: Mike Frysinger (vapier) @ 2008-08-29 1:14 UTC (permalink / raw
To: gentoo-commits
vapier 08/08/29 01:14:56
Modified: ChangeLog
Added: strace-4.5.18.ebuild
Log:
Version bump.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26.2 x86_64)
Revision Changes Path
1.121 dev-util/strace/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/ChangeLog?rev=1.121&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/ChangeLog?rev=1.121&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/ChangeLog?r1=1.120&r2=1.121
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- ChangeLog 16 Aug 2008 01:58:39 -0000 1.120
+++ ChangeLog 29 Aug 2008 01:14:56 -0000 1.121
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/strace
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.120 2008/08/16 01:58:39 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.121 2008/08/29 01:14:56 vapier Exp $
+
+*strace-4.5.18 (29 Aug 2008)
+
+ 29 Aug 2008; Mike Frysinger <vapier@gentoo.org> +strace-4.5.18.ebuild:
+ Version bump.
*strace-4.5.17 (16 Aug 2008)
1.1 dev-util/strace/strace-4.5.18.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/strace-4.5.18.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/strace-4.5.18.ebuild?rev=1.1&content-type=text/plain
Index: strace-4.5.18.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.18.ebuild,v 1.1 2008/08/29 01:14:56 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"
IUSE="static aio"
DEPEND="aio? ( >=dev-libs/libaio-0.3.106 )"
src_unpack() {
unpack ${A}
cd "${S}"
#epatch "${FILESDIR}"/${PN}-4.5.11-fbsd.patch
epatch "${FILESDIR}"/strace-fix-arm-bad-syscall.patch
}
src_compile() {
filter-lfs-flags
use static && append-ldflags -static
econf $(use_enable aio libaio) || die
emake || die
}
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.5.18.ebuild
@ 2009-01-22 17:20 Jeroen Roovers (jer)
0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers (jer) @ 2009-01-22 17:20 UTC (permalink / raw
To: gentoo-commits
jer 09/01/22 17:20:08
Modified: ChangeLog strace-4.5.18.ebuild
Log:
Reverting to ~hppa (bug #250631, reopening bug #241168).
(Portage version: 2.2_rc23/cvs/Linux i686)
Revision Changes Path
1.130 dev-util/strace/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/ChangeLog?rev=1.130&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/ChangeLog?rev=1.130&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/ChangeLog?r1=1.129&r2=1.130
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- ChangeLog 11 Nov 2008 20:41:04 -0000 1.129
+++ ChangeLog 22 Jan 2009 17:20:07 -0000 1.130
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/strace
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.129 2008/11/11 20:41:04 armin76 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.130 2009/01/22 17:20:07 jer Exp $
+
+ 22 Jan 2009; Jeroen Roovers <jer@gentoo.org> strace-4.5.18.ebuild:
+ Reverting to ~hppa (bug #250631, reopening bug #241168).
11 Nov 2008; Raúl Porcel <armin76@gentoo.org> strace-4.5.18.ebuild:
Revert, since it seems to fail
1.11 dev-util/strace/strace-4.5.18.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/strace-4.5.18.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/strace-4.5.18.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/strace-4.5.18.ebuild?r1=1.10&r2=1.11
Index: strace-4.5.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.18.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- strace-4.5.18.ebuild 11 Nov 2008 20:41:04 -0000 1.10
+++ strace-4.5.18.ebuild 22 Jan 2009 17:20:08 -0000 1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.18.ebuild,v 1.10 2008/11/11 20:41:04 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.18.ebuild,v 1.11 2009/01/22 17:20:08 jer Exp $
inherit flag-o-matic
@@ -10,7 +10,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86"
IUSE="static aio"
DEPEND="aio? ( >=dev-libs/libaio-0.3.106 )"
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/strace: ChangeLog strace-4.5.18.ebuild
@ 2009-02-14 17:53 Mike Frysinger (vapier)
0 siblings, 0 replies; 4+ messages in thread
From: Mike Frysinger (vapier) @ 2009-02-14 17:53 UTC (permalink / raw
To: gentoo-commits
vapier 09/02/14 17:53:47
Modified: ChangeLog strace-4.5.18.ebuild
Log:
Add changes from upstream for ARM #241168 #258987.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Revision Changes Path
1.131 dev-util/strace/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/ChangeLog?rev=1.131&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/ChangeLog?rev=1.131&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/ChangeLog?r1=1.130&r2=1.131
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- ChangeLog 22 Jan 2009 17:20:07 -0000 1.130
+++ ChangeLog 14 Feb 2009 17:53:47 -0000 1.131
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/strace
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.130 2009/01/22 17:20:07 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.131 2009/02/14 17:53:47 vapier Exp $
+
+ 14 Feb 2009; Mike Frysinger <vapier@gentoo.org>
+ +files/strace-4.5.18-arm-syscalls.patch, strace-4.5.18.ebuild:
+ Add changes from upstream for ARM #241168 #258987.
22 Jan 2009; Jeroen Roovers <jer@gentoo.org> strace-4.5.18.ebuild:
Reverting to ~hppa (bug #250631, reopening bug #241168).
1.13 dev-util/strace/strace-4.5.18.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/strace-4.5.18.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/strace-4.5.18.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/strace-4.5.18.ebuild?r1=1.12&r2=1.13
Index: strace-4.5.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.18.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- strace-4.5.18.ebuild 31 Jan 2009 08:19:42 -0000 1.12
+++ strace-4.5.18.ebuild 14 Feb 2009 17:53:47 -0000 1.13
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.18.ebuild,v 1.12 2009/01/31 08:19:42 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.18.ebuild,v 1.13 2009/02/14 17:53:47 vapier Exp $
inherit flag-o-matic
@@ -22,6 +22,7 @@
#epatch "${FILESDIR}"/${PN}-4.5.11-fbsd.patch
epatch "${FILESDIR}"/strace-fix-arm-bad-syscall.patch
+ epatch "${FILESDIR}"/${PN}-4.5.18-arm-syscalls.patch #241168
}
src_compile() {
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/strace: ChangeLog strace-4.5.18.ebuild
@ 2009-05-30 0:17 Mike Frysinger (vapier)
0 siblings, 0 replies; 4+ messages in thread
From: Mike Frysinger (vapier) @ 2009-05-30 0:17 UTC (permalink / raw
To: gentoo-commits
vapier 09/05/30 00:17:44
Modified: ChangeLog strace-4.5.18.ebuild
Log:
Fix build failure on arm due to missing cachectl.h #266014 by Pinky.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.132 dev-util/strace/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/ChangeLog?rev=1.132&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/ChangeLog?rev=1.132&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/ChangeLog?r1=1.131&r2=1.132
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- ChangeLog 14 Feb 2009 17:53:47 -0000 1.131
+++ ChangeLog 30 May 2009 00:17:44 -0000 1.132
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/strace
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.131 2009/02/14 17:53:47 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.132 2009/05/30 00:17:44 vapier Exp $
+
+ 30 May 2009; Mike Frysinger <vapier@gentoo.org> strace-4.5.18.ebuild,
+ +files/strace-4.5.18-arm-cache.patch:
+ Fix build failure on arm due to missing cachectl.h #266014 by Pinky.
14 Feb 2009; Mike Frysinger <vapier@gentoo.org>
+files/strace-4.5.18-arm-syscalls.patch, strace-4.5.18.ebuild:
1.14 dev-util/strace/strace-4.5.18.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/strace-4.5.18.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/strace-4.5.18.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/strace-4.5.18.ebuild?r1=1.13&r2=1.14
Index: strace-4.5.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.18.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- strace-4.5.18.ebuild 14 Feb 2009 17:53:47 -0000 1.13
+++ strace-4.5.18.ebuild 30 May 2009 00:17:44 -0000 1.14
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.18.ebuild,v 1.13 2009/02/14 17:53:47 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.18.ebuild,v 1.14 2009/05/30 00:17:44 vapier Exp $
inherit flag-o-matic
@@ -23,6 +23,7 @@
epatch "${FILESDIR}"/strace-fix-arm-bad-syscall.patch
epatch "${FILESDIR}"/${PN}-4.5.18-arm-syscalls.patch #241168
+ epatch "${FILESDIR}"/${PN}-4.5.18-arm-cache.patch #266014
}
src_compile() {
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-05-30 0:17 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-14 17:53 [gentoo-commits] gentoo-x86 commit in dev-util/strace: ChangeLog strace-4.5.18.ebuild Mike Frysinger (vapier)
-- strict thread matches above, loose matches on Subject: below --
2009-05-30 0:17 Mike Frysinger (vapier)
2009-01-22 17:20 Jeroen Roovers (jer)
2008-08-29 1:14 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