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/grub: grub-9999.ebuild grub-2.00_beta3-r2.ebuild ChangeLog
Date: Sat, 28 Apr 2012 03:23:20
Message-Id: 20120428032303.328902004B@flycatcher.gentoo.org
1 floppym 12/04/28 03:23:03
2
3 Modified: grub-9999.ebuild grub-2.00_beta3-r2.ebuild
4 ChangeLog
5 Log:
6 Depend on static versions of bzip2, freetype, and zlib when USE=static.
7
8 (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.62 sys-boot/grub/grub-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999.ebuild?rev=1.62&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999.ebuild?rev=1.62&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999.ebuild?r1=1.61&r2=1.62
16
17 Index: grub-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v
20 retrieving revision 1.61
21 retrieving revision 1.62
22 diff -u -r1.61 -r1.62
23 --- grub-9999.ebuild 7 Apr 2012 21:35:56 -0000 1.61
24 +++ grub-9999.ebuild 28 Apr 2012 03:23:03 -0000 1.62
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.61 2012/04/07 21:35:56 floppym Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.62 2012/04/28 03:23:03 floppym Exp $
30
31 EAPI=4
32
33 @@ -60,12 +60,23 @@
34 device-mapper? ( >=sys-fs/lvm2-2.02.45 )
35 libzfs? ( sys-fs/zfs )
36 mount? ( sys-fs/fuse )
37 - truetype? ( media-libs/freetype >=media-fonts/unifont-5 )"
38 + truetype? (
39 + media-libs/freetype
40 + >=media-fonts/unifont-5
41 + )
42 +"
43 DEPEND="${RDEPEND}
44 >=dev-lang/python-2.5.2
45 sys-devel/flex
46 virtual/yacc
47 sys-apps/texinfo
48 + static? (
49 + truetype? (
50 + app-arch/bzip2[static-libs(+)]
51 + media-libs/freetype[static-libs(+)]
52 + sys-libs/zlib[static-libs(+)]
53 + )
54 + )
55 "
56 RDEPEND+="
57 grub_platforms_efi-32? ( sys-boot/efibootmgr )
58
59
60
61 1.2 sys-boot/grub/grub-2.00_beta3-r2.ebuild
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.00_beta3-r2.ebuild?rev=1.2&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.00_beta3-r2.ebuild?rev=1.2&content-type=text/plain
65 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.00_beta3-r2.ebuild?r1=1.1&r2=1.2
66
67 Index: grub-2.00_beta3-r2.ebuild
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.00_beta3-r2.ebuild,v
70 retrieving revision 1.1
71 retrieving revision 1.2
72 diff -u -r1.1 -r1.2
73 --- grub-2.00_beta3-r2.ebuild 26 Apr 2012 00:08:27 -0000 1.1
74 +++ grub-2.00_beta3-r2.ebuild 28 Apr 2012 03:23:03 -0000 1.2
75 @@ -1,6 +1,6 @@
76 # Copyright 1999-2012 Gentoo Foundation
77 # Distributed under the terms of the GNU General Public License v2
78 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.00_beta3-r2.ebuild,v 1.1 2012/04/26 00:08:27 floppym Exp $
79 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.00_beta3-r2.ebuild,v 1.2 2012/04/28 03:23:03 floppym Exp $
80
81 EAPI=4
82
83 @@ -60,12 +60,23 @@
84 device-mapper? ( >=sys-fs/lvm2-2.02.45 )
85 libzfs? ( sys-fs/zfs )
86 mount? ( sys-fs/fuse )
87 - truetype? ( media-libs/freetype >=media-fonts/unifont-5 )"
88 + truetype? (
89 + media-libs/freetype
90 + >=media-fonts/unifont-5
91 + )
92 +"
93 DEPEND="${RDEPEND}
94 >=dev-lang/python-2.5.2
95 sys-devel/flex
96 virtual/yacc
97 sys-apps/texinfo
98 + static? (
99 + truetype? (
100 + app-arch/bzip2[static-libs(+)]
101 + media-libs/freetype[static-libs(+)]
102 + sys-libs/zlib[static-libs(+)]
103 + )
104 + )
105 "
106 RDEPEND+="
107 grub_platforms_efi-32? ( sys-boot/efibootmgr )
108
109
110
111 1.201 sys-boot/grub/ChangeLog
112
113 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.201&view=markup
114 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.201&content-type=text/plain
115 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?r1=1.200&r2=1.201
116
117 Index: ChangeLog
118 ===================================================================
119 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v
120 retrieving revision 1.200
121 retrieving revision 1.201
122 diff -u -r1.200 -r1.201
123 --- ChangeLog 26 Apr 2012 00:10:14 -0000 1.200
124 +++ ChangeLog 28 Apr 2012 03:23:03 -0000 1.201
125 @@ -1,6 +1,10 @@
126 # ChangeLog for sys-boot/grub
127 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
128 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.200 2012/04/26 00:10:14 floppym Exp $
129 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.201 2012/04/28 03:23:03 floppym Exp $
130 +
131 + 28 Apr 2012; Mike Gilbert <floppym@g.o> grub-2.00_beta3-r2.ebuild,
132 + grub-9999.ebuild:
133 + Depend on static versions of bzip2, freetype, and zlib when USE=static.
134
135 *grub-2.00_beta3-r2 (26 Apr 2012)