Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-boot/gummiboot: gummiboot-9999.ebuild gummiboot-45.ebuild metadata.xml ChangeLog
Date: Sat, 02 Aug 2014 07:55:02
Message-Id: 20140802075455.37AD42004E@flycatcher.gentoo.org
1 mgorny 14/08/02 07:54:54
2
3 Added: gummiboot-9999.ebuild gummiboot-45.ebuild
4 metadata.xml ChangeLog
5 Log:
6 Introduce gummiboot, the EFI boot manager. Bug #426598. Thanks to Elias Probst and J. García for all the work.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
9
10 Revision Changes Path
11 1.1 sys-boot/gummiboot/gummiboot-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/gummiboot/gummiboot-9999.ebuild?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/gummiboot/gummiboot-9999.ebuild?rev=1.1&content-type=text/plain
15
16 Index: gummiboot-9999.ebuild
17 ===================================================================
18 # Copyright 1999-2014 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20 # $Header: /var/cvsroot/gentoo-x86/sys-boot/gummiboot/gummiboot-9999.ebuild,v 1.1 2014/08/02 07:54:54 mgorny Exp $
21
22 EAPI=5
23
24 inherit autotools eutils linux-info git-r3
25
26 DESCRIPTION="Minimalistic UEFI bootloader"
27 HOMEPAGE="http://freedesktop.org/wiki/Software/gummiboot/"
28 EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}"
29
30 LICENSE="LGPL-2.1+"
31 SLOT="0"
32 KEYWORDS=""
33 IUSE=""
34
35 RDEPEND="sys-apps/util-linux"
36 DEPEND="${RDEPEND}
37 app-text/docbook-xsl-stylesheets
38 dev-libs/libxslt
39 =sys-boot/gnu-efi-3.0s"
40
41 pkg_pretend() {
42 # CONFIG_EFI_STUB is required to boot a kernel with gummiboot
43 local CONFIG_CHECK="~EFI_STUB"
44 check_extra_config
45 }
46
47 src_prepare() {
48 epatch_user
49 eautoreconf
50 }
51
52
53
54 1.1 sys-boot/gummiboot/gummiboot-45.ebuild
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/gummiboot/gummiboot-45.ebuild?rev=1.1&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/gummiboot/gummiboot-45.ebuild?rev=1.1&content-type=text/plain
58
59 Index: gummiboot-45.ebuild
60 ===================================================================
61 # Copyright 1999-2014 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 # $Header: /var/cvsroot/gentoo-x86/sys-boot/gummiboot/gummiboot-45.ebuild,v 1.1 2014/08/02 07:54:54 mgorny Exp $
64
65 EAPI=5
66
67 inherit autotools eutils linux-info
68
69 DESCRIPTION="Minimalistic UEFI bootloader"
70 HOMEPAGE="http://freedesktop.org/wiki/Software/gummiboot/"
71 SRC_URI="http://cgit.freedesktop.org/${PN}/snapshot/${P}.tar.gz"
72
73 LICENSE="LGPL-2.1+"
74 SLOT="0"
75 KEYWORDS="~amd64"
76 IUSE=""
77
78 RDEPEND="sys-apps/util-linux"
79 DEPEND="${RDEPEND}
80 app-text/docbook-xsl-stylesheets
81 dev-libs/libxslt
82 =sys-boot/gnu-efi-3.0s"
83
84 pkg_pretend() {
85 # CONFIG_EFI_STUB is required to boot a kernel with gummiboot
86 local CONFIG_CHECK="~EFI_STUB"
87 check_extra_config
88 }
89
90 src_prepare() {
91 epatch_user
92 eautoreconf
93 }
94
95
96
97 1.1 sys-boot/gummiboot/metadata.xml
98
99 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/gummiboot/metadata.xml?rev=1.1&view=markup
100 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/gummiboot/metadata.xml?rev=1.1&content-type=text/plain
101
102 Index: metadata.xml
103 ===================================================================
104 <?xml version="1.0" encoding="UTF-8"?>
105 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
106 <pkgmetadata>
107 <maintainer>
108 <email>mgorny@g.o</email>
109 <name>Michał Górny</name>
110 </maintainer>
111 </pkgmetadata>
112
113
114
115 1.1 sys-boot/gummiboot/ChangeLog
116
117 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/gummiboot/ChangeLog?rev=1.1&view=markup
118 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/gummiboot/ChangeLog?rev=1.1&content-type=text/plain
119
120 Index: ChangeLog
121 ===================================================================
122 # ChangeLog for sys-boot/gummiboot
123 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
124 # $Header: /var/cvsroot/gentoo-x86/sys-boot/gummiboot/ChangeLog,v 1.1 2014/08/02 07:54:54 mgorny Exp $
125
126 *gummiboot-9999 (02 Aug 2014)
127 *gummiboot-45 (02 Aug 2014)
128
129 02 Aug 2014; Michał Górny <mgorny@g.o> +gummiboot-45.ebuild,
130 +gummiboot-9999.ebuild, +metadata.xml:
131 Introduce gummiboot, the EFI boot manager. Bug #426598. Thanks to Elias Probst
132 and J. García for all the work.