Gentoo Archives: gentoo-commits

From: Arsen Arsenovic <arsen@××××××.me>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-boot/limine/
Date: Sat, 02 Apr 2022 13:42:10
Message-Id: 1648906624.0c0b0a617abe6757c8f8a51de877e2ca48808d3e.arsen@gentoo
1 commit: 0c0b0a617abe6757c8f8a51de877e2ca48808d3e
2 Author: Arsen Arsenović <arsen <AT> aarsen <DOT> me>
3 AuthorDate: Sat Apr 2 13:36:00 2022 +0000
4 Commit: Arsen Arsenovic <arsen <AT> aarsen <DOT> me>
5 CommitDate: Sat Apr 2 13:37:04 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0c0b0a61
7
8 sys-boot/limine: drop v2.85*
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Arsen Arsenović <arsen <AT> aarsen.me>
12
13 sys-boot/limine/Manifest | 3 ---
14 sys-boot/limine/limine-2.85.1.ebuild | 37 --------------------------
15 sys-boot/limine/limine-2.85.4.ebuild | 51 ------------------------------------
16 sys-boot/limine/limine-2.85.ebuild | 37 --------------------------
17 4 files changed, 128 deletions(-)
18
19 diff --git a/sys-boot/limine/Manifest b/sys-boot/limine/Manifest
20 index 1825a83b4..752b1f55a 100644
21 --- a/sys-boot/limine/Manifest
22 +++ b/sys-boot/limine/Manifest
23 @@ -1,5 +1,2 @@
24 -DIST limine-2.85.1.tar.xz 1562640 BLAKE2B 3f2070023d73c904db5fb7404168230be6a9f853facd4752eb5bfb00ac21d4bb32c1b05619ccc6049dd9348f4a652cf9967eb4e5ec52943fee5fbc587a21c62e SHA512 9b36d1c84331a3ed44222c1fd9bd6152d49ebe546b4fe7adce0cc21a4e56908639fc42a5040d530287452a88bb420ad8fa420c2af52de259598a868fdbdeb2ba
25 -DIST limine-2.85.4.tar.xz 1562124 BLAKE2B 611be229e0467838ccaba575d8afc06db1e6497173fbe48fdba2d5b6401163ee097fd61bab411b7e2ae4e1dd0476e4ee5b604f47bcefac9fbba1505464c32814 SHA512 a61da3ffc7e1aed1c080d534250424594b67acfcc1502694d6d1b73a5b18143985ed3f5ef23dffa904a6aba30d46e229dc590affd333511bc2a5c30b48f62b61
26 -DIST limine-2.85.tar.xz 1562456 BLAKE2B 00b0b5efd793f8ca32948529d2f06804fbae70604419c80b6a70f282b48a5a259ba9677ada81bca152fbcf86bdddac33fb63e4b8792d9cd5619649d9ff1523ee SHA512 84af1613aa335c34afcc118d0a5a4307c0a82352ea68036fbf2c5be52d156b6254688cf417f47c1685a5f84d596cb7ed8dbebc4243bdd6070039847a5dc69e02
27 DIST limine-2.88.tar.xz 3154252 BLAKE2B d3e7b081245010c7fe5218ea364a4bb825ef6b7505b33db37bdc6a0e61a43f273c443d00df6ae7b61901420704d0368b5bcad59797f3eeb403c3bb9388193927 SHA512 53bb81e1261a5a6ae45c525cb2724871a11544c2d8236d421e6cde42c34cbf4c6b4a1a322a86e8064abadf5c124525149cecd93339a748a925673fc581805cee
28 DIST limine-3.0.tar.xz 3164168 BLAKE2B fedd161ec8957fd2b3245d8a7a6bffaeab4fa7629b5c07671287f964b8dd78396b530299a0b3f9de0c4ea0010624590ec505308b0612cfd419cbb4bc57b21496 SHA512 c92c5a6f094f7dd90bebbbaf5be59843897a66771550805e70536793549e42bdc49f4763a0eda9491235ace801ca3644697276de381240654b9cc95ea5c2e353
29
30 diff --git a/sys-boot/limine/limine-2.85.1.ebuild b/sys-boot/limine/limine-2.85.1.ebuild
31 deleted file mode 100644
32 index 555b21b16..000000000
33 --- a/sys-boot/limine/limine-2.85.1.ebuild
34 +++ /dev/null
35 @@ -1,37 +0,0 @@
36 -# Copyright 1999-2022 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=8
40 -
41 -WANT_LIBTOOL=none
42 -inherit autotools toolchain-funcs
43 -
44 -DESCRIPTION="Limine is a modern, advanced x86/x86_64 BIOS/UEFI multiprotocol bootloader."
45 -HOMEPAGE="https://limine-bootloader.org/"
46 -SRC_URI="https://github.com/limine-bootloader/limine/releases/download/v${PV}/limine-${PV}.tar.xz"
47 -
48 -LICENSE="BSD-2"
49 -SLOT="0"
50 -KEYWORDS="~amd64"
51 -IUSE="+eltorito-efi"
52 -
53 -BDEPEND="
54 - sys-apps/findutils
55 - dev-lang/nasm
56 - app-arch/gzip
57 - eltorito-efi? ( sys-fs/mtools )
58 -"
59 -
60 -src_configure() {
61 - local myconf=(
62 - "$(use_enable eltorito-efi)"
63 - )
64 -
65 - LIMINE_LD="$(tc-getLD)" \
66 - LIMINE_AR="$(tc-getAR)" \
67 - LIMINE_AS="$(tc-getAS)" \
68 - LIMINE_OBJCOPY="$(tc-getOBJCOPY)" \
69 - LIMINE_OBJDUMP="$(tc-getOBJDUMP)" \
70 - LIMINE_READELF="$(tc-getREADELF)" \
71 - econf "${myconf[@]}"
72 -}
73
74 diff --git a/sys-boot/limine/limine-2.85.4.ebuild b/sys-boot/limine/limine-2.85.4.ebuild
75 deleted file mode 100644
76 index 1683e70d3..000000000
77 --- a/sys-boot/limine/limine-2.85.4.ebuild
78 +++ /dev/null
79 @@ -1,51 +0,0 @@
80 -# Copyright 1999-2022 Gentoo Authors
81 -# Distributed under the terms of the GNU General Public License v2
82 -
83 -EAPI=8
84 -
85 -WANT_LIBTOOL=none
86 -inherit autotools
87 -
88 -DESCRIPTION="Limine is a modern, advanced x86/x86_64 BIOS/UEFI multiprotocol bootloader."
89 -HOMEPAGE="https://limine-bootloader.org/"
90 -SRC_URI="https://github.com/limine-bootloader/limine/releases/download/v${PV}/limine-${PV}.tar.xz"
91 -
92 -LICENSE="BSD-2"
93 -SLOT="0"
94 -KEYWORDS="~amd64"
95 -IUSE="+bios +bios-pxe +bios-cd +limine-install +uefi +eltorito-efi +uefi32 +uefi64"
96 -REQUIRED_USE="
97 - uefi32? ( uefi )
98 - uefi64? ( uefi )
99 - eltorito-efi? ( uefi )
100 - uefi? ( || ( uefi32 uefi64 eltorito-efi ) )
101 -
102 - bios-pxe? ( bios )
103 - bios-cd? ( bios )
104 - limine-install? ( bios )
105 - bios? ( || ( bios-pxe bios-cd limine-install ) )
106 -"
107 -
108 -BDEPEND="
109 - sys-apps/findutils
110 - dev-lang/nasm
111 - app-arch/gzip
112 - eltorito-efi? ( sys-fs/mtools )
113 -"
114 -
115 -src_configure() {
116 - local myconf=(
117 - "$(use_enable bios)"
118 - "$(use_enable bios-cd)"
119 - "$(use_enable bios-pxe)"
120 - "$(use_enable limine-install)"
121 -
122 - "$(use_enable uefi)"
123 - "$(use_enable uefi32)"
124 - "$(use_enable uefi64)"
125 - "$(use_enable eltorito-efi)"
126 - )
127 -
128 - TOOLCHAIN="${CHOST}" \
129 - econf "${myconf[@]}"
130 -}
131
132 diff --git a/sys-boot/limine/limine-2.85.ebuild b/sys-boot/limine/limine-2.85.ebuild
133 deleted file mode 100644
134 index 555b21b16..000000000
135 --- a/sys-boot/limine/limine-2.85.ebuild
136 +++ /dev/null
137 @@ -1,37 +0,0 @@
138 -# Copyright 1999-2022 Gentoo Authors
139 -# Distributed under the terms of the GNU General Public License v2
140 -
141 -EAPI=8
142 -
143 -WANT_LIBTOOL=none
144 -inherit autotools toolchain-funcs
145 -
146 -DESCRIPTION="Limine is a modern, advanced x86/x86_64 BIOS/UEFI multiprotocol bootloader."
147 -HOMEPAGE="https://limine-bootloader.org/"
148 -SRC_URI="https://github.com/limine-bootloader/limine/releases/download/v${PV}/limine-${PV}.tar.xz"
149 -
150 -LICENSE="BSD-2"
151 -SLOT="0"
152 -KEYWORDS="~amd64"
153 -IUSE="+eltorito-efi"
154 -
155 -BDEPEND="
156 - sys-apps/findutils
157 - dev-lang/nasm
158 - app-arch/gzip
159 - eltorito-efi? ( sys-fs/mtools )
160 -"
161 -
162 -src_configure() {
163 - local myconf=(
164 - "$(use_enable eltorito-efi)"
165 - )
166 -
167 - LIMINE_LD="$(tc-getLD)" \
168 - LIMINE_AR="$(tc-getAR)" \
169 - LIMINE_AS="$(tc-getAS)" \
170 - LIMINE_OBJCOPY="$(tc-getOBJCOPY)" \
171 - LIMINE_OBJDUMP="$(tc-getOBJDUMP)" \
172 - LIMINE_READELF="$(tc-getREADELF)" \
173 - econf "${myconf[@]}"
174 -}