Gentoo Archives: gentoo-commits

From: "Tony Vroon (chainsaw)" <chainsaw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-boot/grub: ChangeLog grub-9999.ebuild
Date: Fri, 01 May 2009 21:36:29
Message-Id: E1M00PE-0000Cy-1A@stork.gentoo.org
1 chainsaw 09/05/01 21:36:28
2
3 Modified: ChangeLog grub-9999.ebuild
4 Log:
5 Add dev-lang/ruby as a build-time DEPEND, as autogen.sh (line 9 in SVN rev 2154) calls genmk.rb and fails without.
6 (Portage version: 2.1.6.11/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.115 sys-boot/grub/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.115&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.115&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/grub/ChangeLog?r1=1.114&r2=1.115
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v
18 retrieving revision 1.114
19 retrieving revision 1.115
20 diff -u -r1.114 -r1.115
21 --- ChangeLog 27 Apr 2009 05:23:28 -0000 1.114
22 +++ ChangeLog 1 May 2009 21:36:27 -0000 1.115
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sys-boot/grub
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.114 2009/04/27 05:23:28 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.115 2009/05/01 21:36:27 chainsaw Exp $
28 +
29 + 01 May 2009; <chainsaw@g.o> grub-9999.ebuild:
30 + Add dev-lang/ruby as a build-time DEPEND, as autogen.sh (line 9 in SVN rev
31 + 2154) calls genmk.rb and fails without.
32
33 27 Apr 2009; Mike Frysinger <vapier@g.o> grub-9999:
34 Generate autotool files now that upstream removed things from svn #267233
35
36
37
38 1.8 sys-boot/grub/grub-9999.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/grub/grub-9999.ebuild?rev=1.8&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/grub/grub-9999.ebuild?rev=1.8&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/grub/grub-9999.ebuild?r1=1.7&r2=1.8
43
44 Index: grub-9999.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v
47 retrieving revision 1.7
48 retrieving revision 1.8
49 diff -u -r1.7 -r1.8
50 --- grub-9999.ebuild 27 Apr 2009 05:23:28 -0000 1.7
51 +++ grub-9999.ebuild 1 May 2009 21:36:27 -0000 1.8
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.7 2009/04/27 05:23:28 vapier Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.8 2009/05/01 21:36:27 chainsaw Exp $
57
58 inherit autotools mount-boot eutils flag-o-matic toolchain-funcs
59
60 @@ -22,7 +22,8 @@
61 IUSE="custom-cflags multislot static"
62
63 DEPEND=">=sys-libs/ncurses-5.2-r5
64 - dev-libs/lzo"
65 + dev-libs/lzo
66 + dev-lang/ruby"
67 PROVIDE="virtual/bootloader"
68
69 export STRIP_MASK="*/grub/*/*.mod"