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/splashutils: splashutils-1.5.4.3.ebuild ChangeLog
Date: Mon, 06 Apr 2009 19:18:45
Message-Id: E1LquLD-0003n3-Fa@stork.gentoo.org
1 spock 09/04/06 19:18:43
2
3 Modified: splashutils-1.5.4.3.ebuild ChangeLog
4 Log:
5 Fix the problem of the progress bar not reaching 100% during reboot.
6 (Portage version: 2.1.6.11/cvs/Linux x86_64, RepoMan options: --force)
7
8 Revision Changes Path
9 1.9 media-gfx/splashutils/splashutils-1.5.4.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3.ebuild?r1=1.8&r2=1.9
14
15 Index: splashutils-1.5.4.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- splashutils-1.5.4.3.ebuild 25 Mar 2009 21:43:41 -0000 1.8
22 +++ splashutils-1.5.4.3.ebuild 6 Apr 2009 19:18:43 -0000 1.9
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3.ebuild,v 1.8 2009/03/25 21:43:41 spock Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3.ebuild,v 1.9 2009/04/06 19:18:43 spock Exp $
28
29 EAPI="1"
30
31 @@ -94,6 +94,7 @@
32 fi
33 fi
34 epatch "${FILESDIR}"/splashutils-1.5.4.3-fix_rc_var.patch
35 + epatch "${FILESDIR}"/splashutils-1.5.4.3-openrc-umount-fix.patch
36 cd "${S}"
37
38 rm -f m4/*
39 @@ -116,7 +117,8 @@
40 --with-freetype2-src=${FT2SRC} \
41 --with-jpeg-src=${JPEGSRC} \
42 --with-lpng-src=${LPNGSRC} \
43 - --with-zlib-src=${ZLIBSRC} || die "failed to configure splashutils"
44 + --with-zlib-src=${ZLIBSRC} \
45 + --with-essential-libdir=/$(get_libdir) || die "failed to configure splashutils"
46
47 emake CC="${CC}" STRIP="true" || die "failed to build splashutils"
48
49
50
51
52 1.156 media-gfx/splashutils/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splashutils/ChangeLog?rev=1.156&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splashutils/ChangeLog?rev=1.156&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splashutils/ChangeLog?r1=1.155&r2=1.156
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v
61 retrieving revision 1.155
62 retrieving revision 1.156
63 diff -u -r1.155 -r1.156
64 --- ChangeLog 25 Mar 2009 21:43:41 -0000 1.155
65 +++ ChangeLog 6 Apr 2009 19:18:43 -0000 1.156
66 @@ -1,6 +1,11 @@
67 # ChangeLog for media-gfx/splashutils
68 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.155 2009/03/25 21:43:41 spock Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.156 2009/04/06 19:18:43 spock Exp $
71 +
72 + 06 Apr 2009; Michał Januszewski <spock@g.o>
73 + +files/splashutils-1.5.4.3-openrc-umount-fix.patch,
74 + splashutils-1.5.4.3.ebuild:
75 + Fix the problem of the progress bar not reaching 100% during reboot.
76
77 25 Mar 2009; Michał Januszewski <spock@g.o>
78 +files/splashutils-openrc-0.4.3-runlevel-fix.patch,