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/splash-themes-gentoo: ChangeLog splash-themes-gentoo-20100820.ebuild
Date: Fri, 20 Aug 2010 13:41:30
Message-Id: 20100820134125.B00EA2004C@flycatcher.gentoo.org
1 spock 10/08/20 13:41:25
2
3 Modified: ChangeLog
4 Added: splash-themes-gentoo-20100820.ebuild
5 Log:
6 Add natural_gentoo pictures and config for 1366x768 (bug #333057, contributed by Wilfried Holzke).
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.19 media-gfx/splash-themes-gentoo/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splash-themes-gentoo/ChangeLog?rev=1.19&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splash-themes-gentoo/ChangeLog?rev=1.19&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splash-themes-gentoo/ChangeLog?r1=1.18&r2=1.19
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-gentoo/ChangeLog,v
19 retrieving revision 1.18
20 retrieving revision 1.19
21 diff -u -r1.18 -r1.19
22 --- ChangeLog 31 Jul 2010 22:04:58 -0000 1.18
23 +++ ChangeLog 20 Aug 2010 13:41:25 -0000 1.19
24 @@ -1,6 +1,13 @@
25 # ChangeLog for media-gfx/splash-themes-gentoo
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-gentoo/ChangeLog,v 1.18 2010/07/31 22:04:58 hwoarang Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-gentoo/ChangeLog,v 1.19 2010/08/20 13:41:25 spock Exp $
29 +
30 +*splash-themes-gentoo-20100820 (20 Aug 2010)
31 +
32 + 20 Aug 2010; MichaƂ Januszewski <spock@g.o>
33 + +splash-themes-gentoo-20100820.ebuild:
34 + Add natural_gentoo pictures and config for 1366x768 (bug #333057,
35 + contributed by Wilfried Holzke).
36
37 31 Jul 2010; Markos Chandras <hwoarang@g.o>
38 splash-themes-gentoo-20100302.ebuild:
39
40
41
42 1.1 media-gfx/splash-themes-gentoo/splash-themes-gentoo-20100820.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20100820.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20100820.ebuild?rev=1.1&content-type=text/plain
46
47 Index: splash-themes-gentoo-20100820.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20100820.ebuild,v 1.1 2010/08/20 13:41:25 spock Exp $
52
53 EAPI="2"
54
55 DESCRIPTION="A collection of Gentoo themes for splashutils."
56 HOMEPAGE="http://dev.gentoo.org/~spock/"
57 SRC_URI="mirror://gentoo/fbsplash-theme-emergence-r2.tar.bz2
58 mirror://gentoo/fbsplash-theme-gentoo-r2.tar.bz2
59 mirror://gentoo/fbsplash-theme-emerge-world-1.0.tar.bz2
60 http://fbsplash.berlios.de/themes/repo/natural_gentoo-9.0-r1.tar.bz2"
61 IUSE=""
62 LICENSE="freedist"
63 SLOT="0"
64 KEYWORDS="~amd64 ~ppc ~x86"
65 RDEPEND=">=media-gfx/splashutils-1.1.9.5[png]"
66 DEPEND="${RDEPEND}"
67 RESTRICT="binchecks strip"
68
69 src_prepare() {
70 sed -i -e 's/natural-gentoo/natural_gentoo/g' "${WORKDIR}"/natural_gentoo/*.cfg
71 }
72
73 src_install() {
74 dodir /etc/splash/{emergence,gentoo,natural_gentoo,emerge-world}
75 cp -pR "${WORKDIR}"/{emergence,gentoo,natural_gentoo,emerge-world} "${D}/etc/splash"
76 }
77
78 pkg_postinst() {
79 elog "The upstream tarball for the 'Natural Gentoo' theme also contains a GRUB"
80 elog "splash image which is not installed by this ebuild. See:"
81 elog " http://www.kde-look.org/content/show.php?content=49074"
82 elog "if you are interested in this."
83 }