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/iv: ChangeLog iv-2.1.2.ebuild iv-2.1.4.ebuild iv-1.4.2.ebuild
Date: Fri, 26 Oct 2007 10:14:27
Message-Id: E1IlMCs-0003b0-Dk@stork.gentoo.org
1 ulm 07/10/26 10:14:22
2
3 Modified: ChangeLog iv-2.1.2.ebuild iv-2.1.4.ebuild
4 iv-1.4.2.ebuild
5 Log:
6 Add dependency on libXpm, fixes bug #179316.
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.18 media-gfx/iv/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/iv/ChangeLog?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/iv/ChangeLog?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/iv/ChangeLog?r1=1.17&r2=1.18
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/iv/ChangeLog,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- ChangeLog 13 Aug 2007 20:57:12 -0000 1.17
23 +++ ChangeLog 26 Oct 2007 10:14:21 -0000 1.18
24 @@ -1,6 +1,10 @@
25 # ChangeLog for media-gfx/iv
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/iv/ChangeLog,v 1.17 2007/08/13 20:57:12 dertobi123 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/iv/ChangeLog,v 1.18 2007/10/26 10:14:21 ulm Exp $
29 +
30 + 26 Oct 2007; Ulrich Mueller <ulm@g.o> iv-1.4.2.ebuild,
31 + iv-2.1.2.ebuild, iv-2.1.4.ebuild:
32 + Add dependency on libXpm, fixes bug #179316.
33
34 13 Aug 2007; Tobias Scherbaum <dertobi123@g.o> iv-2.1.2.ebuild:
35 ppc. stable
36
37
38
39 1.4 media-gfx/iv/iv-2.1.2.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/iv/iv-2.1.2.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/iv/iv-2.1.2.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/iv/iv-2.1.2.ebuild?r1=1.3&r2=1.4
44
45 Index: iv-2.1.2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-gfx/iv/iv-2.1.2.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- iv-2.1.2.ebuild 13 Aug 2007 20:57:12 -0000 1.3
52 +++ iv-2.1.2.ebuild 26 Oct 2007 10:14:21 -0000 1.4
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2007 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/iv/iv-2.1.2.ebuild,v 1.3 2007/08/13 20:57:12 dertobi123 Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/iv/iv-2.1.2.ebuild,v 1.4 2007/10/26 10:14:21 ulm Exp $
58
59 inherit eutils
60
61 @@ -17,7 +17,8 @@
62 gif? ( >=media-libs/giflib-4.1.0-r3 )
63 imlib? ( >=media-libs/imlib-1.9.13 )
64 jpeg? ( >=media-libs/jpeg-6b )
65 - png? ( >=media-libs/libpng-1.2 )"
66 + png? ( >=media-libs/libpng-1.2 )
67 + xpm? ( x11-libs/libXpm )"
68
69 src_compile() {
70 ./configure Linux --prefix=/usr \
71
72
73
74 1.2 media-gfx/iv/iv-2.1.4.ebuild
75
76 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/iv/iv-2.1.4.ebuild?rev=1.2&view=markup
77 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/iv/iv-2.1.4.ebuild?rev=1.2&content-type=text/plain
78 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/iv/iv-2.1.4.ebuild?r1=1.1&r2=1.2
79
80 Index: iv-2.1.4.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/media-gfx/iv/iv-2.1.4.ebuild,v
83 retrieving revision 1.1
84 retrieving revision 1.2
85 diff -u -r1.1 -r1.2
86 --- iv-2.1.4.ebuild 1 Apr 2007 23:01:34 -0000 1.1
87 +++ iv-2.1.4.ebuild 26 Oct 2007 10:14:21 -0000 1.2
88 @@ -1,6 +1,6 @@
89 # Copyright 1999-2007 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/iv/iv-2.1.4.ebuild,v 1.1 2007/04/01 23:01:34 vanquirius Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/iv/iv-2.1.4.ebuild,v 1.2 2007/10/26 10:14:21 ulm Exp $
93
94 inherit eutils
95
96 @@ -17,7 +17,8 @@
97 gif? ( >=media-libs/giflib-4.1.0-r3 )
98 imlib? ( >=media-libs/imlib-1.9.13 )
99 jpeg? ( >=media-libs/jpeg-6b )
100 - png? ( >=media-libs/libpng-1.2 )"
101 + png? ( >=media-libs/libpng-1.2 )
102 + xpm? ( x11-libs/libXpm )"
103
104 src_compile() {
105 ./configure Linux --prefix=/usr \
106
107
108
109 1.4 media-gfx/iv/iv-1.4.2.ebuild
110
111 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/iv/iv-1.4.2.ebuild?rev=1.4&view=markup
112 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/iv/iv-1.4.2.ebuild?rev=1.4&content-type=text/plain
113 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/iv/iv-1.4.2.ebuild?r1=1.3&r2=1.4
114
115 Index: iv-1.4.2.ebuild
116 ===================================================================
117 RCS file: /var/cvsroot/gentoo-x86/media-gfx/iv/iv-1.4.2.ebuild,v
118 retrieving revision 1.3
119 retrieving revision 1.4
120 diff -u -r1.3 -r1.4
121 --- iv-1.4.2.ebuild 10 Feb 2007 13:51:34 -0000 1.3
122 +++ iv-1.4.2.ebuild 26 Oct 2007 10:14:21 -0000 1.4
123 @@ -1,6 +1,6 @@
124 # Copyright 1999-2007 Gentoo Foundation
125 # Distributed under the terms of the GNU General Public License v2
126 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/iv/iv-1.4.2.ebuild,v 1.3 2007/02/10 13:51:34 pylon Exp $
127 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/iv/iv-1.4.2.ebuild,v 1.4 2007/10/26 10:14:21 ulm Exp $
128
129 inherit eutils
130
131 @@ -17,7 +17,8 @@
132 gif? ( >=media-libs/giflib-4.1.0-r3 )
133 imlib? ( >=media-libs/imlib-1.9.13 )
134 jpeg? ( >=media-libs/jpeg-6b )
135 - png? ( >=media-libs/libpng-1.2 )"
136 + png? ( >=media-libs/libpng-1.2 )
137 + xpm? ( x11-libs/libXpm )"
138
139 src_compile() {
140 ./configure Linux --prefix=/usr \
141
142
143
144 --
145 gentoo-commits@g.o mailing list