ssuominen    14/07/30 19:23:59

  Modified:             openct-0.6.20-r3.ebuild openct-0.6.20.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.12                 dev-libs/openct/openct-0.6.20-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openct/openct-0.6.20-r3.ebuild?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openct/openct-0.6.20-r3.ebuild?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openct/openct-0.6.20-r3.ebuild?r1=1.11&r2=1.12

Index: openct-0.6.20-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openct/openct-0.6.20-r3.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- openct-0.6.20-r3.ebuild     1 Jan 2013 18:48:27 -0000       1.11
+++ openct-0.6.20-r3.ebuild     30 Jul 2014 19:23:58 -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/dev-libs/openct/openct-0.6.20-r3.ebuild,v 
1.11 2013/01/01 18:48:27 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openct/openct-0.6.20-r3.ebuild,v 
1.12 2014/07/30 19:23:58 ssuominen Exp $
 
 EAPI=5
 
@@ -43,7 +43,7 @@
                --docdir="/usr/share/doc/${PF}" \
                --htmldir="/usr/share/doc/${PF}/html" \
                --localstatedir=/var \
-               --with-udev="$(udev_get_udevdir)" \
+               --with-udev="$(get_udevdir)" \
                --enable-non-privileged \
                --with-daemon-user=openctd \
                --with-daemon-groups=usb \



1.11                 dev-libs/openct/openct-0.6.20.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openct/openct-0.6.20.ebuild?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openct/openct-0.6.20.ebuild?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openct/openct-0.6.20.ebuild?r1=1.10&r2=1.11

Index: openct-0.6.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openct/openct-0.6.20.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- openct-0.6.20.ebuild        11 Dec 2012 21:57:16 -0000      1.10
+++ openct-0.6.20.ebuild        30 Jul 2014 19:23:58 -0000      1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openct/openct-0.6.20.ebuild,v 1.10 
2012/12/11 21:57:16 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openct/openct-0.6.20.ebuild,v 1.11 
2014/07/30 19:23:58 ssuominen Exp $
 
 EAPI="2"
 
@@ -35,7 +35,7 @@
                --docdir="/usr/share/doc/${PF}" \
                --htmldir="/usr/share/doc/${PF}/html" \
                --localstatedir=/var \
-               --with-udev="$(udev_get_udevdir)" \
+               --with-udev="$(get_udevdir)" \
                --enable-non-privileged \
                --with-daemon-user=openctd \
                --with-daemon-groups=usb \



1.111                dev-libs/openct/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openct/ChangeLog?rev=1.111&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openct/ChangeLog?rev=1.111&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/openct/ChangeLog?r1=1.110&r2=1.111

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/openct/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog   1 Jan 2013 18:48:27 -0000       1.110
+++ ChangeLog   30 Jul 2014 19:23:59 -0000      1.111
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/openct
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openct/ChangeLog,v 1.110 
2013/01/01 18:48:27 armin76 Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openct/ChangeLog,v 1.111 
2014/07/30 19:23:59 ssuominen Exp $
+
+  30 Jul 2014; Samuli Suominen <[email protected]> openct-0.6.20-r3.ebuild,
+  openct-0.6.20.ebuild:
+  Use shorter get_udevdir() instead of the longer deprecated udev_get_udevdir()
+  version.
 
   01 Jan 2013; Raúl Porcel <[email protected]> openct-0.6.20-r3.ebuild:
   m68k/s390/sh stable wrt #418765




Reply via email to