Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
|
|
Subject:
|
gentoo-x86 commit in sci-geosciences/gpsd: gpsd-2.39-r1.ebuild gpsd-2.38.ebuild
|
|
Date:
|
Sun, 30 May 2010 20:49:55 +0000 (UTC)
|
|
arfrever 10/05/30 20:49:55
Modified: gpsd-2.39-r1.ebuild gpsd-2.38.ebuild
Log:
Delete empty lines.
(Portage version: HEAD/cvs/Linux x86_64)
Revision Changes Path
1.5 sci-geosciences/gpsd/gpsd-2.39-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-2.39-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-2.39-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-2.39-r1.ebuild?r1=1.4&r2=1.5
Index: gpsd-2.39-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-2.39-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gpsd-2.39-r1.ebuild 30 May 2010 20:48:39 -0000 1.4
+++ gpsd-2.39-r1.ebuild 30 May 2010 20:49:54 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-2.39-r1.ebuild,v 1.4 2010/05/30 20:48:39 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-2.39-r1.ebuild,v 1.5 2010/05/30 20:49:54 arfrever Exp $
EAPI="2"
@@ -79,7 +79,6 @@
# Drop privs to user gpsd, see bug #282130
use gpsd_user && my_conf="${my_conf} --enable-gpsd-user=gpsd"
-
if ! use ntp; then
my_conf="${my_conf} --disable-pps --disable-ntpshm"
fi
1.6 sci-geosciences/gpsd/gpsd-2.38.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-2.38.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-2.38.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-2.38.ebuild?r1=1.5&r2=1.6
Index: gpsd-2.38.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-2.38.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gpsd-2.38.ebuild 30 May 2010 20:48:39 -0000 1.5
+++ gpsd-2.38.ebuild 30 May 2010 20:49:54 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-2.38.ebuild,v 1.5 2010/05/30 20:48:39 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-2.38.ebuild,v 1.6 2010/05/30 20:49:54 arfrever Exp $
inherit autotools eutils distutils flag-o-matic
@@ -67,7 +67,6 @@
--disable-fast-install"
# --enable-superstar2 is missing a header file
-
if use ntp; then
my_conf="${my_conf} --enable-ntpshm --enable-pps"
else
|
|