Gentoo Archives: gentoo-commits

From: "Yixun Lan (dlan)" <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/lttng-tools: ChangeLog lttng-tools-2.4.2.ebuild lttng-tools-2.5.0.ebuild lttng-tools-2.4.0.ebuild
Date: Thu, 31 Jul 2014 22:27:29
Message-Id: 20140731222725.175692004E@flycatcher.gentoo.org
1 dlan 14/07/31 22:27:25
2
3 Modified: ChangeLog
4 Added: lttng-tools-2.4.2.ebuild lttng-tools-2.5.0.ebuild
5 Removed: lttng-tools-2.4.0.ebuild
6 Log:
7 version bump, also drop old
8
9 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
10
11 Revision Changes Path
12 1.3 dev-util/lttng-tools/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/lttng-tools/ChangeLog?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/lttng-tools/ChangeLog?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/lttng-tools/ChangeLog?r1=1.2&r2=1.3
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-util/lttng-tools/ChangeLog,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- ChangeLog 16 May 2014 08:11:23 -0000 1.2
25 +++ ChangeLog 31 Jul 2014 22:27:24 -0000 1.3
26 @@ -1,6 +1,13 @@
27 # ChangeLog for dev-util/lttng-tools
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-util/lttng-tools/ChangeLog,v 1.2 2014/05/16 08:11:23 dlan Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-util/lttng-tools/ChangeLog,v 1.3 2014/07/31 22:27:24 dlan Exp $
31 +
32 +*lttng-tools-2.5.0 (31 Jul 2014)
33 +*lttng-tools-2.4.2 (31 Jul 2014)
34 +
35 + 31 Jul 2014; Yixun Lan <dlan@g.o> -lttng-tools-2.4.0.ebuild,
36 + +lttng-tools-2.4.2.ebuild, +lttng-tools-2.5.0.ebuild:
37 + version bump, also drop old
38
39 *lttng-tools-2.4.1 (16 May 2014)
40
41
42
43
44 1.1 dev-util/lttng-tools/lttng-tools-2.4.2.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/lttng-tools/lttng-tools-2.4.2.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/lttng-tools/lttng-tools-2.4.2.ebuild?rev=1.1&content-type=text/plain
48
49 Index: lttng-tools-2.4.2.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-util/lttng-tools/lttng-tools-2.4.2.ebuild,v 1.1 2014/07/31 22:27:24 dlan Exp $
54
55 EAPI=5
56
57 inherit linux-info
58
59 MY_P="${P/_rc/-rc}"
60 DESCRIPTION="Linux Trace Toolkit - next generation"
61 HOMEPAGE="http://lttng.org"
62 SRC_URI="http://lttng.org/files/${PN}/${MY_P}.tar.bz2"
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67 IUSE="+ust"
68
69 DEPEND="dev-libs/userspace-rcu
70 dev-libs/popt
71 ust? ( dev-util/lttng-ust )
72 "
73 RDEPEND="${DEPEND}"
74
75 S="${WORKDIR}/${MY_P}"
76
77 pkg_pretend() {
78 if kernel_is -lt 2 6 27; then
79 ewarn "${PN} require Linux kernel >= 2.6.27"
80 ewarn " pipe2(), epoll_create1() and SOCK_CLOEXEC are needed to run"
81 ewarn " the session daemon. There were introduce in the 2.6.27"
82 fi
83 }
84
85 src_configure() {
86 econf $(use_enable ust lttng-ust)
87 }
88
89
90
91 1.1 dev-util/lttng-tools/lttng-tools-2.5.0.ebuild
92
93 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/lttng-tools/lttng-tools-2.5.0.ebuild?rev=1.1&view=markup
94 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/lttng-tools/lttng-tools-2.5.0.ebuild?rev=1.1&content-type=text/plain
95
96 Index: lttng-tools-2.5.0.ebuild
97 ===================================================================
98 # Copyright 1999-2014 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 # $Header: /var/cvsroot/gentoo-x86/dev-util/lttng-tools/lttng-tools-2.5.0.ebuild,v 1.1 2014/07/31 22:27:24 dlan Exp $
101
102 EAPI=5
103
104 inherit linux-info
105
106 MY_P="${P/_rc/-rc}"
107 DESCRIPTION="Linux Trace Toolkit - next generation"
108 HOMEPAGE="http://lttng.org"
109 SRC_URI="http://lttng.org/files/${PN}/${MY_P}.tar.bz2"
110
111 LICENSE="GPL-2"
112 SLOT="0"
113 KEYWORDS="~amd64 ~x86"
114 IUSE="+ust"
115
116 DEPEND="dev-libs/userspace-rcu
117 dev-libs/popt
118 dev-libs/libxml2
119 ust? ( dev-util/lttng-ust )
120 "
121 RDEPEND="${DEPEND}"
122
123 S="${WORKDIR}/${MY_P}"
124
125 pkg_pretend() {
126 if kernel_is -lt 2 6 27; then
127 ewarn "${PN} require Linux kernel >= 2.6.27"
128 ewarn " pipe2(), epoll_create1() and SOCK_CLOEXEC are needed to run"
129 ewarn " the session daemon. There were introduce in the 2.6.27"
130 fi
131 }
132
133 src_configure() {
134 econf $(use_enable ust lttng-ust)
135 }