axs         14/07/24 17:46:58

  Modified:             roccat-tools-1.6.0.ebuild roccat-tools-1.4.1.ebuild
                        roccat-tools-1.0.0.ebuild roccat-tools-2.0.0.ebuild
                        roccat-tools-1.4.0.ebuild roccat-tools-1.1.0.ebuild
                        ChangeLog
  Log:
  Swap virtual/udev[gudev] for virtual/libgudev, package does not seem to 
require libudev or udevd; bug 506034
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
2B6559ED)

Revision  Changes    Path
1.2                  sys-apps/roccat-tools/roccat-tools-1.6.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/roccat-tools/roccat-tools-1.6.0.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/roccat-tools/roccat-tools-1.6.0.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/roccat-tools/roccat-tools-1.6.0.ebuild?r1=1.1&r2=1.2

Index: roccat-tools-1.6.0.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/sys-apps/roccat-tools/roccat-tools-1.6.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- roccat-tools-1.6.0.ebuild   30 May 2014 10:24:30 -0000      1.1
+++ roccat-tools-1.6.0.ebuild   24 Jul 2014 17:46:58 -0000      1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/roccat-tools/roccat-tools-1.6.0.ebuild,v 1.1 
2014/05/30 10:24:30 swift Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/roccat-tools/roccat-tools-1.6.0.ebuild,v 1.2 
2014/07/24 17:46:58 axs Exp $
 
 EAPI=5
 
@@ -40,7 +40,7 @@
        media-libs/libcanberra
        virtual/libusb:1
        dev-libs/dbus-glib
-       virtual/udev[gudev]
+       virtual/libgudev:=
 "
 
 DEPEND="${RDEPEND}"
@@ -50,7 +50,7 @@
 }
 
 src_configure() {
-       local UDEVDIR="$(udev_get_udevdir)"/rules.d
+       local UDEVDIR="$(get_udevdir)"/rules.d
        local MODELS=${INPUT_DEVICES//roccat_/}
        mycmakeargs=( -DDEVICES=${MODELS// /;} \
        -DUDEVDIR="${UDEVDIR/"//"//}" )



1.2                  sys-apps/roccat-tools/roccat-tools-1.4.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/roccat-tools/roccat-tools-1.4.1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/roccat-tools/roccat-tools-1.4.1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/roccat-tools/roccat-tools-1.4.1.ebuild?r1=1.1&r2=1.2

Index: roccat-tools-1.4.1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/sys-apps/roccat-tools/roccat-tools-1.4.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- roccat-tools-1.4.1.ebuild   3 Mar 2014 20:10:40 -0000       1.1
+++ roccat-tools-1.4.1.ebuild   24 Jul 2014 17:46:58 -0000      1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/roccat-tools/roccat-tools-1.4.1.ebuild,v 1.1 
2014/03/03 20:10:40 hwoarang Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/roccat-tools/roccat-tools-1.4.1.ebuild,v 1.2 
2014/07/24 17:46:58 axs Exp $
 
 EAPI=5
 
@@ -38,7 +38,7 @@
        media-libs/libcanberra
        virtual/libusb:1
        dev-libs/dbus-glib
-       virtual/udev[gudev]
+       virtual/libgudev:=
 "
 
 DEPEND="${RDEPEND}"
@@ -48,7 +48,7 @@
 }
 
 src_configure() {
-       local UDEVDIR="$(udev_get_udevdir)"/rules.d
+       local UDEVDIR="$(get_udevdir)"/rules.d
        local MODELS=${INPUT_DEVICES//roccat_/}
        mycmakeargs=( -DDEVICES=${MODELS// /;} \
        -DUDEVDIR="${UDEVDIR/"//"//}" )



1.4                  sys-apps/roccat-tools/roccat-tools-1.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/roccat-tools/roccat-tools-1.0.0.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/roccat-tools/roccat-tools-1.0.0.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/roccat-tools/roccat-tools-1.0.0.ebuild?r1=1.3&r2=1.4

Index: roccat-tools-1.0.0.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/sys-apps/roccat-tools/roccat-tools-1.0.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- roccat-tools-1.0.0.ebuild   8 Jan 2014 06:15:29 -0000       1.3
+++ roccat-tools-1.0.0.ebuild   24 Jul 2014 17:46:58 -0000      1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/roccat-tools/roccat-tools-1.0.0.ebuild,v 1.3 
2014/01/08 06:15:29 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/roccat-tools/roccat-tools-1.0.0.ebuild,v 1.4 
2014/07/24 17:46:58 axs Exp $
 
 EAPI=5
 
@@ -38,7 +38,7 @@
        media-libs/libcanberra
        virtual/libusb:1
        dev-libs/dbus-glib
-       virtual/udev[gudev]
+       virtual/libgudev:=
 "
 
 DEPEND="${RDEPEND}"
@@ -48,7 +48,7 @@
 }
 
 src_configure() {
-       local UDEVDIR="$(udev_get_udevdir)"/rules.d
+       local UDEVDIR="$(get_udevdir)"/rules.d
        local MODELS=${INPUT_DEVICES//roccat_/}
        mycmakeargs=( -DDEVICES=${MODELS// /;} \
        -DUDEVDIR="${UDEVDIR/"//"//}" )



1.2                  sys-apps/roccat-tools/roccat-tools-2.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/roccat-tools/roccat-tools-2.0.0.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/roccat-tools/roccat-tools-2.0.0.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/roccat-tools/roccat-tools-2.0.0.ebuild?r1=1.1&r2=1.2

Index: roccat-tools-2.0.0.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/sys-apps/roccat-tools/roccat-tools-2.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- roccat-tools-2.0.0.ebuild   8 Jun 2014 15:04:21 -0000       1.1
+++ roccat-tools-2.0.0.ebuild   24 Jul 2014 17:46:58 -0000      1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/roccat-tools/roccat-tools-2.0.0.ebuild,v 1.1 
2014/06/08 15:04:21 swift Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/roccat-tools/roccat-tools-2.0.0.ebuild,v 1.2 
2014/07/24 17:46:58 axs Exp $
 
 EAPI=5
 
@@ -39,7 +39,7 @@
        media-libs/libcanberra
        virtual/libusb:1
        dev-libs/dbus-glib
-       virtual/udev[gudev]
+       virtual/libgudev:=
 "
 
 DEPEND="${RDEPEND}"
@@ -49,7 +49,7 @@
 }
 
 src_configure() {
-       local UDEVDIR="$(udev_get_udevdir)"/rules.d
+       local UDEVDIR="$(get_udevdir)"/rules.d
        local MODELS=${INPUT_DEVICES//roccat_/}
        mycmakeargs=( -DDEVICES=${MODELS// /;} \
        -DUDEVDIR="${UDEVDIR/"//"//}" )



1.2                  sys-apps/roccat-tools/roccat-tools-1.4.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/roccat-tools/roccat-tools-1.4.0.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/roccat-tools/roccat-tools-1.4.0.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/roccat-tools/roccat-tools-1.4.0.ebuild?r1=1.1&r2=1.2

Index: roccat-tools-1.4.0.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/sys-apps/roccat-tools/roccat-tools-1.4.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- roccat-tools-1.4.0.ebuild   15 Feb 2014 10:20:56 -0000      1.1
+++ roccat-tools-1.4.0.ebuild   24 Jul 2014 17:46:58 -0000      1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/roccat-tools/roccat-tools-1.4.0.ebuild,v 1.1 
2014/02/15 10:20:56 hwoarang Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/roccat-tools/roccat-tools-1.4.0.ebuild,v 1.2 
2014/07/24 17:46:58 axs Exp $
 
 EAPI=5
 
@@ -38,7 +38,7 @@
        media-libs/libcanberra
        virtual/libusb:1
        dev-libs/dbus-glib
-       virtual/udev[gudev]
+       virtual/libgudev:=
 "
 
 DEPEND="${RDEPEND}"
@@ -48,7 +48,7 @@
 }
 
 src_configure() {
-       local UDEVDIR="$(udev_get_udevdir)"/rules.d
+       local UDEVDIR="$(get_udevdir)"/rules.d
        local MODELS=${INPUT_DEVICES//roccat_/}
        mycmakeargs=( -DDEVICES=${MODELS// /;} \
        -DUDEVDIR="${UDEVDIR/"//"//}" )



1.4                  sys-apps/roccat-tools/roccat-tools-1.1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/roccat-tools/roccat-tools-1.1.0.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/roccat-tools/roccat-tools-1.1.0.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/roccat-tools/roccat-tools-1.1.0.ebuild?r1=1.3&r2=1.4

Index: roccat-tools-1.1.0.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/sys-apps/roccat-tools/roccat-tools-1.1.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- roccat-tools-1.1.0.ebuild   8 Jan 2014 06:15:29 -0000       1.3
+++ roccat-tools-1.1.0.ebuild   24 Jul 2014 17:46:58 -0000      1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/roccat-tools/roccat-tools-1.1.0.ebuild,v 1.3 
2014/01/08 06:15:29 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/roccat-tools/roccat-tools-1.1.0.ebuild,v 1.4 
2014/07/24 17:46:58 axs Exp $
 
 EAPI=5
 
@@ -38,7 +38,7 @@
        media-libs/libcanberra
        virtual/libusb:1
        dev-libs/dbus-glib
-       virtual/udev[gudev]
+       virtual/libgudev:=
 "
 
 DEPEND="${RDEPEND}"
@@ -48,7 +48,7 @@
 }
 
 src_configure() {
-       local UDEVDIR="$(udev_get_udevdir)"/rules.d
+       local UDEVDIR="$(get_udevdir)"/rules.d
        local MODELS=${INPUT_DEVICES//roccat_/}
        mycmakeargs=( -DDEVICES=${MODELS// /;} \
        -DUDEVDIR="${UDEVDIR/"//"//}" )



1.10                 sys-apps/roccat-tools/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/roccat-tools/ChangeLog?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/roccat-tools/ChangeLog?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/roccat-tools/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/roccat-tools/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   8 Jun 2014 15:04:21 -0000       1.9
+++ ChangeLog   24 Jul 2014 17:46:58 -0000      1.10
@@ -1,6 +1,13 @@
 # ChangeLog for sys-apps/roccat-tools
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/roccat-tools/ChangeLog,v 1.9 
2014/06/08 15:04:21 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/roccat-tools/ChangeLog,v 1.10 
2014/07/24 17:46:58 axs Exp $
+
+  24 Jul 2014; Ian Stakenvicius (_AxS_) <[email protected]>
+  roccat-tools-1.0.0.ebuild, roccat-tools-1.1.0.ebuild,
+  roccat-tools-1.4.0.ebuild, roccat-tools-1.4.1.ebuild,
+  roccat-tools-1.6.0.ebuild, roccat-tools-2.0.0.ebuild:
+  Swap virtual/udev[gudev] for virtual/libgudev, package does not seem to
+  require libudev or udevd; bug 506034
 
 *roccat-tools-2.0.0 (08 Jun 2014)
 




Reply via email to