ssuominen 14/06/02 20:12:39 Modified: thunar-volman-0.8.0.ebuild ChangeLog Log: Pull in virtual/libgudev to gain use of subslotting for automatic rebuild with SONAME change. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path 1.10 xfce-extra/thunar-volman/thunar-volman-0.8.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.8.0.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.8.0.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.8.0.ebuild?r1=1.9&r2=1.10 Index: thunar-volman-0.8.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.8.0.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- thunar-volman-0.8.0.ebuild 2 Dec 2012 22:14:31 -0000 1.9 +++ thunar-volman-0.8.0.ebuild 2 Jun 2014 20:12:39 -0000 1.10 @@ -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/xfce-extra/thunar-volman/thunar-volman-0.8.0.ebuild,v 1.9 2012/12/02 22:14:31 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.8.0.ebuild,v 1.10 2014/06/02 20:12:39 ssuominen Exp $ EAPI=5 inherit xfconf @@ -15,7 +15,7 @@ IUSE="debug libnotify" COMMON_DEPEND=">=dev-libs/glib-2.20 - virtual/udev[gudev] + virtual/libgudev:= >=x11-libs/gtk+-2.24:2 >=xfce-base/exo-0.8 >=xfce-base/libxfce4ui-4.10 @@ -23,7 +23,8 @@ >=xfce-base/xfconf-4.10 libnotify? ( >=x11-libs/libnotify-0.7 )" RDEPEND="${COMMON_DEPEND} - >=xfce-base/thunar-1.4[udev]" + virtual/udev + >=xfce-base/thunar-1.6[udev]" DEPEND="${COMMON_DEPEND} dev-util/intltool sys-devel/gettext 1.82 xfce-extra/thunar-volman/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?rev=1.82&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?rev=1.82&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?r1=1.81&r2=1.82 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v retrieving revision 1.81 retrieving revision 1.82 diff -u -r1.81 -r1.82 --- ChangeLog 2 Dec 2012 22:14:31 -0000 1.81 +++ ChangeLog 2 Jun 2014 20:12:39 -0000 1.82 @@ -1,6 +1,11 @@ # ChangeLog for xfce-extra/thunar-volman -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.81 2012/12/02 22:14:31 ssuominen Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.82 2014/06/02 20:12:39 ssuominen Exp $ + + 02 Jun 2014; Samuli Suominen <[email protected]> + thunar-volman-0.8.0.ebuild: + Pull in virtual/libgudev to gain use of subslotting for automatic rebuild with + SONAME change. 02 Dec 2012; Samuli Suominen <[email protected]> thunar-volman-0.8.0.ebuild: @@ -332,4 +337,3 @@ 31 Jan 2007; Peter Weller <[email protected]> +thunar-volman-0.1.2.ebuild: Initial commit, new ebuild -
