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: Fri, 02 Jan 2009 21:59:07
Message-Id: E1LIs2s-0000ys-2p@stork.gentoo.org
1 spock 09/01/02 21:59:06
2
3 Modified: splashutils-1.5.4.3.ebuild ChangeLog
4 Log:
5 Fix bug #253189 (concurrent make problems).
6 (Portage version: 2.1.6.4/cvs/Linux 2.6.28-rc8 x86_64)
7
8 Revision Changes Path
9 1.4 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.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3.ebuild?rev=1.4&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.3&r2=1.4
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.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- splashutils-1.5.4.3.ebuild 28 Dec 2008 22:55:23 -0000 1.3
22 +++ splashutils-1.5.4.3.ebuild 2 Jan 2009 21:59:05 -0000 1.4
23 @@ -1,10 +1,10 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3.ebuild,v 1.3 2008/12/28 22:55:23 spock Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3.ebuild,v 1.4 2009/01/02 21:59:05 spock Exp $
29
30 EAPI="1"
31
32 -inherit eutils multilib toolchain-funcs
33 +inherit autotools eutils multilib toolchain-funcs
34
35 MISCSPLASH="miscsplashutils-0.1.8"
36 GENTOOSPLASH="splashutils-gentoo-1.0.16"
37 @@ -84,11 +84,15 @@
38 sed -i -e 's/fbtruetype kbd/kbd/' "${SM}/Makefile"
39 fi
40
41 + epatch "${FILESDIR}"/splashutils-1.5.4.3-makefile.patch
42 +
43 if has_version ">=sys-apps/openrc-0.4.0"; then
44 cd "${SG}"
45 epatch "${FILESDIR}"/splashutils-openrc-0.4-fix.patch
46 cd "${S}"
47 fi
48 +
49 + eautoreconf
50 }
51
52 src_compile() {
53
54
55
56 1.151 media-gfx/splashutils/ChangeLog
57
58 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splashutils/ChangeLog?rev=1.151&view=markup
59 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splashutils/ChangeLog?rev=1.151&content-type=text/plain
60 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splashutils/ChangeLog?r1=1.150&r2=1.151
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v
65 retrieving revision 1.150
66 retrieving revision 1.151
67 diff -u -r1.150 -r1.151
68 --- ChangeLog 28 Dec 2008 22:55:23 -0000 1.150
69 +++ ChangeLog 2 Jan 2009 21:59:05 -0000 1.151
70 @@ -1,6 +1,10 @@
71 # ChangeLog for media-gfx/splashutils
72 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.150 2008/12/28 22:55:23 spock Exp $
74 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
75 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.151 2009/01/02 21:59:05 spock Exp $
76 +
77 + 02 Jan 2009; Michał Januszewski <spock@g.o>
78 + +files/splashutils-1.5.4.3-makefile.patch, splashutils-1.5.4.3.ebuild:
79 + Fix bug #253189 (concurrent make problems).
80
81 28 Dec 2008; Michał Januszewski <spock@g.o>
82 +files/splashutils-openrc-0.4-fix.patch, splashutils-1.5.4.2.ebuild,