Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-geosciences/gpsd: gpsd-9999.ebuild gpsd-3.7.ebuild gpsd-3.8.ebuild ChangeLog
Date: Sat, 30 Mar 2013 20:37:29
Message-Id: 20130330203724.A70772171D@flycatcher.gentoo.org
1 vapier 13/03/30 20:37:24
2
3 Modified: gpsd-9999.ebuild gpsd-3.7.ebuild gpsd-3.8.ebuild
4 ChangeLog
5 Log:
6 Fix building when USE="-dbus -shm -sockets" #463850 by Agostino Sarubbo.
7
8 (Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
9
10 Revision Changes Path
11 1.12 sci-geosciences/gpsd/gpsd-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-9999.ebuild?rev=1.12&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-9999.ebuild?rev=1.12&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-9999.ebuild?r1=1.11&r2=1.12
16
17 Index: gpsd-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-9999.ebuild,v
20 retrieving revision 1.11
21 retrieving revision 1.12
22 diff -u -r1.11 -r1.12
23 --- gpsd-9999.ebuild 27 Mar 2013 20:12:36 -0000 1.11
24 +++ gpsd-9999.ebuild 30 Mar 2013 20:37:24 -0000 1.12
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-9999.ebuild,v 1.11 2013/03/27 20:12:36 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-9999.ebuild,v 1.12 2013/03/30 20:37:24 vapier Exp $
30
31 EAPI="4"
32
33 @@ -82,6 +82,7 @@
34 epatch "${FILESDIR}"/${PN}-3.4-no-man-gen.patch
35 epatch "${FILESDIR}"/${PN}-3.7-rpath.patch
36 epatch "${FILESDIR}"/${PN}-3.7-gps_regress.patch #441760
37 + epatch "${FILESDIR}"/${PN}-3.8-no-export-t.patch #463850
38
39 # Avoid useless -L paths to the install dir
40 sed -i \
41
42
43
44 1.6 sci-geosciences/gpsd/gpsd-3.7.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-3.7.ebuild?rev=1.6&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-3.7.ebuild?rev=1.6&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-3.7.ebuild?r1=1.5&r2=1.6
49
50 Index: gpsd-3.7.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.7.ebuild,v
53 retrieving revision 1.5
54 retrieving revision 1.6
55 diff -u -r1.5 -r1.6
56 --- gpsd-3.7.ebuild 27 Mar 2013 20:12:36 -0000 1.5
57 +++ gpsd-3.7.ebuild 30 Mar 2013 20:37:24 -0000 1.6
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2013 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.7.ebuild,v 1.5 2013/03/27 20:12:36 vapier Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.7.ebuild,v 1.6 2013/03/30 20:37:24 vapier Exp $
63
64 EAPI="4"
65
66 @@ -66,6 +66,7 @@
67 epatch "${FILESDIR}"/${PN}-3.4-no-man-gen.patch
68 epatch "${FILESDIR}"/${PN}-3.7-rpath.patch
69 epatch "${FILESDIR}"/${PN}-3.7-gps_regress.patch #441760
70 + epatch "${FILESDIR}"/${PN}-3.7-no-export-t.patch #463850
71
72 # Avoid useless -L paths to the install dir
73 sed -i \
74
75
76
77 1.4 sci-geosciences/gpsd/gpsd-3.8.ebuild
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-3.8.ebuild?rev=1.4&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-3.8.ebuild?rev=1.4&content-type=text/plain
81 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-3.8.ebuild?r1=1.3&r2=1.4
82
83 Index: gpsd-3.8.ebuild
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.8.ebuild,v
86 retrieving revision 1.3
87 retrieving revision 1.4
88 diff -u -r1.3 -r1.4
89 --- gpsd-3.8.ebuild 27 Mar 2013 20:12:36 -0000 1.3
90 +++ gpsd-3.8.ebuild 30 Mar 2013 20:37:24 -0000 1.4
91 @@ -1,6 +1,6 @@
92 # Copyright 1999-2013 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.8.ebuild,v 1.3 2013/03/27 20:12:36 vapier Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.8.ebuild,v 1.4 2013/03/30 20:37:24 vapier Exp $
96
97 EAPI="4"
98
99 @@ -82,6 +82,7 @@
100 epatch "${FILESDIR}"/${PN}-3.4-no-man-gen.patch
101 epatch "${FILESDIR}"/${PN}-3.7-rpath.patch
102 epatch "${FILESDIR}"/${PN}-3.7-gps_regress.patch #441760
103 + epatch "${FILESDIR}"/${PN}-3.8-no-export-t.patch #463850
104
105 # Avoid useless -L paths to the install dir
106 sed -i \
107
108
109
110 1.98 sci-geosciences/gpsd/ChangeLog
111
112 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/ChangeLog?rev=1.98&view=markup
113 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/ChangeLog?rev=1.98&content-type=text/plain
114 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/ChangeLog?r1=1.97&r2=1.98
115
116 Index: ChangeLog
117 ===================================================================
118 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/ChangeLog,v
119 retrieving revision 1.97
120 retrieving revision 1.98
121 diff -u -r1.97 -r1.98
122 --- ChangeLog 27 Mar 2013 20:12:36 -0000 1.97
123 +++ ChangeLog 30 Mar 2013 20:37:24 -0000 1.98
124 @@ -1,6 +1,11 @@
125 # ChangeLog for sci-geosciences/gpsd
126 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
127 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/ChangeLog,v 1.97 2013/03/27 20:12:36 vapier Exp $
128 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/ChangeLog,v 1.98 2013/03/30 20:37:24 vapier Exp $
129 +
130 + 30 Mar 2013; Mike Frysinger <vapier@g.o>
131 + +files/gpsd-3.7-no-export-t.patch, +files/gpsd-3.8-no-export-t.patch,
132 + gpsd-3.7.ebuild, gpsd-3.8.ebuild, gpsd-9999.ebuild:
133 + Fix building when USE="-dbus -shm -sockets" #463850 by Agostino Sarubbo.
134
135 27 Mar 2013; Mike Frysinger <vapier@g.o>
136 +files/gpsd-3.7-gps_regress.patch, gpsd-3.7.ebuild, gpsd-3.8.ebuild,