Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-boot/efibootmgr: efibootmgr-0.5.4.ebuild metadata.xml efibootmgr-0.5.4-r1.ebuild ChangeLog
Date: Wed, 30 Oct 2013 17:43:19
Message-Id: 20131030174312.7568420047@flycatcher.gentoo.org
1 floppym 13/10/30 17:43:12
2
3 Modified: efibootmgr-0.5.4.ebuild metadata.xml
4 efibootmgr-0.5.4-r1.ebuild ChangeLog
5 Log:
6 Update DESCRIPTION, bug 489886 by Elias Probst.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
9
10 Revision Changes Path
11 1.7 sys-boot/efibootmgr/efibootmgr-0.5.4.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/efibootmgr/efibootmgr-0.5.4.ebuild?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/efibootmgr/efibootmgr-0.5.4.ebuild?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/efibootmgr/efibootmgr-0.5.4.ebuild?r1=1.6&r2=1.7
16
17 Index: efibootmgr-0.5.4.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-boot/efibootmgr/efibootmgr-0.5.4.ebuild,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- efibootmgr-0.5.4.ebuild 3 May 2012 04:50:13 -0000 1.6
24 +++ efibootmgr-0.5.4.ebuild 30 Oct 2013 17:43:12 -0000 1.7
25 @@ -1,10 +1,10 @@
26 -# Copyright 1999-2012 Gentoo Foundation
27 +# Copyright 1999-2013 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/efibootmgr/efibootmgr-0.5.4.ebuild,v 1.6 2012/05/03 04:50:13 jdhore Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/efibootmgr/efibootmgr-0.5.4.ebuild,v 1.7 2013/10/30 17:43:12 floppym Exp $
31
32 inherit flag-o-matic toolchain-funcs
33
34 -DESCRIPTION="Interact with the EFI Boot Manager on IA-64 Systems"
35 +DESCRIPTION="Interact with the EFI Boot Manager"
36 HOMEPAGE="http://developer.intel.com/technology/efi"
37 SRC_URI="http://linux.dell.com/efibootmgr/${P}.tar.gz"
38
39
40
41
42 1.3 sys-boot/efibootmgr/metadata.xml
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/efibootmgr/metadata.xml?rev=1.3&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/efibootmgr/metadata.xml?rev=1.3&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/efibootmgr/metadata.xml?r1=1.2&r2=1.3
47
48 Index: metadata.xml
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/sys-boot/efibootmgr/metadata.xml,v
51 retrieving revision 1.2
52 retrieving revision 1.3
53 diff -u -r1.2 -r1.3
54 --- metadata.xml 21 Jan 2004 20:46:22 -0000 1.2
55 +++ metadata.xml 30 Oct 2013 17:43:12 -0000 1.3
56 @@ -2,4 +2,10 @@
57 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
58 <pkgmetadata>
59 <herd>ia64</herd>
60 +<longdescription>
61 + This is efibootmgr, a Linux user-space application to modify the Intel
62 + Extensible Firmware Interface (EFI) Boot Manager. This application
63 + can create and destroy boot entries, change the boot order, change
64 + the next running boot option, and more.
65 +</longdescription>
66 </pkgmetadata>
67
68
69
70 1.5 sys-boot/efibootmgr/efibootmgr-0.5.4-r1.ebuild
71
72 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/efibootmgr/efibootmgr-0.5.4-r1.ebuild?rev=1.5&view=markup
73 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/efibootmgr/efibootmgr-0.5.4-r1.ebuild?rev=1.5&content-type=text/plain
74 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/efibootmgr/efibootmgr-0.5.4-r1.ebuild?r1=1.4&r2=1.5
75
76 Index: efibootmgr-0.5.4-r1.ebuild
77 ===================================================================
78 RCS file: /var/cvsroot/gentoo-x86/sys-boot/efibootmgr/efibootmgr-0.5.4-r1.ebuild,v
79 retrieving revision 1.4
80 retrieving revision 1.5
81 diff -u -r1.4 -r1.5
82 --- efibootmgr-0.5.4-r1.ebuild 12 Oct 2013 20:04:54 -0000 1.4
83 +++ efibootmgr-0.5.4-r1.ebuild 30 Oct 2013 17:43:12 -0000 1.5
84 @@ -1,12 +1,12 @@
85 # Copyright 1999-2013 Gentoo Foundation
86 # Distributed under the terms of the GNU General Public License v2
87 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/efibootmgr/efibootmgr-0.5.4-r1.ebuild,v 1.4 2013/10/12 20:04:54 vapier Exp $
88 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/efibootmgr/efibootmgr-0.5.4-r1.ebuild,v 1.5 2013/10/30 17:43:12 floppym Exp $
89
90 EAPI=5
91
92 inherit flag-o-matic toolchain-funcs eutils
93
94 -DESCRIPTION="Interact with the EFI Boot Manager on IA-64 Systems"
95 +DESCRIPTION="Interact with the EFI Boot Manager"
96 HOMEPAGE="http://developer.intel.com/technology/efi"
97 SRC_URI="http://linux.dell.com/efibootmgr/${P}.tar.gz"
98
99
100
101
102 1.27 sys-boot/efibootmgr/ChangeLog
103
104 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/efibootmgr/ChangeLog?rev=1.27&view=markup
105 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/efibootmgr/ChangeLog?rev=1.27&content-type=text/plain
106 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/efibootmgr/ChangeLog?r1=1.26&r2=1.27
107
108 Index: ChangeLog
109 ===================================================================
110 RCS file: /var/cvsroot/gentoo-x86/sys-boot/efibootmgr/ChangeLog,v
111 retrieving revision 1.26
112 retrieving revision 1.27
113 diff -u -r1.26 -r1.27
114 --- ChangeLog 12 Oct 2013 20:04:54 -0000 1.26
115 +++ ChangeLog 30 Oct 2013 17:43:12 -0000 1.27
116 @@ -1,6 +1,10 @@
117 # ChangeLog for sys-boot/efibootmgr
118 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
119 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/efibootmgr/ChangeLog,v 1.26 2013/10/12 20:04:54 vapier Exp $
120 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/efibootmgr/ChangeLog,v 1.27 2013/10/30 17:43:12 floppym Exp $
121 +
122 + 30 Oct 2013; Mike Gilbert <floppym@g.o> efibootmgr-0.5.4-r1.ebuild,
123 + efibootmgr-0.5.4.ebuild, metadata.xml:
124 + Update DESCRIPTION, bug 489886 by Elias Probst.
125
126 12 Oct 2013; Mike Frysinger <vapier@g.o> efibootmgr-0.5.4-r1.ebuild:
127 Move flag/toolchain setup to src_configure.