Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/systemd-boot/
Date: Sun, 08 Mar 2020 04:05:11
Message-Id: 1583640290.9f7ff07f4d394695c2db796d44aeb60e9eef0e43.floppym@gentoo
1 commit: 9f7ff07f4d394695c2db796d44aeb60e9eef0e43
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 8 04:04:22 2020 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 8 04:04:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f7ff07f
7
8 sys-boot/systemd-boot: remove old
9
10 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
11
12 sys-boot/systemd-boot/Manifest | 1 -
13 sys-boot/systemd-boot/systemd-boot-241.ebuild | 114 --------------------------
14 2 files changed, 115 deletions(-)
15
16 diff --git a/sys-boot/systemd-boot/Manifest b/sys-boot/systemd-boot/Manifest
17 index c628b654e3c..abc1d65828e 100644
18 --- a/sys-boot/systemd-boot/Manifest
19 +++ b/sys-boot/systemd-boot/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST systemd-241.tar.gz 7640538 BLAKE2B 69d7196fee0d0ad06ea8d7c78b0299cc17517ecce3ca4c0b1181a3fbb13bc2627629156785051e2ff427dcc21414f7a078724c6409ebaa431618e4799ebcd50a SHA512 a7757574590e8aa37e1291ea0b2c5eb03a8d8062fe9462fa5b0bf50830c933e2b301d106c70d904f94afc0aa8e43a8acfd11926dfa25b1b89174580e491e545e
22 DIST systemd-243.tar.gz 8242522 BLAKE2B 89e3ebbea5a99061329f7c78220a66c1e075d5ba90dfdf5ee8d0d9b762ef4600dc82d8ca2054632e5e343b6272cd8046c92f7f99dcfa8287c5ef2b42fb96d4cb SHA512 56b52a297aa5ac04d9667eb3afb1598725b197de73ff72baa1aabbc2844e36fba7b7fccdf6d214ae8b5b926616b2b7e15772763aaa80ec938d74333ff9c8673e
23 DIST systemd-245.tar.gz 8993479 BLAKE2B be0b1fca5ba8585978f570868bc9135c1fee78ea64dcdf8b1a3419e856a83da90104ed2f86e5f3e5b0b6f29d4b34f603bfe1e4cbc61ccf71bedce547db62ff35 SHA512 1b80d0e02472dfc4197f11dab4f56cf90e8a6e105ce19f837cb11335b6d8577ed49031dad94cdb41aa9bdc06ec8eec62c8e9246272b83935e7bb9dcd3cd8c012
24
25 diff --git a/sys-boot/systemd-boot/systemd-boot-241.ebuild b/sys-boot/systemd-boot/systemd-boot-241.ebuild
26 deleted file mode 100644
27 index 99dbbaa4668..00000000000
28 --- a/sys-boot/systemd-boot/systemd-boot-241.ebuild
29 +++ /dev/null
30 @@ -1,114 +0,0 @@
31 -# Copyright 2016-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -inherit meson toolchain-funcs
37 -
38 -DESCRIPTION="UEFI boot manager from systemd (formerly gummiboot)"
39 -HOMEPAGE="https://www.freedesktop.org/wiki/Software/systemd/systemd-boot/"
40 -SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> systemd-${PV}.tar.gz"
41 -
42 -LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
43 -SLOT="0"
44 -KEYWORDS="~amd64"
45 -IUSE=""
46 -RESTRICT="test"
47 -
48 -BDEPEND="
49 - app-text/docbook-xml-dtd:4.2
50 - app-text/docbook-xml-dtd:4.5
51 - app-text/docbook-xsl-stylesheets
52 - dev-libs/libxslt:0
53 - >=dev-util/intltool-0.50
54 - dev-util/gperf
55 - >=dev-util/patchelf-0.10
56 - virtual/pkgconfig
57 -"
58 -COMMON_DEPEND="
59 - >=sys-apps/util-linux-2.30
60 -"
61 -DEPEND="${COMMON_DEPEND}
62 - >=sys-boot/gnu-efi-3.0.2
63 - sys-libs/libcap
64 -"
65 -RDEPEND="${COMMON_DEPEND}
66 - !sys-apps/systemd
67 -"
68 -
69 -S="${WORKDIR}/systemd-${PV}"
70 -
71 -PATCHES=(
72 - "${FILESDIR}/237-libshared-static.patch"
73 -)
74 -
75 -src_configure() {
76 - local emesonargs=(
77 - -Dblkid=true
78 - -Defi=true
79 - -Dgnu-efi=true
80 - -Defi-cc="$(tc-getCC)"
81 - -Defi-ld="$(tc-getLD)"
82 - -Dsplit-usr=true
83 - -Drootprefix="${EPREFIX:-/}"
84 -
85 - -Dacl=false
86 - -Dapparmor=false
87 - -Daudit=false
88 - -Dbzip2=false
89 - -Delfutils=false
90 - -Dgcrypt=false
91 - -Dgnutls=false
92 - -Dkmod=false
93 - -Dlibcryptsetup=false
94 - -Dlibcurl=false
95 - -Dlibidn=false
96 - -Dlibidn2=false
97 - -Dlibiptc=false
98 - -Dlz4=false
99 - -Dmicrohttpd=false
100 - -Dpam=false
101 - -Dqrencode=false
102 - -Dseccomp=false
103 - -Dselinux=false
104 - -Dxkbcommon=false
105 - -Dxz=false
106 - )
107 - meson_src_configure
108 -}
109 -
110 -set_efi_arch() {
111 - case "$(tc-arch)" in
112 - amd64) efi_arch=x64 ;;
113 - arm) efi_arch=arm ;;
114 - arm64) efi_arch=aa64 ;;
115 - x86) efi_arch=x86 ;;
116 - esac
117 -}
118 -
119 -src_compile() {
120 - local efi_arch
121 - set_efi_arch
122 - local targets=(
123 - bootctl
124 - man/bootctl.1
125 - man/kernel-install.8
126 - src/boot/efi/linux${efi_arch}.efi.stub
127 - src/boot/efi/systemd-boot${efi_arch}.efi
128 - )
129 - cd "${BUILD_DIR}" || die
130 - eninja "${targets[@]}"
131 - patchelf --remove-rpath bootctl || die
132 -}
133 -
134 -src_install() {
135 - local efi_arch
136 - set_efi_arch
137 - dobin "${BUILD_DIR}"/bootctl src/kernel-install/kernel-install
138 - doman "${BUILD_DIR}"/man/{bootctl.1,kernel-install.8}
139 - exeinto usr/lib/kernel/install.d
140 - doexe src/kernel-install/{50-depmod,90-loaderentry}.install
141 - insinto usr/lib/systemd/boot/efi
142 - doins "${BUILD_DIR}"/src/boot/efi/{linux${efi_arch}.efi.stub,systemd-boot${efi_arch}.efi}
143 - einstalldocs
144 -}