Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/xloadimage: xloadimage-4.1-r5.ebuild xloadimage-4.1-r4.ebuild ChangeLog
Date: Tue, 15 Jan 2008 18:38:02
Message-Id: E1JEqfe-0001R5-GO@stork.gentoo.org
1 grobian 08/01/15 18:37:58
2
3 Modified: xloadimage-4.1-r5.ebuild xloadimage-4.1-r4.ebuild
4 ChangeLog
5 Log:
6 Dropped ppc-macos keyword, see you in prefix
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.2 media-gfx/xloadimage/xloadimage-4.1-r5.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xloadimage/xloadimage-4.1-r5.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xloadimage/xloadimage-4.1-r5.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xloadimage/xloadimage-4.1-r5.ebuild?r1=1.1&r2=1.2
15
16 Index: xloadimage-4.1-r5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/xloadimage/xloadimage-4.1-r5.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- xloadimage-4.1-r5.ebuild 14 May 2007 17:29:10 -0000 1.1
23 +++ xloadimage-4.1-r5.ebuild 15 Jan 2008 18:37:57 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/xloadimage/xloadimage-4.1-r5.ebuild,v 1.1 2007/05/14 17:29:10 drac Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/xloadimage/xloadimage-4.1-r5.ebuild,v 1.2 2008/01/15 18:37:57 grobian Exp $
30
31 inherit alternatives eutils toolchain-funcs
32
33 @@ -13,7 +13,7 @@
34
35 LICENSE="MIT"
36 SLOT="0"
37 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
38 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
39 IUSE="tiff jpeg png"
40
41 RDEPEND="x11-libs/libX11
42 @@ -44,12 +44,6 @@
43 # On other systems it's simply unneeded
44 sed -i -e 's,<malloc.h>,<stdlib.h>,' vicar.c
45
46 - if use userland_Darwin ; then
47 - for f in $(grep zopen * | cut -d':' -f1 | uniq);do
48 - sed -i "s:zopen:zloadimage_zopen:g" $f
49 - done
50 - fi
51 -
52 epatch "${FILESDIR}"/${P}-unaligned-access.patch
53
54 chmod +x "${S}"/configure
55 @@ -87,9 +81,9 @@
56 }
57
58 pkg_postinst() {
59 - use ppc-macos || update_alternatives
60 + update_alternatives
61 }
62
63 pkg_postrm() {
64 - use ppc-macos || update_alternatives
65 + update_alternatives
66 }
67
68
69
70 1.18 media-gfx/xloadimage/xloadimage-4.1-r4.ebuild
71
72 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xloadimage/xloadimage-4.1-r4.ebuild?rev=1.18&view=markup
73 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xloadimage/xloadimage-4.1-r4.ebuild?rev=1.18&content-type=text/plain
74 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xloadimage/xloadimage-4.1-r4.ebuild?r1=1.17&r2=1.18
75
76 Index: xloadimage-4.1-r4.ebuild
77 ===================================================================
78 RCS file: /var/cvsroot/gentoo-x86/media-gfx/xloadimage/xloadimage-4.1-r4.ebuild,v
79 retrieving revision 1.17
80 retrieving revision 1.18
81 diff -u -r1.17 -r1.18
82 --- xloadimage-4.1-r4.ebuild 22 Jul 2007 04:16:44 -0000 1.17
83 +++ xloadimage-4.1-r4.ebuild 15 Jan 2008 18:37:57 -0000 1.18
84 @@ -1,6 +1,6 @@
85 -# Copyright 1999-2007 Gentoo Foundation
86 +# Copyright 1999-2008 Gentoo Foundation
87 # Distributed under the terms of the GNU General Public License v2
88 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/xloadimage/xloadimage-4.1-r4.ebuild,v 1.17 2007/07/22 04:16:44 omp Exp $
89 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/xloadimage/xloadimage-4.1-r4.ebuild,v 1.18 2008/01/15 18:37:57 grobian Exp $
90
91 inherit alternatives eutils flag-o-matic toolchain-funcs
92
93 @@ -13,7 +13,7 @@
94
95 LICENSE="MIT"
96 SLOT="0"
97 -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc-macos ppc64 sh sparc x86 ~x86-fbsd"
98 +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86 ~x86-fbsd"
99 IUSE="tiff jpeg png"
100
101 RDEPEND="x11-libs/libX11
102 @@ -44,12 +44,6 @@
103 # On other systems it's simply unneeded
104 sed -i -e 's,<malloc.h>,<stdlib.h>,' vicar.c
105
106 - if use userland_Darwin ; then
107 - for f in $(grep zopen * | cut -d':' -f1 | uniq);do
108 - sed -i "s:zopen:zloadimage_zopen:g" $f
109 - done
110 - fi
111 -
112 chmod +x "${S}"/configure
113 }
114
115 @@ -84,9 +78,9 @@
116 }
117
118 pkg_postinst() {
119 - use ppc-macos || update_alternatives
120 + update_alternatives
121 }
122
123 pkg_postrm() {
124 - use ppc-macos || update_alternatives
125 + update_alternatives
126 }
127
128
129
130 1.41 media-gfx/xloadimage/ChangeLog
131
132 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xloadimage/ChangeLog?rev=1.41&view=markup
133 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xloadimage/ChangeLog?rev=1.41&content-type=text/plain
134 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xloadimage/ChangeLog?r1=1.40&r2=1.41
135
136 Index: ChangeLog
137 ===================================================================
138 RCS file: /var/cvsroot/gentoo-x86/media-gfx/xloadimage/ChangeLog,v
139 retrieving revision 1.40
140 retrieving revision 1.41
141 diff -u -r1.40 -r1.41
142 --- ChangeLog 22 Jul 2007 04:16:44 -0000 1.40
143 +++ ChangeLog 15 Jan 2008 18:37:57 -0000 1.41
144 @@ -1,6 +1,10 @@
145 # ChangeLog for media-gfx/xloadimage
146 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
147 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/xloadimage/ChangeLog,v 1.40 2007/07/22 04:16:44 omp Exp $
148 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
149 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/xloadimage/ChangeLog,v 1.41 2008/01/15 18:37:57 grobian Exp $
150 +
151 + 15 Jan 2008; Fabian Groffen <grobian@g.o> xloadimage-4.1-r4.ebuild,
152 + xloadimage-4.1-r5.ebuild:
153 + Dropped ppc-macos keyword, see you in prefix
154
155 22 Jul 2007; David Shakaryan <omp@g.o> xloadimage-4.1-r4.ebuild:
156 Remove virtual/x11 from dependencies.
157
158
159
160 --
161 gentoo-commits@l.g.o mailing list