Summary: | sys-boot/udk-2018: version bump | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Stéphane Veyret <sveyret> |
Component: | Current packages | Assignee: | Stéphane Veyret <sveyret> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jstein, proxy-maint, zhuyifei1999 |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/11655 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Stéphane Veyret
2017-08-19 14:42:49 UTC
According to https://github.com/tianocore/edk2/releases the package name is edk2. IMHO the new version in Gentoo should be moved to sys-firmware/edk2 using »vUDK2017« as version number. =============== DESCRIPTION="Tianocore UEFI Development kit" HOMEPAGE=" https://github.com/tianocore/tianocore.github.io/wiki/EDK-II" if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://github.com/tianocore/${PN}/" inherit git-r3 KEYWORDS="" else SRC_URI="https://github.com/tianocore/${PN}/archive/vUDK${PV}.tar.gz -> ${PN}-vUDK${PV}.tar.gz" KEYWORDS="~amd64 ~x86" fi LICENSE="BSD" SLOT="0" Thank you for the suggestion. I'll work on it asap. So much time has past that now, version 2018 is out (and probably a version 2019 will soon follow). Regarding renaming of the package, after thinking of it, I don't think it is appropriate. Actually UDK and EDK2 are not exactly the same. This package is building the UDK, which can then be used to build a UEFI boot application. EDK2 is indeed used to building firmwares. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1193c44d34f7af290c04f4aaf8df0781c1c9836 commit b1193c44d34f7af290c04f4aaf8df0781c1c9836 Author: Stéphane Veyret <sveyret@gmail.com> AuthorDate: 2019-04-10 15:29:29 +0000 Commit: Georgy Yakovlev <gyakovlev@gentoo.org> CommitDate: 2019-05-01 21:41:27 +0000 sys-boot/udk: Bump to version 2018 Signed-off-by: Stéphane VEYRET <sveyret@gmail.com> Closes: https://bugs.gentoo.org/628300 Bug: https://bugs.gentoo.org/603986 Bug: https://bugs.gentoo.org/598042 Package-Manager: Portage-2.3.62, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/11655 Reviewed-by: Michał Górny <mgorny@gentoo.org> Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> sys-boot/udk/Manifest | 2 + sys-boot/udk/files/2018-makefile.template | 41 ++++++ sys-boot/udk/udk-2018.ebuild | 212 ++++++++++++++++++++++++++++++ 3 files changed, 255 insertions(+) |