Gentoo Archives: gentoo-commits

From: "Thomas Beierlein (tomjbe)" <tomjbe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-radio/xastir: ChangeLog xastir-2.0.0-r1.ebuild xastir-2.0.0-r2.ebuild xastir-2.0.0.ebuild xastir-1.9.8-r1.ebuild
Date: Mon, 04 Jun 2012 17:52:02
Message-Id: 20120604175152.41CF82004B@flycatcher.gentoo.org
1 tomjbe 12/06/04 17:51:52
2
3 Modified: ChangeLog xastir-2.0.0-r1.ebuild
4 xastir-2.0.0-r2.ebuild
5 Removed: xastir-2.0.0.ebuild xastir-1.9.8-r1.ebuild
6 Log:
7 Fix breakage with >=sci-libs-4.8.0. See http://www.mail-archive.com/xastir-dev@××××××××××××.org/msg00285.html for details. Drop old
8
9 (Portage version: 2.1.10.64/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.21 media-radio/xastir/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/xastir/ChangeLog?rev=1.21&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/xastir/ChangeLog?rev=1.21&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/xastir/ChangeLog?r1=1.20&r2=1.21
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-radio/xastir/ChangeLog,v
21 retrieving revision 1.20
22 retrieving revision 1.21
23 diff -u -r1.20 -r1.21
24 --- ChangeLog 7 Mar 2012 16:07:40 -0000 1.20
25 +++ ChangeLog 4 Jun 2012 17:51:52 -0000 1.21
26 @@ -1,6 +1,13 @@
27 # ChangeLog for media-radio/xastir
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/ChangeLog,v 1.20 2012/03/07 16:07:40 tomjbe Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/ChangeLog,v 1.21 2012/06/04 17:51:52 tomjbe Exp $
31 +
32 + 04 Jun 2012; Thomas Beierlein <tomjbe@g.o> -xastir-1.9.8-r1.ebuild,
33 + -xastir-2.0.0.ebuild, xastir-2.0.0-r1.ebuild, xastir-2.0.0-r2.ebuild,
34 + +files/xastir-2.0.0-proj48.diff:
35 + Fix breakage with >=sci-libs-4.8.0. See
36 + http://www.mail-archive.com/xastir-dev@××××××××××××.org/msg00285.html for
37 + details. Drop old
38
39 *xastir-2.0.0-r2 (07 Mar 2012)
40
41
42
43
44 1.4 media-radio/xastir/xastir-2.0.0-r1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/xastir/xastir-2.0.0-r1.ebuild?rev=1.4&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/xastir/xastir-2.0.0-r1.ebuild?rev=1.4&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/xastir/xastir-2.0.0-r1.ebuild?r1=1.3&r2=1.4
49
50 Index: xastir-2.0.0-r1.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/media-radio/xastir/xastir-2.0.0-r1.ebuild,v
53 retrieving revision 1.3
54 retrieving revision 1.4
55 diff -u -r1.3 -r1.4
56 --- xastir-2.0.0-r1.ebuild 22 Jan 2011 17:17:28 -0000 1.3
57 +++ xastir-2.0.0-r1.ebuild 4 Jun 2012 17:51:52 -0000 1.4
58 @@ -1,6 +1,6 @@
59 -# Copyright 1999-2011 Gentoo Foundation
60 +# Copyright 1999-2012 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/xastir-2.0.0-r1.ebuild,v 1.3 2011/01/22 17:17:28 fauli Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/xastir-2.0.0-r1.ebuild,v 1.4 2012/06/04 17:51:52 tomjbe Exp $
64
65 EAPI=2
66 inherit autotools eutils multilib
67 @@ -46,6 +46,9 @@
68 # fix for DESTDIR
69 epatch "${FILESDIR}"/${P}-Destdir.diff
70
71 + # fix breakage with >=sci-libs/proj-4.8
72 + epatch "${FILESDIR}"/${P}-proj48.diff
73 +
74 eautoreconf
75 }
76
77
78
79
80 1.2 media-radio/xastir/xastir-2.0.0-r2.ebuild
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/xastir/xastir-2.0.0-r2.ebuild?rev=1.2&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/xastir/xastir-2.0.0-r2.ebuild?rev=1.2&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/xastir/xastir-2.0.0-r2.ebuild?r1=1.1&r2=1.2
85
86 Index: xastir-2.0.0-r2.ebuild
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/media-radio/xastir/xastir-2.0.0-r2.ebuild,v
89 retrieving revision 1.1
90 retrieving revision 1.2
91 diff -u -r1.1 -r1.2
92 --- xastir-2.0.0-r2.ebuild 7 Mar 2012 16:07:40 -0000 1.1
93 +++ xastir-2.0.0-r2.ebuild 4 Jun 2012 17:51:52 -0000 1.2
94 @@ -1,6 +1,6 @@
95 # Copyright 1999-2012 Gentoo Foundation
96 # Distributed under the terms of the GNU General Public License v2
97 -# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/xastir-2.0.0-r2.ebuild,v 1.1 2012/03/07 16:07:40 tomjbe Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/xastir-2.0.0-r2.ebuild,v 1.2 2012/06/04 17:51:52 tomjbe Exp $
99
100 EAPI=2
101 inherit autotools eutils
102 @@ -40,6 +40,9 @@
103 # fix for DESTDIR
104 epatch "${FILESDIR}"/${P}-Destdir.diff
105
106 + # fix breakage with >=sci-libs/proj-4.8
107 + epatch "${FILESDIR}"/${P}-proj48.diff
108 +
109 eautoreconf
110 }