Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/udk/
Date: Sun, 13 Aug 2017 12:53:56
Message-Id: 1502628825.5b762c7b7a468d84580cca5d03b7f8261918d4c9.monsieurp@gentoo
1 commit: 5b762c7b7a468d84580cca5d03b7f8261918d4c9
2 Author: charIes17 <charles17 <AT> arcor <DOT> de>
3 AuthorDate: Sun Aug 13 12:06:06 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 13 12:53:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b762c7b
7
8 sys-boot/udk: HOMEPAGE (avoid redirect).
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11 Closes: https://github.com/gentoo/gentoo/pull/5403
12
13 sys-boot/udk/udk-2015.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-boot/udk/udk-2015.ebuild b/sys-boot/udk/udk-2015.ebuild
17 index 0d0ea384e54..877b99c94eb 100644
18 --- a/sys-boot/udk/udk-2015.ebuild
19 +++ b/sys-boot/udk/udk-2015.ebuild
20 @@ -11,7 +11,7 @@ inherit flag-o-matic multiprocessing python-single-r1 toolchain-funcs versionato
21 MY_V="${PN^^}$(get_version_component_range 1)"
22
23 DESCRIPTION="Tianocore UEFI Development kit"
24 -HOMEPAGE="http://www.tianocore.org/edk2/"
25 +HOMEPAGE=" https://github.com/tianocore/tianocore.github.io/wiki/EDK-II"
26 SRC_URI="https://github.com/tianocore/${PN}/releases/download/${MY_V}/${MY_V}.Complete.MyWorkSpace.zip"
27
28 LICENSE="BSD"