Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 628300 - sys-boot/udk-2018: version bump
Summary: sys-boot/udk-2018: version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Stéphane Veyret
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2017-08-19 14:42 UTC by Stéphane Veyret
Modified: 2019-05-01 21:41 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stéphane Veyret 2017-08-19 14:42:49 UTC
Version UDK2017 has been released. See https://github.com/tianocore/tianocore.github.io/wiki/UDK2017
Comment 1 charles17 2017-08-21 07:18:29 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"
Comment 2 Stéphane Veyret 2017-08-21 07:32:56 UTC
Thank you for the suggestion. I'll work on it asap.
Comment 3 Stéphane Veyret 2019-04-04 16:16:39 UTC
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.
Comment 4 Larry the Git Cow gentoo-dev 2019-05-01 21:41:49 UTC
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(+)