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: bootsplash-themes-20060913.ebuild ChangeLog
Date: Sat, 23 Aug 2008 13:11:08
Message-Id: E1KWstU-0004HF-U3@stork.gentoo.org
1 spock 08/08/23 13:11:04
2
3 Modified: bootsplash-themes-20060913.ebuild ChangeLog
4 Log:
5 bootsplash.de is now defunct. Point the ebuild to a mirror on my devspace (bug #234768).
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.26 x86_64)
7
8 Revision Changes Path
9 1.5 media-gfx/bootsplash-themes/bootsplash-themes-20060913.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/bootsplash-themes/bootsplash-themes-20060913.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/bootsplash-themes/bootsplash-themes-20060913.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/bootsplash-themes/bootsplash-themes-20060913.ebuild?r1=1.4&r2=1.5
14
15 Index: bootsplash-themes-20060913.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-gfx/bootsplash-themes/bootsplash-themes-20060913.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- bootsplash-themes-20060913.ebuild 6 Aug 2007 11:10:44 -0000 1.4
22 +++ bootsplash-themes-20060913.ebuild 23 Aug 2008 13:11:04 -0000 1.5
23 @@ -1,10 +1,10 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash-themes/bootsplash-themes-20060913.ebuild,v 1.4 2007/08/06 11:10:44 spock Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash-themes/bootsplash-themes-20060913.ebuild,v 1.5 2008/08/23 13:11:04 spock Exp $
29
30 DESCRIPTION="A collection of Bootsplash themes"
31 -HOMEPAGE="http://www.bootsplash.de/"
32 -THEME_URI="http://www.bootsplash.de/files/themes/"
33 +HOMEPAGE="http://dev.gentoo.org/~spock/repos/bootsplash/"
34 +THEME_URI="mirror://gentoo"
35
36 SRC_URI="${THEME_URI}/Theme-73labAllstar.tar.bz2
37 ${THEME_URI}/Theme-acKme.tar.bz2
38 @@ -193,7 +193,7 @@
39
40 src_unpack() {
41 unpack ${A}
42 - cd ${S}
43 + cd "${S}"
44
45 # clean it up a little, it's supposed to be config files, not scripts
46 elog "Cleaning up the themes"
47 @@ -234,7 +234,7 @@
48 mypath="/etc/bootsplash"
49 fi
50
51 - cd ${S}
52 + cd "${S}"
53
54 if has_version "media-gfx/splashutils" ; then
55 for i in * ; do
56 @@ -242,18 +242,18 @@
57 [ -z "$(cd ${i} ; find -regex '.*config/bootsplash-[0-9]+x[0-9]+.cfg')" ] && continue
58 sed -i "s#/etc/bootsplash#${S}#g" ${i}/config/*.cfg
59 bootsplash2fbsplash --bootsplash-path "${S}" --fbsplash-path "${D}/etc/splash" "${i}"
60 - sed -i "s#${D}#/#g" ${D}/etc/splash/${i}/*.cfg
61 + sed -i "s#${D}#/#g" "${D}"/etc/splash/${i}/*.cfg
62 done
63
64 # Add images that might not have been copied by the conversion script
65 - cp Cybercity/images/bootsplash-1024x768.jpg ${D}/etc/splash/Cybercity/images/verbose-1024x768.jpg
66 - cp OpenSchool/images/bootsplash-800x600.jpg ${D}/etc/splash/OpenSchool/images/verbose-800x600.jpg
67 - cp OpenSchool/images/bootsplash-1024x768.jpg ${D}/etc/splash/OpenSchool/images/verbose-1024x768.jpg
68 - cp OpenSchool/images/bootsplash-1280x1024.jpg ${D}/etc/splash/OpenSchool/images/verbose-1280x1024.jpg
69 - cp OpenSchool/images/bootsplash-1600x1200.jpg ${D}/etc/splash/OpenSchool/images/verbose-1600x1200.jpg
70 + cp Cybercity/images/bootsplash-1024x768.jpg "${D}"/etc/splash/Cybercity/images/verbose-1024x768.jpg
71 + cp OpenSchool/images/bootsplash-800x600.jpg "${D}"/etc/splash/OpenSchool/images/verbose-800x600.jpg
72 + cp OpenSchool/images/bootsplash-1024x768.jpg "${D}"/etc/splash/OpenSchool/images/verbose-1024x768.jpg
73 + cp OpenSchool/images/bootsplash-1280x1024.jpg "${D}"/etc/splash/OpenSchool/images/verbose-1280x1024.jpg
74 + cp OpenSchool/images/bootsplash-1600x1200.jpg "${D}"/etc/splash/OpenSchool/images/verbose-1600x1200.jpg
75
76 # Fix symlinks
77 - for i in ${D}/etc/splash/*/images/*.{png,jpg} ; do
78 + for i in "${D}"/etc/splash/*/images/*.{png,jpg} ; do
79 if [ -L ${i} ]; then
80 tg=`readlink ${i} | sed -e "s#/${D}/etc/splash[^/]*/images/##"`
81 rm -f ${i}
82
83
84
85 1.13 media-gfx/bootsplash-themes/ChangeLog
86
87 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/bootsplash-themes/ChangeLog?rev=1.13&view=markup
88 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/bootsplash-themes/ChangeLog?rev=1.13&content-type=text/plain
89 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/bootsplash-themes/ChangeLog?r1=1.12&r2=1.13
90
91 Index: ChangeLog
92 ===================================================================
93 RCS file: /var/cvsroot/gentoo-x86/media-gfx/bootsplash-themes/ChangeLog,v
94 retrieving revision 1.12
95 retrieving revision 1.13
96 diff -u -r1.12 -r1.13
97 --- ChangeLog 6 Aug 2007 11:10:44 -0000 1.12
98 +++ ChangeLog 23 Aug 2008 13:11:04 -0000 1.13
99 @@ -1,6 +1,11 @@
100 # ChangeLog for media-gfx/bootsplash-themes
101 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
102 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash-themes/ChangeLog,v 1.12 2007/08/06 11:10:44 spock Exp $
103 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
104 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash-themes/ChangeLog,v 1.13 2008/08/23 13:11:04 spock Exp $
105 +
106 + 23 Aug 2008; Michał Januszewski <spock@g.o>
107 + bootsplash-themes-20060913.ebuild:
108 + bootsplash.de is now defunct. Point the ebuild to a mirror on my devspace
109 + (bug #234768).
110
111 06 Aug 2007; Michał Januszewski <spock@g.o>
112 bootsplash-themes-20040821-r1.ebuild, bootsplash-themes-20060913.ebuild: