Gentoo Archives: gentoo-commits

From: "Peter Weller (welp)" <welp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/grub-splashes: ChangeLog grub-splashes-0.1.ebuild
Date: Thu, 20 Sep 2007 15:43:48
Message-Id: E1IYO4E-0001jG-Ei@stork.gentoo.org
1 welp 07/09/20 15:35:50
2
3 Modified: ChangeLog grub-splashes-0.1.ebuild
4 Log:
5 Use when checking for /boot/grub
6 (Portage version: 2.1.3_rc8)
7
8 Revision Changes Path
9 1.3 media-gfx/grub-splashes/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/grub-splashes/ChangeLog?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/grub-splashes/ChangeLog?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/grub-splashes/ChangeLog?r1=1.2&r2=1.3
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/ChangeLog,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- ChangeLog 7 Jul 2007 11:29:50 -0000 1.2
22 +++ ChangeLog 20 Sep 2007 15:35:49 -0000 1.3
23 @@ -1,6 +1,9 @@
24 # ChangeLog for media-gfx/grub-splashes
25 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/ChangeLog,v 1.2 2007/07/07 11:29:50 swegener Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/ChangeLog,v 1.3 2007/09/20 15:35:49 welp Exp $
28 +
29 + 20 Sep 2007; Peter Weller <welp@g.o> grub-splashes-0.1.ebuild:
30 + Use when checking for /boot/grub
31
32 04 Jul 2007; Peter Weller <welp@g.o> ChangeLog:
33 Initial import
34
35
36
37 1.2 media-gfx/grub-splashes/grub-splashes-0.1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/grub-splashes/grub-splashes-0.1.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/grub-splashes/grub-splashes-0.1.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/grub-splashes/grub-splashes-0.1.ebuild?r1=1.1&r2=1.2
42
43 Index: grub-splashes-0.1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/grub-splashes-0.1.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- grub-splashes-0.1.ebuild 5 Jul 2007 05:05:40 -0000 1.1
50 +++ grub-splashes-0.1.ebuild 20 Sep 2007 15:35:49 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2007 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/grub-splashes-0.1.ebuild,v 1.1 2007/07/05 05:05:40 welp Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/grub-splashes-0.1.ebuild,v 1.2 2007/09/20 15:35:49 welp Exp $
56
57 DESCRIPTION="Collection of grub splashes"
58 HOMEPAGE="http://www.gentoo.org/proj/en/desktop/artwork/index.xml"
59 @@ -17,7 +17,7 @@
60 src_install() {
61 cd "$S"
62
63 - if [[ -d /boot/grub ]]; then
64 + if [[ -d ${ROOT}/boot/grub ]]; then
65 insinto /boot/grub
66 doins *.xpm.gz
67 else
68
69
70
71 --
72 gentoo-commits@g.o mailing list