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-20090324.ebuild
Date: Mon, 23 Mar 2009 23:30:02
Message-Id: E1Lltai-0001OI-8h@stork.gentoo.org
1 spock 09/03/23 23:30:00
2
3 Modified: ChangeLog
4 Added: splash-themes-gentoo-20090324.ebuild
5 Log:
6 Version bump. Add the 'emerge-world' theme, switch to EAPI2.
7 (Portage version: 2.1.6.10/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.11 media-gfx/splash-themes-gentoo/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splash-themes-gentoo/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splash-themes-gentoo/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splash-themes-gentoo/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-gentoo/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 8 Mar 2009 18:06:04 -0000 1.10
23 +++ ChangeLog 23 Mar 2009 23:30:00 -0000 1.11
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-gfx/splash-themes-gentoo
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-gentoo/ChangeLog,v 1.10 2009/03/08 18:06:04 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-gentoo/ChangeLog,v 1.11 2009/03/23 23:30:00 spock Exp $
29 +
30 +*splash-themes-gentoo-20090324 (23 Mar 2009)
31 +
32 + 23 Mar 2009; MichaƂ Januszewski <spock@g.o>
33 + +splash-themes-gentoo-20090324.ebuild:
34 + Version bump. Add the 'emerge-world' theme, switch to EAPI2.
35
36 08 Mar 2009; Markus Meier <maekke@g.o>
37 splash-themes-gentoo-20080914.ebuild:
38
39
40
41 1.1 media-gfx/splash-themes-gentoo/splash-themes-gentoo-20090324.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20090324.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20090324.ebuild?rev=1.1&content-type=text/plain
45
46 Index: splash-themes-gentoo-20090324.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-gentoo/splash-themes-gentoo-20090324.ebuild,v 1.1 2009/03/23 23:30:00 spock Exp $
51
52 EAPI="2"
53
54 DESCRIPTION="A collection of Gentoo themes for splashutils."
55 HOMEPAGE="http://dev.gentoo.org/~spock/"
56 SRC_URI="mirror://gentoo/fbsplash-theme-emergence-r2.tar.bz2
57 mirror://gentoo/fbsplash-theme-gentoo-r2.tar.bz2
58 mirror://gentoo/fbsplash-theme-natural_gentoo-7.1.tar.bz2
59 mirror://gentoo/fbsplash-theme-emerge-world-1.0.tar.bz2"
60 IUSE=""
61 LICENSE="freedist"
62 SLOT="0"
63 KEYWORDS="~amd64 ~ppc ~x86"
64 RDEPEND=">=media-gfx/splashutils-1.1.9.5[png]"
65 DEPEND="${RDEPEND}"
66 RESTRICT="binchecks strip"
67
68 src_install() {
69 dodir /etc/splash/{emergence,gentoo,natural_gentoo,emerge-world}
70 cp -pR "${WORKDIR}"/{emergence,gentoo,natural_gentoo,emerge-world} "${D}/etc/splash"
71 }
72
73 pkg_postinst() {
74 elog "The upstream tarball for the 'Natural Gentoo' theme also contains a GRUB"
75 elog "splash image which is not installed by this ebuild. See:"
76 elog " http://www.kde-look.org/content/show.php?content=49074"
77 elog "if you are interested in this."
78 }