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.2.ebuild splashutils-1.5.4.3.ebuild ChangeLog
Date: Sun, 28 Dec 2008 22:55:26
Message-Id: E1LH4Xb-0003Jz-Oh@stork.gentoo.org
1 spock 08/12/28 22:55:23
2
3 Modified: splashutils-1.5.4.2.ebuild
4 splashutils-1.5.4.3.ebuild ChangeLog
5 Log:
6 Fix bug #252134 (compatibility with OpenRC 0.4.x) and #251953 (pre-stripped files). Remove forced serial make (-j1) in 1.5.4.3.
7 (Portage version: 2.1.6.4/cvs/Linux 2.6.28-rc8 x86_64)
8
9 Revision Changes Path
10 1.7 media-gfx/splashutils/splashutils-1.5.4.2.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.2.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.2.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.2.ebuild?r1=1.6&r2=1.7
15
16 Index: splashutils-1.5.4.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.2.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- splashutils-1.5.4.2.ebuild 11 Dec 2008 16:01:13 -0000 1.6
23 +++ splashutils-1.5.4.2.ebuild 28 Dec 2008 22:55:23 -0000 1.7
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 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.2.ebuild,v 1.6 2008/12/11 16:01:13 spock Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.2.ebuild,v 1.7 2008/12/28 22:55:23 spock Exp $
29
30 EAPI="1"
31
32 @@ -83,6 +83,12 @@
33 if ! use truetype ; then
34 sed -i -e 's/fbtruetype kbd/kbd/' "${SM}/Makefile"
35 fi
36 +
37 + if has_version ">=sys-apps/openrc-0.4.0"; then
38 + cd "${SG}"
39 + epatch "${FILESDIR}"/splashutils-openrc-0.4-fix.patch
40 + cd "${S}"
41 + fi
42 }
43
44 src_compile() {
45
46
47
48 1.3 media-gfx/splashutils/splashutils-1.5.4.3.ebuild
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3.ebuild?rev=1.3&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3.ebuild?rev=1.3&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3.ebuild?r1=1.2&r2=1.3
53
54 Index: splashutils-1.5.4.3.ebuild
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3.ebuild,v
57 retrieving revision 1.2
58 retrieving revision 1.3
59 diff -u -r1.2 -r1.3
60 --- splashutils-1.5.4.3.ebuild 11 Dec 2008 16:01:13 -0000 1.2
61 +++ splashutils-1.5.4.3.ebuild 28 Dec 2008 22:55:23 -0000 1.3
62 @@ -1,6 +1,6 @@
63 # Copyright 1999-2008 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3.ebuild,v 1.2 2008/12/11 16:01:13 spock Exp $
66 +# $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 $
67
68 EAPI="1"
69
70 @@ -83,6 +83,12 @@
71 if ! use truetype ; then
72 sed -i -e 's/fbtruetype kbd/kbd/' "${SM}/Makefile"
73 fi
74 +
75 + if has_version ">=sys-apps/openrc-0.4.0"; then
76 + cd "${SG}"
77 + epatch "${FILESDIR}"/splashutils-openrc-0.4-fix.patch
78 + cd "${S}"
79 + fi
80 }
81
82 src_compile() {
83 @@ -103,7 +109,7 @@
84 --with-lpng-src=${LPNGSRC} \
85 --with-zlib-src=${ZLIBSRC} || die "failed to configure splashutils"
86
87 - emake -j1 KLCC="${CC}" CC="${CC}" || die "failed to build splashutils"
88 + emake KLCC="${CC}" CC="${CC}" STRIP="true" || die "failed to build splashutils"
89
90 if has_version ">=sys-apps/baselayout-1.13.99"; then
91 cd "${SG}"
92 @@ -118,7 +124,7 @@
93 make DESTDIR="${D}" LIB=${LIB} install || die
94
95 cd "${S}"
96 - make DESTDIR="${D}" install || die
97 + make DESTDIR="${D}" STRIP="true" install || die
98
99 mv "${D}"/usr/${LIB}/libfbsplash.so* "${D}"/${LIB}/
100 gen_usr_ldscript libfbsplash.so
101
102
103
104 1.150 media-gfx/splashutils/ChangeLog
105
106 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splashutils/ChangeLog?rev=1.150&view=markup
107 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splashutils/ChangeLog?rev=1.150&content-type=text/plain
108 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/splashutils/ChangeLog?r1=1.149&r2=1.150
109
110 Index: ChangeLog
111 ===================================================================
112 RCS file: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v
113 retrieving revision 1.149
114 retrieving revision 1.150
115 diff -u -r1.149 -r1.150
116 --- ChangeLog 11 Dec 2008 16:01:13 -0000 1.149
117 +++ ChangeLog 28 Dec 2008 22:55:23 -0000 1.150
118 @@ -1,6 +1,12 @@
119 # ChangeLog for media-gfx/splashutils
120 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
121 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.149 2008/12/11 16:01:13 spock Exp $
122 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.150 2008/12/28 22:55:23 spock Exp $
123 +
124 + 28 Dec 2008; Michał Januszewski <spock@g.o>
125 + +files/splashutils-openrc-0.4-fix.patch, splashutils-1.5.4.2.ebuild,
126 + splashutils-1.5.4.3.ebuild:
127 + Fix bug #252134 (compatibility with OpenRC 0.4.x) and #251953
128 + (pre-stripped files). Remove forced serial make (-j1) in 1.5.4.3.
129
130 11 Dec 2008; Michał Januszewski <spock@g.o>
131 splashutils-1.5.4.2.ebuild, splashutils-1.5.4.3.ebuild: