ssuominen 14/07/30 19:41:46
Modified: gpsd-3.8.ebuild gpsd-3.9.ebuild gpsd-3.10.ebuild
gpsd-3.7.ebuild gpsd-3.9-r1.ebuild gpsd-3.6.ebuild
gpsd-9999.ebuild ChangeLog
Log:
Use shorter get_udevdir() instead of the longer deprecated udev_get_udevdir()
version.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
4868F14D)
Revision Changes Path
1.5 sci-geosciences/gpsd/gpsd-3.8.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-3.8.ebuild?rev=1.5&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-3.8.ebuild?rev=1.5&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-3.8.ebuild?r1=1.4&r2=1.5
Index: gpsd-3.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.8.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gpsd-3.8.ebuild 30 Mar 2013 20:37:24 -0000 1.4
+++ gpsd-3.8.ebuild 30 Jul 2014 19:41:46 -0000 1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.8.ebuild,v 1.4
2013/03/30 20:37:24 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.8.ebuild,v 1.5
2014/07/30 19:41:46 ssuominen Exp $
EAPI="4"
@@ -114,7 +114,7 @@
myesconsargs=(
prefix="${EPREFIX}/usr"
libdir="\$prefix/$(get_libdir)"
- udevdir="$(udev_get_udevdir)"
+ udevdir="$(get_udevdir)"
chrpath=False
gpsd_user=gpsd
gpsd_group=uucp
1.7 sci-geosciences/gpsd/gpsd-3.9.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-3.9.ebuild?rev=1.7&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-3.9.ebuild?rev=1.7&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-3.9.ebuild?r1=1.6&r2=1.7
Index: gpsd-3.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.9.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gpsd-3.9.ebuild 26 Aug 2013 16:53:49 -0000 1.6
+++ gpsd-3.9.ebuild 30 Jul 2014 19:41:46 -0000 1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.9.ebuild,v 1.6
2013/08/26 16:53:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.9.ebuild,v 1.7
2014/07/30 19:41:46 ssuominen Exp $
EAPI="4"
@@ -110,7 +110,7 @@
myesconsargs=(
prefix="${EPREFIX}/usr"
libdir="\$prefix/$(get_libdir)"
- udevdir="$(udev_get_udevdir)"
+ udevdir="$(get_udevdir)"
chrpath=False
gpsd_user=gpsd
gpsd_group=uucp
1.2 sci-geosciences/gpsd/gpsd-3.10.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-3.10.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-3.10.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-3.10.ebuild?r1=1.1&r2=1.2
Index: gpsd-3.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gpsd-3.10.ebuild 23 Nov 2013 04:25:41 -0000 1.1
+++ gpsd-3.10.ebuild 30 Jul 2014 19:41:46 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.10.ebuild,v 1.1
2013/11/23 04:25:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.10.ebuild,v 1.2
2014/07/30 19:41:46 ssuominen Exp $
EAPI="5"
@@ -106,7 +106,7 @@
myesconsargs=(
prefix="${EPREFIX}/usr"
libdir="\$prefix/$(get_libdir)"
- udevdir="$(udev_get_udevdir)"
+ udevdir="$(get_udevdir)"
chrpath=False
gpsd_user=gpsd
gpsd_group=uucp
1.12 sci-geosciences/gpsd/gpsd-3.7.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-3.7.ebuild?rev=1.12&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-3.7.ebuild?rev=1.12&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-3.7.ebuild?r1=1.11&r2=1.12
Index: gpsd-3.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.7.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- gpsd-3.7.ebuild 5 Apr 2013 18:18:27 -0000 1.11
+++ gpsd-3.7.ebuild 30 Jul 2014 19:41:46 -0000 1.12
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.7.ebuild,v 1.11
2013/04/05 18:18:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.7.ebuild,v 1.12
2014/07/30 19:41:46 ssuominen Exp $
EAPI="4"
@@ -93,7 +93,7 @@
distutils_src_prepare
fi
- sed -i -e "s:/lib/udev:$(udev_get_udevdir):" gpsd.rules SConstruct ||
die
+ sed -i -e "s:/lib/udev:$(get_udevdir):" gpsd.rules SConstruct || die
}
src_configure() {
1.7 sci-geosciences/gpsd/gpsd-3.9-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-3.9-r1.ebuild?rev=1.7&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-3.9-r1.ebuild?rev=1.7&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-3.9-r1.ebuild?r1=1.6&r2=1.7
Index: gpsd-3.9-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.9-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gpsd-3.9-r1.ebuild 22 Dec 2013 14:45:40 -0000 1.6
+++ gpsd-3.9-r1.ebuild 30 Jul 2014 19:41:46 -0000 1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.9-r1.ebuild,v
1.6 2013/12/22 14:45:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.9-r1.ebuild,v
1.7 2014/07/30 19:41:46 ssuominen Exp $
EAPI="4"
@@ -111,7 +111,7 @@
myesconsargs=(
prefix="${EPREFIX}/usr"
libdir="\$prefix/$(get_libdir)"
- udevdir="$(udev_get_udevdir)"
+ udevdir="$(get_udevdir)"
chrpath=False
gpsd_user=gpsd
gpsd_group=uucp
1.5 sci-geosciences/gpsd/gpsd-3.6.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-3.6.ebuild?rev=1.5&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-3.6.ebuild?rev=1.5&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-3.6.ebuild?r1=1.4&r2=1.5
Index: gpsd-3.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gpsd-3.6.ebuild 2 Mar 2013 23:21:19 -0000 1.4
+++ gpsd-3.6.ebuild 30 Jul 2014 19:41:46 -0000 1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.6.ebuild,v 1.4
2013/03/02 23:21:19 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.6.ebuild,v 1.5
2014/07/30 19:41:46 ssuominen Exp $
EAPI="4"
1.16 sci-geosciences/gpsd/gpsd-9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-9999.ebuild?rev=1.16&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-9999.ebuild?rev=1.16&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/gpsd-9999.ebuild?r1=1.15&r2=1.16
Index: gpsd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-9999.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- gpsd-9999.ebuild 23 Nov 2013 04:25:41 -0000 1.15
+++ gpsd-9999.ebuild 30 Jul 2014 19:41:46 -0000 1.16
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-9999.ebuild,v
1.15 2013/11/23 04:25:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-9999.ebuild,v
1.16 2014/07/30 19:41:46 ssuominen Exp $
EAPI="5"
@@ -104,7 +104,7 @@
myesconsargs=(
prefix="${EPREFIX}/usr"
libdir="\$prefix/$(get_libdir)"
- udevdir="$(udev_get_udevdir)"
+ udevdir="$(get_udevdir)"
chrpath=False
gpsd_user=gpsd
gpsd_group=uucp
1.120 sci-geosciences/gpsd/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/ChangeLog?rev=1.120&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/ChangeLog?rev=1.120&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gpsd/ChangeLog?r1=1.119&r2=1.120
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/ChangeLog,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- ChangeLog 6 Jan 2014 15:02:22 -0000 1.119
+++ ChangeLog 30 Jul 2014 19:41:46 -0000 1.120
@@ -1,6 +1,12 @@
# ChangeLog for sci-geosciences/gpsd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/ChangeLog,v 1.119
2014/01/06 15:02:22 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/ChangeLog,v 1.120
2014/07/30 19:41:46 ssuominen Exp $
+
+ 30 Jul 2014; Samuli Suominen <[email protected]> gpsd-2.95-r1.ebuild,
+ gpsd-2.96-r1.ebuild, gpsd-3.10.ebuild, gpsd-3.6.ebuild, gpsd-3.7.ebuild,
+ gpsd-3.8.ebuild, gpsd-3.9-r1.ebuild, gpsd-3.9.ebuild, gpsd-9999.ebuild:
+ Use shorter get_udevdir() instead of the longer deprecated udev_get_udevdir()
+ version.
06 Jan 2014; Justin Lecher <[email protected]> gpsd-2.95-r1.ebuild,
gpsd-2.96-r1.ebuild, metadata.xml: