Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/system-config-printer-common: system-config-printer-common-1.3.12.ebuild system-config-printer-common-1.3.13.ebuild ChangeLog
Date: Wed, 30 Jul 2014 19:17:51
Message-Id: 20140730191744.31BE12004E@flycatcher.gentoo.org
1 ssuominen 14/07/30 19:17:43
2
3 Modified: system-config-printer-common-1.3.12.ebuild
4 system-config-printer-common-1.3.13.ebuild
5 ChangeLog
6 Log:
7 Use shorter get_udevdir() instead of the longer deprecated udev_get_udevdir() version.
8
9 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
10
11 Revision Changes Path
12 1.13 app-admin/system-config-printer-common/system-config-printer-common-1.3.12.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/system-config-printer-common/system-config-printer-common-1.3.12.ebuild?rev=1.13&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/system-config-printer-common/system-config-printer-common-1.3.12.ebuild?rev=1.13&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/system-config-printer-common/system-config-printer-common-1.3.12.ebuild?r1=1.12&r2=1.13
17
18 Index: system-config-printer-common-1.3.12.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-admin/system-config-printer-common/system-config-printer-common-1.3.12.ebuild,v
21 retrieving revision 1.12
22 retrieving revision 1.13
23 diff -u -r1.12 -r1.13
24 --- system-config-printer-common-1.3.12.ebuild 9 Apr 2013 16:40:46 -0000 1.12
25 +++ system-config-printer-common-1.3.12.ebuild 30 Jul 2014 19:17:42 -0000 1.13
26 @@ -1,6 +1,6 @@
27 -# Copyright 1999-2013 Gentoo Foundation
28 +# Copyright 1999-2014 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-printer-common/system-config-printer-common-1.3.12.ebuild,v 1.12 2013/04/09 16:40:46 ago Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-printer-common/system-config-printer-common-1.3.12.ebuild,v 1.13 2014/07/30 19:17:42 ssuominen Exp $
32
33 EAPI=4
34
35 @@ -72,8 +72,8 @@
36 src_install() {
37 emake \
38 DESTDIR="${D}" \
39 - udevhelperdir="$(udev_get_udevdir)" \
40 - udevrulesdir="$(udev_get_udevdir)/rules.d" \
41 + udevhelperdir="$(get_udevdir)" \
42 + udevrulesdir="$(get_udevdir)/rules.d" \
43 install
44
45 dodoc AUTHORS ChangeLog README
46
47
48
49 1.2 app-admin/system-config-printer-common/system-config-printer-common-1.3.13.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/system-config-printer-common/system-config-printer-common-1.3.13.ebuild?rev=1.2&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/system-config-printer-common/system-config-printer-common-1.3.13.ebuild?rev=1.2&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/system-config-printer-common/system-config-printer-common-1.3.13.ebuild?r1=1.1&r2=1.2
54
55 Index: system-config-printer-common-1.3.13.ebuild
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/app-admin/system-config-printer-common/system-config-printer-common-1.3.13.ebuild,v
58 retrieving revision 1.1
59 retrieving revision 1.2
60 diff -u -r1.1 -r1.2
61 --- system-config-printer-common-1.3.13.ebuild 30 Oct 2013 18:04:34 -0000 1.1
62 +++ system-config-printer-common-1.3.13.ebuild 30 Jul 2014 19:17:42 -0000 1.2
63 @@ -1,6 +1,6 @@
64 -# Copyright 1999-2013 Gentoo Foundation
65 +# Copyright 1999-2014 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67 -# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-printer-common/system-config-printer-common-1.3.13.ebuild,v 1.1 2013/10/30 18:04:34 pacho Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-printer-common/system-config-printer-common-1.3.13.ebuild,v 1.2 2014/07/30 19:17:42 ssuominen Exp $
69
70 EAPI="5"
71 PYTHON_COMPAT=( python2_{6,7} )
72 @@ -76,8 +76,8 @@
73 src_install() {
74 emake \
75 DESTDIR="${D}" \
76 - udevhelperdir="$(udev_get_udevdir)" \
77 - udevrulesdir="$(udev_get_udevdir)/rules.d" \
78 + udevhelperdir="$(get_udevdir)" \
79 + udevrulesdir="$(get_udevdir)/rules.d" \
80 install
81
82 dodoc AUTHORS ChangeLog README
83
84
85
86 1.107 app-admin/system-config-printer-common/ChangeLog
87
88 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/system-config-printer-common/ChangeLog?rev=1.107&view=markup
89 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/system-config-printer-common/ChangeLog?rev=1.107&content-type=text/plain
90 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/system-config-printer-common/ChangeLog?r1=1.106&r2=1.107
91
92 Index: ChangeLog
93 ===================================================================
94 RCS file: /var/cvsroot/gentoo-x86/app-admin/system-config-printer-common/ChangeLog,v
95 retrieving revision 1.106
96 retrieving revision 1.107
97 diff -u -r1.106 -r1.107
98 --- ChangeLog 28 Jul 2014 13:42:07 -0000 1.106
99 +++ ChangeLog 30 Jul 2014 19:17:42 -0000 1.107
100 @@ -1,6 +1,13 @@
101 # ChangeLog for app-admin/system-config-printer-common
102 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
103 -# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-printer-common/ChangeLog,v 1.106 2014/07/28 13:42:07 ago Exp $
104 +# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-printer-common/ChangeLog,v 1.107 2014/07/30 19:17:42 ssuominen Exp $
105 +
106 + 30 Jul 2014; Samuli Suominen <ssuominen@g.o>
107 + system-config-printer-common-1.3.12.ebuild,
108 + system-config-printer-common-1.3.13.ebuild,
109 + system-config-printer-common-1.4.3.ebuild:
110 + Use shorter get_udevdir() instead of the longer deprecated udev_get_udevdir()
111 + version.
112
113 28 Jul 2014; Agostino Sarubbo <ago@g.o>
114 system-config-printer-common-1.4.3.ebuild: