Gentoo Archives: gentoo-commits

From: "Chris Gianelloni (wolf31o2)" <wolf31o2@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-r1.ebuild
Date: Fri, 14 Sep 2007 22:55:31
Message-Id: E1IWJxG-0000Lm-NP@stork.gentoo.org
1 wolf31o2 07/09/14 22:48:06
2
3 Modified: ChangeLog
4 Added: splash-themes-livecd-2007.0-r1.ebuild
5 Log:
6 Added a patch from Michal Januszewski <spock@g.o> to fix an icon cycling issue. This closes bug #182065.
7 (Portage version: 2.1.3.7)
8
9 Revision Changes Path
10 1.16 media-gfx/splash-themes-livecd/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splash-themes-livecd/ChangeLog?rev=1.16&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splash-themes-livecd/ChangeLog?rev=1.16&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splash-themes-livecd/ChangeLog?r1=1.15&r2=1.16
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/ChangeLog,v
19 retrieving revision 1.15
20 retrieving revision 1.16
21 diff -u -r1.15 -r1.16
22 --- ChangeLog 15 Aug 2007 10:01:40 -0000 1.15
23 +++ ChangeLog 14 Sep 2007 22:48:06 -0000 1.16
24 @@ -1,6 +1,14 @@
25 # ChangeLog for media-gfx/splash-themes-livecd
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/ChangeLog,v 1.15 2007/08/15 10:01:40 zzam Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/ChangeLog,v 1.16 2007/09/14 22:48:06 wolf31o2 Exp $
29 +
30 +*splash-themes-livecd-2007.0-r1 (14 Sep 2007)
31 +
32 + 14 Sep 2007; Chris Gianelloni <wolf31o2@g.o>
33 + +files/splash-themes-livecd-2007.0-rounding.patch,
34 + +splash-themes-livecd-2007.0-r1.ebuild:
35 + Added a patch from Michal Januszewski <spock@g.o> to fix an icon
36 + cycling issue. This closes bug #182065.
37
38 15 Aug 2007; Matthias Schwarzott <zzam@g.o>
39 splash-themes-livecd-2005.0.ebuild, splash-themes-livecd-2005.1.ebuild,
40
41
42
43 1.1 media-gfx/splash-themes-livecd/splash-themes-livecd-2007.0-r1.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splash-themes-livecd/splash-themes-livecd-2007.0-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splash-themes-livecd/splash-themes-livecd-2007.0-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: splash-themes-livecd-2007.0-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2007 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/splash-themes-livecd-2007.0-r1.ebuild,v 1.1 2007/09/14 22:48:06 wolf31o2 Exp $
53
54 inherit eutils
55
56 MY_P="gentoo-livecd-${PV}"
57 MY_REV="0.9.5"
58 DESCRIPTION="Gentoo theme for gensplash consoles"
59 HOMEPAGE="http://www.gentoo.org/"
60 SRC_URI="http://dev.gentoo.org/~wolf31o2/sources/${PN}/${MY_P}-${MY_REV}.tar.bz2"
61
62 SLOT=${PV}
63 LICENSE="GPL-2"
64 KEYWORDS="amd64 ppc x86"
65 IUSE=""
66 RESTRICT="binchecks strip"
67
68 DEPEND=">=media-gfx/splashutils-1.4.1"
69
70 S=${WORKDIR}/${MY_P}
71
72 pkg_setup() {
73 if ! built_with_use media-gfx/splashutils mng
74 then
75 ewarn "MNG support is missing from splashutils. You will not see the"
76 ewarn "service icons as services are starting."
77 fi
78 }
79
80 src_unpack() {
81 unpack ${A}
82 cd ${S}
83 sed -i -e 's-/sbin/functions.sh-/etc/init.d/functions.sh-' \
84 scripts/rc_init-pre
85 epatch "${FILESDIR}"/${P}-rounding.patch
86 }
87
88 src_install() {
89 dodir /etc/splash/livecd-${PV}
90 cp -r ${S}/* ${D}/etc/splash/livecd-${PV}
91 }
92
93
94
95 --
96 gentoo-commits@g.o mailing list