Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xplanet: xplanet-1.3.0.ebuild ChangeLog
Date: Fri, 27 Dec 2013 22:55:11
Message-Id: 20131227225508.8E3D42004E@flycatcher.gentoo.org
1 robbat2 13/12/27 22:55:08
2
3 Modified: xplanet-1.3.0.ebuild ChangeLog
4 Log:
5 Bug #488406: newer giflib compile fixes.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.6 x11-misc/xplanet/xplanet-1.3.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xplanet/xplanet-1.3.0.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xplanet/xplanet-1.3.0.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xplanet/xplanet-1.3.0.ebuild?r1=1.5&r2=1.6
15
16 Index: xplanet-1.3.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xplanet/xplanet-1.3.0.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -p -w -b -B -u -u -r1.5 -r1.6
22 --- xplanet-1.3.0.ebuild 3 Jul 2012 16:42:53 -0000 1.5
23 +++ xplanet-1.3.0.ebuild 27 Dec 2013 22:55:08 -0000 1.6
24 @@ -1,9 +1,9 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/xplanet-1.3.0.ebuild,v 1.5 2012/07/03 16:42:53 ranger Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/xplanet-1.3.0.ebuild,v 1.6 2013/12/27 22:55:08 robbat2 Exp $
30
31 EAPI=4
32 -inherit flag-o-matic
33 +inherit base flag-o-matic
34
35 DESCRIPTION="Render images of the earth into the X root window"
36 HOMEPAGE="http://xplanet.sourceforge.net/"
37 @@ -40,6 +40,8 @@ DEPEND="${RDEPEND}
38
39 DOCS="AUTHORS ChangeLog NEWS README TODO"
40
41 +PATCHES=( "${FILESDIR}"/xplanet-1.3.0-giflib.patch )
42 +
43 src_configure() {
44 # econf says 'checking pnm.h presence... no'
45 use png && append-cppflags -I/usr/include/netpbm
46
47
48
49 1.80 x11-misc/xplanet/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xplanet/ChangeLog?rev=1.80&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xplanet/ChangeLog?rev=1.80&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xplanet/ChangeLog?r1=1.79&r2=1.80
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xplanet/ChangeLog,v
58 retrieving revision 1.79
59 retrieving revision 1.80
60 diff -p -w -b -B -u -u -r1.79 -r1.80
61 --- ChangeLog 3 Jul 2012 16:42:53 -0000 1.79
62 +++ ChangeLog 27 Dec 2013 22:55:08 -0000 1.80
63 @@ -1,6 +1,10 @@
64 # ChangeLog for x11-misc/xplanet
65 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/ChangeLog,v 1.79 2012/07/03 16:42:53 ranger Exp $
67 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
68 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/ChangeLog,v 1.80 2013/12/27 22:55:08 robbat2 Exp $
69 +
70 + 27 Dec 2013; Robin H. Johnson <robbat2@g.o>
71 + +files/xplanet-1.3.0-giflib.patch, xplanet-1.3.0.ebuild:
72 + Bug #488406: newer giflib compile fixes.
73
74 03 Jul 2012; Brent Baude <ranger@g.o> xplanet-1.3.0.ebuild:
75 Marking xplanet-1.3.0 ppc for bug 422393