Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/fbida: ChangeLog fbida-2.06.ebuild fbida-2.05.ebuild fbida-2.03-r4.ebuild
Date: Fri, 27 Jun 2008 10:07:22
Message-Id: E1KCArM-000628-IT@stork.gentoo.org
1 ulm 08/06/27 10:07:16
2
3 Modified: ChangeLog fbida-2.06.ebuild fbida-2.05.ebuild
4 fbida-2.03-r4.ebuild
5 Log:
6 Change dependency from virtual/motif to x11-libs/openmotif, bug 224749.
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 i686)
8
9 Revision Changes Path
10 1.49 media-gfx/fbida/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/fbida/ChangeLog?rev=1.49&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/fbida/ChangeLog?rev=1.49&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/fbida/ChangeLog?r1=1.48&r2=1.49
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/fbida/ChangeLog,v
19 retrieving revision 1.48
20 retrieving revision 1.49
21 diff -u -r1.48 -r1.49
22 --- ChangeLog 12 May 2008 15:59:30 -0000 1.48
23 +++ ChangeLog 27 Jun 2008 10:07:16 -0000 1.49
24 @@ -1,6 +1,10 @@
25 # ChangeLog for media-gfx/fbida
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/fbida/ChangeLog,v 1.48 2008/05/12 15:59:30 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/fbida/ChangeLog,v 1.49 2008/06/27 10:07:16 ulm Exp $
29 +
30 + 27 Jun 2008; Ulrich Mueller <ulm@g.o> fbida-2.03-r4.ebuild,
31 + fbida-2.05.ebuild, fbida-2.06.ebuild:
32 + Change dependency from virtual/motif to x11-libs/openmotif, bug 224749.
33
34 12 May 2008; Markus Meier <maekke@g.o> fbida-2.06.ebuild:
35 amd64 stable, bug #217328
36
37
38
39 1.12 media-gfx/fbida/fbida-2.06.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/fbida/fbida-2.06.ebuild?rev=1.12&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/fbida/fbida-2.06.ebuild?rev=1.12&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/fbida/fbida-2.06.ebuild?r1=1.11&r2=1.12
44
45 Index: fbida-2.06.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-gfx/fbida/fbida-2.06.ebuild,v
48 retrieving revision 1.11
49 retrieving revision 1.12
50 diff -u -r1.11 -r1.12
51 --- fbida-2.06.ebuild 12 May 2008 15:59:30 -0000 1.11
52 +++ fbida-2.06.ebuild 27 Jun 2008 10:07:16 -0000 1.12
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/fbida/fbida-2.06.ebuild,v 1.11 2008/05/12 15:59:30 maekke Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/fbida/fbida-2.06.ebuild,v 1.12 2008/06/27 10:07:16 ulm Exp $
58
59 inherit eutils toolchain-funcs
60
61 @@ -22,7 +22,7 @@
62 X? ( x11-libs/libX11
63 x11-libs/libXt
64 x11-libs/libXpm
65 - virtual/motif
66 + x11-libs/openmotif
67 )
68 !media-gfx/fbi
69 >=media-libs/jpeg-6b
70 @@ -38,7 +38,7 @@
71 unpack ${A}
72 cd "${S}"
73 sed -e 's/DGifOpenFileName,ungif/DGifOpenFileName,gif/' \
74 - -e 's/-lungif/-lgif/' -i "${S}/GNUmakefile"
75 + -e 's/-lungif/-lgif/' -i "${S}/GNUmakefile"
76
77 if [[ `gcc-major-version` -lt 4 ]]; then
78 sed -e 's/-Wno-pointer-sign//' -i "${S}/GNUmakefile"
79
80
81
82 1.16 media-gfx/fbida/fbida-2.05.ebuild
83
84 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/fbida/fbida-2.05.ebuild?rev=1.16&view=markup
85 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/fbida/fbida-2.05.ebuild?rev=1.16&content-type=text/plain
86 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/fbida/fbida-2.05.ebuild?r1=1.15&r2=1.16
87
88 Index: fbida-2.05.ebuild
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/media-gfx/fbida/fbida-2.05.ebuild,v
91 retrieving revision 1.15
92 retrieving revision 1.16
93 diff -u -r1.15 -r1.16
94 --- fbida-2.05.ebuild 22 Jul 2007 09:54:09 -0000 1.15
95 +++ fbida-2.05.ebuild 27 Jun 2008 10:07:16 -0000 1.16
96 @@ -1,6 +1,6 @@
97 -# Copyright 1999-2007 Gentoo Foundation
98 +# Copyright 1999-2008 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/fbida/fbida-2.05.ebuild,v 1.15 2007/07/22 09:54:09 dberkholz Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/fbida/fbida-2.05.ebuild,v 1.16 2008/06/27 10:07:16 ulm Exp $
102
103 inherit eutils toolchain-funcs
104
105 @@ -23,7 +23,7 @@
106 X? ( x11-libs/libX11
107 x11-libs/libXt
108 x11-libs/libXpm
109 - virtual/motif
110 + x11-libs/openmotif
111 )
112 !media-gfx/fbi
113 media-libs/libexif
114 @@ -38,7 +38,7 @@
115 unpack ${A}
116 cd ${S}
117 sed -e 's/DGifOpenFileName,ungif/DGifOpenFileName,gif/' \
118 - -e 's/-lungif/-lgif/' -i ${S}/GNUmakefile
119 + -e 's/-lungif/-lgif/' -i ${S}/GNUmakefile
120
121 if [[ `gcc-major-version` -lt 4 ]]; then
122 sed -e 's/-Wno-pointer-sign//' -i ${S}/GNUmakefile
123
124
125
126 1.6 media-gfx/fbida/fbida-2.03-r4.ebuild
127
128 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/fbida/fbida-2.03-r4.ebuild?rev=1.6&view=markup
129 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/fbida/fbida-2.03-r4.ebuild?rev=1.6&content-type=text/plain
130 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/fbida/fbida-2.03-r4.ebuild?r1=1.5&r2=1.6
131
132 Index: fbida-2.03-r4.ebuild
133 ===================================================================
134 RCS file: /var/cvsroot/gentoo-x86/media-gfx/fbida/fbida-2.03-r4.ebuild,v
135 retrieving revision 1.5
136 retrieving revision 1.6
137 diff -u -r1.5 -r1.6
138 --- fbida-2.03-r4.ebuild 22 Jul 2007 09:54:09 -0000 1.5
139 +++ fbida-2.03-r4.ebuild 27 Jun 2008 10:07:16 -0000 1.6
140 @@ -1,6 +1,6 @@
141 -# Copyright 1999-2007 Gentoo Foundation
142 +# Copyright 1999-2008 Gentoo Foundation
143 # Distributed under the terms of the GNU General Public License v2
144 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/fbida/fbida-2.03-r4.ebuild,v 1.5 2007/07/22 09:54:09 dberkholz Exp $
145 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/fbida/fbida-2.03-r4.ebuild,v 1.6 2008/06/27 10:07:16 ulm Exp $
146
147 inherit eutils
148
149 @@ -23,7 +23,7 @@
150 X? ( x11-libs/libX11
151 x11-libs/libXt
152 x11-libs/libXpm
153 - virtual/motif
154 + x11-libs/openmotif
155 )
156 !media-gfx/fbi
157 media-libs/libexif
158 @@ -39,7 +39,7 @@
159 cd ${S}
160 epatch ${FILESDIR}/${P}-fbgs.patch
161 sed -e 's/DGifOpenFileName,ungif/DGifOpenFileName,gif/' \
162 - -e 's/-lungif/-lgif/' -i ${S}/GNUmakefile
163 + -e 's/-lungif/-lgif/' -i ${S}/GNUmakefile
164 sed -e 's/SAVER/SAFER/g' -i ${S}/fbgs
165
166 # We don't want the binaries to be stripped automatically.
167
168
169
170 --
171 gentoo-commits@l.g.o mailing list