ssuominen 14/07/30 19:41:09 Modified: pcmciautils-018_p8.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.8 sys-apps/pcmciautils/pcmciautils-018_p8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcmciautils/pcmciautils-018_p8.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcmciautils/pcmciautils-018_p8.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcmciautils/pcmciautils-018_p8.ebuild?r1=1.7&r2=1.8 Index: pcmciautils-018_p8.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/pcmciautils/pcmciautils-018_p8.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- pcmciautils-018_p8.ebuild 5 Jan 2013 12:33:39 -0000 1.7 +++ pcmciautils-018_p8.ebuild 30 Jul 2014 19:41:09 -0000 1.8 @@ -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/sys-apps/pcmciautils/pcmciautils-018_p8.ebuild,v 1.7 2013/01/05 12:33:39 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmciautils/pcmciautils-018_p8.ebuild,v 1.8 2014/07/30 19:41:09 ssuominen Exp $ EAPI=4 inherit eutils flag-o-matic linux-info toolchain-funcs udev @@ -38,7 +38,7 @@ DEBUG=false STATIC=false V=true - udevdir="$(udev_get_udevdir)" + udevdir="$(get_udevdir)" CC="$(tc-getCC)" LD="$(tc-getCC)" AR="$(tc-getAR)" 1.50 sys-apps/pcmciautils/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcmciautils/ChangeLog?rev=1.50&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcmciautils/ChangeLog?rev=1.50&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcmciautils/ChangeLog?r1=1.49&r2=1.50 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/pcmciautils/ChangeLog,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- ChangeLog 5 Jan 2013 14:43:23 -0000 1.49 +++ ChangeLog 30 Jul 2014 19:41:09 -0000 1.50 @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/pcmciautils -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmciautils/ChangeLog,v 1.49 2013/01/05 14:43:23 kensington Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmciautils/ChangeLog,v 1.50 2014/07/30 19:41:09 ssuominen Exp $ + + 30 Jul 2014; Samuli Suominen <[email protected]> pcmciautils-018_p8.ebuild: + Use shorter get_udevdir() instead of the longer deprecated udev_get_udevdir() + version. 05 Jan 2013; Michael Palimaka <[email protected]> -files/014-udev-rules.patch, -pcmciautils-014-r1.ebuild:
