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/perf: perf-3.13.1.ebuild ChangeLog
Date: Wed, 26 Feb 2014 18:03:58
Message-Id: 20140226180350.5AD042004C@flycatcher.gentoo.org
1 vapier 14/02/26 18:03:50
2
3 Modified: perf-3.13.1.ebuild ChangeLog
4 Log:
5 Add USE=gtk to control gtk+ dep; fix by Sonny Rao.
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
8
9 Revision Changes Path
10 1.2 dev-util/perf/perf-3.13.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/perf/perf-3.13.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/perf/perf-3.13.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/perf/perf-3.13.1.ebuild?r1=1.1&r2=1.2
15
16 Index: perf-3.13.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/perf/perf-3.13.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- perf-3.13.1.ebuild 7 Feb 2014 08:03:07 -0000 1.1
23 +++ perf-3.13.1.ebuild 26 Feb 2014 18:03:50 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/perf/perf-3.13.1.ebuild,v 1.1 2014/02/07 08:03:07 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/perf/perf-3.13.1.ebuild,v 1.2 2014/02/26 18:03:50 vapier Exp $
29
30 EAPI="5"
31
32 @@ -39,10 +39,11 @@
33 LICENSE="GPL-2"
34 SLOT="0"
35 KEYWORDS="~amd64 ~arm ~ppc ~x86"
36 -IUSE="audit +demangle +doc perl python slang unwind"
37 +IUSE="audit +demangle +doc gtk perl python slang unwind"
38
39 RDEPEND="audit? ( sys-process/audit )
40 demangle? ( sys-devel/binutils )
41 + gtk? ( x11-libs/gtk+:2 )
42 perl? ( || ( >=dev-lang/perl-5.10 sys-devel/libperl ) )
43 slang? ( dev-libs/newt )
44 unwind? ( sys-libs/libunwind )
45 @@ -141,6 +142,7 @@
46 LDFLAGS_OPTIMIZE="${LDFLAGS}" \
47 ARCH="${arch}" \
48 NO_DEMANGLE=$(puse demangle) \
49 + NO_GTK2=$(puse gtk) \
50 NO_LIBAUDIT=$(puse audit) \
51 NO_LIBPERL=$(puse perl) \
52 NO_LIBPYTHON=$(puse python) \
53
54
55
56 1.28 dev-util/perf/ChangeLog
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/perf/ChangeLog?rev=1.28&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/perf/ChangeLog?rev=1.28&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/perf/ChangeLog?r1=1.27&r2=1.28
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/dev-util/perf/ChangeLog,v
65 retrieving revision 1.27
66 retrieving revision 1.28
67 diff -u -r1.27 -r1.28
68 --- ChangeLog 7 Feb 2014 08:03:07 -0000 1.27
69 +++ ChangeLog 26 Feb 2014 18:03:50 -0000 1.28
70 @@ -1,6 +1,9 @@
71 # ChangeLog for dev-util/perf
72 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/dev-util/perf/ChangeLog,v 1.27 2014/02/07 08:03:07 vapier Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/dev-util/perf/ChangeLog,v 1.28 2014/02/26 18:03:50 vapier Exp $
75 +
76 + 26 Feb 2014; Mike Frysinger <vapier@g.o> perf-3.13.1.ebuild:
77 + Add USE=gtk to control gtk+ dep; fix by Sonny Rao.
78
79 *perf-3.13.1 (07 Feb 2014)