public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-volman: ChangeLog thunar-volman-0.8.0.ebuild
@ 2012-04-29 10:33 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 9+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-04-29 10:33 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/04/29 10:33:09

  Modified:             ChangeLog
  Added:                thunar-volman-0.8.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)

Revision  Changes    Path
1.70                 xfce-extra/thunar-volman/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?rev=1.70&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?rev=1.70&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?r1=1.69&r2=1.70

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog	20 Apr 2012 20:23:45 -0000	1.69
+++ ChangeLog	29 Apr 2012 10:33:09 -0000	1.70
@@ -1,6 +1,12 @@
 # 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.69 2012/04/20 20:23:45 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.70 2012/04/29 10:33:09 ssuominen Exp $
+
+*thunar-volman-0.8.0 (29 Apr 2012)
+
+  29 Apr 2012; Samuli Suominen <ssuominen@gentoo.org>
+  +thunar-volman-0.8.0.ebuild:
+  Version bump.
 
   20 Apr 2012; Samuli Suominen <ssuominen@gentoo.org>
   -thunar-volman-0.7.0.ebuild:



1.1                  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.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.8.0.ebuild?rev=1.1&content-type=text/plain

Index: thunar-volman-0.8.0.ebuild
===================================================================
# Copyright 1999-2012 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.1 2012/04/29 10:33:09 ssuominen Exp $

EAPI=4
inherit xfconf

DESCRIPTION="Daemon that enforces volume-related policies"
HOMEPAGE="http://goodies.xfce.org/projects/thunar-plugins/thunar-volman"
SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="debug libnotify"

COMMON_DEPEND=">=dev-libs/glib-2.20
	|| ( >=sys-fs/udev-171-r5[gudev] <sys-fs/udev-171[extras] )
	>=x11-libs/gtk+-2.24:2
	>=xfce-base/exo-0.8
	>=xfce-base/libxfce4ui-4.10
	>=xfce-base/libxfce4util-4.10
	>=xfce-base/xfconf-4.10
	libnotify? ( >=x11-libs/libnotify-0.7 )"
RDEPEND="${COMMON_DEPEND}
	>=xfce-base/thunar-1.4[udev]"
DEPEND="${COMMON_DEPEND}
	dev-util/intltool
	dev-util/pkgconfig
	sys-devel/gettext"

pkg_setup() {
	XFCONF=(
		$(use_enable libnotify notifications)
		$(xfconf_use_debug)
		)

	DOCS=( AUTHORS ChangeLog NEWS README THANKS )
}






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-volman: ChangeLog thunar-volman-0.8.0.ebuild
@ 2012-05-04  7:39 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 9+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-05-04  7:39 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/05/04 07:39:29

  Modified:             ChangeLog thunar-volman-0.8.0.ebuild
  Log:
  Use virtual/pkgconfig.
  
  (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)

Revision  Changes    Path
1.71                 xfce-extra/thunar-volman/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?rev=1.71&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?rev=1.71&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?r1=1.70&r2=1.71

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog	29 Apr 2012 10:33:09 -0000	1.70
+++ ChangeLog	4 May 2012 07:39:29 -0000	1.71
@@ -1,6 +1,10 @@
 # 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.70 2012/04/29 10:33:09 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.71 2012/05/04 07:39:29 ssuominen Exp $
+
+  04 May 2012; Samuli Suominen <ssuominen@gentoo.org>
+  thunar-volman-0.8.0.ebuild:
+  Use virtual/pkgconfig.
 
 *thunar-volman-0.8.0 (29 Apr 2012)
 



1.2                  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.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.8.0.ebuild?rev=1.2&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.1&r2=1.2

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.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- thunar-volman-0.8.0.ebuild	29 Apr 2012 10:33:09 -0000	1.1
+++ thunar-volman-0.8.0.ebuild	4 May 2012 07:39:29 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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.1 2012/04/29 10:33:09 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.8.0.ebuild,v 1.2 2012/05/04 07:39:29 ssuominen Exp $
 
 EAPI=4
 inherit xfconf
@@ -26,8 +26,8 @@
 	>=xfce-base/thunar-1.4[udev]"
 DEPEND="${COMMON_DEPEND}
 	dev-util/intltool
-	dev-util/pkgconfig
-	sys-devel/gettext"
+	sys-devel/gettext
+	virtual/pkgconfig"
 
 pkg_setup() {
 	XFCONF=(






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-volman: ChangeLog thunar-volman-0.8.0.ebuild
@ 2012-05-20 12:03 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-05-20 12:03 UTC (permalink / raw
  To: gentoo-commits

ago         12/05/20 12:03:38

  Modified:             ChangeLog thunar-volman-0.8.0.ebuild
  Log:
  Stable for amd64, wrt bug #416223
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.73                 xfce-extra/thunar-volman/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?rev=1.73&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?rev=1.73&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?r1=1.72&r2=1.73

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog	5 May 2012 07:06:33 -0000	1.72
+++ ChangeLog	20 May 2012 12:03:38 -0000	1.73
@@ -1,6 +1,9 @@
 # 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.72 2012/05/05 07:06:33 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.73 2012/05/20 12:03:38 ago Exp $
+
+  20 May 2012; Agostino Sarubbo <ago@gentoo.org> thunar-volman-0.8.0.ebuild:
+  Stable for amd64, wrt bug #416223
 
   05 May 2012; Michał Górny <mgorny@gentoo.org> thunar-volman-0.6.0.ebuild,
   thunar-volman-0.6.1.ebuild, thunar-volman-0.7.1.ebuild:



1.3                  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.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.8.0.ebuild?rev=1.3&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.2&r2=1.3

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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- thunar-volman-0.8.0.ebuild	4 May 2012 07:39:29 -0000	1.2
+++ thunar-volman-0.8.0.ebuild	20 May 2012 12:03:38 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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.2 2012/05/04 07:39:29 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.8.0.ebuild,v 1.3 2012/05/20 12:03:38 ago Exp $
 
 EAPI=4
 inherit xfconf
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="debug libnotify"
 
 COMMON_DEPEND=">=dev-libs/glib-2.20






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-volman: ChangeLog thunar-volman-0.8.0.ebuild
@ 2012-05-20 19:59 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 9+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-05-20 19:59 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/05/20 19:59:35

  Modified:             ChangeLog thunar-volman-0.8.0.ebuild
  Log:
  ppc/ppc64 stable wrt #416233
  
  (Portage version: 2.2.0_alpha107/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.74                 xfce-extra/thunar-volman/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?rev=1.74&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?rev=1.74&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?r1=1.73&r2=1.74

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog	20 May 2012 12:03:38 -0000	1.73
+++ ChangeLog	20 May 2012 19:59:35 -0000	1.74
@@ -1,9 +1,13 @@
 # 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.73 2012/05/20 12:03:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.74 2012/05/20 19:59:35 ssuominen Exp $
+
+  20 May 2012; Samuli Suominen <ssuominen@gentoo.org>
+  thunar-volman-0.8.0.ebuild:
+  ppc/ppc64 stable wrt #416233
 
   20 May 2012; Agostino Sarubbo <ago@gentoo.org> thunar-volman-0.8.0.ebuild:
-  Stable for amd64, wrt bug #416223
+  Stable for amd64, wrt bug #416233
 
   05 May 2012; Michał Górny <mgorny@gentoo.org> thunar-volman-0.6.0.ebuild,
   thunar-volman-0.6.1.ebuild, thunar-volman-0.7.1.ebuild:



1.4                  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.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.8.0.ebuild?rev=1.4&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.3&r2=1.4

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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- thunar-volman-0.8.0.ebuild	20 May 2012 12:03:38 -0000	1.3
+++ thunar-volman-0.8.0.ebuild	20 May 2012 19:59:35 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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.3 2012/05/20 12:03:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.8.0.ebuild,v 1.4 2012/05/20 19:59:35 ssuominen Exp $
 
 EAPI=4
 inherit xfconf
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc ~x86"
 IUSE="debug libnotify"
 
 COMMON_DEPEND=">=dev-libs/glib-2.20






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-volman: ChangeLog thunar-volman-0.8.0.ebuild
@ 2012-05-22  5:09 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-05-22  5:09 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/05/22 05:09:18

  Modified:             ChangeLog thunar-volman-0.8.0.ebuild
  Log:
  marked x86 per bug 416233
  
  (Portage version: 2.2.0_alpha107/cvs/Linux i686)

Revision  Changes    Path
1.76                 xfce-extra/thunar-volman/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?rev=1.76&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?rev=1.76&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?r1=1.75&r2=1.76

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog	20 May 2012 20:22:43 -0000	1.75
+++ ChangeLog	22 May 2012 05:09:18 -0000	1.76
@@ -1,6 +1,9 @@
 # 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.75 2012/05/20 20:22:43 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.76 2012/05/22 05:09:18 jdhore Exp $
+
+  22 May 2012; Jeff Horelick <jdhore@gentoo.org> thunar-volman-0.8.0.ebuild:
+  marked x86 per bug 416233
 
   20 May 2012; Samuli Suominen <ssuominen@gentoo.org>
   -thunar-volman-0.6.1.ebuild, -thunar-volman-0.7.1.ebuild:



1.5                  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.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.8.0.ebuild?rev=1.5&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.4&r2=1.5

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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- thunar-volman-0.8.0.ebuild	20 May 2012 19:59:35 -0000	1.4
+++ thunar-volman-0.8.0.ebuild	22 May 2012 05:09:18 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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.4 2012/05/20 19:59:35 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.8.0.ebuild,v 1.5 2012/05/22 05:09:18 jdhore Exp $
 
 EAPI=4
 inherit xfconf
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86"
 IUSE="debug libnotify"
 
 COMMON_DEPEND=">=dev-libs/glib-2.20






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-volman: ChangeLog thunar-volman-0.8.0.ebuild
@ 2012-07-14 12:57 Markus Meier (maekke)
  0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2012-07-14 12:57 UTC (permalink / raw
  To: gentoo-commits

maekke      12/07/14 12:57:15

  Modified:             ChangeLog thunar-volman-0.8.0.ebuild
  Log:
  arm stable, bug #416233
  
  (Portage version: 2.1.11.6/cvs/Linux i686)

Revision  Changes    Path
1.77                 xfce-extra/thunar-volman/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?rev=1.77&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?rev=1.77&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?r1=1.76&r2=1.77

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog	22 May 2012 05:09:18 -0000	1.76
+++ ChangeLog	14 Jul 2012 12:57:15 -0000	1.77
@@ -1,6 +1,9 @@
 # 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.76 2012/05/22 05:09:18 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.77 2012/07/14 12:57:15 maekke Exp $
+
+  14 Jul 2012; Markus Meier <maekke@gentoo.org> thunar-volman-0.8.0.ebuild:
+  arm stable, bug #416233
 
   22 May 2012; Jeff Horelick <jdhore@gentoo.org> thunar-volman-0.8.0.ebuild:
   marked x86 per bug 416233



1.6                  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.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.8.0.ebuild?rev=1.6&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.5&r2=1.6

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.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- thunar-volman-0.8.0.ebuild	22 May 2012 05:09:18 -0000	1.5
+++ thunar-volman-0.8.0.ebuild	14 Jul 2012 12:57:15 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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.5 2012/05/22 05:09:18 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.8.0.ebuild,v 1.6 2012/07/14 12:57:15 maekke Exp $
 
 EAPI=4
 inherit xfconf
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 ~sparc x86"
 IUSE="debug libnotify"
 
 COMMON_DEPEND=">=dev-libs/glib-2.20






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-volman: ChangeLog thunar-volman-0.8.0.ebuild
@ 2012-09-09 14:48 Raul Porcel (armin76)
  0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2012-09-09 14:48 UTC (permalink / raw
  To: gentoo-commits

armin76     12/09/09 14:48:02

  Modified:             ChangeLog thunar-volman-0.8.0.ebuild
  Log:
  alpha/ia64/sparc stable wrt #416233
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.78                 xfce-extra/thunar-volman/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?rev=1.78&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?rev=1.78&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?r1=1.77&r2=1.78

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog	14 Jul 2012 12:57:15 -0000	1.77
+++ ChangeLog	9 Sep 2012 14:48:01 -0000	1.78
@@ -1,6 +1,9 @@
 # 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.77 2012/07/14 12:57:15 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.78 2012/09/09 14:48:01 armin76 Exp $
+
+  09 Sep 2012; Raúl Porcel <armin76@gentoo.org> thunar-volman-0.8.0.ebuild:
+  alpha/ia64/sparc stable wrt #416233
 
   14 Jul 2012; Markus Meier <maekke@gentoo.org> thunar-volman-0.8.0.ebuild:
   arm stable, bug #416233



1.7                  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.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.8.0.ebuild?rev=1.7&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.6&r2=1.7

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.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- thunar-volman-0.8.0.ebuild	14 Jul 2012 12:57:15 -0000	1.6
+++ thunar-volman-0.8.0.ebuild	9 Sep 2012 14:48:01 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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.6 2012/07/14 12:57:15 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.8.0.ebuild,v 1.7 2012/09/09 14:48:01 armin76 Exp $
 
 EAPI=4
 inherit xfconf
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86"
 IUSE="debug libnotify"
 
 COMMON_DEPEND=">=dev-libs/glib-2.20





^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-volman: ChangeLog thunar-volman-0.8.0.ebuild
@ 2012-11-28 12:18 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 9+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-11-28 12:18 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/11/28 12:18:50

  Modified:             ChangeLog thunar-volman-0.8.0.ebuild
  Log:
  EAPI5
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.80                 xfce-extra/thunar-volman/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?rev=1.80&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?rev=1.80&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?r1=1.79&r2=1.80

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog	9 Sep 2012 19:36:09 -0000	1.79
+++ ChangeLog	28 Nov 2012 12:18:50 -0000	1.80
@@ -1,6 +1,10 @@
 # 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.79 2012/09/09 19:36:09 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.80 2012/11/28 12:18:50 ssuominen Exp $
+
+  28 Nov 2012; Samuli Suominen <ssuominen@gentoo.org>
+  thunar-volman-0.8.0.ebuild:
+  EAPI5
 
   09 Sep 2012; Samuli Suominen <ssuominen@gentoo.org>
   -thunar-volman-0.6.0.ebuild:



1.8                  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.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.8.0.ebuild?rev=1.8&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.7&r2=1.8

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.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- thunar-volman-0.8.0.ebuild	9 Sep 2012 14:48:01 -0000	1.7
+++ thunar-volman-0.8.0.ebuild	28 Nov 2012 12:18:50 -0000	1.8
@@ -1,8 +1,8 @@
 # Copyright 1999-2012 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.7 2012/09/09 14:48:01 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.8.0.ebuild,v 1.8 2012/11/28 12:18:50 ssuominen Exp $
 
-EAPI=4
+EAPI=5
 inherit xfconf
 
 DESCRIPTION="Daemon that enforces volume-related policies"





^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-volman: ChangeLog thunar-volman-0.8.0.ebuild
@ 2012-12-02 22:14 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 9+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-12-02 22:14 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/12/02 22:14:31

  Modified:             ChangeLog thunar-volman-0.8.0.ebuild
  Log:
  Use virtual/udev instead of sys-fs/udev wrt #444398
  
  (Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.81                 xfce-extra/thunar-volman/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?rev=1.81&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?rev=1.81&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?r1=1.80&r2=1.81

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog	28 Nov 2012 12:18:50 -0000	1.80
+++ ChangeLog	2 Dec 2012 22:14:31 -0000	1.81
@@ -1,6 +1,10 @@
 # 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.80 2012/11/28 12:18:50 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.81 2012/12/02 22:14:31 ssuominen Exp $
+
+  02 Dec 2012; Samuli Suominen <ssuominen@gentoo.org>
+  thunar-volman-0.8.0.ebuild:
+  Use virtual/udev instead of sys-fs/udev wrt #444398
 
   28 Nov 2012; Samuli Suominen <ssuominen@gentoo.org>
   thunar-volman-0.8.0.ebuild:



1.9                  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.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.8.0.ebuild?rev=1.9&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.8&r2=1.9

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.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- thunar-volman-0.8.0.ebuild	28 Nov 2012 12:18:50 -0000	1.8
+++ thunar-volman-0.8.0.ebuild	2 Dec 2012 22:14:31 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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.8 2012/11/28 12:18:50 ssuominen Exp $
+# $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 $
 
 EAPI=5
 inherit xfconf
@@ -15,7 +15,7 @@
 IUSE="debug libnotify"
 
 COMMON_DEPEND=">=dev-libs/glib-2.20
-	|| ( >=sys-fs/udev-171-r5[gudev] <sys-fs/udev-171[extras] )
+	virtual/udev[gudev]
 	>=x11-libs/gtk+-2.24:2
 	>=xfce-base/exo-0.8
 	>=xfce-base/libxfce4ui-4.10





^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2012-12-02 22:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-04  7:39 [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-volman: ChangeLog thunar-volman-0.8.0.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2012-12-02 22:14 Samuli Suominen (ssuominen)
2012-11-28 12:18 Samuli Suominen (ssuominen)
2012-09-09 14:48 Raul Porcel (armin76)
2012-07-14 12:57 Markus Meier (maekke)
2012-05-22  5:09 Jeff Horelick (jdhore)
2012-05-20 19:59 Samuli Suominen (ssuominen)
2012-05-20 12:03 Agostino Sarubbo (ago)
2012-04-29 10:33 Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox