Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/lttng-tools/
Date: Tue, 29 Dec 2020 13:38:23
Message-Id: 1609249069.d53e2d51e7fde728c5312da548d4f437e1079f64.soap@gentoo
1 commit: d53e2d51e7fde728c5312da548d4f437e1079f64
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Tue Dec 29 13:37:49 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 29 13:37:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d53e2d51
7
8 dev-util/lttng-tools: cleanup old versions
9
10 Closes: https://github.com/gentoo/gentoo/pull/18461
11 Package-Manager: Portage-3.0.9, Repoman-3.0.1
12 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
13 Signed-off-by: David Seifert <soap <AT> gentoo.org>
14
15 dev-util/lttng-tools/Manifest | 2 --
16 dev-util/lttng-tools/lttng-tools-2.10.9.ebuild | 39 --------------------------
17 dev-util/lttng-tools/lttng-tools-2.11.0.ebuild | 39 --------------------------
18 3 files changed, 80 deletions(-)
19
20 diff --git a/dev-util/lttng-tools/Manifest b/dev-util/lttng-tools/Manifest
21 index 22cd0b9a9ff..33ae296a49a 100644
22 --- a/dev-util/lttng-tools/Manifest
23 +++ b/dev-util/lttng-tools/Manifest
24 @@ -1,4 +1,2 @@
25 -DIST lttng-tools-2.10.9.tar.bz2 1254174 BLAKE2B 1666aab83bbdeb48a0c5764b359760346cfd9b55ee1677eac87a5d16f00c6c9e0f0952bf84486e0cbf9052ac1b485b276e230b36097b5366040db4e3112a3086 SHA512 2e390eb53bfbc874afd1c0c8273f9546fbe08da79fd2c9430eee8e348c05afba34bb6fe365165bf7468b284f7d88dcc16c37803d807109042c51cac1d8c2df1a
26 -DIST lttng-tools-2.11.0.tar.bz2 1479411 BLAKE2B 5abe2613c8a35b18587c75d75be8af85a37b52daa9ff36bf0126385e5f736f7084cac7815e858e48c26c1e3fe4bc9b00b8ebaf0ce339689bd9a0e177a518d51e SHA512 2b183296201cc62faa1f5afef3fdb67f089996479987d9e6e52e6286301f57a1015f017cc8b743496c30500579fcabde2945db3b7879ae5bd0a6723cfbdf99fb
27 DIST lttng-tools-2.12.0.tar.bz2 1544515 BLAKE2B 642047348ef7bfe72c5ec718b4029c628fe2e23fd0a82517a8d5bb15a8cc3b84965d21b2f528a20530fb6ca8213e320d0dd6f36de09b34a53863c46ee272a470 SHA512 87613de34141c75b7ff0eb7b4292d26eea5381a7f298130cf5e802255aa7b0e55f43268dffed71b51d1e5dcd96b92cd517e13557fe64ee121bf1b419b2935a24
28 DIST lttng-tools-2.7.1.tar.bz2 984351 BLAKE2B 51d61857c56c3bffcaec80d8b57c18c96c3125d56f7feaa70e3ad44d108987a663734c17cf2553b1979061ae400c1e5bd0a30de4bf3bf5af28846403a3e055c1 SHA512 b0cafa5b74182a077232dbe2b73ed4e2267a921a62163367f0e7e14463e176d4538fc6ec27b8737f55fc417734677e5d22efc65685f885fa5f892f7900ee0e2d
29
30 diff --git a/dev-util/lttng-tools/lttng-tools-2.10.9.ebuild b/dev-util/lttng-tools/lttng-tools-2.10.9.ebuild
31 deleted file mode 100644
32 index fb1f24e3f84..00000000000
33 --- a/dev-util/lttng-tools/lttng-tools-2.10.9.ebuild
34 +++ /dev/null
35 @@ -1,39 +0,0 @@
36 -# Copyright 1999-2020 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=7
40 -
41 -inherit linux-info
42 -
43 -MY_P="${P/_rc/-rc}"
44 -MY_SLOT="$(ver_cut 1-2)"
45 -
46 -DESCRIPTION="Linux Trace Toolkit - next generation"
47 -HOMEPAGE="https://lttng.org"
48 -SRC_URI="https://lttng.org/files/${PN}/${MY_P}.tar.bz2"
49 -
50 -LICENSE="GPL-2"
51 -SLOT="0/${MY_SLOT}"
52 -KEYWORDS="~amd64 ~x86"
53 -IUSE="+ust"
54 -
55 -DEPEND="dev-libs/userspace-rcu:=
56 - dev-libs/popt
57 - dev-libs/libxml2
58 - ust? ( dev-util/lttng-ust:= )
59 -"
60 -RDEPEND="${DEPEND}"
61 -
62 -S="${WORKDIR}/${MY_P}"
63 -
64 -pkg_pretend() {
65 - if kernel_is -lt 2 6 27; then
66 - ewarn "${PN} require Linux kernel >= 2.6.27"
67 - ewarn " pipe2(), epoll_create1() and SOCK_CLOEXEC are needed to run"
68 - ewarn " the session daemon. There were introduce in the 2.6.27"
69 - fi
70 -}
71 -
72 -src_configure() {
73 - econf $(usex ust "" --without-lttng-ust)
74 -}
75
76 diff --git a/dev-util/lttng-tools/lttng-tools-2.11.0.ebuild b/dev-util/lttng-tools/lttng-tools-2.11.0.ebuild
77 deleted file mode 100644
78 index fb1f24e3f84..00000000000
79 --- a/dev-util/lttng-tools/lttng-tools-2.11.0.ebuild
80 +++ /dev/null
81 @@ -1,39 +0,0 @@
82 -# Copyright 1999-2020 Gentoo Authors
83 -# Distributed under the terms of the GNU General Public License v2
84 -
85 -EAPI=7
86 -
87 -inherit linux-info
88 -
89 -MY_P="${P/_rc/-rc}"
90 -MY_SLOT="$(ver_cut 1-2)"
91 -
92 -DESCRIPTION="Linux Trace Toolkit - next generation"
93 -HOMEPAGE="https://lttng.org"
94 -SRC_URI="https://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 $(usex ust "" --without-lttng-ust)
120 -}