Gentoo Archives: gentoo-commits

From: Sam Jorna <wraeth@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/refind/
Date: Fri, 28 Apr 2017 00:36:57
Message-Id: 1493339795.df0a2f61c3b96fb3516cc8df148ff4e33a33eea0.wraeth@gentoo
1 commit: df0a2f61c3b96fb3516cc8df148ff4e33a33eea0
2 Author: Sam Jorna <wraeth <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 28 00:36:35 2017 +0000
4 Commit: Sam Jorna <wraeth <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 28 00:36:35 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df0a2f61
7
8 sys-boot/refind: reorder metadata.xml
9
10 Output from some tools (equery) prints first language rather than respecting
11 LANG (see bug 616800). Re-ordering as workaround for this.
12
13 Reported-by: Wes <wes <AT> sol1.com.au>
14 Package-Manager: Portage-2.3.5, Repoman-2.3.2
15
16 sys-boot/refind/metadata.xml | 48 ++++++++++++++++++++++----------------------
17 1 file changed, 24 insertions(+), 24 deletions(-)
18
19 diff --git a/sys-boot/refind/metadata.xml b/sys-boot/refind/metadata.xml
20 index 3bcc4473f8e..a5f94e9e04e 100644
21 --- a/sys-boot/refind/metadata.xml
22 +++ b/sys-boot/refind/metadata.xml
23 @@ -13,6 +13,20 @@
24 <email>proxy-maint@g.o</email>
25 <name>Proxy Maintainers</name>
26 </maintainer>
27 + <longdescription lang="en">
28 +A graphical boot manager for EFI- and UEFI-based computers, such as all
29 +Intel-based Macs and recent (most 2011 and later) PCs. rEFInd presents a
30 +boot menu showing all the EFI boot loaders on the EFI-accessible
31 +partitions, and optionally BIOS-bootable partitions on Macs and BIOS boot
32 +entries on UEFI PCs with CSMs. EFI-compatbile OSes, including Linux,
33 +provide boot loaders that rEFInd can detect and launch. rEFInd can launch
34 +Linux EFI boot loaders such as ELILO, GRUB Legacy, GRUB 2, and 3.3.0 and
35 +later kernels with EFI stub support. EFI filesystem drivers for ext2/3/4fs,
36 +ReiserFS, Btrfs, NTFS, HFS+, and ISO-9660 enable rEFInd to read boot
37 +loaders from these filesystems, too. rEFInd's ability to detect boot
38 +loaders at runtime makes it very easy to use, particularly when paired with
39 +Linux kernels that provide EFI stub support.
40 + </longdescription>
41 <longdescription lang="fr">
42 Un gestionnaire d'amorçage pour ordinateur EFI ou UEFI tel que tous les Macs
43 contenant un processeur Intel et les PC récents (2011 et après). rEFInd affiche
44 @@ -29,30 +43,6 @@ systèmes de fichiers. La capacité de rEFInd à détecter les gestionnaires
45 d'amorçage au moment de l'exécution le rend très facile à utiliser, en
46 particulier associé à des noyau Linux qui fournissent un support EFI stub.
47 </longdescription>
48 - <longdescription lang="en">
49 -A graphical boot manager for EFI- and UEFI-based computers, such as all
50 -Intel-based Macs and recent (most 2011 and later) PCs. rEFInd presents a
51 -boot menu showing all the EFI boot loaders on the EFI-accessible
52 -partitions, and optionally BIOS-bootable partitions on Macs and BIOS boot
53 -entries on UEFI PCs with CSMs. EFI-compatbile OSes, including Linux,
54 -provide boot loaders that rEFInd can detect and launch. rEFInd can launch
55 -Linux EFI boot loaders such as ELILO, GRUB Legacy, GRUB 2, and 3.3.0 and
56 -later kernels with EFI stub support. EFI filesystem drivers for ext2/3/4fs,
57 -ReiserFS, Btrfs, NTFS, HFS+, and ISO-9660 enable rEFInd to read boot
58 -loaders from these filesystems, too. rEFInd's ability to detect boot
59 -loaders at runtime makes it very easy to use, particularly when paired with
60 -Linux kernels that provide EFI stub support.
61 - </longdescription>
62 - <use lang="fr">
63 - <flag name="ext2">Construire le gestionnaire EFI pour le système de fichier ext2</flag>
64 - <flag name="ext4">Construire le gestionnaire EFI pour le système de fichier ext4</flag>
65 - <flag name="reiserfs">Construire le gestionnaire EFI pour le système de fichier reiserfs</flag>
66 - <flag name="iso9660">Construire le gestionnaire EFI pour le système de fichier iso9660</flag>
67 - <flag name="hfs">Construire le gestionnaire EFI pour le système de fichier hfs</flag>
68 - <flag name="btrfs">Construire le gestionnaire EFI pour le système de fichier btrfs</flag>
69 - <flag name="ntfs">Construire le gestionnaire EFI pour le système de fichier ntfs</flag>
70 - <flag name="gnuefi">Compiler en utilisant GNU-EFI au lieu de Tianocore</flag>
71 - </use>
72 <use lang="en">
73 <flag name="ext2">Builds the EFI binary ext2 filesystem driver</flag>
74 <flag name="ext4">Builds the EFI binary ext4 filesystem driver</flag>
75 @@ -63,6 +53,16 @@ Linux kernels that provide EFI stub support.
76 <flag name="ntfs">Builds the EFI binary ntfs filesystem driver</flag>
77 <flag name="gnuefi">Compile using GNU-EFI instead of Tianocore</flag>
78 </use>
79 + <use lang="fr">
80 + <flag name="ext2">Construire le gestionnaire EFI pour le système de fichier ext2</flag>
81 + <flag name="ext4">Construire le gestionnaire EFI pour le système de fichier ext4</flag>
82 + <flag name="reiserfs">Construire le gestionnaire EFI pour le système de fichier reiserfs</flag>
83 + <flag name="iso9660">Construire le gestionnaire EFI pour le système de fichier iso9660</flag>
84 + <flag name="hfs">Construire le gestionnaire EFI pour le système de fichier hfs</flag>
85 + <flag name="btrfs">Construire le gestionnaire EFI pour le système de fichier btrfs</flag>
86 + <flag name="ntfs">Construire le gestionnaire EFI pour le système de fichier ntfs</flag>
87 + <flag name="gnuefi">Compiler en utilisant GNU-EFI au lieu de Tianocore</flag>
88 + </use>
89 <upstream>
90 <remote-id type="sourceforge">refind</remote-id>
91 </upstream>