Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/grub/files/
Date: Sat, 04 Feb 2017 21:22:17
Message-Id: 1486243227.c6647c7fa1140556799804693b013900bb57a5e1.soap@gentoo
1 commit: c6647c7fa1140556799804693b013900bb57a5e1
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Feb 3 15:19:47 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 4 21:20:27 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6647c7f
7
8 sys-boot/grub: remove unused patches/file
9
10 Closes: https://github.com/gentoo/gentoo/pull/3791
11
12 sys-boot/grub/files/grub-2.00-freetype-2.5.1.patch | 24 -----------
13 sys-boot/grub/files/grub-2.02_beta2-libzfs.patch | 19 ---------
14 sys-boot/grub/files/grub.default-2 | 46 ----------------------
15 3 files changed, 89 deletions(-)
16
17 diff --git a/sys-boot/grub/files/grub-2.00-freetype-2.5.1.patch b/sys-boot/grub/files/grub-2.00-freetype-2.5.1.patch
18 deleted file mode 100644
19 index 286830c..00000000
20 --- a/sys-boot/grub/files/grub-2.00-freetype-2.5.1.patch
21 +++ /dev/null
22 @@ -1,24 +0,0 @@
23 -commit fd0df6d098b1e6a4f60275c48a3ec88d15ba1fbb
24 -Author: Colin Watson <cjwatson@××××××.com>
25 -Date: Fri Nov 29 12:19:36 2013 +0000
26 -
27 - Fix build with FreeType 2.5.1
28 -
29 - * util/grub-gen-asciih.c: Include FT_SYNTHESIS_H rather than
30 - <freetype/ftsynth.h>, fixing build with FreeType 2.5.1.
31 - * util/grub-gen-widthspec.c: Likewise.
32 - * util/grub-mkfont.c: Likewise.
33 -
34 -diff --git a/util/grub-mkfont.c b/util/grub-mkfont.c
35 -index 0d8eb78..242dd01 100644
36 ---- a/util/grub-mkfont.c
37 -+++ b/util/grub-mkfont.c
38 -@@ -43,7 +43,7 @@
39 - #include FT_FREETYPE_H
40 - #include FT_TRUETYPE_TAGS_H
41 - #include FT_TRUETYPE_TABLES_H
42 --#include <freetype/ftsynth.h>
43 -+#include FT_SYNTHESIS_H
44 -
45 - #undef __FTERRORS_H__
46 - #define FT_ERROR_START_LIST const char *ft_errmsgs[] = {
47
48 diff --git a/sys-boot/grub/files/grub-2.02_beta2-libzfs.patch b/sys-boot/grub/files/grub-2.02_beta2-libzfs.patch
49 deleted file mode 100644
50 index d76a903..00000000
51 --- a/sys-boot/grub/files/grub-2.02_beta2-libzfs.patch
52 +++ /dev/null
53 @@ -1,19 +0,0 @@
54 -commit 6ba983559dcffa0fa69c7fc861b5a16b4877a92c
55 -Author: Mike Gilbert <floppym@g.o>
56 -Date: Sat Jan 18 19:41:15 2014 +0100
57 -
58 - * Makefile.util.def: Link grub-ofpathname with zfs libs.
59 -
60 -diff --git a/Makefile.util.def b/Makefile.util.def
61 -index 83df212..a286a89 100644
62 ---- a/Makefile.util.def
63 -+++ b/Makefile.util.def
64 -@@ -384,7 +384,7 @@ program = {
65 - ldadd = libgrubgcry.a;
66 - ldadd = libgrubkern.a;
67 - ldadd = grub-core/gnulib/libgnu.a;
68 -- ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBGEOM)';
69 -+ ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
70 - };
71 -
72 - program = {
73
74 diff --git a/sys-boot/grub/files/grub.default-2 b/sys-boot/grub/files/grub.default-2
75 deleted file mode 100644
76 index 87594d2..00000000
77 --- a/sys-boot/grub/files/grub.default-2
78 +++ /dev/null
79 @@ -1,46 +0,0 @@
80 -# Copyright 1999-2013 Gentoo Foundation
81 -# Distributed under the terms of the GNU General Public License v2
82 -# $Id$
83 -#
84 -# To populate all changes in this file you need to regenerate your
85 -# grub configuration file afterwards:
86 -# 'grub2-mkconfig -o /boot/grub/grub.cfg'
87 -#
88 -# See the grub info page for documentation on possible variables and
89 -# their associated values.
90 -
91 -GRUB_DISTRIBUTOR="Gentoo"
92 -
93 -GRUB_DEFAULT=0
94 -GRUB_HIDDEN_TIMEOUT=0
95 -GRUB_HIDDEN_TIMEOUT_QUIET=true
96 -GRUB_TIMEOUT=10
97 -
98 -# Append parameters to the linux kernel command line
99 -# GRUB_CMDLINE_LINUX=""
100 -
101 -# Append parameters to the linux kernel command line for non-recovery entries
102 -#GRUB_CMDLINE_LINUX_DEFAULT=""
103 -
104 -# Uncomment to disable graphical terminal (grub-pc only)
105 -#GRUB_TERMINAL=console
106 -
107 -# The resolution used on graphical terminal.
108 -# Note that you can use only modes which your graphic card supports via VBE.
109 -# You can see them in real GRUB with the command `vbeinfo'.
110 -#GRUB_GFXMODE=640x480
111 -
112 -# Path to theme spec txt file.
113 -# The starfield is by default provided with use truetype.
114 -# NOTE: when enabling custom theme, ensure you have required font/etc.
115 -#GRUB_THEME="/boot/grub/themes/starfield/theme.txt"
116 -
117 -# Background image used on graphical terminal.
118 -# Can be in various bitmap formats.
119 -#GRUB_BACKGROUND="/boot/grub/mybackground.png"
120 -
121 -# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to kernel
122 -#GRUB_DISABLE_LINUX_UUID=true
123 -
124 -# Uncomment to disable generation of recovery mode menu entries
125 -#GRUB_DISABLE_RECOVERY=true