Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/grub-splashes: grub-splashes-0.1.ebuild ChangeLog
Date: Fri, 11 Sep 2009 11:30:28
Message-Id: E1Mm4Kg-0007s4-5w@stork.gentoo.org
1 flameeyes 09/09/11 11:30:26
2
3 Modified: grub-splashes-0.1.ebuild ChangeLog
4 Log:
5 Fix DEPEND/RDEPEND assignment.
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.7 media-gfx/grub-splashes/grub-splashes-0.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/grub-splashes/grub-splashes-0.1.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/grub-splashes/grub-splashes-0.1.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/grub-splashes/grub-splashes-0.1.ebuild?r1=1.6&r2=1.7
14
15 Index: grub-splashes-0.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/grub-splashes-0.1.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- grub-splashes-0.1.ebuild 28 May 2008 20:08:15 -0000 1.6
22 +++ grub-splashes-0.1.ebuild 11 Sep 2009 11:30:25 -0000 1.7
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/grub-splashes-0.1.ebuild,v 1.6 2008/05/28 20:08:15 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/grub-splashes-0.1.ebuild,v 1.7 2009/09/11 11:30:25 flameeyes Exp $
29
30 DESCRIPTION="Collection of grub splashes"
31 HOMEPAGE="http://dev.gentoo.org/~welp/grub-splashes.xml"
32 @@ -12,7 +12,7 @@
33 IUSE=""
34
35 DEPEND="|| ( sys-boot/grub sys-boot/grub-static )"
36 -RDEPEND="${RDEPEND}"
37 +RDEPEND="${DEPEND}"
38
39 src_install() {
40 if [[ -d ${ROOT}/boot/grub ]]; then
41
42
43
44 1.9 media-gfx/grub-splashes/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/grub-splashes/ChangeLog?rev=1.9&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/grub-splashes/ChangeLog?rev=1.9&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/grub-splashes/ChangeLog?r1=1.8&r2=1.9
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/ChangeLog,v
53 retrieving revision 1.8
54 retrieving revision 1.9
55 diff -u -r1.8 -r1.9
56 --- ChangeLog 28 May 2008 20:08:15 -0000 1.8
57 +++ ChangeLog 11 Sep 2009 11:30:25 -0000 1.9
58 @@ -1,6 +1,10 @@
59 # ChangeLog for media-gfx/grub-splashes
60 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/ChangeLog,v 1.8 2008/05/28 20:08:15 maekke Exp $
62 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/grub-splashes/ChangeLog,v 1.9 2009/09/11 11:30:25 flameeyes Exp $
64 +
65 + 11 Sep 2009; Diego E. Pettenò <flameeyes@g.o>
66 + grub-splashes-0.1.ebuild:
67 + Fix DEPEND/RDEPEND assignment.
68
69 28 May 2008; Markus Meier <maekke@g.o> grub-splashes-0.1.ebuild:
70 amd64/x86 stable, bug #223487