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-2.00_p4946.ebuild grub-9999.ebuild ChangeLog
Date: Sun, 28 Jul 2013 17:33:04
Message-Id: 20130728173259.859912171C@flycatcher.gentoo.org
1 floppym 13/07/28 17:32:59
2
3 Modified: grub-2.00_p4946.ebuild grub-9999.ebuild ChangeLog
4 Log:
5 We don't need autogen with a pristine snapshot.
6
7 (Portage version: 2.2.0_alpha190/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.2 sys-boot/grub/grub-2.00_p4946.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.00_p4946.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.00_p4946.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.00_p4946.ebuild?r1=1.1&r2=1.2
15
16 Index: grub-2.00_p4946.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.00_p4946.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- grub-2.00_p4946.ebuild 28 Jul 2013 17:27:18 -0000 1.1
23 +++ grub-2.00_p4946.ebuild 28 Jul 2013 17:32:59 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.00_p4946.ebuild,v 1.1 2013/07/28 17:27:18 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.00_p4946.ebuild,v 1.2 2013/07/28 17:32:59 floppym Exp $
29
30 EAPI=5
31
32 @@ -77,7 +77,6 @@
33 sys-devel/bison
34 sys-apps/help2man
35 sys-apps/texinfo
36 - >=sys-devel/autogen-5.10
37 static? (
38 truetype? (
39 app-arch/bzip2[static-libs(+)]
40 @@ -98,6 +97,10 @@
41 !multislot? ( !sys-boot/grub:0 )
42 "
43
44 +if [[ -n ${AUTOTOOLS_AUTORECONF} ]]; then
45 + DEPEND+=" >=sys-devel/autogen-5.10"
46 +fi
47 +
48 STRIP_MASK="*/grub/*/*.{mod,img}"
49 RESTRICT="test"
50
51
52
53
54 1.98 sys-boot/grub/grub-9999.ebuild
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999.ebuild?rev=1.98&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999.ebuild?rev=1.98&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999.ebuild?r1=1.97&r2=1.98
59
60 Index: grub-9999.ebuild
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v
63 retrieving revision 1.97
64 retrieving revision 1.98
65 diff -u -r1.97 -r1.98
66 --- grub-9999.ebuild 28 Jul 2013 17:27:18 -0000 1.97
67 +++ grub-9999.ebuild 28 Jul 2013 17:32:59 -0000 1.98
68 @@ -1,6 +1,6 @@
69 # Copyright 1999-2013 Gentoo Foundation
70 # Distributed under the terms of the GNU General Public License v2
71 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.97 2013/07/28 17:27:18 floppym Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.98 2013/07/28 17:32:59 floppym Exp $
73
74 EAPI=5
75
76 @@ -77,7 +77,6 @@
77 sys-devel/bison
78 sys-apps/help2man
79 sys-apps/texinfo
80 - >=sys-devel/autogen-5.10
81 static? (
82 truetype? (
83 app-arch/bzip2[static-libs(+)]
84 @@ -98,6 +97,10 @@
85 !multislot? ( !sys-boot/grub:0 )
86 "
87
88 +if [[ -n ${AUTOTOOLS_AUTORECONF} ]]; then
89 + DEPEND+=" >=sys-devel/autogen-5.10"
90 +fi
91 +
92 STRIP_MASK="*/grub/*/*.{mod,img}"
93 RESTRICT="test"
94
95
96
97
98 1.269 sys-boot/grub/ChangeLog
99
100 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.269&view=markup
101 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.269&content-type=text/plain
102 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?r1=1.268&r2=1.269
103
104 Index: ChangeLog
105 ===================================================================
106 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v
107 retrieving revision 1.268
108 retrieving revision 1.269
109 diff -u -r1.268 -r1.269
110 --- ChangeLog 28 Jul 2013 17:27:18 -0000 1.268
111 +++ ChangeLog 28 Jul 2013 17:32:59 -0000 1.269
112 @@ -1,6 +1,10 @@
113 # ChangeLog for sys-boot/grub
114 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
115 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.268 2013/07/28 17:27:18 floppym Exp $
116 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.269 2013/07/28 17:32:59 floppym Exp $
117 +
118 + 28 Jul 2013; Mike Gilbert <floppym@g.o> grub-2.00_p4946.ebuild,
119 + grub-9999.ebuild:
120 + We don't need autogen with a pristine snapshot.
121
122 *grub-2.00_p4946 (28 Jul 2013)