ssuominen 14/07/24 10:58:33 Modified: thunar-1.6.3.ebuild ChangeLog Log: Rename USE="udev" to USE="udisks" wrt #516380 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path 1.11 xfce-base/thunar/thunar-1.6.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/thunar/thunar-1.6.3.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/thunar/thunar-1.6.3.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/thunar/thunar-1.6.3.ebuild?r1=1.10&r2=1.11 Index: thunar-1.6.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.6.3.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- thunar-1.6.3.ebuild 2 Jun 2014 17:35:01 -0000 1.10 +++ thunar-1.6.3.ebuild 24 Jul 2014 10:58:32 -0000 1.11 @@ -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/xfce-base/thunar/thunar-1.6.3.ebuild,v 1.10 2014/06/02 17:35:01 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.6.3.ebuild,v 1.11 2014/07/24 10:58:32 ssuominen Exp $ EAPI=5 inherit virtualx xfconf @@ -14,9 +14,9 @@ LICENSE="GPL-2 LGPL-2" SLOT="0" KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="+dbus debug exif libnotify pcre startup-notification test +xfce_plugins_trash udev" +IUSE="+dbus debug exif libnotify pcre startup-notification test udisks +xfce_plugins_trash" -GVFS_DEPEND=">=gnome-base/gvfs-1.10.1" +GVFS_DEPEND=">=gnome-base/gvfs-1.18.3" COMMON_DEPEND=">=dev-lang/perl-5.6 >=dev-libs/glib-2.30 >=x11-libs/gdk-pixbuf-2.14 @@ -30,15 +30,15 @@ libnotify? ( >=x11-libs/libnotify-0.7 ) pcre? ( >=dev-libs/libpcre-6 ) startup-notification? ( x11-libs/startup-notification ) - udev? ( virtual/libgudev:= ) + udisks? ( virtual/libgudev:= ) xfce_plugins_trash? ( >=xfce-base/xfce4-panel-4.10 )" RDEPEND="${COMMON_DEPEND} >=dev-util/desktop-file-utils-0.20-r1 x11-misc/shared-mime-info dbus? ( ${GVFS_DEPEND} ) - udev? ( + udisks? ( virtual/udev - || ( ${GVFS_DEPEND}[udisks,udev] ${GVFS_DEPEND}[gdu,udev] ) + ${GVFS_DEPEND}[udisks,udev] ) xfce_plugins_trash? ( ${GVFS_DEPEND} )" DEPEND="${COMMON_DEPEND} @@ -54,7 +54,7 @@ --docdir="${EPREFIX}"/usr/share/doc/${PF} $(use_enable dbus) $(use_enable startup-notification) - $(use_enable udev gudev) + $(use_enable udisks gudev) $(use_enable libnotify notifications) $(xfconf_use_debug) $(use_enable exif) 1.175 xfce-base/thunar/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/thunar/ChangeLog?rev=1.175&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/thunar/ChangeLog?rev=1.175&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/thunar/ChangeLog?r1=1.174&r2=1.175 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v retrieving revision 1.174 retrieving revision 1.175 diff -u -r1.174 -r1.175 --- ChangeLog 2 Jun 2014 17:35:01 -0000 1.174 +++ ChangeLog 24 Jul 2014 10:58:32 -0000 1.175 @@ -1,6 +1,9 @@ # ChangeLog for xfce-base/thunar # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.174 2014/06/02 17:35:01 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.175 2014/07/24 10:58:32 ssuominen Exp $ + + 24 Jul 2014; Samuli Suominen <[email protected]> thunar-1.6.3.ebuild: + Rename USE="udev" to USE="udisks" wrt #516380 02 Jun 2014; Samuli Suominen <[email protected]> thunar-1.6.3.ebuild: Pull in virtual/libgudev.
