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-livecd: ChangeLog splash-themes-livecd-2007.0-r2.ebuild
Date: Tue, 24 Mar 2009 08:57:32
Message-Id: E1Lm2Rt-0006jx-TL@stork.gentoo.org
1 spock 09/03/24 08:57:29
2
3 Modified: ChangeLog splash-themes-livecd-2007.0-r2.ebuild
4 Log:
5 Switch to EAPI 2 and require splashutils to be installed with the 'png' USE flag.
6 (Portage version: 2.1.6.10/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.20 media-gfx/splash-themes-livecd/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splash-themes-livecd/ChangeLog?rev=1.20&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splash-themes-livecd/ChangeLog?rev=1.20&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splash-themes-livecd/ChangeLog?r1=1.19&r2=1.20
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/ChangeLog,v
18 retrieving revision 1.19
19 retrieving revision 1.20
20 diff -u -r1.19 -r1.20
21 --- ChangeLog 14 Sep 2008 11:44:30 -0000 1.19
22 +++ ChangeLog 24 Mar 2009 08:57:29 -0000 1.20
23 @@ -1,6 +1,11 @@
24 # ChangeLog for media-gfx/splash-themes-livecd
25 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/ChangeLog,v 1.19 2008/09/14 11:44:30 spock Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/ChangeLog,v 1.20 2009/03/24 08:57:29 spock Exp $
29 +
30 + 24 Mar 2009; Michał Januszewski <spock@g.o>
31 + splash-themes-livecd-2007.0-r2.ebuild:
32 + Switch to EAPI 2 and require splashutils to be installed with the 'png'
33 + USE flag.
34
35 14 Sep 2008; Michał Januszewski <spock@g.o>
36 splash-themes-livecd-2004.3.ebuild, splash-themes-livecd-2005.0.ebuild,
37
38
39
40 1.2 media-gfx/splash-themes-livecd/splash-themes-livecd-2007.0-r2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splash-themes-livecd/splash-themes-livecd-2007.0-r2.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splash-themes-livecd/splash-themes-livecd-2007.0-r2.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splash-themes-livecd/splash-themes-livecd-2007.0-r2.ebuild?r1=1.1&r2=1.2
45
46 Index: splash-themes-livecd-2007.0-r2.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/splash-themes-livecd-2007.0-r2.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- splash-themes-livecd-2007.0-r2.ebuild 14 Sep 2008 11:38:47 -0000 1.1
53 +++ splash-themes-livecd-2007.0-r2.ebuild 24 Mar 2009 08:57:29 -0000 1.2
54 @@ -1,6 +1,8 @@
55 -# Copyright 1999-2008 Gentoo Foundation
56 +# Copyright 1999-2009 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/splash-themes-livecd-2007.0-r2.ebuild,v 1.1 2008/09/14 11:38:47 spock Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/splash-themes-livecd-2007.0-r2.ebuild,v 1.2 2009/03/24 08:57:29 spock Exp $
60 +
61 +EAPI="2"
62
63 inherit eutils
64
65 @@ -16,7 +18,8 @@
66 IUSE=""
67 RESTRICT="binchecks strip"
68
69 -DEPEND=">=media-gfx/splashutils-1.5.4"
70 +RDEPEND=">=media-gfx/splashutils-1.5.4[png]"
71 +DEPEND="${RDEPEND}"
72
73 S="${WORKDIR}/${MY_P}"