Gentoo Archives: gentoo-commits

From: "Steve Arnold (nerdboy)" <nerdboy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-geosciences/gpsd: gpsd-2.39.ebuild ChangeLog
Date: Sat, 01 Aug 2009 17:01:21
Message-Id: E1MXHxP-0001wh-Qk@stork.gentoo.org
1 nerdboy 09/08/01 17:01:19
2
3 Modified: gpsd-2.39.ebuild ChangeLog
4 Log:
5 Made python a hard dependency for this version (see bug #279586).
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 sci-geosciences/gpsd/gpsd-2.39.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gpsd/gpsd-2.39.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gpsd/gpsd-2.39.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gpsd/gpsd-2.39.ebuild?r1=1.2&r2=1.3
14
15 Index: gpsd-2.39.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-2.39.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- gpsd-2.39.ebuild 28 Jul 2009 03:22:29 -0000 1.2
22 +++ gpsd-2.39.ebuild 1 Aug 2009 17:01:19 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-2.39.ebuild,v 1.2 2009/07/28 03:22:29 nerdboy Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-2.39.ebuild,v 1.3 2009/08/01 17:01:19 nerdboy Exp $
28
29 inherit autotools eutils distutils flag-o-matic
30
31 @@ -12,7 +12,7 @@
32 SLOT="0"
33 KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
34
35 -IUSE="dbus garmin minimal ntp ocean python tntc usb X"
36 +IUSE="dbus garmin minimal ntp ocean tntc usb X"
37
38 RDEPEND="X? (
39 x11-libs/libXmu
40 @@ -25,14 +25,14 @@
41 x11-libs/libXpm
42 x11-libs/libXaw
43 )
44 - python? ( dev-lang/python )
45 -
46 dbus? ( >=sys-apps/dbus-0.94
47 >=dev-libs/glib-2.6
48 dev-libs/dbus-glib )
49 ntp? ( net-misc/ntp )
50 usb? ( virtual/dev-manager )
51 - sys-libs/ncurses"
52 + sys-libs/ncurses
53 + dev-lang/python"
54 +
55
56 DEPEND="${RDEPEND}
57 X? (
58 @@ -66,7 +66,7 @@
59 local my_conf="--enable-shared --with-pic --enable-static"
60 # --enable-superstar2 is missing a header file
61
62 - use python && distutils_python_version
63 + distutils_python_version
64
65 if ! use ntp; then
66 my_conf="${my_conf} --disable-pps --disable-ntpshm"
67 @@ -81,12 +81,12 @@
68
69 WITH_XSLTPROC=no WITH_XMLTO=no econf ${my_conf} \
70 $(use_enable dbus) $(use_enable ocean oceanserver) \
71 - $(use_enable tntc tnt) $(use_enable python) \
72 - $(use_enable garmin garmintxt) || die "econf failed"
73 + $(use_enable tntc tnt) $(use_enable garmin garmintxt) \
74 + || die "econf failed"
75 else
76 econf ${my_conf} $(use_enable dbus) $(use_enable tntc tnt) \
77 - $(use_enable ocean oceanserver) $(use_enable python) \
78 - $(use_enable garmin garmintxt) $(use_with X x) \
79 + $(use_enable ocean oceanserver) $(use_with X x) \
80 + $(use_enable garmin garmintxt) \
81 || die "econf failed"
82 fi
83
84 @@ -126,7 +126,7 @@
85 "${D}usr/share/man/man1/xgps.1.bz2"
86 fi
87
88 - use python && distutils_src_install
89 + distutils_src_install
90
91 dodoc INSTALL README TODO
92
93 @@ -135,12 +135,10 @@
94 doins dgpsip-servers gpscap.ini
95
96 if use minimal; then
97 - doman gpsctl.1 gpsd.8 gps.1 cgps.1 gpxlogger.1 gpspipe.1
98 - use python && doman gpsprof.1
99 + doman gpsctl.1 gpsd.8 gps.1 cgps.1 gpxlogger.1 gpspipe.1 gpsprof.1
100 else
101 diropts "-m0644"
102 - dobin logextract
103 - use python && dobin striplog
104 + dobin logextract striplog
105 fi
106 }
107
108
109
110
111 1.42 sci-geosciences/gpsd/ChangeLog
112
113 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gpsd/ChangeLog?rev=1.42&view=markup
114 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gpsd/ChangeLog?rev=1.42&content-type=text/plain
115 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gpsd/ChangeLog?r1=1.41&r2=1.42
116
117 Index: ChangeLog
118 ===================================================================
119 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/ChangeLog,v
120 retrieving revision 1.41
121 retrieving revision 1.42
122 diff -u -r1.41 -r1.42
123 --- ChangeLog 28 Jul 2009 03:22:29 -0000 1.41
124 +++ ChangeLog 1 Aug 2009 17:01:19 -0000 1.42
125 @@ -1,6 +1,10 @@
126 # ChangeLog for sci-geosciences/gpsd
127 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
128 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/ChangeLog,v 1.41 2009/07/28 03:22:29 nerdboy Exp $
129 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/ChangeLog,v 1.42 2009/08/01 17:01:19 nerdboy Exp $
130 +
131 + 01 Aug 2009; Steve Arnold <nerdboy@g.o> gpsd-2.39.ebuild:
132 + Made python a hard dependency for this version (upstream changes, see
133 + bug #279586).
134
135 28 Jul 2009; Steve Arnold <nerdboy@g.o> gpsd-2.39.ebuild:
136 Updated build to work around libtool funkiness (see bug #278340).