Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/lttng-tools/
Date: Thu, 18 Feb 2016 07:44:30
Message-Id: 1455781411.f049ef9cda34f1734d7482b50fee6f86b8cf83a7.dlan@gentoo
1 commit: f049ef9cda34f1734d7482b50fee6f86b8cf83a7
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 18 07:34:41 2016 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 18 07:43:31 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f049ef9c
7
8 dev-util/lttng-tools: version bump
9
10 Package-Manager: portage-2.2.27
11
12 dev-util/lttng-tools/Manifest | 2 ++
13 dev-util/lttng-tools/lttng-tools-2.6.1.ebuild | 40 +++++++++++++++++++++++++++
14 dev-util/lttng-tools/lttng-tools-2.7.1.ebuild | 40 +++++++++++++++++++++++++++
15 3 files changed, 82 insertions(+)
16
17 diff --git a/dev-util/lttng-tools/Manifest b/dev-util/lttng-tools/Manifest
18 index df1c1c0..5d84612 100644
19 --- a/dev-util/lttng-tools/Manifest
20 +++ b/dev-util/lttng-tools/Manifest
21 @@ -1,3 +1,5 @@
22 DIST lttng-tools-2.5.0.tar.bz2 867879 SHA256 dad8b8f9d7209dcf91b2bf6ec34a0b31d1cf3c6a81698492a6e9cff2d11e1ca7 SHA512 91ccdcd2f02999c97bb218147aab28a4e8c5e6b4813e97c690da965f8f54c312fc1e0487a200558e2101938096f2ba3e22f09fbbcd6b7abcdd800215f328dfd5 WHIRLPOOL d9af3d5c4267acaadb5296db42322e7a475e1366f4ff7f83b3dcfe7fa5507261eb938920c2bdc95395eff528a1022cee33665f1781a2172958b4e57d96ab764c
23 DIST lttng-tools-2.5.2.tar.bz2 876344 SHA256 1f52d342fb5b56a6675748f0b8e8557ec7c4e90732c3d8f5732bd10b920b233d SHA512 c556b54d1b571f9f5e3b95b729536ada179d899227b6fd0f0fb3482572ca775d4d8212aab4782d6048587df225846d90ba947730e1ca0101f4c54de0819f421d WHIRLPOOL e0552e68a2c3b4c50cefafd600c1dd6e5e586e16eb1c64d5b0b6749e197a754a982f2e8a3915ab5f76f92295cb4bcb9a20266a32a178bfbc4adc4c14a3ec3206
24 DIST lttng-tools-2.6.0-rc3.tar.bz2 913287 SHA256 c11d6158d8865b6329d9e1eabc938fc81f33b18634d7c9a2a27a82cea1c63f2d SHA512 db40ee1fe0ec7d93a7e35a742f945cbb89399f56c406f276512e5f9a44907ce0dd195c5f6d763adb13015c8beef74e09019ca3535d7be619dd072e5cf5650dab WHIRLPOOL aa331e76cd4f9b035a50a2b65778cf602f9c7f34d318338d2ad20baa95cb798a9077518966fc4a14b5e288be21246ec9ac403c2fca2b37e277e26d0091bb0e48
25 +DIST lttng-tools-2.6.1.tar.bz2 956120 SHA256 70ec8e24f8ea12f593d77c6bdc5348e4124dcb4897e8c0eb6fba25048fd31137 SHA512 7b2de0a42975e3c8ced67ed877417684892322c477a35a310c13ddbf84fcf125ee87156bae56b802eacec7757a927388d764e917ce8da8e57bfd33fdae3da469 WHIRLPOOL 22596b4572ffddd025c89c51eb234096105526614e2c5616bdc0f0ee97c83aab03852cd02af6890c2cb590b6c003dcd8a02ab87c849d792763624442f45c3b00
26 +DIST lttng-tools-2.7.1.tar.bz2 984351 SHA256 0c799fb21dfa42475feaa1507ded934608b2e531039b46c40e944a5b81c7b21c SHA512 b0cafa5b74182a077232dbe2b73ed4e2267a921a62163367f0e7e14463e176d4538fc6ec27b8737f55fc417734677e5d22efc65685f885fa5f892f7900ee0e2d WHIRLPOOL cfe0db0679e128888dfe0061bfaeb5b8b337900a1b1e84cf1aaafec230638e67744cc0873f2959456f3cc1c91e6c9c9458f64a10c2fe835e34af4bf2778b956b
27
28 diff --git a/dev-util/lttng-tools/lttng-tools-2.6.1.ebuild b/dev-util/lttng-tools/lttng-tools-2.6.1.ebuild
29 new file mode 100644
30 index 0000000..7f5af9a
31 --- /dev/null
32 +++ b/dev-util/lttng-tools/lttng-tools-2.6.1.ebuild
33 @@ -0,0 +1,40 @@
34 +# Copyright 1999-2016 Gentoo Foundation
35 +# Distributed under the terms of the GNU General Public License v2
36 +# $Id$
37 +
38 +EAPI=5
39 +
40 +inherit linux-info versionator
41 +
42 +MY_P="${P/_rc/-rc}"
43 +MY_SLOT="$(get_version_component_range 1-2)"
44 +
45 +DESCRIPTION="Linux Trace Toolkit - next generation"
46 +HOMEPAGE="http://lttng.org"
47 +SRC_URI="http://lttng.org/files/${PN}/${MY_P}.tar.bz2"
48 +
49 +LICENSE="GPL-2"
50 +SLOT="0/${MY_SLOT}"
51 +KEYWORDS="~amd64 ~x86"
52 +IUSE="+ust"
53 +
54 +DEPEND="dev-libs/userspace-rcu
55 + dev-libs/popt
56 + dev-libs/libxml2
57 + ust? ( dev-util/lttng-ust:= )
58 +"
59 +RDEPEND="${DEPEND}"
60 +
61 +S="${WORKDIR}/${MY_P}"
62 +
63 +pkg_pretend() {
64 + if kernel_is -lt 2 6 27; then
65 + ewarn "${PN} require Linux kernel >= 2.6.27"
66 + ewarn " pipe2(), epoll_create1() and SOCK_CLOEXEC are needed to run"
67 + ewarn " the session daemon. There were introduce in the 2.6.27"
68 + fi
69 +}
70 +
71 +src_configure() {
72 + econf $(use_enable ust lttng-ust)
73 +}
74
75 diff --git a/dev-util/lttng-tools/lttng-tools-2.7.1.ebuild b/dev-util/lttng-tools/lttng-tools-2.7.1.ebuild
76 new file mode 100644
77 index 0000000..7f5af9a
78 --- /dev/null
79 +++ b/dev-util/lttng-tools/lttng-tools-2.7.1.ebuild
80 @@ -0,0 +1,40 @@
81 +# Copyright 1999-2016 Gentoo Foundation
82 +# Distributed under the terms of the GNU General Public License v2
83 +# $Id$
84 +
85 +EAPI=5
86 +
87 +inherit linux-info versionator
88 +
89 +MY_P="${P/_rc/-rc}"
90 +MY_SLOT="$(get_version_component_range 1-2)"
91 +
92 +DESCRIPTION="Linux Trace Toolkit - next generation"
93 +HOMEPAGE="http://lttng.org"
94 +SRC_URI="http://lttng.org/files/${PN}/${MY_P}.tar.bz2"
95 +
96 +LICENSE="GPL-2"
97 +SLOT="0/${MY_SLOT}"
98 +KEYWORDS="~amd64 ~x86"
99 +IUSE="+ust"
100 +
101 +DEPEND="dev-libs/userspace-rcu
102 + dev-libs/popt
103 + dev-libs/libxml2
104 + ust? ( dev-util/lttng-ust:= )
105 +"
106 +RDEPEND="${DEPEND}"
107 +
108 +S="${WORKDIR}/${MY_P}"
109 +
110 +pkg_pretend() {
111 + if kernel_is -lt 2 6 27; then
112 + ewarn "${PN} require Linux kernel >= 2.6.27"
113 + ewarn " pipe2(), epoll_create1() and SOCK_CLOEXEC are needed to run"
114 + ewarn " the session daemon. There were introduce in the 2.6.27"
115 + fi
116 +}
117 +
118 +src_configure() {
119 + econf $(use_enable ust lttng-ust)
120 +}