ssuominen    14/07/30 19:17:43

  Modified:             system-config-printer-common-1.3.12.ebuild
                        system-config-printer-common-1.3.13.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.13                 
app-admin/system-config-printer-common/system-config-printer-common-1.3.12.ebuild

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
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
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

Index: system-config-printer-common-1.3.12.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/app-admin/system-config-printer-common/system-config-printer-common-1.3.12.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- system-config-printer-common-1.3.12.ebuild  9 Apr 2013 16:40:46 -0000       
1.12
+++ system-config-printer-common-1.3.12.ebuild  30 Jul 2014 19:17:42 -0000      
1.13
@@ -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/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 $
+# $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 $
 
 EAPI=4
 
@@ -72,8 +72,8 @@
 src_install() {
        emake \
                DESTDIR="${D}" \
-               udevhelperdir="$(udev_get_udevdir)" \
-               udevrulesdir="$(udev_get_udevdir)/rules.d" \
+               udevhelperdir="$(get_udevdir)" \
+               udevrulesdir="$(get_udevdir)/rules.d" \
                install
 
        dodoc AUTHORS ChangeLog README



1.2                  
app-admin/system-config-printer-common/system-config-printer-common-1.3.13.ebuild

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
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
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

Index: system-config-printer-common-1.3.13.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/app-admin/system-config-printer-common/system-config-printer-common-1.3.13.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- system-config-printer-common-1.3.13.ebuild  30 Oct 2013 18:04:34 -0000      
1.1
+++ system-config-printer-common-1.3.13.ebuild  30 Jul 2014 19:17:42 -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/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 $
+# $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 $
 
 EAPI="5"
 PYTHON_COMPAT=( python2_{6,7} )
@@ -76,8 +76,8 @@
 src_install() {
        emake \
                DESTDIR="${D}" \
-               udevhelperdir="$(udev_get_udevdir)" \
-               udevrulesdir="$(udev_get_udevdir)/rules.d" \
+               udevhelperdir="$(get_udevdir)" \
+               udevrulesdir="$(get_udevdir)/rules.d" \
                install
 
        dodoc AUTHORS ChangeLog README



1.107                app-admin/system-config-printer-common/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/system-config-printer-common/ChangeLog?rev=1.107&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/system-config-printer-common/ChangeLog?rev=1.107&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/system-config-printer-common/ChangeLog?r1=1.106&r2=1.107

Index: ChangeLog
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/app-admin/system-config-printer-common/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog   28 Jul 2014 13:42:07 -0000      1.106
+++ ChangeLog   30 Jul 2014 19:17:42 -0000      1.107
@@ -1,6 +1,13 @@
 # ChangeLog for app-admin/system-config-printer-common
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-admin/system-config-printer-common/ChangeLog,v 
1.106 2014/07/28 13:42:07 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-admin/system-config-printer-common/ChangeLog,v 
1.107 2014/07/30 19:17:42 ssuominen Exp $
+
+  30 Jul 2014; Samuli Suominen <[email protected]>
+  system-config-printer-common-1.3.12.ebuild,
+  system-config-printer-common-1.3.13.ebuild,
+  system-config-printer-common-1.4.3.ebuild:
+  Use shorter get_udevdir() instead of the longer deprecated udev_get_udevdir()
+  version.
 
   28 Jul 2014; Agostino Sarubbo <[email protected]>
   system-config-printer-common-1.4.3.ebuild:




Reply via email to