Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xplanet: ChangeLog xplanet-1.3.0.ebuild xplanet-1.3.0-r1.ebuild
Date: Fri, 24 Jan 2014 19:48:33
Message-Id: 20140124194827.406252004C@flycatcher.gentoo.org
1 jer 14/01/24 19:48:27
2
3 Modified: ChangeLog xplanet-1.3.0.ebuild
4 Added: xplanet-1.3.0-r1.ebuild
5 Log:
6 Only apply giflib patch in unstable (bug #497188).
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
9
10 Revision Changes Path
11 1.81 x11-misc/xplanet/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xplanet/ChangeLog?rev=1.81&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xplanet/ChangeLog?rev=1.81&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xplanet/ChangeLog?r1=1.80&r2=1.81
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xplanet/ChangeLog,v
20 retrieving revision 1.80
21 retrieving revision 1.81
22 diff -u -r1.80 -r1.81
23 --- ChangeLog 27 Dec 2013 22:55:08 -0000 1.80
24 +++ ChangeLog 24 Jan 2014 19:48:26 -0000 1.81
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-misc/xplanet
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/ChangeLog,v 1.80 2013/12/27 22:55:08 robbat2 Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/ChangeLog,v 1.81 2014/01/24 19:48:26 jer Exp $
31 +
32 +*xplanet-1.3.0-r1 (24 Jan 2014)
33 +
34 + 24 Jan 2014; Jeroen Roovers <jer@g.o> xplanet-1.3.0.ebuild,
35 + +xplanet-1.3.0-r1.ebuild:
36 + Only apply giflib patch in unstable (bug #497188).
37
38 27 Dec 2013; Robin H. Johnson <robbat2@g.o>
39 +files/xplanet-1.3.0-giflib.patch, xplanet-1.3.0.ebuild:
40
41
42
43 1.7 x11-misc/xplanet/xplanet-1.3.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xplanet/xplanet-1.3.0.ebuild?rev=1.7&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xplanet/xplanet-1.3.0.ebuild?rev=1.7&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xplanet/xplanet-1.3.0.ebuild?r1=1.6&r2=1.7
48
49 Index: xplanet-1.3.0.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xplanet/xplanet-1.3.0.ebuild,v
52 retrieving revision 1.6
53 retrieving revision 1.7
54 diff -u -r1.6 -r1.7
55 --- xplanet-1.3.0.ebuild 27 Dec 2013 22:55:08 -0000 1.6
56 +++ xplanet-1.3.0.ebuild 24 Jan 2014 19:48:27 -0000 1.7
57 @@ -1,6 +1,6 @@
58 -# Copyright 1999-2013 Gentoo Foundation
59 +# Copyright 1999-2014 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/xplanet-1.3.0.ebuild,v 1.6 2013/12/27 22:55:08 robbat2 Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/xplanet-1.3.0.ebuild,v 1.7 2014/01/24 19:48:27 jer Exp $
63
64 EAPI=4
65 inherit base flag-o-matic
66 @@ -14,7 +14,7 @@
67 KEYWORDS="~alpha amd64 ~hppa ppc ppc64 ~sparc x86"
68 IUSE="gif jpeg png tiff truetype X"
69
70 -RDEPEND="gif? ( media-libs/giflib )
71 +RDEPEND="gif? ( <media-libs/giflib-4.2 )
72 jpeg? ( virtual/jpeg )
73 png? (
74 media-libs/libpng:0
75 @@ -40,8 +40,6 @@
76
77 DOCS="AUTHORS ChangeLog NEWS README TODO"
78
79 -PATCHES=( "${FILESDIR}"/xplanet-1.3.0-giflib.patch )
80 -
81 src_configure() {
82 # econf says 'checking pnm.h presence... no'
83 use png && append-cppflags -I/usr/include/netpbm
84
85
86
87 1.1 x11-misc/xplanet/xplanet-1.3.0-r1.ebuild
88
89 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xplanet/xplanet-1.3.0-r1.ebuild?rev=1.1&view=markup
90 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xplanet/xplanet-1.3.0-r1.ebuild?rev=1.1&content-type=text/plain
91
92 Index: xplanet-1.3.0-r1.ebuild
93 ===================================================================
94 # Copyright 1999-2014 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 # $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/xplanet-1.3.0-r1.ebuild,v 1.1 2014/01/24 19:48:27 jer Exp $
97
98 EAPI=4
99 inherit base flag-o-matic
100
101 DESCRIPTION="Render images of the earth into the X root window"
102 HOMEPAGE="http://xplanet.sourceforge.net/"
103 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
104
105 LICENSE="GPL-2"
106 SLOT="0"
107 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
108 IUSE="gif jpeg png tiff truetype X"
109
110 RDEPEND="gif? ( >media-libs/giflib-4.2 )
111 jpeg? ( virtual/jpeg )
112 png? (
113 media-libs/libpng:0
114 media-libs/netpbm
115 )
116 tiff? ( media-libs/tiff:0 )
117 truetype? (
118 media-libs/freetype:2
119 x11-libs/pango
120 )
121 X? (
122 x11-libs/libX11
123 x11-libs/libXext
124 x11-libs/libXScrnSaver
125 x11-libs/libXt
126 )"
127 DEPEND="${RDEPEND}
128 truetype? ( virtual/pkgconfig )
129 X? (
130 x11-proto/scrnsaverproto
131 x11-proto/xproto
132 )"
133
134 DOCS="AUTHORS ChangeLog NEWS README TODO"
135
136 PATCHES=( "${FILESDIR}"/xplanet-1.3.0-giflib.patch )
137
138 src_configure() {
139 # econf says 'checking pnm.h presence... no'
140 use png && append-cppflags -I/usr/include/netpbm
141
142 local myconf
143
144 use X \
145 && myconf+=" --with-x --with-xscreensaver" \
146 || myconf+=" --with-x=no --with-xscreensaver=no"
147
148 use gif \
149 && myconf+=" --with-gif" \
150 || myconf+=" --with-gif=no"
151
152 use jpeg \
153 && myconf+=" --with-jpeg" \
154 || myconf+=" --with-jpeg=no"
155
156 use tiff \
157 && myconf+=" --with-tiff" \
158 || myconf+=" --with-tiff=no"
159
160 use png \
161 && myconf+=" --with-png --with-pnm" \
162 || myconf+=" --with-png=no --with-pnm=no"
163
164 use truetype \
165 && myconf+=" --with-freetype --with-pango" \
166 || myconf+=" --with-freetype=no --with-pango=no"
167
168 econf \
169 --with-cspice=no \
170 ${myconf}
171 }