Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/pcmciautils: pcmciautils-018_p8.ebuild ChangeLog
Date: Wed, 30 Jul 2014 19:41:14
Message-Id: 20140730194110.16D192004E@flycatcher.gentoo.org
1 ssuominen 14/07/30 19:41:09
2
3 Modified: pcmciautils-018_p8.ebuild ChangeLog
4 Log:
5 Use shorter get_udevdir() instead of the longer deprecated udev_get_udevdir() version.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.8 sys-apps/pcmciautils/pcmciautils-018_p8.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcmciautils/pcmciautils-018_p8.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcmciautils/pcmciautils-018_p8.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcmciautils/pcmciautils-018_p8.ebuild?r1=1.7&r2=1.8
15
16 Index: pcmciautils-018_p8.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/pcmciautils/pcmciautils-018_p8.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- pcmciautils-018_p8.ebuild 5 Jan 2013 12:33:39 -0000 1.7
23 +++ pcmciautils-018_p8.ebuild 30 Jul 2014 19:41:09 -0000 1.8
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmciautils/pcmciautils-018_p8.ebuild,v 1.7 2013/01/05 12:33:39 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmciautils/pcmciautils-018_p8.ebuild,v 1.8 2014/07/30 19:41:09 ssuominen Exp $
30
31 EAPI=4
32 inherit eutils flag-o-matic linux-info toolchain-funcs udev
33 @@ -38,7 +38,7 @@
34 DEBUG=false
35 STATIC=false
36 V=true
37 - udevdir="$(udev_get_udevdir)"
38 + udevdir="$(get_udevdir)"
39 CC="$(tc-getCC)"
40 LD="$(tc-getCC)"
41 AR="$(tc-getAR)"
42
43
44
45 1.50 sys-apps/pcmciautils/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcmciautils/ChangeLog?rev=1.50&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcmciautils/ChangeLog?rev=1.50&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pcmciautils/ChangeLog?r1=1.49&r2=1.50
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sys-apps/pcmciautils/ChangeLog,v
54 retrieving revision 1.49
55 retrieving revision 1.50
56 diff -u -r1.49 -r1.50
57 --- ChangeLog 5 Jan 2013 14:43:23 -0000 1.49
58 +++ ChangeLog 30 Jul 2014 19:41:09 -0000 1.50
59 @@ -1,6 +1,10 @@
60 # ChangeLog for sys-apps/pcmciautils
61 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmciautils/ChangeLog,v 1.49 2013/01/05 14:43:23 kensington Exp $
63 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmciautils/ChangeLog,v 1.50 2014/07/30 19:41:09 ssuominen Exp $
65 +
66 + 30 Jul 2014; Samuli Suominen <ssuominen@g.o> pcmciautils-018_p8.ebuild:
67 + Use shorter get_udevdir() instead of the longer deprecated udev_get_udevdir()
68 + version.
69
70 05 Jan 2013; Michael Palimaka <kensington@g.o>
71 -files/014-udev-rules.patch, -pcmciautils-014-r1.ebuild: