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-r1.ebuild
Date: Tue, 25 Mar 2008 09:00:18
Message-Id: E1Je50x-00010J-P3@stork.gentoo.org
1 spock 08/03/25 09:00:15
2
3 Modified: ChangeLog splashutils-1.5.4-r1.ebuild
4 Log:
5 Fix breakage caused by openrc ABI change (patch by Roy Marples).
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.133 media-gfx/splashutils/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splashutils/ChangeLog?rev=1.133&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splashutils/ChangeLog?rev=1.133&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splashutils/ChangeLog?r1=1.132&r2=1.133
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v
18 retrieving revision 1.132
19 retrieving revision 1.133
20 diff -u -r1.132 -r1.133
21 --- ChangeLog 2 Mar 2008 12:23:20 -0000 1.132
22 +++ ChangeLog 25 Mar 2008 09:00:15 -0000 1.133
23 @@ -1,6 +1,10 @@
24 # ChangeLog for media-gfx/splashutils
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.132 2008/03/02 12:23:20 spock Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.133 2008/03/25 09:00:15 spock Exp $
28 +
29 + 25 Mar 2008; MichaƂ Januszewski <spock@g.o>
30 + +files/openrc-strlist-abi.patch, splashutils-1.5.4-r1.ebuild:
31 + Fix breakage caused by openrc ABI change (patch by Roy Marples).
32
33 *splashutils-1.5.4-r1 (02 Mar 2008)
34
35
36
37
38 1.2 media-gfx/splashutils/splashutils-1.5.4-r1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4-r1.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4-r1.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4-r1.ebuild?r1=1.1&r2=1.2
43
44 Index: splashutils-1.5.4-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4-r1.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- splashutils-1.5.4-r1.ebuild 2 Mar 2008 12:23:20 -0000 1.1
51 +++ splashutils-1.5.4-r1.ebuild 25 Mar 2008 09:00:15 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4-r1.ebuild,v 1.1 2008/03/02 12:23:20 spock Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4-r1.ebuild,v 1.2 2008/03/25 09:00:15 spock Exp $
57
58 EAPI="1"
59
60 @@ -82,6 +82,11 @@
61 if ! use truetype ; then
62 sed -i -e 's/fbtruetype kbd/kbd/' "${SM}/Makefile"
63 fi
64 +
65 + cd "${SG}"
66 + if has_version sys-apps/openrc ; then
67 + epatch "${FILESDIR}"/openrc-strlist-abi.patch
68 + fi
69 }
70
71 src_compile() {
72
73
74
75 --
76 gentoo-commits@l.g.o mailing list