Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 687222 - sys-boot/udk: Simplify installation
Summary: sys-boot/udk: Simplify installation
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Stéphane Veyret
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2019-06-02 18:15 UTC by Stéphane Veyret
Modified: 2019-07-05 20:31 UTC (History)
0 users

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 2019-06-02 18:15:38 UTC
When I first added the udk package in Gentoo, I wanted to install it just like a normal Linux tool instead of staying close to upstream way. As a result, we now have an ebuild which is complicated to understand and maintain, doing some magic work, which is not always the way it is expected by UDK users. As a consequence, depending packages (only refind is currently depending on it) must also be strongly modified to adapt to this ugly installation.

I would like to find a way to install it on the target computer the way it is expected (or almost) by upstream project. This would be far easier to maintain, and also easier to use by depending packages.
Comment 1 Larry the Git Cow gentoo-dev 2019-07-05 20:31:39 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cc95d998b2ca6fc6972ff33794d04c81f2ee362

commit 6cc95d998b2ca6fc6972ff33794d04c81f2ee362
Author:     Stéphane Veyret <sveyret@gmail.com>
AuthorDate: 2019-06-02 18:23:32 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2019-07-05 20:31:22 +0000

    sys-boot/udk: Simplify udk installation
    
    Signed-off-by: Stéphane VEYRET <sveyret@gmail.com>
    Closes: https://bugs.gentoo.org/687222
    Package-Manager: Portage-2.3.66, Repoman-2.3.11
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 sys-boot/udk/files/udk-workspace.template |  63 +++++++++++++
 sys-boot/udk/udk-2018-r1.ebuild           | 146 ++++++++++++++++++++++++++++++
 2 files changed, 209 insertions(+)