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: ChangeLog splashutils-1.5.4.3-r3.ebuild
Date: Sun, 10 Oct 2010 13:04:16
Message-Id: 20101010125204.ADC942004C@flycatcher.gentoo.org
1 spock 10/10/10 12:52:04
2
3 Modified: ChangeLog splashutils-1.5.4.3-r3.ebuild
4 Log:
5 Add two patches to fix bug #339767.
6
7 (Portage version: 2.1.9.14/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.183 media-gfx/splashutils/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/ChangeLog?rev=1.183&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/ChangeLog?rev=1.183&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/ChangeLog?r1=1.182&r2=1.183
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v
19 retrieving revision 1.182
20 retrieving revision 1.183
21 diff -u -r1.182 -r1.183
22 --- ChangeLog 30 Sep 2010 08:15:33 -0000 1.182
23 +++ ChangeLog 10 Oct 2010 12:52:04 -0000 1.183
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-gfx/splashutils
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.182 2010/09/30 08:15:33 spock Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.183 2010/10/10 12:52:04 spock Exp $
29 +
30 + 10 Oct 2010; Michał Januszewski <spock@g.o>
31 + splashutils-1.5.4.3-r3.ebuild,
32 + +files/splashutils-1.5.4.3-splash-functions.patch,
33 + +files/splashutils-1.5.4.3-splash_util.patch:
34 + Add two patches to fix bug #339767.
35
36 30 Sep 2010; Michał Januszewski <spock@g.o>
37 splashutils-1.5.4.3-r3.ebuild:
38
39
40
41 1.8 media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild?rev=1.8&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild?rev=1.8&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild?r1=1.7&r2=1.8
46
47 Index: splashutils-1.5.4.3-r3.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild,v
50 retrieving revision 1.7
51 retrieving revision 1.8
52 diff -u -r1.7 -r1.8
53 --- splashutils-1.5.4.3-r3.ebuild 30 Sep 2010 08:15:33 -0000 1.7
54 +++ splashutils-1.5.4.3-r3.ebuild 10 Oct 2010 12:52:04 -0000 1.8
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2010 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild,v 1.7 2010/09/30 08:15:33 spock Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild,v 1.8 2010/10/10 12:52:04 spock Exp $
60
61 EAPI="2"
62
63 @@ -90,6 +90,8 @@
64 epatch "${FILESDIR}"/splashutils-1.5.4.3-splash_geninitramfs.patch
65 epatch "${FILESDIR}"/splashutils-1.5.4.3-libjpeg.patch
66 epatch "${FILESDIR}"/splashutils-1.5.4.3-daemon-exit-signal.patch
67 + epatch "${FILESDIR}"/splashutils-1.5.4.3-splash-functions.patch
68 + epatch "${FILESDIR}"/splashutils-1.5.4.3-splash_util.patch
69
70 cd "${SG}"
71 if has_version ">=sys-apps/openrc-0.4.0"; then