Gentoo Archives: gentoo-commits

From: "Michael Januszewski (spock)" <spock@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/bootsplash-themes: ChangeLog bootsplash-themes-20060913.ebuild
Date: Thu, 24 Jun 2010 10:42:07
Message-Id: 20100624104204.69FA92CF55@corvid.gentoo.org
1 spock 10/06/24 10:42:04
2
3 Modified: ChangeLog bootsplash-themes-20060913.ebuild
4 Log:
5 Fix symlink creation (bug #323473).
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.15 media-gfx/bootsplash-themes/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/bootsplash-themes/ChangeLog?rev=1.15&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/bootsplash-themes/ChangeLog?rev=1.15&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/bootsplash-themes/ChangeLog?r1=1.14&r2=1.15
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-gfx/bootsplash-themes/ChangeLog,v
18 retrieving revision 1.14
19 retrieving revision 1.15
20 diff -u -r1.14 -r1.15
21 --- ChangeLog 29 May 2009 11:01:12 -0000 1.14
22 +++ ChangeLog 24 Jun 2010 10:42:04 -0000 1.15
23 @@ -1,6 +1,10 @@
24 # ChangeLog for media-gfx/bootsplash-themes
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash-themes/ChangeLog,v 1.14 2009/05/29 11:01:12 fauli Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash-themes/ChangeLog,v 1.15 2010/06/24 10:42:04 spock Exp $
29 +
30 + 24 Jun 2010; MichaƂ Januszewski <spock@g.o>
31 + bootsplash-themes-20060913.ebuild:
32 + Fix symlink creation (bug #323473).
33
34 29 May 2009; Christian Faulhammer <fauli@g.o>
35 bootsplash-themes-20060913.ebuild:
36
37
38
39 1.8 media-gfx/bootsplash-themes/bootsplash-themes-20060913.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/bootsplash-themes/bootsplash-themes-20060913.ebuild?rev=1.8&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/bootsplash-themes/bootsplash-themes-20060913.ebuild?rev=1.8&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/bootsplash-themes/bootsplash-themes-20060913.ebuild?r1=1.7&r2=1.8
44
45 Index: bootsplash-themes-20060913.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-gfx/bootsplash-themes/bootsplash-themes-20060913.ebuild,v
48 retrieving revision 1.7
49 retrieving revision 1.8
50 diff -u -r1.7 -r1.8
51 --- bootsplash-themes-20060913.ebuild 29 May 2009 11:01:12 -0000 1.7
52 +++ bootsplash-themes-20060913.ebuild 24 Jun 2010 10:42:04 -0000 1.8
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2009 Gentoo Foundation
55 +# Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash-themes/bootsplash-themes-20060913.ebuild,v 1.7 2009/05/29 11:01:12 fauli Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash-themes/bootsplash-themes-20060913.ebuild,v 1.8 2010/06/24 10:42:04 spock Exp $
59
60 DESCRIPTION="A collection of Bootsplash themes"
61 HOMEPAGE="http://dev.gentoo.org/~spock/repos/bootsplash/"
62 @@ -255,7 +255,7 @@
63 # Fix symlinks
64 for i in "${D}"/etc/splash/*/images/*.{png,jpg} ; do
65 if [ -L ${i} ]; then
66 - tg=`readlink ${i} | sed -e "s#/${D}/etc/splash[^/]*/images/##"`
67 + tg=`readlink ${i} | sed -e "s#${D}etc/splash/[^/]*/images/##"`
68 rm -f ${i}
69 i=${i/${D}///}
70 dosym ${tg} ${i}