Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/lttng-modules/
Date: Sat, 25 Aug 2018 17:38:23
Message-Id: 1535218678.d8e87b11e45cb097805dc66558598b8aca381d35.xmw@gentoo
1 commit: d8e87b11e45cb097805dc66558598b8aca381d35
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 25 17:37:42 2018 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 25 17:37:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8e87b11
7
8 dev-util/lttng-modules: Version bump
9
10 - EAPI-7 versionator.class replacement
11
12 Closes: https://bugs.gentoo.org/515302
13 Closes: https://bugs.gentoo.org/663822
14 Package-Manager: Portage-2.3.45, Repoman-2.3.10
15
16 dev-util/lttng-modules/Manifest | 1 +
17 ...ttng-modules-2.8.0.ebuild => lttng-modules-2.10.6.ebuild} | 12 ++++++++----
18 dev-util/lttng-modules/lttng-modules-2.8.0.ebuild | 6 +++++-
19 3 files changed, 14 insertions(+), 5 deletions(-)
20
21 diff --git a/dev-util/lttng-modules/Manifest b/dev-util/lttng-modules/Manifest
22 index 18c0fca586e..a2a3abfc918 100644
23 --- a/dev-util/lttng-modules/Manifest
24 +++ b/dev-util/lttng-modules/Manifest
25 @@ -1,3 +1,4 @@
26 +DIST lttng-modules-2.10.6.tar.bz2 302285 BLAKE2B 3a6ca46ce87d5d846f65f250a10951b1c72d305a817bd147d4e0c1896aafd2c81745253f2cd19069e0e59a46724009c4f0591926daaff43c9885019bbbc4bc8d SHA512 1bc5246f1d93201f2bce62e64d3773de70ad3aad9eb5b9bbe141dfba19e7a03f65ef738c1985f1de557c81383e1be2ce8af474c1f7593f63f4256b3fde5dd9b6
27 DIST lttng-modules-2.6.4.tar.bz2 295609 BLAKE2B dcc0d46c57b53abaf65f499a889d6fa32d062f47b589450d5d8d65f7a50b9870340ea8670fa69c8eaf86239c86a1f299db8378a562e3afc2b00d3a582dde9eae SHA512 ec93456829b04964d0c9befd1071e220bc047e3bf57978bf9e6a666d0be418c5825873746604e0758cd8fcd47f70f4471e0b190ad87f53b79d7efa94febeef03
28 DIST lttng-modules-2.7.1.tar.bz2 297555 BLAKE2B 910720692b8801efd0335963fe8fc504bc9cd08ad772be1418c63f5c3f8aaf8c25aa7d49e0503bd355da64a9441302f14eb0b1a58fc8e76e0c2770b1c4ecb256 SHA512 77609c7b7bc0a8315dd4c635c1be2d84cc1a946438323b362bd25cfcd97f2cf9655aefdbca8b96fceb61db7b733219251d2f9f2e1a46c7534c5d1c622c03b744
29 DIST lttng-modules-2.7.4.tar.bz2 302329 BLAKE2B 32526361d3814ff834b3dc152833f610f64189a573e171102b45ef730b5ade57e382f70bbce1a5b5462c7e18e04ac1157f404f2cae260e29a69aceff0a8ed956 SHA512 bdec56c59f282be9a7d191f7799db5b66577f231f92e8fffbc1dad059706fe07c4dd288e74b516e8f6c13cc0da8a54f5e5dd913ae39639489b8eb1507ede08a8
30
31 diff --git a/dev-util/lttng-modules/lttng-modules-2.8.0.ebuild b/dev-util/lttng-modules/lttng-modules-2.10.6.ebuild
32 similarity index 83%
33 copy from dev-util/lttng-modules/lttng-modules-2.8.0.ebuild
34 copy to dev-util/lttng-modules/lttng-modules-2.10.6.ebuild
35 index d7f32b7b99d..159621ef8eb 100644
36 --- a/dev-util/lttng-modules/lttng-modules-2.8.0.ebuild
37 +++ b/dev-util/lttng-modules/lttng-modules-2.10.6.ebuild
38 @@ -1,12 +1,12 @@
39 -# Copyright 1999-2016 Gentoo Foundation
40 +# Copyright 1999-2018 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42
43 -EAPI=5
44 +EAPI=7
45
46 -inherit linux-mod versionator
47 +inherit linux-mod
48
49 MY_P="${P/_rc/-rc}"
50 -MY_SLOT="$(get_version_component_range 1-2)"
51 +MY_SLOT="$(ver_cut 1-2)"
52
53 DESCRIPTION="LTTng Kernel Tracer Modules"
54 HOMEPAGE="http://lttng.org"
55 @@ -33,6 +33,10 @@ pkg_pretend() {
56 fi
57 }
58
59 +src_compile() {
60 + BUILD_FIXES="KERNELDIR=$KERNEL_DIR" linux-mod_src_compile
61 +}
62 +
63 src_install() {
64 for i in $(find "${S}" -name "*.ko" -print); do
65 local val=${i##${S}/}
66
67 diff --git a/dev-util/lttng-modules/lttng-modules-2.8.0.ebuild b/dev-util/lttng-modules/lttng-modules-2.8.0.ebuild
68 index d7f32b7b99d..33312ef7bf4 100644
69 --- a/dev-util/lttng-modules/lttng-modules-2.8.0.ebuild
70 +++ b/dev-util/lttng-modules/lttng-modules-2.8.0.ebuild
71 @@ -1,4 +1,4 @@
72 -# Copyright 1999-2016 Gentoo Foundation
73 +# Copyright 1999-2018 Gentoo Foundation
74 # Distributed under the terms of the GNU General Public License v2
75
76 EAPI=5
77 @@ -33,6 +33,10 @@ pkg_pretend() {
78 fi
79 }
80
81 +src_compile() {
82 + BUILD_FIXES="KERNELDIR=$KERNEL_DIR" linux-mod_src_compile
83 +}
84 +
85 src_install() {
86 for i in $(find "${S}" -name "*.ko" -print); do
87 local val=${i##${S}/}