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-9999.ebuild strace-4.7.ebuild ChangeLog
Date: Wed, 02 May 2012 21:59:38
Message-Id: 20120502215912.E18AD20047@flycatcher.gentoo.org
1 vapier 12/05/02 21:59:12
2
3 Modified: strace-9999.ebuild ChangeLog
4 Added: strace-4.7.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 dev-util/strace/strace-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-9999.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-9999.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-9999.ebuild?r1=1.1&r2=1.2
16
17 Index: strace-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/strace-9999.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- strace-9999.ebuild 14 Feb 2012 06:13:45 -0000 1.1
24 +++ strace-9999.ebuild 2 May 2012 21:59:12 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-9999.ebuild,v 1.1 2012/02/14 06:13:45 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-9999.ebuild,v 1.2 2012/05/02 21:59:12 vapier Exp $
30
31 EAPI="4"
32
33 @@ -21,7 +21,7 @@
34 SLOT="0"
35 IUSE="static aio"
36
37 -# strace only uses the header from libaio
38 +# strace only uses the header from libaio to decode structs
39 DEPEND="aio? ( >=dev-libs/libaio-0.3.106 )
40 sys-kernel/linux-headers"
41 RDEPEND=""
42 @@ -41,5 +41,5 @@
43
44 src_install() {
45 default
46 - dodoc CREDITS PORTING
47 + dodoc CREDITS
48 }
49
50
51
52 1.175 dev-util/strace/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?rev=1.175&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?rev=1.175&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/ChangeLog?r1=1.174&r2=1.175
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v
61 retrieving revision 1.174
62 retrieving revision 1.175
63 diff -u -r1.174 -r1.175
64 --- ChangeLog 14 Feb 2012 06:13:45 -0000 1.174
65 +++ ChangeLog 2 May 2012 21:59:12 -0000 1.175
66 @@ -1,6 +1,12 @@
67 # ChangeLog for dev-util/strace
68 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.174 2012/02/14 06:13:45 vapier Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/ChangeLog,v 1.175 2012/05/02 21:59:12 vapier Exp $
71 +
72 +*strace-4.7 (02 May 2012)
73 +
74 + 02 May 2012; Mike Frysinger <vapier@g.o> +strace-4.7.ebuild,
75 + strace-9999.ebuild:
76 + Version bump.
77
78 *strace-9999 (14 Feb 2012)
79
80
81
82
83 1.1 dev-util/strace/strace-4.7.ebuild
84
85 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-4.7.ebuild?rev=1.1&view=markup
86 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/strace/strace-4.7.ebuild?rev=1.1&content-type=text/plain
87
88 Index: strace-4.7.ebuild
89 ===================================================================
90 # Copyright 1999-2012 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 # $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.7.ebuild,v 1.1 2012/05/02 21:59:12 vapier Exp $
93
94 EAPI="4"
95
96 inherit flag-o-matic eutils
97
98 if [[ ${PV} == "9999" ]] ; then
99 EGIT_REPO_URI="git://strace.git.sourceforge.net/gitroot/strace/strace"
100 inherit git-2 autotools
101 else
102 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
103 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux"
104 fi
105
106 DESCRIPTION="A useful diagnostic, instructional, and debugging tool"
107 HOMEPAGE="http://sourceforge.net/projects/strace/"
108
109 LICENSE="BSD"
110 SLOT="0"
111 IUSE="static aio"
112
113 # strace only uses the header from libaio to decode structs
114 DEPEND="aio? ( >=dev-libs/libaio-0.3.106 )
115 sys-kernel/linux-headers"
116 RDEPEND=""
117
118 src_prepare() {
119 if [[ ! -e configure ]] ; then
120 # git generation
121 eautoreconf
122 [[ ! -e CREDITS ]] && cp CREDITS{.in,}
123 fi
124
125 filter-lfs-flags # configure handles this sanely
126 use static && append-ldflags -static
127
128 export ac_cv_header_libaio_h=$(usex aio)
129 }
130
131 src_install() {
132 default
133 dodoc CREDITS
134 }