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.8.ebuild strace-9999.ebuild ChangeLog
Date: Thu, 28 Nov 2013 22:22:12
Message-Id: 20131128222202.722622004B@flycatcher.gentoo.org
1 vapier 13/11/28 22:22:02
2
3 Modified: strace-4.8.ebuild strace-9999.ebuild ChangeLog
4 Log:
5 Add USE=perl to control perl script #489478 by Nikoli.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
8
9 Revision Changes Path
10 1.2 dev-util/strace/strace-4.8.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-4.8.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-4.8.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-4.8.ebuild?r1=1.1&r2=1.2
15
16 Index: strace-4.8.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.8.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- strace-4.8.ebuild 9 Jun 2013 23:48:14 -0000 1.1
23 +++ strace-4.8.ebuild 28 Nov 2013 22:22:02 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 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.8.ebuild,v 1.1 2013/06/09 23:48:14 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.8.ebuild,v 1.2 2013/11/28 22:22:02 vapier Exp $
29
30 EAPI="4"
31
32 @@ -19,7 +19,7 @@
33
34 LICENSE="BSD"
35 SLOT="0"
36 -IUSE="static aio"
37 +IUSE="aio +perl static"
38
39 # strace only uses the header from libaio to decode structs
40 DEPEND="aio? ( >=dev-libs/libaio-0.3.106 )
41 @@ -41,5 +41,6 @@
42
43 src_install() {
44 default
45 + use perl || rm /usr/bin/strace-graph
46 dodoc CREDITS
47 }
48
49
50
51 1.5 dev-util/strace/strace-9999.ebuild
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-9999.ebuild?rev=1.5&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-9999.ebuild?rev=1.5&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-9999.ebuild?r1=1.4&r2=1.5
56
57 Index: strace-9999.ebuild
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/strace-9999.ebuild,v
60 retrieving revision 1.4
61 retrieving revision 1.5
62 diff -u -r1.4 -r1.5
63 --- strace-9999.ebuild 2 May 2013 17:28:35 -0000 1.4
64 +++ strace-9999.ebuild 28 Nov 2013 22:22:02 -0000 1.5
65 @@ -1,6 +1,6 @@
66 # Copyright 1999-2013 Gentoo Foundation
67 # Distributed under the terms of the GNU General Public License v2
68 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-9999.ebuild,v 1.4 2013/05/02 17:28:35 vapier Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-9999.ebuild,v 1.5 2013/11/28 22:22:02 vapier Exp $
70
71 EAPI="4"
72
73 @@ -19,7 +19,7 @@
74
75 LICENSE="BSD"
76 SLOT="0"
77 -IUSE="static aio"
78 +IUSE="aio +perl static"
79
80 # strace only uses the header from libaio to decode structs
81 DEPEND="aio? ( >=dev-libs/libaio-0.3.106 )
82 @@ -41,5 +41,6 @@
83
84 src_install() {
85 default
86 + use perl || rm /usr/bin/strace-graph
87 dodoc CREDITS
88 }
89
90
91
92 1.189 dev-util/strace/ChangeLog
93
94 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?rev=1.189&view=markup
95 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?rev=1.189&content-type=text/plain
96 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?r1=1.188&r2=1.189
97
98 Index: ChangeLog
99 ===================================================================
100 RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v
101 retrieving revision 1.188
102 retrieving revision 1.189
103 diff -u -r1.188 -r1.189
104 --- ChangeLog 9 Jun 2013 23:48:14 -0000 1.188
105 +++ ChangeLog 28 Nov 2013 22:22:02 -0000 1.189
106 @@ -1,6 +1,10 @@
107 # ChangeLog for dev-util/strace
108 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
109 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.188 2013/06/09 23:48:14 vapier Exp $
110 +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.189 2013/11/28 22:22:02 vapier Exp $
111 +
112 + 28 Nov 2013; Mike Frysinger <vapier@g.o> strace-4.8.ebuild,
113 + strace-9999.ebuild:
114 + Add USE=perl to control perl script #489478 by Nikoli.
115
116 *strace-4.8 (09 Jun 2013)