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.2.0.ebuild
@ 2007-12-02 15:49 Christoph Mende (angelos)
  0 siblings, 0 replies; 7+ messages in thread
From: Christoph Mende (angelos) @ 2007-12-02 15:49 UTC (permalink / raw
  To: gentoo-commits

angelos     07/12/02 15:49:41

  Modified:             ChangeLog
  Added:                thunar-volman-0.2.0.ebuild
  Log:
  Version bump
  (Portage version: 2.1.3.19)

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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	23 Nov 2007 21:11:02 -0000	1.34
+++ ChangeLog	2 Dec 2007 15:49:40 -0000	1.35
@@ -1,6 +1,12 @@
 # ChangeLog for xfce-extra/thunar-volman
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.34 2007/11/23 21:11:02 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.35 2007/12/02 15:49:40 angelos Exp $
+
+*thunar-volman-0.2.0 (02 Dec 2007)
+
+  02 Dec 2007; Christoph Mende <angelos@gentoo.org>
+  +thunar-volman-0.2.0.ebuild:
+  Version bump
 
   23 Nov 2007; Markus Rothe <corsair@gentoo.org>
   thunar-volman-0.1.3_pre20071026.ebuild:



1.1                  xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild?rev=1.1&content-type=text/plain

Index: thunar-volman-0.2.0.ebuild
===================================================================
# Copyright 1999-2007 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.2.0.ebuild,v 1.1 2007/12/02 15:49:40 angelos Exp $

inherit eutils xfce44

xfce44

DESCRIPTION="Thunar volume management"
HOMEPAGE="http://foo-projects.org/~benny/projects/thunar-volman"
SRC_URI="mirror://berlios/xfce-goodies/${P}.tar.bz2"

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="debug"

RDEPEND="dev-libs/dbus-glib
	sys-apps/hal
	>=xfce-extra/exo-0.3.2
	>=xfce-base/thunar-${THUNAR_MASTER_VERSION}"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

pkg_setup() {
	if ! built_with_use xfce-extra/exo hal; then
		ewarn "Volume management requires exo with hal support. Enable"
		ewarn "hal USE flag and re-emerge exo."
		die "re-emerge exo with USE hal"
	fi
}

src_unpack() {
	unpack ${A}
	cd "${S}"
	# Fix make check.
	echo thunar-volman-settings.desktop.in.in >> po/POTFILES.skip
}

DOCS="AUTHORS ChangeLog NEWS README THANKS"



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-volman: ChangeLog thunar-volman-0.2.0.ebuild
@ 2007-12-09 17:43 Dawid Weglinski (cla)
  0 siblings, 0 replies; 7+ messages in thread
From: Dawid Weglinski (cla) @ 2007-12-09 17:43 UTC (permalink / raw
  To: gentoo-commits

cla         07/12/09 17:43:09

  Modified:             ChangeLog thunar-volman-0.2.0.ebuild
  Log:
  Stable on amd64/x86 (bug #201747)
  (Portage version: 2.1.3.19)

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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	3 Dec 2007 03:47:09 -0000	1.36
+++ ChangeLog	9 Dec 2007 17:43:09 -0000	1.37
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/thunar-volman
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.36 2007/12/03 03:47:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.37 2007/12/09 17:43:09 cla Exp $
+
+  09 Dec 2007; Dawid Węgliński <cla@gentoo.org>
+  thunar-volman-0.2.0.ebuild:
+  Stable on amd64/x86 (bug #201747)
 
   03 Dec 2007; Jeroen Roovers <jer@gentoo.org>
   thunar-volman-0.1.3_pre20071026.ebuild:



1.2                  xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild?r1=1.1&r2=1.2

Index: thunar-volman-0.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- thunar-volman-0.2.0.ebuild	2 Dec 2007 15:49:40 -0000	1.1
+++ thunar-volman-0.2.0.ebuild	9 Dec 2007 17:43:09 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 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.2.0.ebuild,v 1.1 2007/12/02 15:49:40 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild,v 1.2 2007/12/09 17:43:09 cla Exp $
 
 inherit eutils xfce44
 
@@ -10,7 +10,7 @@
 HOMEPAGE="http://foo-projects.org/~benny/projects/thunar-volman"
 SRC_URI="mirror://berlios/xfce-goodies/${P}.tar.bz2"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="debug"
 
 RDEPEND="dev-libs/dbus-glib



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-volman: ChangeLog thunar-volman-0.2.0.ebuild
@ 2007-12-09 20:46 Tobias Scherbaum (dertobi123)
  0 siblings, 0 replies; 7+ messages in thread
From: Tobias Scherbaum (dertobi123) @ 2007-12-09 20:46 UTC (permalink / raw
  To: gentoo-commits

dertobi123    07/12/09 20:46:49

  Modified:             ChangeLog thunar-volman-0.2.0.ebuild
  Log:
  ppc stable, bug #201747
  (Portage version: 2.1.4_rc9)

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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	9 Dec 2007 17:43:09 -0000	1.37
+++ ChangeLog	9 Dec 2007 20:46:49 -0000	1.38
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/thunar-volman
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.37 2007/12/09 17:43:09 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.38 2007/12/09 20:46:49 dertobi123 Exp $
+
+  09 Dec 2007; Tobias Scherbaum <dertobi123@gentoo.org>
+  thunar-volman-0.2.0.ebuild:
+  ppc stable, bug #201747
 
   09 Dec 2007; Dawid Węgliński <cla@gentoo.org>
   thunar-volman-0.2.0.ebuild:



1.3                  xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild?r1=1.2&r2=1.3

Index: thunar-volman-0.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- thunar-volman-0.2.0.ebuild	9 Dec 2007 17:43:09 -0000	1.2
+++ thunar-volman-0.2.0.ebuild	9 Dec 2007 20:46:49 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 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.2.0.ebuild,v 1.2 2007/12/09 17:43:09 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild,v 1.3 2007/12/09 20:46:49 dertobi123 Exp $
 
 inherit eutils xfce44
 
@@ -10,7 +10,7 @@
 HOMEPAGE="http://foo-projects.org/~benny/projects/thunar-volman"
 SRC_URI="mirror://berlios/xfce-goodies/${P}.tar.bz2"
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86"
 IUSE="debug"
 
 RDEPEND="dev-libs/dbus-glib



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-volman: ChangeLog thunar-volman-0.2.0.ebuild
@ 2007-12-12  9:17 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2007-12-12  9:17 UTC (permalink / raw
  To: gentoo-commits

armin76     07/12/12 09:17:47

  Modified:             ChangeLog thunar-volman-0.2.0.ebuild
  Log:
  alpha/ia64/sparc stable wrt #201747
  (Portage version: 2.1.3.19)

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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	9 Dec 2007 20:46:49 -0000	1.38
+++ ChangeLog	12 Dec 2007 09:17:46 -0000	1.39
@@ -1,6 +1,9 @@
 # ChangeLog for xfce-extra/thunar-volman
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.38 2007/12/09 20:46:49 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.39 2007/12/12 09:17:46 armin76 Exp $
+
+  12 Dec 2007; Raúl Porcel <armin76@gentoo.org> thunar-volman-0.2.0.ebuild:
+  alpha/ia64/sparc stable wrt #201747
 
   09 Dec 2007; Tobias Scherbaum <dertobi123@gentoo.org>
   thunar-volman-0.2.0.ebuild:



1.5                  xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild?r1=1.4&r2=1.5

Index: thunar-volman-0.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- thunar-volman-0.2.0.ebuild	11 Dec 2007 10:42:50 -0000	1.4
+++ thunar-volman-0.2.0.ebuild	12 Dec 2007 09:17:46 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 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.2.0.ebuild,v 1.4 2007/12/11 10:42:50 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild,v 1.5 2007/12/12 09:17:46 armin76 Exp $
 
 inherit eutils xfce44
 
@@ -10,7 +10,7 @@
 HOMEPAGE="http://foo-projects.org/~benny/projects/thunar-volman"
 SRC_URI="mirror://berlios/xfce-goodies/${P}.tar.bz2"
 
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ~ppc64 sparc x86"
 IUSE="debug"
 
 RDEPEND="dev-libs/dbus-glib



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-volman: ChangeLog thunar-volman-0.2.0.ebuild
@ 2007-12-12 14:59 Brent Baude (ranger)
  0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2007-12-12 14:59 UTC (permalink / raw
  To: gentoo-commits

ranger      07/12/12 14:59:46

  Modified:             ChangeLog thunar-volman-0.2.0.ebuild
  Log:
  Marking thunar-volman-0.2.0 ppc64 stable for bug 201747
  (Portage version: 2.1.3.19)

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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	12 Dec 2007 09:17:46 -0000	1.39
+++ ChangeLog	12 Dec 2007 14:59:46 -0000	1.40
@@ -1,6 +1,9 @@
 # ChangeLog for xfce-extra/thunar-volman
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.39 2007/12/12 09:17:46 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.40 2007/12/12 14:59:46 ranger Exp $
+
+  12 Dec 2007; Brent Baude <ranger@gentoo.org> thunar-volman-0.2.0.ebuild:
+  Marking thunar-volman-0.2.0 ppc64 stable for bug 201747
 
   12 Dec 2007; Raúl Porcel <armin76@gentoo.org> thunar-volman-0.2.0.ebuild:
   alpha/ia64/sparc stable wrt #201747



1.6                  xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild?r1=1.5&r2=1.6

Index: thunar-volman-0.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- thunar-volman-0.2.0.ebuild	12 Dec 2007 09:17:46 -0000	1.5
+++ thunar-volman-0.2.0.ebuild	12 Dec 2007 14:59:46 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 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.2.0.ebuild,v 1.5 2007/12/12 09:17:46 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild,v 1.6 2007/12/12 14:59:46 ranger Exp $
 
 inherit eutils xfce44
 
@@ -10,7 +10,7 @@
 HOMEPAGE="http://foo-projects.org/~benny/projects/thunar-volman"
 SRC_URI="mirror://berlios/xfce-goodies/${P}.tar.bz2"
 
-KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sparc x86"
 IUSE="debug"
 
 RDEPEND="dev-libs/dbus-glib



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-volman: ChangeLog thunar-volman-0.2.0.ebuild
@ 2007-12-17 18:47 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2007-12-17 18:47 UTC (permalink / raw
  To: gentoo-commits

jer         07/12/17 18:47:33

  Modified:             ChangeLog thunar-volman-0.2.0.ebuild
  Log:
  Stable for HPPA (bug #201747).
  (Portage version: 2.1.4_rc10)

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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	12 Dec 2007 14:59:46 -0000	1.40
+++ ChangeLog	17 Dec 2007 18:47:32 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for xfce-extra/thunar-volman
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.40 2007/12/12 14:59:46 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.41 2007/12/17 18:47:32 jer Exp $
+
+  17 Dec 2007; Jeroen Roovers <jer@gentoo.org> thunar-volman-0.2.0.ebuild:
+  Stable for HPPA (bug #201747).
 
   12 Dec 2007; Brent Baude <ranger@gentoo.org> thunar-volman-0.2.0.ebuild:
   Marking thunar-volman-0.2.0 ppc64 stable for bug 201747



1.7                  xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild?r1=1.6&r2=1.7

Index: thunar-volman-0.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- thunar-volman-0.2.0.ebuild	12 Dec 2007 14:59:46 -0000	1.6
+++ thunar-volman-0.2.0.ebuild	17 Dec 2007 18:47:32 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 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.2.0.ebuild,v 1.6 2007/12/12 14:59:46 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild,v 1.7 2007/12/17 18:47:32 jer Exp $
 
 inherit eutils xfce44
 
@@ -10,7 +10,7 @@
 HOMEPAGE="http://foo-projects.org/~benny/projects/thunar-volman"
 SRC_URI="mirror://berlios/xfce-goodies/${P}.tar.bz2"
 
-KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
 IUSE="debug"
 
 RDEPEND="dev-libs/dbus-glib



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-volman: ChangeLog thunar-volman-0.2.0.ebuild
@ 2008-12-21 12:40 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 7+ messages in thread
From: Diego Petteno (flameeyes) @ 2008-12-21 12:40 UTC (permalink / raw
  To: gentoo-commits

flameeyes    08/12/21 12:40:08

  Modified:             ChangeLog thunar-volman-0.2.0.ebuild
  Log:
  Use the full cat/pn specification for xfce-extra/exo when asking the user to rebuild it.
  (Portage version: 2.2_rc17/cvs/Linux 2.6.27-gentoo-r6 x86_64)

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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	24 Sep 2008 10:13:24 -0000	1.42
+++ ChangeLog	21 Dec 2008 12:40:08 -0000	1.43
@@ -1,6 +1,11 @@
 # ChangeLog for xfce-extra/thunar-volman
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.42 2008/09/24 10:13:24 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.43 2008/12/21 12:40:08 flameeyes Exp $
+
+  21 Dec 2008; Diego E. Pettenò <flameeyes@gentoo.org>
+  thunar-volman-0.2.0.ebuild:
+  Use the full cat/pn specification for xfce-extra/exo when asking the user
+  to rebuild it.
 
   24 Sep 2008; Alexis Ballier <aballier@gentoo.org>
   thunar-volman-0.2.0.ebuild:



1.9                  xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild?r1=1.8&r2=1.9

Index: thunar-volman-0.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- thunar-volman-0.2.0.ebuild	24 Sep 2008 10:13:24 -0000	1.8
+++ thunar-volman-0.2.0.ebuild	21 Dec 2008 12:40:08 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 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.2.0.ebuild,v 1.8 2008/09/24 10:13:24 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.2.0.ebuild,v 1.9 2008/12/21 12:40:08 flameeyes Exp $
 
 inherit eutils xfce44
 
@@ -22,9 +22,9 @@
 
 pkg_setup() {
 	if ! built_with_use xfce-extra/exo hal; then
-		ewarn "Volume management requires exo with hal support. Enable"
-		ewarn "hal USE flag and re-emerge exo."
-		die "re-emerge exo with USE hal"
+		ewarn "Volume management requires xfce-extra/exo with hal support. Enable"
+		ewarn "hal USE flag and re-emerge xfce-extra/exo."
+		die "re-emerge xfce-extra/exo with USE hal"
 	fi
 }
 






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

end of thread, other threads:[~2008-12-21 12:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-17 18:47 [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-volman: ChangeLog thunar-volman-0.2.0.ebuild Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2008-12-21 12:40 Diego Petteno (flameeyes)
2007-12-12 14:59 Brent Baude (ranger)
2007-12-12  9:17 Raul Porcel (armin76)
2007-12-09 20:46 Tobias Scherbaum (dertobi123)
2007-12-09 17:43 Dawid Weglinski (cla)
2007-12-02 15:49 Christoph Mende (angelos)

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