Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/kexec-tools/
Date: Tue, 01 May 2018 20:11:01
Message-Id: 1525205451.e1fc08465cff44b4b8e5e379bbafa1074b399a8a.polynomial-c@gentoo
1 commit: e1fc08465cff44b4b8e5e379bbafa1074b399a8a
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 1 20:08:56 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue May 1 20:10:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1fc0846
7
8 sys-apps/kexec-tools: Bump to version 2.0.17
9
10 Package-Manager: Portage-2.3.31, Repoman-2.3.9
11
12 sys-apps/kexec-tools/Manifest | 1 +
13 sys-apps/kexec-tools/kexec-tools-2.0.17.ebuild | 85 ++++++++++++++++++++++++++
14 2 files changed, 86 insertions(+)
15
16 diff --git a/sys-apps/kexec-tools/Manifest b/sys-apps/kexec-tools/Manifest
17 index 3e4f2577f5f..47b2cbcd431 100644
18 --- a/sys-apps/kexec-tools/Manifest
19 +++ b/sys-apps/kexec-tools/Manifest
20 @@ -1,4 +1,5 @@
21 DIST kexec-tools-2.0.14.tar.xz 283640 BLAKE2B f84b5485904c0d4bbe5f7fdae391a4fb0b2a7436e078f23de649e79aaa7dfcdeff99139230a299bf2b9b0554ac13fa833e31211682c92f07cd6b8072907e35aa SHA512 8c1f9d1f4bb69a621961d45091f9c8349535ae69b80168423663685b44d89e1b9324d5cd11c83e86d805a3371f4f1600b0def551c52efb3c6cf020e9c11c273f
22 DIST kexec-tools-2.0.15.tar.xz 286944 BLAKE2B 00344b607fbbca77398e74bf7f6506efa124ddb4ad0f2e55424a40b90ac0d1a6336dd43f4c8804323e12598f1647cd105880960abfda7df8215c787dae150bda SHA512 0bddf31b9bb0e203b813d820e1e248974c2d62cb388dfaf4f2f4971f764cc71e54edbaeaeb663c15d6fa06574beceb87d9ffd7d822ac6699d86c54645096e7e9
23 DIST kexec-tools-2.0.16.tar.xz 287888 BLAKE2B 7e7bbe11dc2792be3cab6318c12b6866bf6b373fb7bf2d7601ef68a39dd5882aceab7c8905ce0d9b0af1da2072b3f3d2677bd9e006676c484e1d6506ac7036fa SHA512 f2f06e7702fef20c8d7d6aabe1b264e2e2689e5c38cc00dbc2186dd7fa0479edb2dc9e307dd2ad7f03db47015e966e577f11576172604ef01c1bcca471fe2c24
24 +DIST kexec-tools-2.0.17.tar.xz 290612 BLAKE2B 57ec5b5ed33a5c5bbe433099d6e80663717c8a086bdb8b95f4a1d81fd7e546619c0064698454dc79f489313f98696ee6dee4cafbc8b1b93db5c7909cdf7a6234 SHA512 e0f254ca2b26fa02cb61ba9a0735423b26bac2693fbd920eaf7cc2822c298de958bd65f7c37947ca1f6811a3752a58f7cf8aa903494f0109ea76b7159a037fa6
25 DIST kexec-tools-2.0.4.tar.xz 271604 BLAKE2B f3359e91295b1c37bd94d3ea7889e948e0716781375f3387077962313615986947b0ac134023876b88cf92b5f0b5e1d3d5d97099ac799d0ba182b58f1bb4674c SHA512 2514f407d9150d2615dffc91a525fb28f159bef92b9543f9802e2618746b7d4c04137668ad8a8d8f0b75f68ed9057d09629ce736b6a061b5cf817b9d904f549e
26
27 diff --git a/sys-apps/kexec-tools/kexec-tools-2.0.17.ebuild b/sys-apps/kexec-tools/kexec-tools-2.0.17.ebuild
28 new file mode 100644
29 index 00000000000..89ef61b3896
30 --- /dev/null
31 +++ b/sys-apps/kexec-tools/kexec-tools-2.0.17.ebuild
32 @@ -0,0 +1,85 @@
33 +# Copyright 1999-2018 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=6
37 +
38 +if [[ ${PV} == "9999" ]] ; then
39 + inherit git-r3 autotools
40 + EGIT_REPO_URI="https://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git"
41 +else
42 + SRC_URI="mirror://kernel/linux/utils/kernel/kexec/${P}.tar.xz"
43 + KEYWORDS="~amd64 ~arm64 ~x86"
44 +fi
45 +
46 +inherit flag-o-matic libtool linux-info systemd
47 +
48 +DESCRIPTION="Load another kernel from the currently executing Linux kernel"
49 +HOMEPAGE="https://kernel.org/pub/linux/utils/kernel/kexec/"
50 +
51 +LICENSE="GPL-2"
52 +SLOT="0"
53 +IUSE="booke lzma xen zlib"
54 +
55 +REQUIRED_USE="lzma? ( zlib )"
56 +
57 +DEPEND="
58 + lzma? ( app-arch/xz-utils )
59 + zlib? ( sys-libs/zlib )"
60 +RDEPEND="${DEPEND}"
61 +
62 +CONFIG_CHECK="~KEXEC"
63 +
64 +PATCHES=(
65 + "${FILESDIR}"/${PN}-2.0.4-disable-kexec-test.patch
66 + "${FILESDIR}"/${PN}-2.0.4-out-of-source.patch
67 +)
68 +
69 +pkg_setup() {
70 + # GNU Make's $(COMPILE.S) passes ASFLAGS to $(CCAS), CCAS=$(CC)
71 + export ASFLAGS="${CCASFLAGS}"
72 +}
73 +
74 +src_prepare() {
75 + default
76 + if [[ ${PV} == "9999" ]] ; then
77 + eautoreconf
78 + else
79 + elibtoolize
80 + fi
81 + filter-flags '-mindirect-branch=thunk*'
82 +}
83 +
84 +src_configure() {
85 + local myeconfargs=(
86 + $(use_with booke)
87 + $(use_with lzma)
88 + $(use_with xen)
89 + $(use_with zlib)
90 + )
91 + econf "${myeconfargs[@]}"
92 +}
93 +
94 +src_install() {
95 + default
96 +
97 + dodoc "${FILESDIR}"/README.Gentoo
98 +
99 + newinitd "${FILESDIR}"/kexec.init-2.0.13-r1 kexec
100 + newconfd "${FILESDIR}"/kexec.conf-2.0.4 kexec
101 +
102 + insinto /etc
103 + doins "${FILESDIR}"/kexec.conf
104 +
105 + insinto /etc/kernel/postinst.d
106 + doins "${FILESDIR}"/90_kexec
107 +
108 + systemd_dounit "${FILESDIR}"/kexec.service
109 +}
110 +
111 +pkg_postinst() {
112 + if systemd_is_booted || has_version sys-apps/systemd; then
113 + elog "For systemd support the new config file is"
114 + elog " /etc/kexec.conf"
115 + elog "Please adopt it to your needs as there is no autoconfig anymore"
116 + fi
117 +}