Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-volman: thunar-volman-0.8.0.ebuild ChangeLog
Date: Mon, 02 Jun 2014 20:12:43
Message-Id: 20140602201239.4F57520036@flycatcher.gentoo.org
1 ssuominen 14/06/02 20:12:39
2
3 Modified: thunar-volman-0.8.0.ebuild ChangeLog
4 Log:
5 Pull in virtual/libgudev to gain use of subslotting for automatic rebuild with SONAME change.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.10 xfce-extra/thunar-volman/thunar-volman-0.8.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.8.0.ebuild?rev=1.10&view=markup
13 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
14 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
15
16 Index: thunar-volman-0.8.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.8.0.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- thunar-volman-0.8.0.ebuild 2 Dec 2012 22:14:31 -0000 1.9
23 +++ thunar-volman-0.8.0.ebuild 2 Jun 2014 20:12:39 -0000 1.10
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $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 $
29 +# $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 $
30
31 EAPI=5
32 inherit xfconf
33 @@ -15,7 +15,7 @@
34 IUSE="debug libnotify"
35
36 COMMON_DEPEND=">=dev-libs/glib-2.20
37 - virtual/udev[gudev]
38 + virtual/libgudev:=
39 >=x11-libs/gtk+-2.24:2
40 >=xfce-base/exo-0.8
41 >=xfce-base/libxfce4ui-4.10
42 @@ -23,7 +23,8 @@
43 >=xfce-base/xfconf-4.10
44 libnotify? ( >=x11-libs/libnotify-0.7 )"
45 RDEPEND="${COMMON_DEPEND}
46 - >=xfce-base/thunar-1.4[udev]"
47 + virtual/udev
48 + >=xfce-base/thunar-1.6[udev]"
49 DEPEND="${COMMON_DEPEND}
50 dev-util/intltool
51 sys-devel/gettext
52
53
54
55 1.82 xfce-extra/thunar-volman/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?rev=1.82&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?rev=1.82&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?r1=1.81&r2=1.82
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v
64 retrieving revision 1.81
65 retrieving revision 1.82
66 diff -u -r1.81 -r1.82
67 --- ChangeLog 2 Dec 2012 22:14:31 -0000 1.81
68 +++ ChangeLog 2 Jun 2014 20:12:39 -0000 1.82
69 @@ -1,6 +1,11 @@
70 # ChangeLog for xfce-extra/thunar-volman
71 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.81 2012/12/02 22:14:31 ssuominen Exp $
73 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
74 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.82 2014/06/02 20:12:39 ssuominen Exp $
75 +
76 + 02 Jun 2014; Samuli Suominen <ssuominen@g.o>
77 + thunar-volman-0.8.0.ebuild:
78 + Pull in virtual/libgudev to gain use of subslotting for automatic rebuild with
79 + SONAME change.
80
81 02 Dec 2012; Samuli Suominen <ssuominen@g.o>
82 thunar-volman-0.8.0.ebuild:
83 @@ -332,4 +337,3 @@
84
85 31 Jan 2007; Peter Weller <welp@g.o> +thunar-volman-0.1.2.ebuild:
86 Initial commit, new ebuild
87 -