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: Wed, 27 Mar 2013 20:12:41
Message-Id: 20130327201236.F1E4E2171D@flycatcher.gentoo.org
1 vapier 13/03/27 20:12:36
2
3 Modified: gpsd-9999.ebuild gpsd-3.7.ebuild gpsd-3.8.ebuild
4 ChangeLog
5 Log:
6 Fix build error when USE=-sockets #441760 by Conrad Kostecki.
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.11 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.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-9999.ebuild?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-9999.ebuild?r1=1.10&r2=1.11
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.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- gpsd-9999.ebuild 27 Mar 2013 20:04:10 -0000 1.10
24 +++ gpsd-9999.ebuild 27 Mar 2013 20:12:36 -0000 1.11
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.10 2013/03/27 20:04:10 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-9999.ebuild,v 1.11 2013/03/27 20:12:36 vapier Exp $
30
31 EAPI="4"
32
33 @@ -81,6 +81,7 @@
34 epatch "${FILESDIR}"/${PN}-3.8-udev.patch
35 epatch "${FILESDIR}"/${PN}-3.4-no-man-gen.patch
36 epatch "${FILESDIR}"/${PN}-3.7-rpath.patch
37 + epatch "${FILESDIR}"/${PN}-3.7-gps_regress.patch #441760
38
39 # Avoid useless -L paths to the install dir
40 sed -i \
41
42
43
44 1.5 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.5&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-3.7.ebuild?rev=1.5&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-3.7.ebuild?r1=1.4&r2=1.5
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.4
54 retrieving revision 1.5
55 diff -u -r1.4 -r1.5
56 --- gpsd-3.7.ebuild 2 Mar 2013 23:21:19 -0000 1.4
57 +++ gpsd-3.7.ebuild 27 Mar 2013 20:12:36 -0000 1.5
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.4 2013/03/02 23:21:19 hwoarang Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.7.ebuild,v 1.5 2013/03/27 20:12:36 vapier Exp $
63
64 EAPI="4"
65
66 @@ -65,6 +65,7 @@
67 epatch "${FILESDIR}"/${PN}-3.4-always-install-man-pages.patch
68 epatch "${FILESDIR}"/${PN}-3.4-no-man-gen.patch
69 epatch "${FILESDIR}"/${PN}-3.7-rpath.patch
70 + epatch "${FILESDIR}"/${PN}-3.7-gps_regress.patch #441760
71
72 # Avoid useless -L paths to the install dir
73 sed -i \
74
75
76
77 1.3 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.3&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-3.8.ebuild?rev=1.3&content-type=text/plain
81 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-3.8.ebuild?r1=1.2&r2=1.3
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.2
87 retrieving revision 1.3
88 diff -u -r1.2 -r1.3
89 --- gpsd-3.8.ebuild 27 Mar 2013 20:04:10 -0000 1.2
90 +++ gpsd-3.8.ebuild 27 Mar 2013 20:12:36 -0000 1.3
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.2 2013/03/27 20:04:10 vapier Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.8.ebuild,v 1.3 2013/03/27 20:12:36 vapier Exp $
96
97 EAPI="4"
98
99 @@ -81,6 +81,7 @@
100 epatch "${FILESDIR}"/${PN}-3.8-udev.patch
101 epatch "${FILESDIR}"/${PN}-3.4-no-man-gen.patch
102 epatch "${FILESDIR}"/${PN}-3.7-rpath.patch
103 + epatch "${FILESDIR}"/${PN}-3.7-gps_regress.patch #441760
104
105 # Avoid useless -L paths to the install dir
106 sed -i \
107
108
109
110 1.97 sci-geosciences/gpsd/ChangeLog
111
112 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/ChangeLog?rev=1.97&view=markup
113 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/ChangeLog?rev=1.97&content-type=text/plain
114 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/ChangeLog?r1=1.96&r2=1.97
115
116 Index: ChangeLog
117 ===================================================================
118 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/ChangeLog,v
119 retrieving revision 1.96
120 retrieving revision 1.97
121 diff -u -r1.96 -r1.97
122 --- ChangeLog 27 Mar 2013 20:04:10 -0000 1.96
123 +++ ChangeLog 27 Mar 2013 20:12:36 -0000 1.97
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.96 2013/03/27 20:04:10 vapier Exp $
128 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/ChangeLog,v 1.97 2013/03/27 20:12:36 vapier Exp $
129 +
130 + 27 Mar 2013; Mike Frysinger <vapier@g.o>
131 + +files/gpsd-3.7-gps_regress.patch, gpsd-3.7.ebuild, gpsd-3.8.ebuild,
132 + gpsd-9999.ebuild:
133 + Fix build error when USE=-sockets #441760 by Conrad Kostecki.
134
135 27 Mar 2013; Mike Frysinger <vapier@g.o> gpsd-3.8.ebuild,
136 gpsd-9999.ebuild, metadata.xml: