Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/strace: strace-4.5.16.ebuild ChangeLog strace-4.5.15-r1.ebuild strace-4.5.15.ebuild
Date: Sun, 30 Sep 2007 03:52:42
Message-Id: E1Ibpih-0007OX-Ty@stork.gentoo.org
1 vapier 07/09/30 03:43:51
2
3 Modified: strace-4.5.16.ebuild ChangeLog
4 strace-4.5.15-r1.ebuild strace-4.5.15.ebuild
5 Log:
6 Fix building on SuperH due to new ipc syscall check.
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.2 dev-util/strace/strace-4.5.16.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/strace-4.5.16.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/strace-4.5.16.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/strace-4.5.16.ebuild?r1=1.1&r2=1.2
15
16 Index: strace-4.5.16.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.16.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- strace-4.5.16.ebuild 3 Aug 2007 15:29:22 -0000 1.1
23 +++ strace-4.5.16.ebuild 30 Sep 2007 03:43:51 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.16.ebuild,v 1.1 2007/08/03 15:29:22 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.16.ebuild,v 1.2 2007/09/30 03:43:51 vapier Exp $
29
30 inherit flag-o-matic autotools
31
32 @@ -24,6 +24,7 @@
33 epatch "${FILESDIR}"/${PN}-4.5.15-invalid-time.patch #186369
34 epatch "${FILESDIR}"/strace-dont-use-REG_SYSCALL-for-sh.patch
35 epatch "${FILESDIR}"/${PN}-4.5.12-superh-update.patch
36 + epatch "${FILESDIR}"/${PN}-4.5.15-sh-SYS_ipc_subcall.patch
37 epatch "${FILESDIR}"/strace-fix-arm-bad-syscall.patch
38 epatch "${FILESDIR}"/${PN}-4.5.12-libaio.patch #103427
39
40
41
42
43 1.102 dev-util/strace/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/ChangeLog?rev=1.102&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/ChangeLog?rev=1.102&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/ChangeLog?r1=1.101&r2=1.102
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v
52 retrieving revision 1.101
53 retrieving revision 1.102
54 diff -u -r1.101 -r1.102
55 --- ChangeLog 4 Aug 2007 12:39:27 -0000 1.101
56 +++ ChangeLog 30 Sep 2007 03:43:51 -0000 1.102
57 @@ -1,6 +1,11 @@
58 # ChangeLog for dev-util/strace
59 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.101 2007/08/04 12:39:27 dertobi123 Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.102 2007/09/30 03:43:51 vapier Exp $
62 +
63 + 30 Sep 2007; Mike Frysinger <vapier@g.o>
64 + +files/strace-4.5.15-sh-SYS_ipc_subcall.patch, strace-4.5.15.ebuild,
65 + strace-4.5.15-r1.ebuild, strace-4.5.16.ebuild:
66 + Fix building on SuperH due to new ipc syscall check.
67
68 04 Aug 2007; Tobias Scherbaum <dertobi123@g.o>
69 strace-4.5.15.ebuild:
70
71
72
73 1.2 dev-util/strace/strace-4.5.15-r1.ebuild
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/strace-4.5.15-r1.ebuild?rev=1.2&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/strace-4.5.15-r1.ebuild?rev=1.2&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/strace-4.5.15-r1.ebuild?r1=1.1&r2=1.2
78
79 Index: strace-4.5.15-r1.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.15-r1.ebuild,v
82 retrieving revision 1.1
83 retrieving revision 1.2
84 diff -u -r1.1 -r1.2
85 --- strace-4.5.15-r1.ebuild 30 Jul 2007 10:03:30 -0000 1.1
86 +++ strace-4.5.15-r1.ebuild 30 Sep 2007 03:43:51 -0000 1.2
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2007 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.15-r1.ebuild,v 1.1 2007/07/30 10:03:30 vapier Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.15-r1.ebuild,v 1.2 2007/09/30 03:43:51 vapier Exp $
92
93 inherit flag-o-matic autotools
94
95 @@ -24,6 +24,7 @@
96 epatch "${FILESDIR}"/${PN}-4.5.15-invalid-time.patch #186369
97 epatch "${FILESDIR}"/strace-dont-use-REG_SYSCALL-for-sh.patch
98 epatch "${FILESDIR}"/${PN}-4.5.12-superh-update.patch
99 + epatch "${FILESDIR}"/${PN}-4.5.15-sh-SYS_ipc_subcall.patch
100 epatch "${FILESDIR}"/strace-fix-arm-bad-syscall.patch
101 epatch "${FILESDIR}"/${PN}-4.5.15-mips-sprintsigmask.patch
102 epatch "${FILESDIR}"/${PN}-4.5.12-libaio.patch #103427
103
104
105
106 1.9 dev-util/strace/strace-4.5.15.ebuild
107
108 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/strace-4.5.15.ebuild?rev=1.9&view=markup
109 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/strace-4.5.15.ebuild?rev=1.9&content-type=text/plain
110 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/strace-4.5.15.ebuild?r1=1.8&r2=1.9
111
112 Index: strace-4.5.15.ebuild
113 ===================================================================
114 RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.15.ebuild,v
115 retrieving revision 1.8
116 retrieving revision 1.9
117 diff -u -r1.8 -r1.9
118 --- strace-4.5.15.ebuild 4 Aug 2007 12:39:27 -0000 1.8
119 +++ strace-4.5.15.ebuild 30 Sep 2007 03:43:51 -0000 1.9
120 @@ -1,6 +1,6 @@
121 # Copyright 1999-2007 Gentoo Foundation
122 # Distributed under the terms of the GNU General Public License v2
123 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.15.ebuild,v 1.8 2007/08/04 12:39:27 dertobi123 Exp $
124 +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.15.ebuild,v 1.9 2007/09/30 03:43:51 vapier Exp $
125
126 inherit flag-o-matic autotools
127
128 @@ -23,6 +23,7 @@
129
130 epatch "${FILESDIR}"/strace-dont-use-REG_SYSCALL-for-sh.patch
131 epatch "${FILESDIR}"/${PN}-4.5.12-superh-update.patch
132 + epatch "${FILESDIR}"/${PN}-4.5.15-sh-SYS_ipc_subcall.patch
133 epatch "${FILESDIR}"/strace-fix-arm-bad-syscall.patch
134 epatch "${FILESDIR}"/${PN}-4.5.15-mips-sprintsigmask.patch
135 epatch "${FILESDIR}"/${PN}-4.5.12-libaio.patch #103427
136
137
138
139 --
140 gentoo-commits@g.o mailing list